* {
    margin: 0px;
    box-sizing: border-box;
}

body {

    font-family: 'DM Sans';
    color: #0c0c0c;
    font-size: 15px;
    font-weight: 500;

}

p {
    font-size: 15px;
    font-family: 'DM Sans';
    line-height: 24px;
    color: #0c0c0c;
    font-weight: 500;
}

a {
    font-size: 15px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Campton', sans-serif;
    line-height: 24px;
    color: #0c0c0c;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    font-size: 15px;
    font-family: 'DM Sans';
    line-height: 24px;
    color: #0c0c0c;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Campton', serif;
    margin: 0px;
    color: #0a0909;
}

p {
    margin: 0px;
}


.thank-you-outer {
    border-radius: 6px;
    border: solid 2px #002489;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 40px;
}

.heading_1 {
    background: #002489;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.condition {
    font-size: 18px;
    color: #349f08;
    padding: 2px 0px 20px 0px;
    text-align: center;
}


.condition span {
    color: #000;
    font-weight: 600;
}









.list_name {
    list-style: none;
    margin: 10px 0px;
    padding: 10px;
    background: #ccc;
}

.list_name li {
    font-size: 14px;
    font-weight: normal;
}

.list_name li span {
    font-weight: 600;
}


.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.pb-100 {
    padding-bottom: 100px;
}

.justify-center {
    justify-content: center;
}

.mt-20 {
    margin-top: 20px;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.site-width {
    max-width: 1250px;
    margin: 0px auto;
}

@media screen and (max-width:1518px) and (min-width:1368px) {
    .site-width {
        max-width: 1372px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1708px) and (min-width:1519px) {
    .site-width {
        max-width: 1552px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1920px) and (min-width:1709px) {
    .site-width {
        max-width: 1642px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:2500px) and (min-width:1921px) {
    .site-width {
        max-width: 1842px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .site-width {
        padding: 0px 40px;
        max-width: 1200px;
        padding: 0px 40px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:888px) and (min-width:769px) {
    .site-width {
        padding: 0px 40px;
    }
}

@media screen and (max-width:768px) {
    .site-width {
        padding: 0px 20px;
    }
}


.defaultBtn.centered {
    text-align: center;
}

.defaultBtn a,
.defaultBtn button {
    padding: 14px 34px;
    border-radius: 10px;
    background: linear-gradient(90deg, #48b01d, #1d6400);
    color: #ffffff;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 50px;
}

.headerRightMenu .defaultBtn a,
.headerRightMenu .defaultBtn button {
    padding: 10px 14px;
    border-radius: 10px;
    background: linear-gradient(90deg, #fff, #fff);
    color: #111;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 45px;
    transition: 0.1s ease-in-out;
}
.headerSection.scroll-down  .headerRightMenu .defaultBtn a, .headerSection.scroll-down  .headerRightMenu .defaultBtn button {
    background: linear-gradient(90deg, #48b01d, #1d6400);
    color: #fff;
}
.headerSection.scroll-up  .headerRightMenu .defaultBtn a, .headerSection.scroll-down  .headerRightMenu .defaultBtn button {
    background: linear-gradient(90deg, #48b01d, #1d6400);
    color: #fff;
}
.defaultBtn.light2 a {
    padding: 7px 14px;
    border-radius: 8px;
    background: linear-gradient(180deg, #1c125c, #1c125c);
    color: #fff;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 38px;
}

/* .defaultBtn a,
.defaultBtn button {
  
} */

.defaultBtn a i,
.defaultBtn button i {
    margin-left: 5px;
}

.defaultBtn a::after,
.defaultBtn button::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 120%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    background: #277f02;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

.defaultBtn a span,
.defaultBtn button span {
    position: relative;
    z-index: 2;
    transition: 0.4s ease-in-out;
}

.defaultBtn a:hover span,
.defaultBtn button:hover span {
    color: #ffffff;
}

.defaultBtn a:hover:after,
.defaultBtn button:hover:after {
    width: 120%;
}

.defaultBtn.light a {
    background: #fff;
    color: #2f075a;
}

.defaultBtn.light2 a {
    background: #fff;
    color: #2f075a;
}

.defaultBtn.light2 a i,
.defaultBtn.light2 button i {
    margin-left: 0px;
}

.site-width-header {
    padding: 0px 0px 0px 0px;
}

.allHeaders {
    width: 90%;
    background: #fff;
}
.headerSection.scroll-down .allHeaders {
    width: 92%;
    transition: 0.3s ease-in-out;
}
.headerSection.scroll-up .allHeaders  {
    width: 92%;
    transition: 0.3s ease-in-out;
}
.homeAboutPara .defaultBtn {
    margin-top: 30px;
}

.mainHeaderSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #ffffff00; */
    background-color: #ff8812;
    padding-left: 4%;
    padding-right: 3%;
    margin-left: 0px;
    z-index: 2;
    position: relative;
    box-shadow: none;
    background-size: cover;
    background-position: bottom;
    background-blend-mode: color;
    transition: 0.2s ease-in-out;
}


.topHeaderSection {
    padding-left: 3%;
    padding-right: 3%;
    background: #f1f1f100;
    border-bottom: 1px dashed #ddddddbd;
    transition: 0.3s ease-in-out;
}
.headerSection.scroll-up .topHeaderSection {
    position: relative;
    /* top: -100%; */
    transition: 0.3s ease-in-out;
    margin-top: -28px;
}

.headerSection.scroll-down .topHeaderSection {
    position: relative;
    /* top: -100%; */
    transition: 0.3s ease-in-out;
    margin-top: -28px;
}
.donateTutorial {
    background: #169ee2;
    padding: 3px 0px;
}
.donateTutorial a {
    color: #fff;
    font-size: 12px;
}
.topHeadContact {
    display: flex;
    justify-content: space-between;
    padding: 1px 0px;
}

.topHeadContact ul {
    display: flex;
}

.topHeadContact ul:first-child li {
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #ddd;
    padding: 0px 10px;
}

.topHeadContact ul:first-child li:last-child {
    border: none;
}

.topHeadContact ul:last-child li {
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #ddd;
    padding: 0px 5px;
    line-height: normal;
}

.topHeadContact ul:last-child li:last-child {
    border: none;
}

.topHeadContact ul.social li {
    line-height: normal;
}

.topHeadContact ul li a {
    font-size: 13px;
    color: #313131;
}

.topHeadContact ul.social li a {
    position: relative;
    width: 20px;
    display: inline-block;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.topHeadContact ul.social li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    background: #fff;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    transition: 0.2s ease-in-out;
}

.topHeadContact ul.social li a:hover:after {
    width: 100%;
    height: 100%;
}

.topHeadContact ul.social li a i {
    position: relative;
    z-index: 3;
    color: #2a2a2a;
}

.topHeadContact ul li i {
    font-size: 11px;
    color: #169ee2;
}

/* .topHeadContact ul:last-child li a {
    width: 23px;
    display: inline-block;
    height: 23px;
    text-align: center;
} */

.topHeadContact ul li a:hover i.fa-facebook-f {
    color: #0075ea;
}

.topHeadContact ul li a:hover i.fa-x-twitter {
    color: #000;
}

.topHeadContact ul li a:hover i.fa-linkedin-in {
    color: #0068c2;
}

.topHeadContact ul li a:hover i.fa-youtube {
    color: #ff0000;
}

.topHeadContact ul li a:hover i.fa-instagram {
    background: url(../img/bgs/f9ce34-ee2a7b-6228d7.png);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topHeadContact ul p {
    font-size: 14px;
    margin-right: 2px;
}

.headerSection {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 5;
    /* padding: 8px 0px; */
    transition: 0.5s ease-in-out;
    /* background: #ffffffcf;
    backdrop-filter: blur(5px); */
}

.headerSection.scroll-down {
    top: 0%;
    position: fixed;
}

.headerSection.scroll-up {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #ffffffdb;
    backdrop-filter: blur(5px);
}


.headerWrapper {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.logoSection {
    width: 10%;
    padding-left: 2%;
    position: relative;
    transition: 0.3s ease-in-out;
}
.headerSection.scroll-down .logoSection {
    width: 9%;
    transition: 0.3s ease-in-out;
}
.headerSection.scroll-up .logoSection  {
    width: 8%;
    transition: 0.3s ease-in-out;
}
.logoSection::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: unset;
    background: #121212cc;
    left: -1%;
    left: 0px;
    z-index: 3;
    box-shadow: none;
    border-right: 1px dashed #dddddd24;
    border-bottom: 1px dashed #dddddd24;
}
.headerSection.scroll-down .logoSection::after {
  backdrop-filter: blur(5px);
    transition: 0.3s ease-in-out;
}
.headerSection.scroll-up .logoSection::after  {
  backdrop-filter: blur(5px);
    transition: 0.3s ease-in-out;
}
.logoSection::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 64px 0;
    border-color: transparent #cccccc transparent transparent;
    z-index: 1;
    transition: 0.5s ease-in-out;
    display: none;
}

.headerSection.scroll-up .logoSection::before {
    border-width: 50px 50px 34px 0;
    right: 3px;
}

.headerSection.scroll-down .logoSection::before {
    border-width: 50px 50px 34px 0;
    right: 3px;
}

.video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.inrbnr {
    position: relative;
    margin-top: 114px;
    min-height: 200px;
    background: linear-gradient(83deg, #fff4de59, #ffe1e1ab), url(../img/bgs/inner-bnr-bg.png);
    background-size: 100%;

}

.inrbnrimg {
    width: 100%;
    height: 200px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 1;
}

.inrbnrimg img {
    width: 30%;
    position: relative;
}
.inrbnrtext {
    text-align: center;
}
.inrbnrContent {
    position: relative;
    z-index: 2;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inrbnrtext h2 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
}

.inrbrnNav {
    display: flex;
    align-items: center;
    margin-top: 3px;
    justify-content: flex-start;
    justify-content: center;
}



.inrbrnNav li a i {
    font-size: 13px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.inrbrnNav li {
    position: relative;
    border-right: 1px solid #169ee2;
    padding: 0px 10px;
}

.inrbrnNav li:last-child {
    border: none;
}

.inrbrnNav li:last-child a {
    color: #ff6900;
    font-weight: 600;
}
.inrbrnNav li a{
color: #fff;
}

.logoSection img {
    width: 88px;
    position: relative;
    z-index: 4;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s ease-in-out;
}

.headerSection.scroll-up .logoSection img {
    width: 62px;
}

.headerSection.scroll-down .logoSection img {
    width: 62px;
}


.headerNav {
    display: flex;

}

.headerMenu {
    display: flex;
    gap: 30px;
}

.headerMenu>li {
    padding: 0px 0px;
    margin: 0px;
    transition: 0.5s ease-in-out;
}

.headerSection.scroll-up .headerMenu>li {
    /* padding: 15px 0px; */
    padding: 0px 0px;
}

.headerSection.scroll-down .headerMenu>li {
    /* padding: 15px 0px; */
    padding: 0px 0px;
}
.headerSection.scroll-down .mainHeaderSection , .headerSection.scroll-up .mainHeaderSection{
    backdrop-filter: blur(6px);
    background-color: #ffffffd9;
}
.headerMenu>li>a {
    padding: 31px 0px;
    position: relative;
    /* color: #3a3939; */
    color: #ffffff;
    display: inline-block;
}
.headerSection.scroll-down .headerMenu>li>a {
    color: #3a3939;
}
.headerSection.scroll-up .headerMenu>li>a {
    color: #3a3939;
}
.headerMenu>li>a::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: 0px;
  
    background: #c8edff;
    height: 3px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.headerSection.scroll-down .headerMenu>li>a::after {
     background: #169ee2;
}
.headerSection.scroll-up .headerMenu>li>a::after {
     background: #169ee2;
}
.headerMenu>li a:hover:after,
.headerMenu>li a.active:after {
    left: 0;
    right: auto;
    width: 100%;
}

.headerMenu>li a:hover {
    /* color: #ff8812; */
    color: #ffffff;
}

.headerMenu>li.hasSub {
    position: relative;
}

.headerMenu>li.hasSub.megaMenu {
    position: unset;
}

.headerSubNav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    width: 240px;
    background: #fff;
}

.hasSub.megaMenu .headerSubNav {
    width: 72%;
}

.headerSubNav .headerSubMenu {
    max-height: 80vh;
    overflow-y: auto;
}

.headerSubMenu .headerSubNav .headerSubMenu {
    width: 32%;
    margin-right: 5px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.headerSubMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-height: 30%;
    height: 30%;
}

.headerSubMenu::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
    display: block;

}

.headerSubMenu::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
    border-radius: 10px;
}

.headerSubMenu::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

.headerSubMenu::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}




.headerMenu>li.hasSub:hover .headerSubNav {
    visibility: visible;
    opacity: 1;
    top: 68%;
    margin-top: 0px;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 6px 15px #7373732e;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.hasSub.megaMenu .headerSubMenu {
    flex-direction: unset;
    flex-wrap: wrap;
    gap: 3px;
    padding: 6px;
}

.headerSubMenu {
    display: flex;
    flex-direction: column;
}

.headerSubMenu>li a {
    padding: 8px 12px;
    display: block;
    /* width: 240px; */
    border-bottom: 1px solid #dddddd57;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.headerSubMenu>li:hover a {
    padding-left: 20px;
    color: #ff0708;
}

.hasSub.megaMenu .headerSubMenu>li a {
    padding: 8px 12px;
    display: block;
    /* width: 240px; */
    border-bottom: 1px solid #dddddd57;
    transition: all 0.3s ease-in-out;
    background: #fff;
    width: 257px;
    min-height: 66px;
    background: #f9f9f9;
    margin-bottom: 0px;
    margin-right: 0px;
}

.headerRightMenu {
    display: flex;
}
.headerRightMenuWrap.mobile {
    display: none;
}
.headerRightMenuWrap .defaultBtn.HeaderCallUs {
    display: none;
}
.headerRightMenu li {
    margin: 0px 0px 0px 10px;
}

/* .bannerSection {
    padding-top: 120px;
} */

.bannerSection {
    padding-top: 114px;
}

.bannerMainWrapper {
    position: relative;
}

.bannerMainImg {
    position: relative;
}

/* .bannerMainImg::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: linear-gradient(360deg, #00000094, #000000a6);
    z-index: 1;
} */

.bannerMainContent {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0px;
    margin: auto;
    width: fit-content;
    color: #fff;
    padding: 32px;
    background: linear-gradient(87deg, #000000ab, transparent);
    border-radius: 0px;
    width: 50%;
    right: auto;
}

.bannerMainContent h5 {
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}

.bannerCarousel.owl-carousel {
    position: relative;
}

.bannerCarousel.owl-carousel.owl-theme .owl-nav {
    margin-top: 0px;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 1%;
    color: #fff;
    background: #00000030;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 1%;
    color: #fff;
    background: #00000030;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.bannerCarousel.owl-carousel:hover .owl-nav button.owl-prev {
    visibility: visible;
    opacity: 1;
}

.bannerCarousel.owl-carousel:hover .owl-nav button.owl-prev:hover {
    animation: prevanimation 1s linear infinite alternate;
}

.bannerCarousel.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}


.bannerCarousel.owl-carousel:hover .owl-nav button.owl-next:hover {
    animation: nextanimation 1s linear infinite alternate;
}

.bannerCarousel.owl-carousel:hover .owl-nav button:hover {
    background: #000000a7;
}

@keyframes nextanimation {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes prevanimation {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0px);
    }
}



.bannerCarousel .owl-item .item .bannerMainImg img {
    transition: 2s ease-out;
    transform: scale(1);
}

.bannerCarousel .owl-item .item {
    overflow: hidden;
}

/* .bannerCarousel .owl-item .item .bannerMainImg img.active {
    transform: scale(1.1);
    transition: 15s ease-out;
} */


.videocont {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
    /* z-index: 4; */
}

.hero-subheader__video {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.hero-subheader__video video {
    width: 100%;
}



.rs-process.style1 .process-effects-layer {

    background-size: 984px auto;
    margin-top: -159px;
    margin-bottom: 0px;
    padding: 160px 0px 0px 0px;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part {
    position: relative;
    cursor: pointer;
}




.rs-process.style1 .process-effects-layer .rs-addon-number .number-part.fourthprecess:before {
    position: absolute;
    content: '';
    top: 35%;
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #ff7c00;
    left: 50%;
    z-index: -1;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part.fifthprocess:after {
    position: absolute;
    content: '';
    top: 35%;
    width: 2px;
    height: 2px;
    border-bottom: 2px dotted #ff7c00;
    left: 50%;
    z-index: -1;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part.fifthprocess.ninthprocess:after {
    top: 87%;
    width: 2px;
    height: 51%;
    border-left: 2px dotted #ff7c00;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part:hover .number-area {
    transform: rotate(359deg);
    transition: 0.4s ease-in-out;
    background: #2b2b2a !important;
    color: #fff;

}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image {
    background: #f5f5f5;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    position: relative;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 10px;
    bottom: -22px;
    left: 0px;
    right: 0px;
    background: #00000040;
    filter: blur(2.5px);
    border-radius: 100%;
    margin: auto;
    z-index: 1;
    opacity: 0.5;
    animation: opacityFader 7s ease-in-out infinite alternate-reverse both;

}

@keyframes opacityFader {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.8;
    }
}

@keyframes zoomBig2 {
    0% {
        transform: translate(0%, 0%) scale(0.9);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-0%, -0%) scale(1.5);
        opacity: 0;
        border-width: 1px;
    }
}

.bg-1 {
    background-image: url(../img/bgs/main-texture.webp);
    background-size: cover;
    background-color: #faf3e13b;
    background-blend-mode: color;
}

.process-web-view {
    margin-top: 40px;
}

.process-effects-layer .row {
    position: relative;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image img {
    width: 100%;
    display: block;
    position: relative;
    animation: upandDown 7s ease-in-out infinite alternate-reverse both;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area {
    position: relative;
    transition: all .3s ease 0s;
    text-align: center;
    width: 68px;
    height: 68px;
    left: -51px;
    top: -10px;
    margin: -13px 0px 0px 0px;
    display: inline-block;
    border-radius: 50px 50px 50px 50px;
    background: #004198;
    line-height: 72px;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area .number-prefix {
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    color: #ffffff;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
    margin: 0 24px 0 24px;
}

.rs-process.style1.careers-style .process-effects-layer {
    background-image: unset;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1050px auto;
    margin-top: -110px;
    margin-bottom: 0px;
    padding: 160px 0px 0px 0px;
}

.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-image {
    background: #0a0a0a;
}

.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
    color: #0a0a0a;
}

.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
    margin: 0 17px 0 17px;
    color: #454545;
}

.rs-process.style2 .rs-addon-number .number-part {
    padding: 50px 45px 40px 30px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F2F2F2;
    margin: 0 3px 0 3px;
}

.rs-process.style2 .rs-addon-number .number-part .number-area .number-prefix {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #00000021;
    display: block;
    margin-bottom: 22px;
}

.rs-process.style2 .rs-addon-number .number-part .number-title .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 12px;
}

.rs-process.style2 .rs-addon-number .number-part .number-txt {
    margin-bottom: 27px;
}

.rs-process.style2 .rs-addon-number .number-part .number-txt .loac-text {
    padding-top: 12px;
}

.rs-process.style2 .rs-addon-number .number-part .number-txt .loac-text strong {
    font-weight: 700;
}

.arrowShapeMove .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 3s linear forwards;
    animation-iteration-count: 1;
    animation-delay: 1s;
}

.arrowShapeMove.secondOne .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 3s linear forwards;
    animation-iteration-count: 1;
    animation-delay: 3.1s;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.arrowShapeMove .dashed {
    stroke-dasharray: 5, 12;

}

#arrow {
    animation: arrow 2s linear forwards;
    opacity: 0;
}

#arrow2 {
    animation: arrow 2s linear forwards;
    opacity: 0;
}

@keyframes arrow {
    to {
        opacity: 1;
    }
}

.arrowShapeMove .ifrm {
    border: none;
    width: 100%;
    margin-top: 50px;
}

.arrowShapeMove {
    position: absolute;
    width: 12%;
    left: 24%;
    top: 0px;
    bottom: 50%;
    height: fit-content;
    margin: auto;
}

.arrowShapeMove.secondOne {
    left: auto;
    right: 30%;
    transform: scaleY(-1);
    bottom: 40%;
}

/* 
.twm-img-bg-circle1 {
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 0px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 3;
}

.twm-img-bg-circle1 span {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background-color: #b4cded;
    display: block;
    position: relative;
}

.twm-img-bg-circle1 span:after {
    width: 17px;
    height: 17px;
    background-color: #290090;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: 35px;
    top: 100px;
    z-index: 9;
}


.twm-img-bg-circle1 span:before {
    width: 17px;
    height: 17px;
    background-color: #290090;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 3px;
    top: 170px;
    z-index: 9;
}


.twm-img-bg-circle2 {
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 2;
}


.twm-img-bg-circle2 span {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background-color: #dbe6f4;
    display: block;
}

.twm-img-bg-circle2 span:after {
    width: 17px;
    height: 17px;
    background-color: #2d07ba;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: 75px;
    bottom: 100px;
    z-index: 9;
}


.twm-img-bg-circle3 {
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 1;
}


.twm-img-bg-circle3 span {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #ecf1f7;
    display: block;
}

.twm-bnr-right-content {
    width: 600px;
}

.rotate-center {
    -webkit-animation: rotate-center 15s linear infinite;
    animation: rotate-center 15s linear infinite;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate-center-reverse {
	animation: rotate-center 30s linear infinite reverse both;
}

@keyframes rotate-center-reverse {
	0% {
	  transform: rotate(0);
	}
	100% {
	  transform: rotate(360deg);
	}
}
.twm-small-ring-2{
    width: 50px;
    height: 50px;
    border: 5px solid #1967d2;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    top: 30%;
    right: 9%;
    z-index: 5;

}
.slide-top-animation {
	animation: slide-top-animation 3s ease-in-out infinite alternate-reverse both;
}

@keyframes slide-top-animation {
	0% {
	  transform: translateY(0);
	}
	100% {
	  transform: translateY(-100px);
	}
}

.twm-small-ring-l {
    width: 50px;
    height: 50px;
    border: 5px solid #1967d2;
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    bottom: 30%;
    left: 11%;
    z-index: 5;
} */



.actions {
    background: linear-gradient(180deg, #ffe3d8cf, #fff2d1d1), url(../img/bgs/main-texture.webp);
    background-size: 100%;
    background-blend-mode: darken;
}

.homeFeatures .actionsCard .prListCard .prCCWrap {
    box-shadow: none;
    text-align: center;
    margin-top: 30px;
}

.prCCWrap h4 {
    font-size: 18px;
    font-weight: 600;
    color: #4c1616;
    margin-bottom: 10px;
    margin-top: 10px;
}

.prCCWrap p {
    font-weight: 500;
    line-height: 22px;
}

.topProducts {
    margin-top: 40px;
}


.titleSection.withbg2::before {
    background-color: #ffebdd;
}

.actionWrapper {
    margin-top: 40px;
}

.prListCard {
    border-bottom: none;
    padding: 36px 20px 30px 20px;
    background: linear-gradient(45deg, #ffffffde, #fdfdfddb), url(../img/bgs/main-texture.webp);
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-size: 100%;
    background-position: center;
    min-height: 296px;
}

.actionsCard .prListCard {
    border-bottom: none;
}

.actionsCard .prListCard .prCardImg {
    border: none;
    width: 120px;
    margin: 0px auto;
    position: relative;
    -webkit-animation: mover2 1s infinite alternate;
    animation: mover2 1s infinite alternate;
    background: transparent;
}

@keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.actionsCard .prListCard .prCardImg::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: linear-gradient(90deg, #fff9e8, #ffe1d7);
    left: 0px;
    right: 0px;
    z-index: 1;
    -webkit-animation: circleanimated 1s infinite alternate;
    animation: circleanimated 1s infinite alternate;
}

@keyframes circleanimated {
    0% {
        width: 80px;
        height: 80px;
    }

    100% {
        width: 100px;
        height: 100px;
    }
}

.actionsCard .prListCard .prCardImg img {
    width: 68%;
    position: relative;
    z-index: 2;
}


.aboutSideImg {
    position: relative;
}

.aboutImgWrap {
    position: relative;
    z-index: 2;
    max-width: 360px;
    margin: 0px auto;
    animation: upandDown 6s ease-in-out infinite alternate-reverse both;

}

.aboutImgWrap img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.aboutImgContainer {
    background-color: #fff;
    /* box-shadow: 0px 0px 40px rgb(43 5 178 / 16%); */
    border-radius: 10px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
}

.otherTextures {
    position: absolute;
    top: -20px;
    left: -20px;
}

.otherTextures img.dotTexture {
    animation: upandDown 4s ease-in-out infinite alternate-reverse both;
}

.aboutMainImg {
    width: 100%;
    display: inline-block;
    border: 5px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    overflow: hidden;
}

.aboutMainImg img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.aboutpadding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.whyqoutline h6 {
    line-height: 26px;
    font-size: 16px;
}

.whyqoutline h6 span {
    font-weight: bold;

}

.whyUsWrapper .normalList {
    margin-top: 10px;
}

.whyUsWrapper .normalList li {
    line-height: 28px;
}

/* Why Slider Start */
#sync1 .item {
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 0px 16px;
}

#sync2.owl-carousel {
    width: 90%;
    margin: 0px auto;
}

#sync2.owl-carousel .current .aboutMainImg {
    box-shadow: none;
    border: 3px solid #ff732d;
}

#sync2.owl-carousel .aboutMainImg {
    box-shadow: none;
    border: 3px solid #fff;
}

#sync1 .item #sync2 .item {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    background: none;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#sync1.owl-theme .owl-prev {
    left: 0px;
}

#sync1.owl-theme .owl-next {
    right: 0px;
}
#sync1.owl-theme.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff732d;
}
/* Why Slider end */



.coutnersContainer {
    position: relative;

}

.countersWrap {
    width: 100%;
    margin-top: 40px;
}

.common-box {
    text-align: center;
    position: relative;
}

.common-box::after {
    position: absolute;
    right: -12px;
    width: 1px;
    height: 100%;
    background: #bdbdbddd;
    content: '';
    top: 0px;
    bottom: 0px;
}

.counterIcon {
    width: 62px;
    margin: 0px auto;
    margin-bottom: 13px;
}

.counterIcon img {
    width: 100%;
}

.countersWraper .col-md-3:last-child .common-box:after {
    background: #9f9f9f00;
}

.counter-num span {
    font-size: 32px;
    font-weight: 600;
    color: #1f2020;
    font-family: 'campton';
    line-height: normal;
}

.counter-text {
    font-weight: 600;
    color: #454545;
}

.counterDataWrap {
    position: absolute;
    top: 156px;
    right: -20px;
    z-index: 3;
    animation: upandDown 5s ease-in-out infinite alternate-reverse both;
}

.counterData {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 18px 23px;
    border-radius: 8px;
}

.counterData h4 {
    font-size: 38px;
    font-weight: 700;
    color: #002588;
    line-height: normal;
}

.counterData p {
    line-height: normal;
}

/*  */

/*  */



.aboutbg {
      background: linear-gradient(90deg, #ffffffd6, #ffffff85), url(../img/bgs/home-about-bg.jpg);
    background-size: 100%;
    background-position: center;
    background-blend-mode: unset;
}
.moreaboutbg {
    background: linear-gradient(90deg, #000000c7, #000000a6), url(../img/bgs/bgimg1.jpg);
    background-size: 100%;
    background-position: top 43% left;
    background-blend-mode: unset;
    padding: 120px 0px;
}
.aboutSideContentsWrapper {
    margin-left: 30px;
}
.moreaboutbg .aboutSide h2 {
    color: #fff;
    padding: 0 15%;
    line-height: normal;
}

.aboutRectance1 {
    border-radius: 40px;
    background-color: #3810be;
    width: 370px;
    height: 370px;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.aboutRectance2 {
    border-radius: 40px;
    background-color: #fff;
    width: 370px;
    height: 370px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;

}

.aboutSideWrapper {
    position: relative;
}

/* 
.aboutSideWrapper::after {
    content: "";
    right: -20px;
    top: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 40px solid #f0f6fe;
    border-bottom: 40px solid #f0f6fe;
    border-radius: 10px;
    z-index: -1;
    animation: upandDown 3s ease-in-out infinite alternate-reverse both;
} */

.bg3 {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    height: 100%;
    overflow: hidden;
    opacity: 0.5;
}

.bg3 img {
    width: 100%;
    position: relative;
    top: -1px;
    transform: scaleY(-1);
}

.titleSection.leftAlign::after {
    margin-left: 0px;
}

.titleSection.leftAlign::before {
    margin-left: 37px;
}

.whyRowContainer>div {
    padding-left: 40px;
}

.whyChooseCardWrap {
    margin-top: 24px;
}

.whyChooseCard {
    width: 100%;
    padding: 20px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    min-height: 160px;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.whyChooseCard:hover {
    background: linear-gradient(45deg, #002588, #1c125c)
}

.whyChooseHeader img.whyIcon {
    position: absolute;
    width: 60px;
    right: 20px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.whyChooseCard:hover .whyChooseHeader img.whyIcon {
    filter: invert(1);
}

.whyChooseBody {
    width: 77%;
}

.whyChooseBody h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1c125b;
    margin-bottom: 8px;
}

.whyChooseCard:hover .whyChooseBody h3 {
    color: #fff;
}

.whyChooseBody p {
    line-height: normal;
}

.whyChooseCard:hover .whyChooseBody p {
    color: #fff;
}

.courseSlider {
    margin-top: 40px;
}
.courseSlider .item {
    padding: 20px 10px;
}
.coursesCard {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    /* border: 1px solid #f3f3f3; */
    text-align: center;
    min-height: 360px;
    position: relative;
    transition: 0.4s ease-in-out;
    transform: translateY(-10px);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, #b6daff 0px 0px 0px 1px;
    margin-bottom: 30px;
}

.coursesCard:hover {
    transform: translateY(00px);
    /* box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, #b6daff 0px 0px 0px 1px; */
    /* background: radial-gradient(white, #daecff) no-repeat padding-box; */
    /* backdrop-filter: blur(6px); */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
}


/* .coursesCard::before {
    position: absolute;
    content: '';
    width: 91%;
    height: 7%;
    z-index: 1;
    top: auto;
    background: #0000002e;
    bottom: -25px;
    left: 0px;
    right: 0px;
    border-radius: 100%;
    filter: blur(6px);
    margin: auto;
    visibility: visible;
    opacity: 1;
    transition: 0.6s ease-in-out;
} */

.coursesCard a {
    position: relative;
    z-index: 2;
}

.coursesHeader {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.coursesHeader:before {
    position: absolute;
    top: 0;
    left: -85%;
    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, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.courseImg {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coursesCard .coursesHeader span {
    transition: 0.5s;
    width: fit-content;
}
.courseImg span {
    position: relative;
}

 .coursesHeader img {
    width: 68px;
    margin: 0px auto;
    /* filter: brightness(0%) contrast(106%) saturate(200%) blur(0px) hue-rotate(88deg); */
    transition-duration: 0.3s;
    position: relative;
    z-index: 2;
}

.coursesHeader img {
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

/* .coursesCard:hover .coursesHeader:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
} */



/* 
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
} */

/* .courseImg {
    background: radial-gradient(white, #F8F3E1);
    min-height: 160px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
} */


.coursesCard:hover .coursesHeader span{
    transform: scale(1.08);
    -webkit-filter: drop-shadow(16px 4px 2px #ffff);
    filter: drop-shadow(16px 4px 2px #ffff);
}

/* .coursesCarousel.owl-carousel .owl-item img,
.coursesHeader img {
    width: 40%;
    margin: 0px auto;
    filter: brightness(0%) contrast(106%) saturate(200%) blur(0px) hue-rotate(88deg);
    transition-duration: 0.3s;
} */

.coursesCard:hover .coursesHeader img {
    transform: scale(1.02);
}

.courseImg span::after {
    position: absolute;
    content: '';
    background: url(../img/icons/featurebackshape.png);
    width: 90px;
    height: 82px;
    left: 3px;
    top: 3px;
    background-size: 100%;
    z-index: 1;
}

.courseContent {
    padding: 10px 0px;
}

.courseContent h4 {
    font-size: 17px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 10px;
    margin-top: 10px;
}

.courseContent p {
    font-weight: 500;
    line-height: 22px;
}



.coursesCard::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
    background: radial-gradient(white, #daecff) no-repeat padding-box ;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 20px;
    visibility: visible;
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.coursesCard .moreDetailBtn {
    position: absolute;
    width: fit-content;
    height: fit-content;
    bottom: 13px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.coursesCard .moreDetailBtn a,
.coursesCard .moreDetailBtn button {
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    padding: 5px 12px;
    margin-top: 10px;
    display: inline-block;
    background: #fbfbfb;
}

.coursesCard:hover .moreDetailBtn a,
.coursesCard:hover .moreDetailBtn button {
    background: linear-gradient(180deg, #ff3b45, #fca535);
}

.coursesCard:hover .moreDetailBtn a span,
.coursesCard:hover .moreDetailBtnbutton span {
    color: #fff;
}

.coursesCard .moreDetailBtn a span,
.coursesCard .moreDetailBtn button span {
    color: #4c1616;
    font-weight: 500;
}

.coursesCarousel {
    position: relative;
}

.coursesCarousel.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.coursesCarousel.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #1b115b;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
}

.coursesCarousel.owl-carousel:hover .owl-nav button.owl-prev,
.coursesCarousel.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}

.viewAllCourses {
    text-align: center;
}


.ImpLinkCarousel .item {
    padding: 10px 10px;
}

.importantLinkWrapper {
    margin-top: 40px;
}

.importantLinkCard {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}

.importantLinkIcon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    border-radius: 100%;
    overflow: hidden;
}

.importantLinkIcon img {
    width: 100%;
}

.importantLinkContent h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px 5px;
}

.importantLinkContent p {
    line-height: normal;
}

.bg-4 {
    background: linear-gradient(45deg, #181828, #181828), url(../img/bgs/bg-4.png);
    background-size: cover;
    background-position: center center;
    background-blend-mode: exclusion;
}

.ourTestimonials .titleSection.light::before {
    background-color: #181828;
}

.titleSection.light h2 {
    color: #fff;
}

.titleSection.light h4 {
    color: #fff;
}

.titleSection.light::after {
    background-color: #ffbe74;
}

.testimonialsWrapper {
    margin-top: 40px;
}

.testimonialCard {
    padding: 23px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    background-image: url(../img/bgs/main-texture.webp);
    background-size: 100%;
    background-position: bottom;
    min-height: 266px;
    overflow: hidden;
}

.testimonialCard::after {
    content: '';
    height: 90px;
    width: 108px;
    background-color: #4c1616;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
    clip-path: path("M0 0H40L108 90H10C4.47715 90 0 85.5229 0 80V0Z");
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.testiContent p {
    text-align: justify;
}

.testiauthor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
}

.testiimg {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 3px solid #fff3e6;
    position: relative;
    z-index: 3;
}

.testiimg img {
    width: 100%;
    border-radius: 8px;
}

.testiauthorContent {
    margin-left: 13px;
}

.testiauthorContent h5 {
    font-size: 18px;
    font-weight: 600;
}

.testiauthorContent h5 span {
    font-weight: 400;
    font-size: 15px;
}

.testiauthorContent p {
    color: #282828;
}


.testimonialCard .testiqoute {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 40px;
    color: #ff732d;

}

.testimonialsCarousel.owl-theme .owl-dots .owl-dot.active {
    position: relative;
    display: inline-block;
}

.testimonialsCarousel.owl-theme .owl-dots .owl-dot.active:after,
.testimonialsCarousel.owl-theme .owl-dots .owl-dot:hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

/* Form */
.homeFormSection {
    padding: 50px 0px;
}

.hctfTitle h4 {
    font-size: 20px;
    font-weight: 600;
}

.hctfTitle p {
    margin-top: 3px;
}

.homeFormWrapper .whyqoutline h6 span {
    font-weight: 600;
}

/* .homeFormWrapper  .aboutParagraph {
    margin-top: 0px;
} */
.hctFromWrapper {
    position: relative;
    z-index: 3;
}

.hctFromContainer {
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    background: #fff;
}

.formWrapper {
    margin-top: 20px;
}

.formWrapper .form-control {
    border-radius: 12px;
    padding: 8px 13px;
    font-weight: 500;
}
.formWrapper .form-control::placeholder {
    color: #a8a8a8;
    font-weight: 500;
}
.formWrapper .form-control.form-select:focus {
    box-shadow: none;
    border-color: #a62418;
}
.formWrapper .form-select {
    border-radius: 15px;
    padding: 10px 13px;
    font-weight: 500;
}
.formWrapper .form-select::placeholder {
    color: #a8a8a8;
    font-weight: 500;
}
.formWrapper .form-select:focus {
    box-shadow: none;
    border-color: #a62418;
}

.hctFromContainer .form-group {
    display: block;
    margin-bottom: 14px;
}

.hctFromContainer .form-group span {
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
}

.hctFromContainer .form-group input:focus {
    box-shadow: none;
    border-color: #f98512;
}

.hctFromContainer .form-group textarea:focus {
    box-shadow: none;
    border-color: #f98512;
}

.homectfrombg {
    position: absolute;
    z-index: 1;
    width: 75%;
    height: 100%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-image: url(../img/bg/bg-3.jpg);
    background-color: #141414;
    background-blend-mode: soft-light;
}

.homeFormWrapper {
    padding-left: 40px;
}

.formSubmitBtn button {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #48b01d, #1d6400);
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-family: 'Campton';
}


.newsWrapper {
    margin-top: 40px;
}

.newsCard {
    padding: 10px;
}

.newsImg {
    border-radius: 10px;
    overflow: hidden;
}

.newsImg img {
    width: 100%;
}

.newsContent {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
    width: 94%;
    padding: 13px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.newsContent h4 {
    font-size: 18px;
    font-weight: 600;
    color: #080b55;
    margin: 19px 0px 13px;

}

.newsDate ul {
    display: flex;
    justify-content: space-between;
}

.newsDate ul li {
    display: flex;
    align-items: center;
}

.newsDate ul li i {
    color: #f7ab4a;
    font-size: 13px;
    margin-right: 7px;
}

.newsDate ul li p {
    font-size: 14px;
}

.ourClients {
    background-image: url(../img/bgs/main-texture.webp);
    background-size: cover;
    background-position: bottom;
    background-color: #ffffffbd;
    background-blend-mode: color;
}

.clientCard {
    width: 100%;
    padding: 28px;

}

.clientCard img {
    width: 100%;
}

.subscribe {
    background-image: url(../img/bgs/subscribed-b.png);
    background-size: 100% 100%;
}

.aboutSide.light h5 {
    color: #fff;
}

.aboutSide.light h2 {
    color: #fff;
}

.aboutSide.light p {
    color: #fff;
    line-height: normal;
}

.subscribeFomrWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
    height: 100%;
}

.subscribeFomrWrap .inputForm {
    width: 70%;
}

.subscribeFomrWrap .form-control {
    padding: 9px 16px;
}

.aboutSideWrapperContainer {
    background-color: #fff;
    box-shadow: 0px 0px 40px rgb(43 5 178 / 16%);
    border-radius: 10px;
    padding: 55px 60px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1;
}

.aboutSide h5 {
    margin-bottom: 10px;
    color: #46ac1b;
    font-size: 22px;
    line-height: 20px;
    font-weight: 600;
}

.aboutSide h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
}

.aboutSide h2 span {
    color: #ff6900;
}

.aboutSide h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #252525;
}

.aboutParagraph {
    margin: 20px 0px;
    margin-bottom: 22px;
}

.aboutSide p {
    margin-bottom: 0px;
    line-height: 24px;
    text-align: justify;
}

.aboutIcoWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
}

.aboutIconCard {
    display: flex;
    align-items: center;
    width: 49%;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 4px;
    margin-bottom: 13px;
    margin-right: 13px;
    border-radius: 6px;
}

.aboutIcoWrap .aboutIconCard:nth-child(2) {
    margin-right: 0px;
}

.aboutIcoWrap .aboutIconCard:nth-child(4) {
    margin-right: 0px;
}

.aboutIco {
    width: 40px;
    margin-right: 5px;
}

.aboutIco img {
    width: 100%;
}

.normalList li {
    background-image: url(../img/icons/right-arrow.png);
    background-size: 14px;
    background-position: left top 5px;
    padding-left: 21px;
    background-repeat: no-repeat;
    text-align: justify;
}

.titleSection h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
}
.titleSection h2 span {
    /* color: #ff732d; */
    position: relative;
}
.titleSection h2 span::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 20px;
    bottom: -4px;
    left: 0px;
    right: 0px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1418 125' fill='%2342a619'%3E%3Cpath d='M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}


.titleSection h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.titleSection {
    position: relative;
    padding-bottom: 12px;
}

.titleSection::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: #f98512;
    top: 106%;
    left: 2px;
    right: 0;
    margin: auto;
    border-radius: 20px;
}

.titleSection::before {
    position: absolute;
    content: '';
    width: 26px;
    height: 15px;
    top: 96%;
    left: 0px;
    right: 0;
    margin: auto;
    background: url("data:image/svg+xml,%3Csvg class='w-10 h-10' viewBox='0 0 147 148' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M77.0546 0.147949H69.9463V147.148H77.0546V0.147949Z' fill='currentColor'/%3E%3Cpath d='M77.0546 0.147949H69.9463V147.148H77.0546V0.147949Z' fill='currentColor' fill-opacity='0.2'/%3E%3Cpath d='M147 70.0938H0V77.2021H147V70.0938Z' fill='currentColor'/%3E%3Cpath d='M147 70.0938H0V77.2021H147V70.0938Z' fill='currentColor' fill-opacity='0.2'/%3E%3Cpath d='M24.0282 19.1578L19.002 24.1841L122.946 128.128L127.972 123.101L24.0282 19.1578Z' fill='currentColor'/%3E%3Cpath d='M24.0282 19.1578L19.002 24.1841L122.946 128.128L127.972 123.101L24.0282 19.1578Z' fill='currentColor' fill-opacity='0.2'/%3E%3Cpath d='M122.946 19.1564L19.002 123.1L24.0282 128.126L127.972 24.1827L122.946 19.1564Z' fill='currentColor'/%3E%3Cpath d='M122.946 19.1564L19.002 123.1L24.0282 128.126L127.972 24.1827L122.946 19.1564Z' fill='currentColor' fill-opacity='0.2'/%3E%3Cpath d='M6.7933 42.6484L4.11133 49.2314L140.248 104.695L142.93 98.1115L6.7933 42.6484Z' fill='currentColor'/%3E%3Cpath d='M6.7933 42.6484L4.11133 49.2314L140.248 104.695L142.93 98.1115L6.7933 42.6484Z' fill='currentColor' fill-opacity='0.2'/%3E%3Cpath d='M97.9631 4.26955L42.5 140.406L49.083 143.088L104.546 6.95152L97.9631 4.26955Z' fill='currentColor'/%3E%3Cpath d='M97.9631 4.26955L42.5 140.406L49.083 143.088L104.546 6.95152L97.9631 4.26955Z' fill='currentColor' fill-opacity='0.2'/%3E%3Cpath d='M140.41 42.8958L4.03809 97.7856L6.69233 104.38L143.064 49.4902L140.41 42.8958Z' fill='currentColor'/%3E%3Cpath d='M140.41 42.8958L4.03809 97.7856L6.69233 104.38L143.064 49.4902L140.41 42.8958Z' fill='currentColor' fill-opacity='0.2'/%3E%3Cpath d='M49.3122 4.18875L42.7178 6.84229L97.5928 143.214L104.187 140.561L49.3122 4.18875Z' fill='currentColor'/%3E%3Cpath d='M49.3122 4.18875L42.7178 6.84229L97.5928 143.214L104.187 140.561L49.3122 4.18875Z' fill='currentColor' fill-opacity='0.2'/%3E%3C/svg%3E");

    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: #fff;
    background-position: center;
}

.sectionscroll {
    position: relative;
}

.scrolling-text {
    position: absolute;
    bottom: 0px;
    right: -10%;
    white-space: nowrap;
    transition: all 0.6s ease-in-out;
    font-size: 110px;
    font-weight: 800;
    color: #ede8f7b7;
    line-height: 85px;
    bottom: 20px;
}

.scrolling-text.active {
    right: 4%;
}

/* Compaigns */
.ourCampaigns  {
    background: #f3f3f3;
}
.categoriesNames {
    border-bottom: 0px;
    gap: 5px;
    margin-top: 40px;
    justify-content: center;
}
.nav-tabs.categoriesNames .nav-link {
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #dddddd70;
    border-radius: 10px;
    position: relative;
    width: 12%;
    background: #fff;
}
.nav-tabs.categoriesNames .nav-link.active {
    background: linear-gradient(0deg, #169ee2, #006ca3);
}
.nav-tabs.categoriesNames .nav-link::after{
    position: absolute;
    content: '';
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid #169ee2;
    top: 100%;
    left: 0px;
    right: 0px;
    width: fit-content;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.1s ease-in-out;
}
.nav-tabs.categoriesNames .nav-link.active::after {
    visibility: visible;
    opacity: 1;
    transition: 0.1s ease-in-out;
}
.catNameCard {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.catNameIco {
    width: 33px;
    height: 33px;

}
.catNameIco img {
    width: 100%;
}
.nav-tabs.categoriesNames .nav-link.active .catNameIco img {
    filter: invert(1) brightness(2);
}
.catNameTitle h4 {
    font-size: 16px;
    font-weight: 600;
}
.nav-tabs.categoriesNames .nav-link.active .catNameTitle h4 {
    color: #fff;
}
.catNameTitle {
    width: 80%;
}
.compaignTabContent {
    position: relative;
}


.compaignSlider .item {
    padding: 10px;
}
.compaignSlider.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #006ca3;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    transform: translateY(-50%);
}

.compaignSlider.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -18px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    border: 1px solid #006ca3;
    color: #282828;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    transform: translateY(-50%);
}

.compaignSlider.owl-carousel:hover .owl-nav button.owl-prev,
.compaignSlider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
}

.single-causes {
    margin-bottom: 30px;
    position: relative;
    transition: 0.5s;
    min-height: 520px;
}
.single-causes::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90deg, #d36900, #f07f1f);
    transition: 0.5s;
    z-index: 1;
    border-radius: 30px 30px 5px 5px;
    overflow: hidden;
}
.single-causes:hover::before {
    height: 60%;
    border-radius: 30px 30px 5px 5px;
}
.single-causes img {
    border-radius: 5px;
    border: 1px dashed #b5b8cc;
    width: 100%;
}
.single-causes .icon {
    position: absolute;
    bottom: 37%;
    transform: translateY(-34%);
    z-index: 1;
    right: 30px;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #ff8711;
    text-align: center;
    border-radius: 50px;
    transition: 0.5s;
}
.single-causes:hover .icon {
    bottom: 47%;
    transform: translateY(-40%);
    background: #fff;
}
.single-causes .icon i {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.single-causes:hover .icon i {
    color: #ff8711;
}
.single-causes .causes-content {
      position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #fff7f0, #ffeedf);
    padding: 20px;
    border-radius: 30px 30px 5px 5px;
    transition: 0.5s;
    border: 1px dashed #ddd;
    box-shadow: 0px 7px 10px #00000014;
}


.single-causes .causes-content span {
    font-size: 15px;
    font-weight: 300;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.single-causes:hover .causes-content span {
    transform: translateY(-55px);
    color: #ffffff;
}
.single-causes .causes-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0 0;
    margin: 5px 0 10px 0;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.single-causes:hover .causes-content h3 {
    transform: translateY(-55px);
    color: #ffffff;
}
.single-causes .causes-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 0;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.single-causes:hover .causes-content p {
    transform: translateY(-55px);
    color: #ffffff;
}
.single-causes .causes-content .causes-progress-bar {
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.single-causes:hover .causes-progress-bar {
    transform: translateY(-60px);
}
.single-causes .causes-content .causes-progress-bar .causes-progress-content {
    margin-top: 18px;
    position: relative;
    margin-bottom: 30px;
    position: relative;
}
.single-causes .causes-content .causes-progress-bar .causes-progress-content::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    background: #c8c8c8;
    bottom: -20px;
    border-radius: 5px;
    transition: 0.5s;
}
.single-causes:hover .causes-progress-bar .causes-progress-content::before {
    background-color: #fca57c;
}
.single-causes .causes-content span {
    font-size: 15px;
    font-weight: 300;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.single-causes:hover .causes-content span {
    transform: translateY(-55px);
}
.single-causes .causes-content .causes-progress-bar .causes-progress-content span {
    font-size: 14px;
}
.single-causes:hover .causes-progress-bar .causes-progress-content span {
    transform: translateY(0);
    color: #ffffff;
}
.raisedammount {
    color: #169ee2;
    font-weight: 600!important;
}
.single-causes .causes-content .causes-progress-bar .causes-progress-content .text-right {
    text-align: right !important;
    position: absolute;
    right: 0;
    bottom: 0;
}
.single-causes:hover .causes-progress-bar p {
    transform: translateY(0);
}

.single-causes .causes-content .causes-progress-bar p::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 50%;
    background: linear-gradient(90deg, #48b01d, #1d6400);
    top: -15px;
    border-radius: 5px;
    transition: 0.5s;
}

.single-causes:hover .causes-progress-bar p::before {
    background-color: #ffffff;
}

.single-causes .causes-content .causes-progress-bar p::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 12px;
    background-color: #1d6400;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    transition: 0.5s;
}
.single-causes:hover .causes-progress-bar p::after {
    background-color: #ffffff;
}
.single-causes .causes-content .causes-btn-one {
    display: inline-block;
    background-color: #ffffff;
    color: #ff6015;
    padding: 10px 24px;
    border-radius: 15px;
    margin-top: 16px;
    position: absolute;
    bottom: 0;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.single-causes:hover .causes-btn-one {
    opacity: 1;
    visibility: visible;
    color: #ff6015;
    bottom: 15px;
    z-index: 1;
}
.single-causes .causes-content .causes-btn-one i {
    font-size: 14px;
    line-height: normal;
    margin-left: 4px;
    position: relative;
    top: 1px;
}















.serviceContainer {
    /* overflow: hidden; */
    position: relative;
    padding: 30px 0px 40px;
    min-height: 547px;
}

.serviceContainer .slider {
    margin: 0 auto 0 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.serviceContainer .slider__list {
    width: fit-content;
    cursor: grab;
}


.serviceContainer .scroll {
    position: relative;
    left: 0;
    margin-top: calc(40em/16);
    width: 100%;
    overflow: hidden;
}

.serviceContainer .scroll::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto 0;
    width: 100%;
    height: 100%;
    background-color: #dad4cd;
}

.serviceContainer .scroll .swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    background-color: #937152;
    border-radius: 0;
    transform-origin: right center;
    will-change: transform;
    cursor: grab;
}

.serviceContainer .scroll__growbar {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    background: #937152;
}

.container-inner {
    padding-top: calc(20em/16);
    margin: 0 auto;
    width: calc(348/375*100%);
    overflow: visible;
}

.serviceContainer .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0px;
    right: 0px;
    width: 93.3%;
    left: auto;
    z-index: -1;
}



.serviceBoxCard {
    border: 0px solid #ddd;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    position: relative;
}

.serviceBoxCard::after {
    width: 100%;
    height: 73%;
    position: absolute;
    content: '';
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    background: #295b65;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.serviceBox:hover .serviceBoxCard:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.serviceboxContent {
    padding: 24px;
    position: relative;
    z-index: 2;
    min-height: 350px;
}

.serviceboxContent h2 {
    font-size: 18px;
    font-weight: 600;
    color: #2a008f;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
    line-height: normal;
}

.serviceBox:hover .serviceboxContent h2 {
    color: #fff;
}

.serviceboxContent p {
    /* text-align: justify; */
    color: #252525;
    transition: all 0.5s ease-in-out;
}

.serviceBox:hover .serviceboxContent p {
    color: #fff;
}

.serviceboxContent a {
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
    color: #2806a9;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 23px;
}

.serviceBox:hover .serviceboxContent a {
    color: #fff;
}


.serviceBox {
    position: relative;
    min-height: 299px;
}

.serviceBoxImg {
    position: absolute;
    top: 70%;
    left: 0px;
    right: 0px;
    z-index: 2;
    transform: scaleY(0.8);
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    margin-top: 0px;
    bottom: 0;
    opacity: 0;


}

.serviceBox:hover .serviceBoxImg {
    visibility: visible;
    top: 100%;
    transform: scaleY(1);
    opacity: 1;
}

.serviceImg {
    width: 100%;
    background: radial-gradient(#ffffff, #d5d0ec);
    padding: 17px 61px;
    height: 233px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.serviceImg img {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.serviceBoxCard.ii::after {
    background: #28a4b7;
}

.serviceBoxCard.iii::after {
    background: #f83b77;
}

.serviceBoxCard.iv::after {
    background: #002963;
}

.scrolling-text.fulltext {
    line-height: 135px;
    font-size: 200px;
}

.swiper-button-prev.servicePrev.swiper-button-disabled {
    display: none;
}

.swiper-button-next.serviceNext.swiper-button-disabled {
    display: none;
}

.swiper-button-next.serbtnstyle {
    width: auto;
}

.swiper-button-next.serbtnstyle:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}

.swiper-button-prev.serbtnstyle {
    width: auto;
}

.swiper-button-prev.serbtnstyle:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}



.industry-box-container {
    margin-top: 40px;

}

.industruAfBfr {
    position: relative;
}

.industruAfBfr::after {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 0px;
    height: 100%;
    content: '';
    background: linear-gradient(88deg, #f8f9fa, transparent);
    z-index: 2;
}

.industruAfBfr::before {
    position: absolute;
    width: 20%;
    right: 0px;
    top: 0px;
    height: 100%;
    content: '';
    background: linear-gradient(270deg, #f8f9fa, transparent);
    z-index: 2;
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 100%;
    /* margin-bottom: 35px; */
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front {
    background: linear-gradient(90deg, #04aea8, #b7ecff);
}

.flip-box-back {
    background: linear-gradient(90deg, #04aea8, #04aea8);
    text-align: center;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 146px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;

    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    height: 100%;
}

.flip-box-header {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.flip-box p {
    font-size: 15px;
    color: #fff;
}

.flip-box p i {
    font-size: 14px;
}

.flip-box-img {
    margin-top: 6px;
    width: 16px;
}

.flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.indusryImgWrap {
    width: 40%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.indusryImgWrap img {
    width: 100%;
}

.industryflex {
    display: flex;
    position: relative;
    align-items: center;
}

.indsutryContent {
    width: 63%;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.flip-box-back .inner.back {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.flip-box-back .inner.back a {
    display: block;
}

.swiper-button-next2.serbtnstyle2 {
    width: auto;
}

.swiper-button-next2.serbtnstyle2:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}

.swiper-button-prev2.serbtnstyle2 {
    width: auto;
}

.swiper-button-prev2.serbtnstyle2:after {
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    background: #ddd;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    line-height: 39px;
    border-radius: 8px;
}


.industrySlider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.industrySlider.owl-theme .owl-dots .owl-dot.active span,
.industrySlider.owl-theme .owl-dots .owl-dot:hover span {
    background: #2a04b0;
}

.clientsCards {
    padding: 0px 35px;
    height: 70px;
}

.owl-carousel .owl-item .clientsCards img {
    width: auto;
    height: 100%;
}


.blogSwiperCard.videoContainer {
    text-align: center;
    min-height: auto;
}

.blogSwiperCard {
    background: linear-gradient(268deg, white, #f1f1f1), url(../img/texture/texture1.jpg);
    border-radius: 8px;
    /* overflow: hidden; */
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    margin: 15px 0px;
}

.blogSwiperCard::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    z-index: 1;
    transition: 0.4s ease-in-out;
    border-radius: 8px;
}

.blogSwiperCard:hover:before {
    height: 105%;
    width: 100.5%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
}

.blogHeader {
    position: relative;
    z-index: 2;
}

.blogSwiperCard.videoContainer .blogHeader h4 {
    font-size: 16px;
}

.blogHeader h4 {
    font-size: 15px;
    color: #0c0c0c;
    margin-bottom: 12px;
    margin-top: 6px;
    line-height: 22px;
    font-weight: 600;
}

.blogCardImg.videoWrap {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.blogCardImg {
    width: 100%;
    position: relative;
    z-index: 2;
}

.blogSwiperCard:hover .blogCardImg:before {
    -webkit-animation: zoom-hover 0.75s;
    animation: zoom-hover 0.75s;
}

.blogCardImg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}

.videoPlayThumb {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #ddddddd9;
}
.blogSwiperCard.videoContainer .videoPlayThumb {
    height: 219px;
}
.blogSwiperCard.videoContainer .videoPlayThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoPlayThumb img {
    width: 100%;
}

.blogCardImg img {
    width: 100%;
    border-radius: 6px;
}

.video-player {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: fit-content;
    height: fit-content;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.pulse i {
    background-color: #000f2d94;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    columns: #fff;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
    transition: 0.4s ease;
}

.pulse i:hover {
    background: #ffffff54;
    color: #fff;
    backdrop-filter: blur(7px);
}

.blogviewBtn {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.blogviewBtn {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

@-webkit-keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

@keyframes video-pulse-presentation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(171, 45, 255, 0.7), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 0 rgba(171, 45, 255, 0.7);
    }

    80% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
        box-shadow: 0 0 0 0 rgb(245 112 9 / 0%), 0 0 0 30px rgb(245 112 9 / 0%);
    }
}

.homeLiveClass {
    padding-top: 50px;
    margin-top: 0;
    background-position: bottom;
    padding-bottom: 50px;
}

.liveClassHomeWrapper .actionsCard {
    text-align: center;
}

.liveClassHomeWrapper .prCardContent {
    margin-top: 40px;
}



.foungerSection {
    background: linear-gradient(45deg, #181828, #181828), url(../img/bgs/main-texture.webp);
    background-blend-mode: hard-light;
}

.foungerSection .aboutSide h5 {
    color: #fff;
}

.foungerSection .aboutSide h2 {
    color: #fff;
}

.foungerSection .aboutSide p {
    color: #ddd;
    margin-bottom: 10px;
}

.foungerSection .aboutImgContainer {
    background-color: transparent;
    border: none;
}

.foungerSection .aboutMainImg {
    border: none;
    box-shadow: none;
}


/* 
.blogCardWrapper {
    padding: 20px;
} */

.col-reverse {
    flex-direction: row-reverse;
}

.faqsCards .accordion-item {
    background-color: #ffffff8f;
    margin: 10px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.faqsCards .accordion-button {
    background-color: #ffffff96;
    font-size: 14px;
    padding: 12px 16px;
}

.faqsCards .accordion-header {
    margin-bottom: 0;
    font-family: 'Campton';
    font-size: 14px;
}

/* FAQS */
.faqsTitle h4 {
    color: #080b55;
    font-weight: 600;
}

.faqsTitle h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
}

.faqsTitle.inner {
    text-align: center;
    margin-bottom: 40px;
}

.faqsSection {
    background-blend-mode: normal;
    background: linear-gradient(180deg, #ffffffc7, #fff0), url(../img/bg/bg-5.jpg);
    background-size: 100%;
    margin-top: 40px;
}

.faqsSection .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faqsSection .accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, #290090, #2d07ba);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.faqsSection .accordion-button::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
    filter: contrast(0.5);
    background-size: 15px;
    right: -3px;
    position: relative;

}

.faqsSection .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
    filter: grayscale(1) invert(1);
    right: -3px;
    position: relative;
}



.footer-wrp-main {
    background: radial-gradient(#131313ed, #101010f2), url(../img/bgs/footer-bg.jpg);
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footerTexture {
    position: absolute;
    width: 35%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 0px;
    filter: hue-rotate(26deg) saturate(0);
}

.footerTexture img {
    width: 100%;
}

.footerMain {
    position: relative;
    padding: 100px 0px 0px;
}

#tsparticles {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}

.somepolicyLink {
    color: #fff;
    display: inline-flex;
    gap: 7px;
}

.somepolicyLink li {
    color: #fff;
}

.somepolicyLink li a {
    color: #ddd;
    font-size: 14px;
}


#tsparticles canvas {
    position: unset !important;
}

.ftr-link-bx a {
    display: block;
    color: #fff;
    margin: 5px 0px;
    position: relative;
}
.ftr-link-bx a:hover {
    color: #ff8812;
}
.ftr-link-bx a::before {
    content: '\f105';
    display: inline-block;
    width: 17px;
    height: 22px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 13px;
}
.ftr-link-bx.notArrow a::before {
    display: none;
}
ul.address-sec li i {
    color: #ff9627;
    font-size: 14px;
    margin-right: 8px;
}

ul.address-sec li a {
    display: flex;
    align-items: baseline;
}

.ftr-link-bx .title-16 {
    font-size: 22px;
    font-weight: 500;
    color: #e5e5e5;
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.ftr-link-bx .title-16::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #ff9627;
    bottom: 0px;
    left: 0px;
}

.footerContents {
    margin-top: 20px;
}

.footerContents p {
    margin-right: 5px;
    color: #fff;
    line-height: 28px;
}

.footer-links-wrp {
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}

.footer-btm-wrp {
    background: #111;
    padding: 5px 0px;
}

.footer-btm-wrp p {
    color: #ffff;
    margin-bottom: 0px;
}

.footerContents ul {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 12px;
}

.footerContents ul {
    color: #fff;
}

.footerContents ul li {
    color: #fff;
}

.footerContents ul li:first-child {
    margin-right: 0px;
}

.footerContents ul li:nth-child(2) {
    margin-left: 0px;
}

.footerContents ul li a {
    display: inline-block;
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0px;
    color: #a72409;
    background: #fff;
}

.footerContents ul li a i {
    font-size: 18px;
    line-height: 39px;
}

.footerContents ul li a i.fa-facebook-f {
    color: #0075ea;
}

.footerContents ul li a i.fa-x-twitter {
    color: #000;
}

.footerContents ul li a i.fa-youtube {
    color: #f70000;
}

.footerContents ul li a i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.footerSocial {
    margin-top: 20px;
}

ul.footerSocial i {
    line-height: 27px;
    color: #fff;
    font-size: 12px;
}

.footerpaymentLink {
    margin-top: 18px;
}

.footerpaymentLink img {
    width: 150px;
}

/* Go to Top */

#button {
    display: inline-block;
    background: linear-gradient(180deg, #f39b44, #ff8328);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
    animation: breathing 2s ease-out infinite normal;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #151e25;
}

#button:active {
    background-color: #151e25;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}





.hamburger .line {
    width: 32px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger {
    display: none;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
    animation: smallbig 0.6s forwards;
}

#hamburger-11.is-active .line {
    width: 32px;
}

@keyframes smallbig {

    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.footer-logo-wrp img {
    border-radius: 0px;
    width: 120px;
    max-width: fit-content;
    margin: auto;
}



.missionCard {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}

.missionCardimg {
    width: 30%;
    height: 30%;
    margin: auto;
}

.missionCardimg img {
    width: 100%;
}

.missionCardContent {
    margin-top: 30px;
    text-align: center;
}

.missionCardContent h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0b002b;
    margin-top: 10px;
    margin-bottom: 10px;
}

.missionCardContent p {
    line-height: normal;
}

.aboutSide.inr {
    margin-top: 30px;
}

.normalList {
    margin-bottom: 10px;
}


.enquireNowForm.certifiedRegistry {
    margin-top: 20px;
}

.enquireNowForm.certifiedRegistry .right-sidebar-box {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
}

.enquireNowForm.certifiedRegistry .right-sidebar-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #462673;

}

.enquireNowForm.certifiedRegistry .right-sidebar-box .custom-form .custom-input textarea {
    height: 104px;
}

.enquireNowForm.certifiedRegistry .right-sidebar-box .custom-form .custom-input .form-control {
    padding: 10px 15px;
}

.right-sidebar-box {
    background-color: #f8f8f800;
    border-radius: 6px;
    padding: 0px;
    max-width: 100% px;
    margin: 0px auto;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 0px;
    border: 1px solid #dddddd4a;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
}

.right-sidebar-box .custom-form label {
    color: #565656;
    display: block;
    font-size: 15px;
    margin-bottom: calc(2px + 0.3125vw);
    font-weight: 600;
}

.right-sidebar-box .custom-form .custom-input {
    position: relative;
}

.right-sidebar-box .custom-form .custom-input .form-control {
    border: none;
    padding: calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(14px + 0.3125vw) calc(38.8px + 0.6875vw);
}

.right-sidebar-box .custom-form .form-select:focus {
    box-shadow: none;
}

.right-sidebar-box .custom-form .form-select {
    border: 1px solid #dddddd80 !important;
    padding: 7px 14px;
    border-radius: 30px;
}
.form-control.captcha-value  {
    border-radius: 30px;
}

.right-sidebar-box .custom-form .custom-input i {
    align-items: center;
    color: #4a5568;
    display: flex;
    font-size: 15px;
    left: 0;
    line-height: 1;
    padding: 15px;
    position: absolute;
    top: 0px;

}

.form-control {
    background-color: #fff;
}

textarea.form-control {
    min-height: 30px;
}

.right-sidebar-box .custom-form .custom-input textarea {
    height: 92px;
}

.right-sidebar-box .custom-form .custom-input .form-control {
    border: 1px solid #dddddd80 !important;
    padding: 7px 14px;
    border-radius: 30px;
}

.right-sidebar-box .custom-form .custom-input .form-control::placeholder {
    font-size: 14px;
}

.right-sidebar-box .custom-form .custom-input .form-control:focus {
    box-shadow: none;
}

.captcha {
    padding: 0px;
    width: 177px;
    position: relative;
}

.captcha img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #dddddd80 !important;
}

.refreshcaptcha {
    position: absolute;
    top: 20px;
    bottom: 0px;
    margin: auto;
    right: -29px;
    height: fit-content;
}

.submitandclear {
    display: flex;
    gap: 12px;
}


/* contact */

.contactUsCard {
    padding: 25px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 36px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 12px;
    border: 1px solid #dddddd4a;
    min-height: 159px;
}

.contactUsCard::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0px 14px 210px;
    border-color: transparent transparent #46267370 transparent;
    transform: rotate(0deg);
    right: 0px;
    bottom: 0px;
    display: none;
}

.contactCHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactIco {
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #290090, #2d07ba);
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}

.contactContent .contactIco {
    width: auto;
    background: transparent;
    color: #ddd;
    padding: 0px;
    height: auto;
    line-height: normal;
}

.contactTitle {
    width: 86%;

}

.contactTitle h5 {
    font-size: 16px;
    font-weight: 700;
    color: #002588;

}

.contactTitle p {
    font-size: 14px;
    line-height: 16px;
}

.contactMain {
    margin-top: 10px;
}

.contactMain a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    /* display: block; */
}

.contactWrapper {
    margin-top: 50px;
}

.contactInfoWrap .row .col-md-12:last-child .contactUsCard {
    margin-bottom: 0px;
}

.contactMain.notList p i {
    color: #2a01a0;
    margin-right: 7px;
}

.contactMain.notList p {
    line-height: 24px;
}

.inrbnr.nonbnr {
    min-height: auto;
    padding: 30px 0px;
}

.inrbnr.nonbnr .inrbnrContent {
    height: auto;
}

.cartCard {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #dddddd6b;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.cartImg {
    width: 30%;
}

.cartImg img {
    width: 100%;
}

.cartContent {
    padding: 20px 30px;
}

.discardCourse {
    position: absolute;
    top: 20px;
    right: 20px;
}

.discardCourse a,
.discardCourse button {
    font-size: 16px;
}

.cartdata ul li {
    display: flex;
    align-items: baseline;
}

.cartdata ul li {
    border-bottom: 1px dashed #ddd;
    padding: 6px 0px;
}

.cartdata ul li span:first-child {
    width: 28%;
    font-weight: 600;
}

.cartdata ul li span:last-child {
    width: 72%;
}

.cartCard .cartdata ul li:last-child {
    border-bottom: none;
}


.order-detail table {
    width: 100% !important;
}

.order-detail table tr td {
    padding: 6px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.order-detail table tr td.price {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: end;
}

.order-detail table tr.charges {
    border-bottom: 1px dashed rgba(34, 34, 34, .2);
}

.order-detail table tr.tax {
    border-bottom: 2px solid rgba(34, 34, 34, .2);
}

.billDetails {
    position: sticky;
    top: 120px;
    transition: 0.4s ease-in-out;
    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #dddddd6b;
    border-radius: 10px;
    margin-top: 0px;
}

.allCertification {
    margin-top: 40px;
}

.coursesinr .coursesCard {
    margin-bottom: 26px;
}

.certimainSider {
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #f3f3f3;
    min-height: 398px;
    position: relative;
    position: sticky;
    top: 100px;
}

.certimainSider h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.certimainSider h4::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background: #002489;
    bottom: 0px;
    left: 0px;
}

.certimainSider ul li {
    border-bottom: 1px dashed #ddd;
}

.certimainSider ul li a {
    padding: 5px 0px;
    display: block;
    position: relative;
    transition: 0.4s ease-in-out;
}

.certimainSider ul li a::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
    background: #002489;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.certimainSider ul li:last-child {
    border-bottom: none;
}

.certimainSider ul li a:hover {
    background: #fbfbfb;
    padding-left: 7px;
}

.certimainSider ul li a:hover:after {
    visibility: visible;
    opacity: 1;
    width: 3px;
}

.coursesCard.certificationMainCard {
    text-align: left;
    min-height: 310px;
}

.courseMainImg {
    width: 130px;
    margin: 0px auto;
    margin-top: 15px;
}

.certiContentText img {
    float: left;
    width: 25%;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
    padding: 18px;
}

.certiContentText p {
    text-align: justify;
    margin-bottom: 12px;
}

.faqsCards .accordion-item {
    background-color: #ffffff8f;
    margin: 10px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.faqsCards .accordion-button {
    background-color: #ffffff96;
    font-size: 14px;
    padding: 12px 16px;
}

.faqsCards .accordion-header {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-size: 14px;
}

/* FAQS */
.faqsTitle h4 {
    color: #080b55;
    font-weight: 600;
}

.faqsTitle h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
}

.faqsTitle.inner {
    text-align: center;
    margin-bottom: 40px;
}

.faqsSection {
    background-blend-mode: normal;
    background: linear-gradient(180deg, #ffffffc7, #fff0), url(../img/bg/bg-5.jpg);
    background-size: 100%;
    margin-top: 40px;
}

.faqsSection .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faqsSection .accordion-button:not(.collapsed) {
    background: linear-gradient(180deg, #002588, #002588);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.faqsSection .accordion-button::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
    filter: contrast(0.5);
    background-size: 15px;
    right: -3px;
    position: relative;

}

.faqsSection .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
    filter: grayscale(1) invert(1);
    right: -3px;
    position: relative;
}

.certiContentText {
    margin-top: 40px;
}

.certiMainCard {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.certiMainContainer .certiMainCard:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.courseOutLine {
    margin-top: 30px;
}

.certiMainCard ul {
    margin-bottom: 10px;
}

.certiMainCard ul li {
    background-image: url(../img/icons/right-arrow.png);
    background-size: 14px;
    background-position: left top 5px;
    padding-left: 21px;
    background-repeat: no-repeat;
    text-align: left;
}

.packageContainer {
    margin-top: 40px;
}

.packageCard {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    min-height: 549px;
}

.packageCard::after {
    position: absolute;
    content: '';
    width: 600px;
    height: 360px;
    border-radius: 100%;
    background-color: #0025891c;
    z-index: 1;
    top: -278px;
    left: -188px;
}

.packageHeader {
    padding: 16px 30px;
    position: relative;
    z-index: 2;
    min-height: 80px;
}

.packageHeader h6 {
    font-weight: 600;
    line-height: 25px;
}

.packageCard ol {
    margin-top: 12px;
    padding: 0px 30px;
}

.packageCard ol li {
    padding: 3px 18px 3px 18px;
    background-image: url(../img/icons/right-arrow.png);
    background-size: 12px;
    background-position: left top 9px;
    background-repeat: no-repeat;
    font-size: 14px;
}

.packageCard .defaultBtn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.certimainSider.sideScrollTopNav ul li.active a {
    background: #fbfbfb;
    padding-left: 7px;
}

.certimainSider.sideScrollTopNav ul li.active a:after {
    visibility: visible;
    opacity: 1;
    width: 3px;
}

.blogMainImg {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.blogMainImg img {
    width: 100%;
}

.blogMainHeader {
    margin-bottom: 30px;
}

.blogMainHeader .newsDate ul {
    justify-content: flex-start;
}

.blogMainHeader .newsDate ul li:first-child {
    margin-right: 10px;
}

.blogdSidebar {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: sticky;
    top: 60px;
}

.blogdSidebar h5.sidebarTitle {
    font-weight: 600;
    position: relative;
    padding: 16px 0px 8px;
    margin-left: 18px;
}

.blogdSidebar h5.sidebarTitle::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #002588;
    bottom: 0px;
    left: 0px;
}

.latest-post {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.blogdSidebar .latest-post:last-child {
    border-bottom: none;
}

.thumbnail {
    margin-right: 10px;
}

.thumbnail a {
    display: block;
}

.thumbnail a img {
    border-radius: 5px;
    min-height: 70px;
    object-fit: cover;
    max-width: 70px;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
}

.blog-meta li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #606060;
}

.post-content h6.siderTitle a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 5px;
}

.loginForm .right-sidebar-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #ffffff7d;
    backdrop-filter: blur(6px);
}

.loginForm .toggle-password {
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
}

.defaultBtn.fullwButton a,
.defaultBtn.fullwButton button {
    display: block;
    width: 100%;
    text-align: center;
    outline: none;
    border: none;
}

.loginbg {
    background: linear-gradient(#ffffffcf, #ffffffcf), url(../img/bgs/login-bg.jpg);
    background-size: 100%;
    background-position: center center;
}

.signupHeader {
    padding: 10px 0px;
    border-bottom: 1px dashed #a9a9a9;
    margin-bottom: 20px;
}

.signupHeader h4 {
    font-size: 22px;
    font-weight: 600;
    color: #252525;
}

.siderStyleFlat {
    z-index: 22;
    min-height: auto;
    top: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0px;
    border: none;
}

.siderStyleFlat ul {
    display: flex;
    justify-content: center;
}

.certimainSider.siderStyleFlat ul li a {
    padding: 6px 22px;
}

.certimainSider.siderStyleFlat.sideScrollTopNav ul li.active a {
    padding: 6px 22px;
}

.certimainSider.siderStyleFlat ul li a::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 3px;
    background: #002489;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    top: auto;
}

.certimainSider.sideScrollTopNav.siderStyleFlat ul li.active a:after {
    width: 100%;
}

.certimainSider.siderStyleFlat h4 {
    text-align: center;
}

.certimainSider.siderStyleFlat h4::after {
    right: 0px;
    margin: auto;
}

.certimainSider.siderStyleFlat ul li:last-child {
    border-bottom: 1px dashed #ddd;
}

.inrbnr.certiMainPage {
    background-color: #0000189c;
    min-height: auto;
    background-blend-mode: color;
    background-position: center;
}

.inrbnr.certiMainPage .inrbnrContent {
    height: auto;
    padding: 40px 0px;
}

.inrbnr.certiMainPage .inrbnrimg {
    width: 20%;
    height: auto;
    position: unset;
    margin-right: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inrbnr.certiMainPage .inrbnrimg img {
    width: 100%;
    position: relative;
}

.inrbnr.certiMainPage .inrbnrtext {
    width: 100%;
}

.inrbnr.certiMainPage .defaultBtn.style2 a {
    background: linear-gradient(180deg, #ffb11d, #ffc67b);
    padding: 7px 20px;
    height: 38px;
    color: #000;
    margin-left: 12px;
}

.inrbnr.certiMainPage .defaultBtn a {
    padding: 7px 20px;
    height: 38px;
}

.certiMainPrice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.certibnrDesc {
    margin-top: 20px;
}
.certibnrDesc p{
    color: #ddd;
}
.certibnrDesc p span{
    color: #fff;
    font-weight: 700;
    margin-top: 12px;
    display: inline-block;
}

.certiActionBtn {
    display: flex;
    align-items: center;
}

.certiMainPage .inrbnrtext h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}
.certiMainPage .inrbnrtext h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.certiPrice span {
    color: #a5adb0;
}

.certiPrice span:last-child {
    font-weight: 600;
    font-size: 25px;
    color: #0a0909;
}

.menuSearchbarSection {
    position: relative;
}

.menusearchbar {
    position: absolute;
    width: 300px;
    left: -137px;
    background: #fbfbfb;
    padding: 5px;
    border-radius: 10px;
    display: none;
}

.menusearchbar input {
    border: 1px solid #dddddd52;
    width: 100%;
    height: 38px;
    border-radius: 10px;
    padding: 10px;
}

.menuSearchButton {
    position: absolute;
    right: 6px;
    border: none;
    background: #fff;
    height: fit-content;
    top: 0px;
    bottom: 0px;
    margin: auto;
}


.numerologyCalculator {
    background: linear-gradient(180deg, #ffffffa8, #ffffffa8), url(../img/bgs/main-texture.webp);
    background-size: cover;
    background-position: center;
}
.numerologyCalcFom  {
    margin-top: 15px;
    margin-bottom: 20px;
}
.numerologyCalcFom h5 {
    text-align: center;
    margin-bottom: 10px;
}
.ChaldeanNumerologyTable th , .ChaldeanNumerologyTable td {
    border: 1px solid #e9e9e9;
    padding: 12px 15px;
    text-align: center;
}

/* FAQS */

.FAQsWrapper {
    margin-top: 20px;
}
.FAQsWrapperCard {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}
.question {
    font-weight: 600;
    padding: 15px 80px 15px 15px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\2b";
    font-size: 38px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    font-weight: 400;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
    text-align: justify;
}
.numerologyCalculator p{
    text-align: justify;
}
.contactInfoCard {
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #ffffff42;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    border: 1px solid #dddddd6b;
    transition: 0.4s ease-in-out;
    position: relative;
    min-height: 190px;
}
.contactInfoCard::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 20px;
    transition: 0.4s ease-in-out;
    background: linear-gradient(45deg, #fff8f1, white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    visibility: hidden;
    opacity: 0;
}
.contactInfoCard:hover:after  {
    height: 105%;
    width: 100.5%;
    visibility: visible;
    opacity: 1;
}
.contactinfoIoc {
    width: 90px;
    margin: auto;
    height: 90px;
    background: linear-gradient(180deg, #ff1a2d, #ff9f27);
    padding: 22px;
    border-radius: 20px;
    margin-top: -58px;
    position: relative;
    z-index: 2;
    transition: 0.4s ease-in-out;
}
.contactInfoCard:hover .contactinfoIoc{
    transform: scale(1.04);
}
.contactinfoIoc img{
    filter: invert(3) brightness(5);
    width: 100%;
}
.contactinfoContent {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    text-align: center;
}
.contactinfoContent h5{
    font-size: 20px;
    font-weight: 600;
    color: #4c1616;
    margin-bottom: 6px;
    margin-top: 22px;
}
.contactinfoContent a {
    display: block;
}
.mapSection {
    width: 100%;
    height: 100%;
}
.contactusFromCard {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.contactUsForm {
    background: linear-gradient(180deg, #ffe3d8cf, #fff2d1d1), url(../img/bgs/main-texture.webp);
    background-size: 100%;
    background-blend-mode: darken;
}
.contactUsForm.ctbg2 {
    background: linear-gradient(180deg, #ffffffcf, #fffefdd1), url(../img/bgs/main-texture.webp);
}
.contactUsSection  {
    padding-top: 90px;
}

.contactOfferWrap {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}
.contactOfferHeader {
    text-align: center;
    padding: 20px;
    background: linear-gradient(285deg, #ffeded, #fff3e9);
    border-radius: 10px;
}
.contactOfferHeader h4 {
    font-size: 22px;
    font-weight: 600;
    color: #4c1616;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: normal;
}
.contactOfferContent {
    margin-top: 40px;
}
.contactOfferContent p {
    text-align: center;
    margin-bottom: 10px;
}
.contactOfferContent a {
    color: #a62418;

}
.contactOfferContent .ctofspan {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.contactOfferContent .ctofspan span{
    font-size: 18px;
    font-weight: 800;
    color: #ff7500;
} 
.contactOfferContent h6{
    text-align: center;
    color: #ff202d;
    font-size: 19px;
    margin-top: 30px;
}
.onlinePayment {
    padding: 40px;
    padding-bottom: 0px;
}
.onlinePayment p.call {
    text-align: center;
}
.onlinePayment th, .onlinePayment td {
    padding: 10px 12px;
    border: 1px solid #e9e9e9;
}
.normalImg {
    width: 80%;
    margin: auto;
}
.normalImg img{
    width: 100%
}
.typed.enquiry  {
    font-size: 20px;
    font-weight: 700;
    color: #ff9227;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 20px;
    color: #ddd;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.certificateWrapper .column {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.certificateWrapper .widget-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-style: double;
    border-width: 14px 14px 14px 14px;
    border-color: #8B0000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 30px 0px 30px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 10px;
    background: url(../img/bgs/sample-_1_.webp);
    background-size: 100%;
}

.certificateWrapper .widget-heading h2{
    color: #8D0000;
    font-family: "Times New Roman", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.certificateWrapper .widget-heading h5 {
    color: #3E3E3E;
    font-family: "Times New Roman", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 1.1px;
}

.certificateWrapper .widget-image img {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: auto;
}

.certificateWrapper .widget-html form {
    display: flex;
    justify-content: center;
}

.certificateWrapper .widget-html input {
    background-color: transparent;
    border: none;
    font-size: 22px;
    font-family: "Times New Roman", serif;
    text-align: center;
    margin-bottom: 20px;
}
/* .certificationNormalHeading span{

} */
.rollInfo .widget-heading h4{
    font-size: 16px;
    margin-top: 10px;
    font-family: "Times New Roman", Sans-serif;
    font-size: 20px;
    font-weight: 300;
}
.certificateWrapper .widget-text-editor p {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 6%;
}
.certificateWrapper  .badgeImg .widget-image   img {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.certificateWrapper .inner-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.certificateWrapper .inner-section .column {
    width: 49%;
    text-align: center;
}

.certificateWrapper .widget-divider {
    width: 100%;
    height: 1px;
    background-color: #0c0d0e;
    margin: 10px 0;
}

.certificateWrapper .divider-separator {
    display: block;
    height: 1px;
    background-color: #0c0d0e;
}
.issuingAutho .widget-heading span {
    font-family: "Times New Roman", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.issuingAutho .widget-heading h3 {
    font-family: "poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.widget-image.certificateqrCode img{
    width: 23%;
    margin-right: 0px;
}
.certificateValidation .validtitle p{
    font-size: 8px;
    line-height: normal;
}
.inner-section.certificateValidation {
    align-items: end;
    margin-top: 18px;
}
.certificateWrapper .inner-section.certificateValidation .column:first-child p{
    text-align: left;
} 
.certificateWrapper .inner-section.certificateValidation .column:last-child p{
    text-align: right;
} 
.methodofTeaching {
    background: url(../img/bgs/main-texture.webp);
    background-size: cover;
    background-position: center;
}
.methodofTeaching .actionsCard .prListCard {
    min-height: 200px;
    text-align: center;
}
.whattopicincourse .aboutSideWrapper {
    position: sticky;
    top:100px;
}
.addmissionInfoWrap {
    background: url(../img/bgs/addmisionbannerBg.jpg);
    background-size: 100%;
    background-position: center;
}
.addmissionInfoWrap img{
    width: 100%
}
.addmissionInfoWrap .prCCWrap h4 {
    color: #fff;
}
.addmissionInfoWrap .titleSection::before {
    background-color: #07090c;
}
.termsContent h2,.termsContent h3,.termsContent h4,.termsContent h5,.termsContent h6  {
    margin-top: 12px;
}
.notifyNote {
    padding: 10px 20px;
    background: #900;
    color: #fff;
    text-align: center;
    margin-top: 21px;
    border-radius: 13px;
    font-weight: 600;
}
.captchaimg {
    width: 170px;
    border: 1px solid #dddddded;
    border-radius: 14px;
    padding: 3px;
}
.admissionForm {
    margin-top: 88px;
}
.aboutToggleBtn {
    display: none;
}
.socialRecognition {
    background: url(../img/bgs/social-recog-bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.socialrecogTitle.titleSection::before {
    background-color: #f1f1f1;
}
.titleSection p {
    margin-top: 12px;
    padding: 0 22%;
}
.socialRecognitionSlider {
    margin-top: 20px;
}
.socialRecognitionSlider .item {
    padding: 10px;
}


.homeContactCardWrapper {
    margin-top: 30px;
}
.hContactCard {
    padding: 13px 18px;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.hContactIcon {
    width: 40px;
    height: 40px;
}
.hContactIcon img {
    width: 100%
}
.hContactTitle {

}
.hContactTitle h4 {
    font-size: 20px;
    font-weight: 600;
}
.hContactTitle p {
    color: #474747;
}
.instagramCard {
    position: relative;
}
.instagramImg {
    width: 100%;
}
.instagramImg img {
    width: 100%;
}
.instagramRedirect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: radial-gradient(#00000078, #000000c9);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.instagramCard:hover .instagramRedirect {
    visibility: visible;
    opacity: 1;
    
}
.instagramRedirect a {
    display: block;
    font-size: 40px;
    color: #fffc;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 20px;
    visibility: hidden;
    opacity: 0;
}
.instagramCard:hover .instagramRedirect a {
    top: 0px;
    visibility: visible;
    opacity: 1;
}
@media (max-width:1280px) {
    .headerMenu {
        gap: 15px;
    }
} 

@media screen and (max-width:1240px) and (min-width:1000px) {
    .bannerLeftContent h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .headerMenu>li {
        padding: 22px 15px;
    }

    .bannerLeftContent h5 {
        font-size: 17px;
    }

    .bannerContent {
        height: 410px;
    }

    .bannerCarousel {
        height: 410px;
    }
    .headerMenu>li>a {
        padding: 10px 0px;
    }
    .headerMenu{
        gap: 8px;
    }
}
@media screen and (max-width:1080px) and (min-width:999px){
    .logoSection {
        width: 135px !important;
    }
    .headerMenu{
        gap: 8px !important;
    }
    .headerMenu>li>a{
        font-size: 14px !important;
    }
}

@media screen and (max-width:999px) and (min-width:800px) {
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }
    .headerMenu{
        gap: 0px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 130px;
    }

    .bannerLeftContent h5 {
        font-size: 16px;
        line-height: 35px;
    }

    .bannerLeftContent h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .bannerLeftContent {
        width: 60%;
    }

    .bannerContent {
        height: 320px;
    }

    .bannerCarousel {
        height: 320px;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }
}


@media screen and (max-width:799px) and (min-width:599px) {
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 130px;
    }

    .bannerLeftContent h5 {
        font-size: 13px;
        line-height: 35px;
    }

    .bannerLeftContent h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .bannerLeftContent p {
        color: #dddddd;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 16px;
        font-size: 11px;
    }

    .bannerLeftContent {
        width: 60%;
    }

    .bannerContent {
        height: 236px;
    }

    .bannerCarousel {
        height: 236px;
    }

    .forresponsive.aboutSideWrapper {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 40px;
    }

    .aboutSideContentsWrapper {
        margin-left: 0px;
    }

    .aboutSide h5 {
        text-align: center;
    }

    .aboutSide h2 {
        text-align: center;
    }

    .aboutSide h4 {
        text-align: center;
    }

    .serviceImg {
        text-align: center;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .flip-box-front,
    .flip-box-back {
        min-height: 236px;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }

    .scrolling-text {
        font-size: 33px;
    }

    .scrolling-text.fulltext {
        line-height: 75px;
        font-size: 101px;
    }
}

@media screen and (max-width:598px) and (min-width:400px) {
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 130px;
    }

    .bannerLeftContent h5 {
        font-size: 10px;
        line-height: 20px;
    }

    .bannerLeftContent h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .bannerLeftContent p {
        color: #dddddd;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 12px;
        font-size: 9px;
    }

    .bannerLeftContent a {
        background: linear-gradient(180deg, #290090, #2d07ba);
        padding: 2px 10px;
        display: inline-block;
        color: #fff;
        border-radius: 8px;
        font-size: 10px;
    }

    .bannerLeftContent {
        width: 60%;
    }

    .bannerContent {
        height: 200px;
    }

    .bannerCarousel {
        height: 200px;
    }

    .bannerCarousel.owl-theme .owl-nav {
        visibility: hidden;
        opacity: 0.2;
    }

    .bannerCarousel.owl-theme:hover .owl-nav {
        visibility: visible;
        opacity: 1;
    }

    .forresponsive.aboutSideWrapper {
        width: 90%;
        margin: 0px auto;
        margin-bottom: 0px;
    }

    .aboutSideContentsWrapper {
        margin-left: 0px;
    }

    .aboutSide h5 {
        text-align: center;
    }

    .aboutSide h2 {
        text-align: center;
        font-size: 24px;
    }

    .aboutSide h4 {
        text-align: center;
        font-size: 15px;
    }

    .serviceImg {
        text-align: center;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .flip-box-front,
    .flip-box-back {
        min-height: 156px;
    }

    .titleSection h2 {
        font-size: 24px;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }

    .scrolling-text {
        font-size: 33px;
    }

    .scrolling-text.fulltext {
        line-height: 75px;
        font-size: 101px;
    }
}

@media screen and (max-width:399px) and (min-width:299px) {
    .serviceboxContent h2 {
        font-size: 15px;
    }

    .headerMenu>li>a {
        font-size: 12px;
    }

    .headerMenu>li {
        padding: 22px 8px;
    }

    .headerSubMenu>li a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .defaultBtn a span,
    .defaultBtn button span {
        font-size: 12px;
    }

    .logoSection {
        width: 110px;
    }

    .bannerLeftContent h5 {
        font-size: 8px;
        line-height: 18px;
    }

    .bannerLeftContent h2 {
        font-size: 11px;
        line-height: 18px;
    }

    .bannerLeftContent p {
        color: #dddddd;
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 12px;
        font-size: 9px;
    }

    .bannerLeftContent a {
        background: linear-gradient(180deg, #290090, #2d07ba);
        padding: 2px 10px;
        display: inline-block;
        color: #fff;
        border-radius: 8px;
        font-size: 10px;
    }

    .bannerLeftContent {
        width: 100%;
    }

    .bannerContent {
        height: 200px;
    }

    .bannerCarousel {
        height: 200px;
    }

    .bannerCarousel.owl-theme .owl-nav {
        visibility: hidden;
        opacity: 0.2;
    }

    .bannerCarousel.owl-theme:hover .owl-nav {
        visibility: visible;
        opacity: 1;
    }

    .forresponsive.aboutSideWrapper {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 0px;
    }
    .titleSection p {
        padding: 0px;
    }
    .aboutSideContentsWrapper {
        margin-left: 0px;
    }

    .aboutSide h5 {
        text-align: center;
    }

    .aboutSide h2 {
        text-align: center;
        font-size: 24px;
    }

    .aboutSide h4 {
        text-align: center;
        font-size: 15px;
    }

    .serviceImg {
        text-align: center;
    }

    .serviceImg img {
        width: fit-content;
        height: 100%;
        width: auto;
    }

    .flip-box-front,
    .flip-box-back {
        min-height: 156px;
    }

    .titleSection h2 {
        font-size: 21px;
        line-height: normal;
        margin-bottom: 3px;
    }

    .testimonials .row {
        flex-direction: column-reverse;
    }

    .testimonials .aboutSideContents {
        text-align: center;
    }

    .testimonials {
        padding-bottom: 70px !important;
    }

    .testimonials .defaultBtn {
        position: absolute;
        bottom: 44px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 3;
    }

    .footer-btm-wrp .row {
        justify-content: space-between;
    }

    .scrolling-text {
        font-size: 33px;
    }

    .scrolling-text.fulltext {
        line-height: 75px;
        font-size: 101px;
    }

    .footer-links-wrp .col {
        width: 100%;
        flex: 1 0 100%;
    }
}


@media screen and (max-width:768px) {
    .moreaboutbg {
        background-size: cover;
        background-position: center;
        padding: 50px 0px;
    }
    .moreaboutbg .aboutSide h2 {
        padding: 0 0%;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .aboutSide h5 {
        font-size: 16px;
    }
    .aboutSide h2 {
        line-height: normal;
    }
    .viewAllCourses .defaultBtn.mt-4 {
        margin-top: 0px !important;
    }
    /* .ourConpaignContainer {
        display: flex;  
    } */
    .ourConpaignContainer nav {
        width: 100%;
    }
    .compaignSlider  {
        width: 100%;
    }
    .categoriesNames {
        margin: 0px;
        gap: 6px;
        height: auto;
        overflow-y: auto;
        width: 100%;
        flex-wrap: unset;
        padding-bottom: 11px;
        margin-top: 30px;
    }
    .nav-tabs.categoriesNames .nav-link {
        width: 100%;
        padding: 3px;
        margin-bottom: 2px;
    }
    /* .nav-tabs.categoriesNames .nav-link::after {
        position: absolute;
        content: '';
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 7px solid #169ee2;
        top: 50%;
        left: 89%;
        right: 0px;
        width: fit-content;
        margin: auto;
        visibility: hidden;
        opacity: 0;
        transition: 0.1s ease-in-out;
        transform: rotate(270deg);
        margin-left: auto;
    } */
    .single-causes .causes-content span {
        font-size: 13px;
    }
    .single-causes .causes-content h3 {
        font-size: 16px;
    }
    .single-causes .causes-content p {
        line-height: normal;
        font-size: 11px;
    }
    .single-causes .causes-content .causes-progress-bar .causes-progress-content span {
        font-size: 10px;
    }
    .single-causes .causes-content .causes-progress-bar .causes-progress-content::before {
        bottom: -10px;
    }
    .single-causes .causes-content .causes-progress-bar .causes-progress-content {
        margin-top: 4px;
        position: relative;
        margin-bottom: 20px;
    }
    .single-causes {
        min-height: 380px;
    }
    .single-causes:hover::before {
        height: 71%;
    }
    .single-causes:hover .icon {
        bottom: 58%;
    }
    .catNameTitle h4 {
        font-size: 8px;
    }
    .catNameIco {
        width: 25px;
        height: 25px;
    }
    .catNameCard {
        gap: 2px;
    }
    .contactInfoCard {
        min-height: auto;
        background: #fff;
        margin-bottom: 70px;
    }
    .aboutMoreContent {
        display: none;
    }
    .aboutToggleBtn {
        display: block;
        text-align: center;
    }
    .headerSection.scroll-down {
        background: #2c2c2c;
        backdrop-filter: unset;
    }
    .headerSection.scroll-up {
        background: #2c2c2c;
        backdrop-filter: unset;
    }
    .headerSection.scroll-down .mainHeaderSection, .headerSection.scroll-down .mainHeaderSection {
        background: transparent;
    }
    .logoSection img {
        width: 100%;
    }
    .headerSection.scroll-up .logoSection img {
        width: 100%;
    }
    .subscribeFomrWrap {
        flex-direction: column;
        margin: 0px;
    }

    .subscribeFomrWrap .inputForm {
        width: 100%;
    }

    .subscribeForm {
        margin-top: 20px;
    }

    .clientCard {
        width: 100%;
        padding: 30px;
    }

    .testimonialCard .testiqoute {
        position: absolute;
        right: 22px;
        bottom: 22px;
        font-size: 27px;
        color: #ffa6427a;
    }

    .testiauthorContent {
        margin-left: 13px;
        width: 58%;
    }

    .whyChooseBody p {
        font-size: 13px;
    }

    .whyChooseBody h3 {
        font-size: 16px;
    }

    .whyChooseUs {
        background-image: url(../img/bgs/bg-3.jpg);
        background-size: cover;
        background-position: right;
        padding: 40px 0px;
    }

    .bg3 {
        display: none;
    }

    .rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image {
        background: #f5f5f5;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
        width: 60%;
        height: auto;
        position: relative;
    }

    .rs-addon-number {
        margin-bottom: 20px;
    }
    .headerRightMenuWrap {
        display: none;
    }
    .headerRightMenuWrap.mobile {
        display: block;
        z-index: 5;
        bottom: 8px;
        width: 100%;
    }
    .somepolicyLink {
        color: #fff;
        display: flex;
        gap: 7px;
        justify-content: center;
    }
    .numerologyCalculator {
        background: linear-gradient(180deg, #ffffffa8, #ffffffa8), url(../img/bgs/main-texture.webp);
        background-size: cover;
        background-position: center;
    }
    #twoDigitResult {
        margin-top: 10px;
        text-align: center;
    }
    #description {
        margin-top: 10px;
        text-align: center;
    }
    .headerRightMenuWrap .defaultBtn {
        height: 38px;
    }
    .headerRightMenuWrap .defaultBtn.HeaderCallUs {
        display: block;
    }
    .headerRightMenuWrap {
        position: fixed;
    }
    .defaultBtn.light2 a {
        background: #e9efff;
        color: #2f075a;
    }

    .headerRightMenu {
        margin-right: 10px;
        justify-content: space-between;
    }
    .headerRightMenu li {
        width: 49%;
    }
    .headerRightMenuWrap.mobile .headerRightMenu .defaultBtn a, .headerRightMenuWrap.mobile .headerRightMenu .defaultBtn button {
        width: 100%;
        text-align: center;
    }
    .headerRightMenuWrap.mobile .defaultBtn.HeaderCallUs a {
        background: linear-gradient(45deg, #04a700, #235000);
    }
    .topHeaderSection {
        display: none;
    }
    .headerWrapper {
        align-items: center;
    }

    .whyRowContainer>div.offset-4 {
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .headerSection {
        position: relative;
        background: #2c2c2c;
    }

    .bannerSection {
        padding-top: 0px;
    }

    .headerSection.scroll-down .logoSection img {
        width: 60px;
    }
    .headerSection.scroll-up .logoSection img {
        width: 60px;
    }

    .mainHeaderSection {
        background: transparent;
        justify-content: flex-end;
        margin-left: 0px;
        height: 80px    ;
        box-shadow: none;
        position: absolute;
        width: 100%;
        left: 0px;
        top: 0px;
    }
    .headerSection.scroll-up .headerMenu>li {
        padding: 0px;
    }
    .logoSection::after {
        display: none;
    }

    .logoSection::before {
        display: none;
    }

    .topHeadContact ul:first-child {
        display: none;
    }

    .topHeadContact ul li a {
        font-size: 12px;
    }

    .topHeadContact ul:last-child li {
        padding: 0px 12px;
    }

    .defaultBtn.light2 a {
        height: 38px;
        padding: 8px 11px;
    }

    .headerRightMenu .defaultBtn a,
    .headerRightMenu .defaultBtn button {
        height: 38px;
        padding: 8px 11px;
    }

    .headerRightMenu .defaultBtn a i,
    .headerRightMenu .defaultBtn button i {
        margin: 0px;
    }

    .hamburger {
        display: block;
    }

    .whyRowContainer {
        padding: 0px 20px;
    }

    .counterData {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 10px 13px;
        border-radius: 8px;
        background: #fff;
    }

    .aboutIconCard {
        width: 100%;
    }

    .aboutIconCard {
        margin: 0px;
        margin-bottom: 10px;
    }

    .aboutSide {
        text-align: center;
    }

    .counterDataWrap {
        position: absolute;
        top: 78%;
        right: 0px;
        z-index: 3;
        animation: upandDown 5s ease-in-out infinite alternate-reverse both;
        left: 0px;
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    .headerSection.scroll-up .topHeadContact ul:last-child li {
        padding: 0px 10px;
    }

    .headerSection.scroll-down .topHeadContact ul:last-child li {
        padding: 0px 10px;
    }

    .headerNav {
        position: fixed;
        display: none;
        background: linear-gradient(48deg, #0c0c0c, #2e2d2e);
        top: 83px;
        width: 100%;
        height: 100vh;
        left: 0px;
    }

    .headerMenu {
        flex-direction: column;
        gap: 0px;
    }

    .headerSubNav {
        display: none;
        width: 100%;
        position: relative;

    }

    .headerSubNav {
        visibility: visible;
        opacity: 1;
    }

    .headerMenu>li.hasSub:hover .headerSubNav {
        visibility: unset;
        opacity: unset;
        top: unset;
        margin-top: unset;
        transition: unset;
        border-radius: 8px;
        overflow: unset;
        background: #160a3e;
    }

    .headerMenu>li.hasSub i {
        position: absolute;
        right: 0px;
        top: 14px;
        color: #fff;
    }

    .headerMenu>li {
        width: 95%;
        margin: 0px auto;
        padding: 0px 8px;
        border-bottom: 1px solid #dddddd57;
    }

    .headerMenu>li.hasSub {
        position: relative;
    }

    .headerMenu>li>a {
        padding: 7px 0px;
        position: relative;
        display: block;
        color: #fff;
    }

    .headerMenu>li a:hover:after {
        left: unset;
        right: unset;
        width: unset;
    }

    .headerSubMenu>li a {
        padding: 8px 12px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #dddddd57;
        transition: all 0.3s ease-in-out;
        background: #080808;
        color: #fff;
    }

    .headerSubMenu>li:last-child a {
        border-bottom: none;
    }

    .headerMenu>li a:hover {
        color: #ff9627;
        ;
    }

    .hasSub.active>a {
        color: #ff9627;
    }

}




/* user panel css*/

.left-sidebar {
    width: 100%;
    overflow: auto;
    top: 12%;
    position: sticky;
    height: 100vh;
    background-color: #002489;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.user-right-sidebar {
    width: 100%;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
}


.left-sidebar ul li {
    border-bottom: 1px solid rgba(255 255 255 / 32%);
    background-color: #002489;
}

.accordion-item2 {
    border: 1px solid rgba(255 255 255 / 32%) !important;
    box-shadow: none !important;
    background-color: #002489 !important;
}

.accordion-item2::after {
    background-image: url(../img/down-chevron.png) !important;
    background-size: 13px;
    background-position: center;

}


.left-sidebar ul li a {
    color: #fff !important;
    transition: all .15s ease-in-out;
}


.left-sidebar ul li a:hover {
    color: #fff !important;
    background: #f5aa4a;
}


.left-sidebar ul li .active {
    color: #fff !important;
    background: #f5aa4a !important;
}


.left-sidebar ul li :focus {
    color: #fff !important;
}


.user-nav-link {
    padding: 12px 16px;
    border-radius: 0px !important;
    font-size: 15px;
}


.user-card-body {
    padding: 30px 20px;
}


.user-dashboard-title {
    font-size: 28px;
    font-weight: 600;
}


.user-sub-title {
    font-size: 20px;
    font-weight: 600;
}


.user-img {
    width: 100%;
    height: auto;
    margin: 0px auto;
}


.user-img img {
    width: 250px;
    height: auto;
    padding: 20px;
}


.account-card-body {
    padding: 0px 10px;
}

.account-sub-title {
    padding: 0px 0px 18px 10px;
}

.account-card-body i {
    font-size: 20px;
}

.user-main-wrapper {
    display: flex;
    justify-content: space-between;
}

.certification-title h4 {
    font-weight: 600;
}

.certification-title h4 span .ragister-sign {
    font-weight: 600;
    font-size: 25px;
    top: -4px;
}

.status-img {
    width: 40px;
    height: auto;
}

.status-img-content {
    padding-left: 30px;
}


.account-card-body .custom-form .form-select:focus {
    box-shadow: none;
    border: 1px solid #ddddddba !important;
}

.account-card-body .custom-form .custom-input input {
    box-shadow: none;
    border: 1px solid #ddddddba !important;

}

.ourTeam  {
    background: linear-gradient(180deg, #fff3eecf, #fff2d1d1), url(../img/bgs/main-texture.webp);
    background-size: 100%;
    background-blend-mode: darken;
}
.coreTeamSec {
    margin-top: 40px;
}
.teamCard {
    padding: 18px;
    position: relative;
    margin-bottom: 22px;
}
.teamCard::after{
    content: '';
    position: absolute;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 70%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 20px;
    background: #fff;
}
.teamCardImg {
    width: 78%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    border: 3px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}
.teamCardImg img{
    width: 100%;
}
.teamCardContent {
    text-align: center;
    position: relative;
    z-index: 3;
}
.teamCardContent h4{
    font-size: 19px;
    font-weight: 600;
}
.teamCardContent h5{
    font-size: 16px;
    font-weight: 500;
    margin-top: 2px;
  
}
.teamCardContent p {
    margin-top: 10px;
}
.ourTeamCardWrap {
    margin-top: 30px;
}

.coursesWrapper .coursesCard {
    margin-bottom: 20px;
}


.galleryImgWrap.row {
    gap: 24px 0px;
}

.galleryImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryImg a {
    display: block;
    position: relative;
    height: 220px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    border: 4px solid #fff;
    overflow: hidden;
}

.galleryImg {
    text-align: center;
}

.galViewer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000021;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}

.galleryImg a:hover .galViewer {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.galViewer i {
    font-size: 24px;
    color: #fff;
}
.gallerySection {
    background: url(../img/bgs/main-texture.webp);
    background-size: cover;
    background-position: center;
}
#main {
    width: 100%;
}

#main:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

#filter {
    margin: 0 auto;
}

#filter:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

#filters {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

#filters li {
    color: #3c3e64;
    cursor: pointer;
    display: inline-block;
    padding: 10px 22px;
    transition: all 0.5s ease;
    margin: 0px 14px 0px 0px;
    position: relative;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #ddd;
}
#filters li::after{
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
    height: 2px;
    background: #b61515;
}
#filters li h4{
    font-size: 15px;
    font-weight: 600;
}
#filters li:hover h4 {
    color: #b61515;
}

#lightgallery {
    width: 100%;
}

#lightgallery:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

#lightgallery .filter-item {
    visibility: visible;
    /* transition: all 0.5s ease; */
}
#filters li.active {
    font-weight: bold;
    background: linear-gradient(180deg, #ff3b45, #fca535);
    color: #fff;
}
#filters li.active h4{
    color: #fff;
}
/* #lightgallery .filter-item.hidden {
    width: 0;
    height: 0;
    margin: 0;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
} */



.blogSwiperCard {
    background: linear-gradient(268deg, white, #fff2e2), url(../img/texture/texture1.jpg);
    border-radius: 8px;
    /* overflow: hidden; */
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
    margin: 15px 0px;
}

.blogSwiperCard::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    z-index: 1;
    transition: 0.4s ease-in-out;
    border-radius: 8px;
}

.blogSwiperCard:hover:before {
    height: 105%;
    width: 100.5%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
}

.blogCardImg {
    width: 100%;
    position: relative;
    z-index: 2;
}

.blogCardImg img {
    width: 100%;
    border-radius: 6px;
}

.blogSwiperCard:hover .blogCardImg:before {
    -webkit-animation: zoom-hover 0.75s;
    animation: zoom-hover 0.75s;
}

.blogCardImg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
}

@-webkit-keyframes zoom-hover {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes zoom-hover {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


.blogviewBtn {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.blogviewBtn p {
    color: #340459;
    font-weight: 600;
}

.blogviewBtn a {
    font-weight: 600;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 8px;
    color: #4b1c6c;
    text-align: center;
    line-height: 30px;
}

.blogviewBtn a:hover {
    background: #4b1c6c;
    color: #e9e5f0;
}

.blogHeader {
    position: relative;
    z-index: 2;
}

.blogHeader ul {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #dddddd70;
    border-top: 1px solid #dddddd70; */
    padding: 0px 0px 0px;
    justify-content: space-between;
}

.blogHeader ul li {
    font-size: 13px;
    color: #626262;
}

.blogHeader ul li i {
    color: #343434;
}

.blogHeader h4 {
    font-size: 15px;
    color: #0c0c0c;
    margin-bottom: 12px;
    margin-top: 6px;
    line-height: 22px;
    font-weight: 600;
}


.blogCardContent p {
    text-align: justify;
    line-height: 22px;
    margin-bottom: 8px;
}

.blogs .serviceWrapper .swiper-slide.swiper-slide-active {
    box-shadow: rgba(0, 0, 0, 0) 0px 10px 50px;
}

.blogs .serviceBtn a {
    color: #2f075a;
}



@media(max-width:769px) {
    .loginbg2 {
        padding-top: 0px;
        margin-top: 0px !important;
    }

    .bannerCarousel {
        height: fit-content;
    }

    .bannerMainContent {
        padding: 11px;
        bottom: 0px;
        width: 100%;
    }

    .bannerMainContent h5 {
        line-height: 10px;
        font-size: 16px;
        color: #fff;
    }

    .bannerCarousel.owl-carousel .owl-nav button.owl-next {
        top: 47%;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        transform: translateY(-50%);
        font-size: 8px;
    }

    .bannerCarousel.owl-carousel .owl-nav button.owl-prev {
        top: 47%;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        transform: translateY(-50%);
        font-size: 8px;
    }

    .actionsCard .prListCard {
        border-bottom: none;
        margin-bottom: 20px;
    }

    .whyRowContainer>div {
        padding: 0px
    }

    .titleSection {
        text-align: center;
    }

    .titleSection.leftAlign::after {
        margin-left: auto;
    }

    .titleSection.leftAlign::before {
        margin-left: auto;
    }

    .homeFormWrapper {
        padding-left: 0px;
        padding-top: 30px;
        text-align: center;
    }

    .ftr-link-bx {
        margin-top: 30px;
    }

    .footer-btm-wrp p {
        color: #ffff;
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 10px;
        margin-top: 14px;
    }

    .topHeadContact {
        justify-content: flex-end;
    }
}

@media(max-width:576px) {
    #button {
        width: 30px;
        height: 30px;
        bottom: 50px;
        right: 10px;
    }

    #button::after {
        font-size: 10px;
        line-height: 30px;
    }

    .somepolicyLink {
        margin-bottom: 10px;
    }

    .somepolicyLink li a {
        font-size: 10px;
    }

    .clientCard {
        width: 100%;
        padding: 10px;
    }

    .loginbg2 {
        padding-top: 0px;
        margin-top: 0px !important;
    }

    .user-img {
        width: 200px;
        height: 200px;
        margin: 30px 10px;
        text-align: center;
    }

    .user-img img {
        width: 200px;
        height: 200px;
        margin: 30px 10px;
        text-align: center;
    }

    .user-main-wrapper {
        display: block !important;
        justify-content: space-between;
    }

    .user-panel-btn a {
        font-size: 16px;
    }

    .left-sidebar {
        height: 200px;
    }

    .user-card-body {
        text-align: center;
    }

    .user-img {
        margin: 0px;
        width: 100%;
    }
}

@media(max-width:320px) {
    .user-panel-btn a {
        font-size: 13px;
    }
}


.result-data-table td {
    background: #002489;
    color: #fff;
    border: none;
}

.result-data-table-content td {
    line-height: 45px;
}

/* othersection */

@media screen and (max-width:1280px) and (min-width:1024px) {
    .certiMainPage .inrbnrtext h2 {
        font-size: 26px;
    }

    .inrbrnNav li {
        font-size: 12px;
        line-height: normal;
    }

    .inrbrnNav a {
        font-size: 12px;
        line-height: normal;
    }

    .inrbnrContent hr {
        margin: 6px 0px;
    }

    .certibnrDesc p {
        font-size: 14px;
    }

    .certiPrice span:last-child {
        font-size: 20px;
    }

    .inrbnr.certiMainPage .inrbnrimg {
        width: 22%;
        margin-right: 24px;
    }

    .headerMenu>li {
        /* padding: 32px 6px; */
        padding: 0px 6px;
        margin-right: 5px;
    }
    .headerMenu>li>a{
        padding: 31px 0px;
    }

    .headerSection.scroll-down .logoSection {
        width: 10%;
    }

    .inrbnr.certiMainPage {
        background-size: 100%;
    }

    .logoSection {
        width: 140px;
    }
}

@media screen and (max-width:1024px) and (min-width:888px) {
    .certiMainPage .inrbnrtext h2 {
        font-size: 22px;
    }
    .headerSection.scroll-down .logoSection {
        width: 11%;
    }

    .inrbrnNav li {
        font-size: 10px;
        line-height: normal;
    }

    .inrbrnNav a {
        font-size: 10px;
        line-height: normal;
    }

    .inrbnrContent hr {
        margin: 6px 0px;
    }

    .certibnrDesc p {
        font-size: 13px;
        line-height: normal;
    }

    .certiPrice span:last-child {
        font-size: 20px;
    }

    .inrbnr.certiMainPage .inrbnrimg {
        width: 22%;
        margin-right: 24px;
    }
    .headerMenu>li>a{
        padding: 31px 0px;
    }

    .headerMenu>li {
        padding: 0px 6px;
        margin-right: 5px;
    }

    .inrbnr.certiMainPage {
        background-size: 100%;
    }

    .inrbnr.certiMainPage .defaultBtn a {
        padding: 4px 20px;
        height: 33px;
    }

    .inrbnr.certiMainPage .defaultBtn.style2 a {
        padding: 3px 20px;
        height: 33px;
    }

    .logoSection {
        width: 140px;
    }
}

@media screen and (max-width:887px) and (min-width:769px) {
    .certiMainPage .inrbnrtext h2 {
        font-size: 22px;
    }
    .headerSection.scroll-down .logoSection {
        width: 11%;
    }
    .headerMenu {
        gap: 8px;
    }

    .inrbrnNav li {
        font-size: 8px;
        line-height: normal;
    }

    .inrbrnNav a {
        font-size: 8px;
        line-height: normal;
    }

    .inrbnrContent hr {
        margin: 6px 0px;
    }

    .certibnrDesc p {
        font-size: 13px;
        line-height: normal;
    }

    .certiPrice span:last-child {
        font-size: 20px;
    }

    .inrbnr.certiMainPage .inrbnrimg {
        width: 22%;
        margin-right: 24px;
    }

    .headerMenu>li>a {
        font-size: 10px;
    }

    .headerMenu>li {
        padding:0px 6px;
        margin-right: 2px;
    }

    .inrbnr.certiMainPage {
        background-size: 100%;
    }

    .inrbnr.certiMainPage .defaultBtn a {
        padding: 4px 20px;
        height: 33px;
    }

    .inrbnr.certiMainPage .defaultBtn.style2 a {
        padding: 3px 20px;
        height: 33px;
    }

    .logoSection {
        width: 130px;
    }
    .headerMenu>li>a {
        padding: 31px 0px;
    }
    .headerMenu {
        gap: 0px;
    }

}

@media screen and (max-width:768px) and (min-width:650px) {
    .certimainSider ul li {
        border-bottom: 1px dashed #ddd;
        width: 100%;
        text-align: center;
    }

    .certiMainPage .inrbnrtext h2 {
        font-size: 18px;
    }

    .inrbrnNav li {
        font-size: 8px;
        padding: 0px 2px;
        line-height: normal;
    }

    .inrbrnNav a {
        font-size: 8px;
        line-height: normal;
    }

    .inrbnrContent hr {
        margin: 6px 0px;
    }

    .certibnrDesc p {
        font-size: 13px;
        line-height: normal;
    }

    .certiPrice span:last-child {
        font-size: 20px;
    }

    .inrbnr.certiMainPage .inrbnrimg {
        width: 22%;
        margin-right: 24px;
    }

    .headerMenu>li {
        padding: 0px 6px;
        margin-right: auto;
        margin-left: auto;
    }

    .headerMenu>li>a::after {
        bottom: 0px;
    }

    .inrbnr.certiMainPage {
        background-size: 100%;
    }

    .inrbnr.certiMainPage .defaultBtn a {
        padding: 4px 20px;
        height: 33px;
    }

    .inrbnr.certiMainPage .defaultBtn.style2 a {
        padding: 3px 20px;
        height: 33px;
    }

    .logoSection {
        width: 80px;
    }

    .allHeaders {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .inrbnr {
        margin-top: 0px;
    }

    .certimainSider.siderStyleFlat ul li a {
        font-size: 12px;
    }
}

@media screen and (max-width:649px) and (min-width:480px) {
    .certimainSider ul li {
        border-bottom: 1px dashed #ddd;
        width: 100%;
        text-align: center;
    }

    .certiMainPage .inrbnrtext h2 {
        font-size: 18px;
    }

    .inrbrnNav li {
        font-size: 8px;
        padding: 0px 2px;
        line-height: normal;
    }

    .inrbrnNav a {
        font-size: 8px;
        line-height: normal;
    }

    .inrbnrContent hr {
        margin: 6px 0px;
    }

    .certibnrDesc p {
        font-size: 13px;
        line-height: normal;
    }

    .certiPrice span:last-child {
        font-size: 20px;
    }

    .inrbnr.certiMainPage .inrbnrimg {
        width: 72%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .inrbnr.certiMainPage .inrbnrtext {
        width: 100%;
    }

    .headerMenu>li {
        padding: 0px 6px;
        margin-right: auto;
        margin-left: auto;
    }

    .headerMenu>li>a::after {
        bottom: 0px;
    }

    .topHeadContact ul:last-child li {
        padding: 0px 4px;
    }

    .inrbnr.certiMainPage {
        background-size: 100%;
    }

    .inrbnr.certiMainPage .defaultBtn a {
        padding: 4px 20px;
        height: 33px;
    }

    .inrbnr.certiMainPage .defaultBtn.style2 a {
        padding: 3px 20px;
        height: 33px;
    }

    .logoSection {
        width: 70px;
    }

    .allHeaders {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .inrbnr {
        margin-top: 0px;
    }

    .certimainSider.siderStyleFlat ul li a {
        font-size: 11px;
        padding: 6px 3px;
    }

    .inrbnrContent {
        flex-direction: column;
    }
}

@media screen and (max-width:500px) and (min-width:230px) {
    .certibnrDesc p.text-justify {
        text-align: justify;
    }
    #filters li {
        padding: 10px 11px;
        margin: 0px 4px 0px 0px;
    }
    #filters li h4 {
        font-size: 10px;
        font-weight: 600;
    }
    .certificateWrapper .widget-heading h5 {
        font-size: 12px;
        line-height: 2.1em;
        letter-spacing: 0.3px;
    }

    .logoSection img{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .mainHeaderSection{
        height: 73px;
    }
    .certificateWrapper .badgeImg .widget-image img{
        width: 40%;
        margin: 11px auto;
    }
    .certimainSider ul li {
        border-bottom: 1px dashed #ddd;
        width: 100%;
        text-align: center;
    }
    .issuingAutho .widget-heading span {
        font-family: "Times New Roman", Sans-serif;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1.5px;
        text-align: center;
    }

    .certificateWrapper .widget-divider {
        margin: 5px 0;
    }
    .issuingAutho .widget-heading h3 {
        font-size: 10px;
    }
    .whyqoutline p{
        text-align: justify;
    }
    .defaultBtn {
        text-align: center;
    }
    .certiMainPage .inrbnrtext h2 {
        font-size: 18px;
    }

    .inrbrnNav li {
        font-size: 8px;
        padding: 0px 2px;
        line-height: normal;
    }

    .inrbrnNav a {
        font-size: 8px;
        line-height: normal;
    }

    .inrbnrContent hr {
        margin: 6px 0px;
    }

    .certibnrDesc p {
        font-size: 13px;
        line-height: normal;
    }

    .certiPrice span:last-child {
        font-size: 20px;
    }

    .inrbnr.certiMainPage .inrbnrimg {
        width: 72%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .inrbnr.certiMainPage .inrbnrtext {
        width: 100%;
    }

    .headerMenu>li {
        padding: 0px 6px;
        margin-right: auto;
        margin-left: auto;
    }

    .headerMenu>li>a::after {
        bottom: 0px;
    }

    .topHeadContact ul:last-child li {
        padding: 0px 4px;
    }

    .inrbnr.certiMainPage {
        background-size: 100%;
    }

    .inrbnr.certiMainPage .defaultBtn a {
        padding: 4px 20px;
        height: 33px;
    }

    .inrbnr.certiMainPage .defaultBtn.style2 a {
        padding: 3px 20px;
        height: 33px;
    }

    .logoSection {
        width: 80px;
    }

    .allHeaders {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .inrbnr {
        margin-top: 0px;
        min-height: 100px;
        background: linear-gradient(90deg, #d9e2ff, #fff5ea);
    }

    .inrbnrimg {
        height: 100px;
    }

    .inrbnrimg img {
        width: 58%;
        position: relative;
    }

    .inrbnrContent {
        height: 100px;
    }

    .certimainSider.siderStyleFlat ul li a {
        font-size: 11px;
        padding: 6px 3px;
    }

    .inrbnrContent {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .headerSection.scroll-down .topHeadContact ul:last-child li {
        padding: 0px 2px;
    }

    .headerSection.scroll-down .headerMenu>li {
        padding: 0px;
    }

    .siderStyleFlat ul {
        flex-direction: column;
    }

    .inrbnrtext h2 {
        font-size: 16px;
    }
    .inrbnr.certiMainPage {
        background-color: #000018b3;
        background-size: cover;
        background-position: center;
    }
    .certificateWrapper .widget-wrap {
        margin: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .certificateWrapper .widget-heading h2 {
        font-size: 14px;
        line-height: 2em;
        letter-spacing: 0.3px;
    }
    .certificateWrapper .widget-text-editor p {
        padding: 0px;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .rollInfo .widget-heading h4 {
        font-size: 12px;
        margin-top: 10px;
    }
    .aboutParagraph {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
    .aboutMainImg {
        border-radius: 10px;
    }
    
}
@media screen and (max-width:768px) {
    .foungerSection.aboutbg {
        background: linear-gradient(45deg, #181828, #181828), url(../img/bgs/main-texture.webp);
         background-blend-mode: hard-light;
    }
    .aboutbg {
        background: linear-gradient(180deg, #ffffff8c, #ffffffa6), url(../img/bgs/main-texture.webp);
        background-size: cover;
        background-position: center;
    }
    .foungerSection .aboutParagraph {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .foungerSection .aboutSide p {
        margin-bottom: 0px;
    }
    .captcha {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .submitandclear {
        justify-content: center;
    }
    .bg-1 {
        background-image: url(../img/bgs/main-texture.webp);
        background-size: cover;
        background-color: #faf3e1d6;
        background-blend-mode: color;
    }
}


@media screen and (max-width: 399px) and (min-width: 299px) {
    .logoSection {
        width: 60px;
    }
    .mainHeaderSection {
        height: 60px;
    }
}

.testimonialsCarousel.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    background: #fff;
    height: 30px;
}
.testimonialsCarousel.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    background: #fff;
    height: 30px;
}
.testimonialsCarousel.owl-carousel .owl-nav {
    margin-bottom: 20px;
    margin-top: 20px;
}
.testimonialsCarousel.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(180deg, #ff3b45, #fca535);
    color: #fff;
}
.testimonialsCarousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: linear-gradient(180deg, #ff3b45, #fca535);
    color: #fff;
}

.paymentMode {
    border-top: 2px solid #ddd;
    padding-top: 10px;
}

.paymentMode h4 {
    font-size: 18px;
    font-weight: 500;
}

.choosePayment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 7px;
    margin: 10px 0px;
}

.choosePayment .form-check {
    background: #f1f3f6;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}

.choosePayment .form-check-input[type=radio] {
    float: none;
    margin-left: 0px;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    cursor: pointer;
}

.choosePayment .form-check-input:checked {
    border: 2px solid #002687;
}

.choosePayment .form-check-input:checked[type=radio] {
    background: url(../img/radiochecked.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.choosePayment .form-check-input[type=radio]:focus {
    box-shadow: none;
}

.choosePayment .form-check label {
    cursor: pointer;
    line-height: 24px;
}
.prparaReadBtn {
    color: #ff7a09;
}

/* 11-06-24 */

.vastu_content_more_deatil p{
text-align: justify;
margin-bottom: 10px;
}

.vastu_content_drop{
    background:linear-gradient(45deg, #ffffffde, #fdfdfddb), url(../img/bgs/main-texture.webp) !important;
}


/* 09-08-24 */


.otherTextures2{
    right: -20px;
    left: inherit;
}


.inner_sec {
    position: relative;
    margin-top: 114px;
    min-height: 200px;
    background: linear-gradient(83deg, #bbe8ff61, #f1faff), url(../img/bgs/inrbg-which.jpg);
    background-size: 100%;
}

.inner_sec .inrbnrimg {
    width: 100%;
    height: 200px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    z-index: 1;
}

.inner_sec .inrbnrContent {
    position: relative;
    z-index: 2;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.inner_sec .inrbnrtext h2 {
    font-size: 38px;
    color: #169ee2;
    font-weight: 700;
}

.aboutSideContentsWrapper2{
    margin-left: 0px;

}

/* card css */

.blest_card {
    position: relative;
    border: none;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
  }
  /* .blest_card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: 0.6s;
    z-index: 0;
    background-color: #4f46e5;
  } */
  /* .blest_card:hover {
    box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgba(0, 0, 0, 0.53);
  } */

  .blest_card:nth-child(1)::before {
    bottom: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
  }
  .blest_card:nth-child(2)::before {
    bottom: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
  }
  .blest_card:nth-child(3)::before {
    top: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
  }
  .blest_card:nth-child(4)::before {
    top: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
  }
  .blest_card p {
    transition: 0.8s;
  }
  
  .blest_card:hover::before {
    clip-path: circle(110vw at 100% 100%);
  }

  .blest_card_content h2{
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 12px;
  }

  .blest_card_content p{
    text-align: justify;
    padding: 0px 20px 0px 0px;
  }

   .blest_para p{
    padding: 0px 0px 0px 20px !important;
  }
  .blest_para .blest_heading{
    padding: 0px 0px 0px 20px !important;
  }
  
  @media screen and (min-width: 65.5rem) {
    .circle {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0;
    }
  }
  
  .blest_card:nth-child(1) .circle {
    background: url("../img/other/at-blest-foundation-img.jpg") no-repeat 100% 100%/cover; 
    bottom: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
  }
  
  .blest_card:nth-child(2) .circle {
    background: url("../img/other/at-blest-foundation-img02.jpg") no-repeat 100% 100%/cover;
    bottom: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
  }
  
  .blest_card:nth-child(3) .circle {
    background: url("../img/other/at-blest-foundation-img03.jpg") no-repeat 100% 100%/cover;
    top: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
  }
  
  .blest_card:nth-child(4) .circle {
    background: url("../img/other/at-blest-foundation-img04.jpg") no-repeat 100% 100%/cover;
    top: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
  }

  .grid{
    display: grid;
  }

  .p-10 {
    padding: 25px;
}
.gap-5{
    gap: 30px !important;

}

  @media (min-width: 1024px) {
    .lgpr-52 {
        padding-right: 13rem;
    }

    .lgpl-48 {
        padding-left: 12rem;
    }

    .lgpr-44 {
        padding-right: 11rem;
    }
}


  @media (min-width: 640px) {
    .grid-offer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.our_team_sec{
    background: #f3f3f3;
}

.our_team_slider .item{
    margin-top: 40px;
    margin-bottom: 20px;
}

.our_team_sec .profile-card{
    position: relative;
    width: 220px;
    height: 220px;
    background: #fff;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 25px;
  }
  .our_team_sec .profile-card:hover{
    border-radius: 10px;
    height: 260px;
  }
  .our_team_sec .profile-card .img{
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99;
  }
  .our_team_sec .profile-card:hover .img{
    transform: translateY(-60px);
  }
  .our_team_sec .img img{
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
  }
  .our_team_sec .profile-card:hover img{
    border-radius: 10px;
  }
  .our_team_sec .caption{
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: .6s;
  }
  .our_team_sec .profile-card:hover .caption{
    opacity: 1;
  }
  .our_team_sec .caption h4{
    font-size: 19px;
    font-weight: 600;
    
  }
  .our_team_sec .caption p{
    font-size: 15px;
    color: #0c52a1;
    margin: 2px 0 9px 0;
  }
  .our_team_sec .caption .social-links a{
    color: #333;
    margin-right: 15px;
    font-size: 21px;
    transition: .6s;
  }
  .our_team_sec .social-links a:hover{
    color: #0c52a1;
  }

  /* .brand-item2 {
    padding: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    overflow: hidden;
    text-align: center;
    margin: 40px 20px 20px 20px;
}

.brand-item2 img{
    max-width: 100%;
} */

.client_logo .item{
    padding: 25px 20px 25px 20px;
}

.clientlogoCard {
    width: 100%;
    padding: 28px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
    margin-top: 30px;
}

/* explore css */


/* .shop-section{
	padding: 150px 0px;
} */

.shop-sidebar{
	position: relative;
	display: block;
	margin-top: -7px;
}

.shop-sidebar .widget-title{
	display: block;
	margin-bottom: 10px;
}

.shop-sidebar .widget-title h3{
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}

.shop-sidebar .search-widget .search-form .form-group{
	position: relative;
	margin-bottom: 0px;
}

.shop-sidebar .search-widget .search-form .form-group input[type="search"]{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
	font-size: 16px;
	color: #6E6E6E;
	padding: 10px 30px;
	border-radius: 30px;
	transition: all 500ms ease;
    border: none;
}

.shop-sidebar .search-widget .search-form .form-group button{
	position: absolute;
	top: 12px;
	right: 21px;
	font-size: 18px;
	color: #585858;
    border: none;
    background: transparent;
	cursor: pointer;
	transition: all 500ms ease;
}

.shop-sidebar .search-widget{
	margin-bottom: 40px;
}

.shop-sidebar .category-widget .category-list li{
	position: relative;
	display: block;
	padding: 11px 0px;
	border-bottom: 1px solid #E5E5E5;
}

.shop-sidebar .category-widget .category-list li:last-child{
	border-bottom: none;
}

.shop-sidebar .category-widget .category-list li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #0a0909;
	font-weight: 600;
}

.shop-sidebar .category-widget .category-list li a:hover{
	padding-left: 15px;
}

/* .shop-sidebar .category-widget .category-list li a:before{
	position: absolute;
    content: "\f054";
    font-family: FontAwesome;
	font-size: 12px;
	left: 0px;
	top: 0px;
	font-weight: 400;
	font-weight: 700;
	opacity: 0;
	transition: all 500ms ease;
} */

.shop-sidebar .category-widget .category-list li a:hover:before{
	opacity: 1;
}

.shop-sidebar .category-widget .widget-title{
	margin-bottom: 11px;
}

.shop-sidebar .category-widget{
	margin-bottom: 40px;
}

.catNameIco2{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.single-causes2{
    min-height: 465px;
}

.single-causes2:hover::before {
    height: 73%;
    border-radius: 30px 30px 5px 5px;
}

.single-causes2 .icon{
    bottom: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    right: 25px;

}

.single-causes2:hover .icon{
bottom: 62%;
}

.single-causes3{
    min-height: 220px;
    margin-bottom: 0px
}

.single-causes3 .causes-content{
    width: 100%;
    position: relative;
    /* top: 0; */
}



.single-causes3:hover::before{
    display: none;
}

.single-causes3::before{
    display: none;
}

.single-causes3:hover .causes-content span {
    transform: none;
    color: #0c0c0c;
}

.single-causes3:hover .causes-content h3 {
    transform: none;
    color: #0a0909;
}

.single-causes3:hover .causes-content p {
    transform: none;
    color: #0c0c0c;
}

.single-causes3:hover .causes-progress-bar {
    transform: none;
}

.single-causes3:hover .causes-progress-bar .causes-progress-content span {
    transform: none;
    color: #000;
}

.single-causes3 .causes-content h3{
    font-size: 24px;
}

.single-causes3 .causes-content .causes-progress-bar p::before{
width: 85%;
height: 10px;
}

.single-causes3 .causes-content .causes-progress-bar p::before {
    position: absolute;
    content: "";
    width: 85%;
    height: 10px;
    background: linear-gradient(90deg, #48b01d, #1d6400) !important;
    top: -15px;
    border-radius: 5px;
    transition: 0.5s;
}

/* .single-causes3 .causes-content .causes-progress-bar p::after{
    display: none;
} */

.single-causes3 .causes-content .causes-progress-bar .causes-progress-content::before{
    bottom: -25px;
    height: 10px;
}

.single-causes3 span .raisedammount2{
font-size: 22px !important;
}

.single-causes3 .causes-content .text-right{
    text-align: right !important;
    position: absolute;
    right: 0;
    bottom: 0;
}

.our_social_icon .footerSocial li:nth-child(1) a {
    background: #316FF6;
    
}

.our_social_icon .footerSocial li:nth-child(2) a {
    background: #25D366;
 
}


.our_social_icon .footerSocial li:nth-child(3) a {
    background: #14171A;
 
}

.our_social_icon .footerSocial li:nth-child(4) a {
    background: #FF0000;
}

/* .our_social_icon .footerSocial li:last-child a {
    background: #C13584;
}

.our_social_icon ul li a i.fa-instagram{
    -webkit-text-fill-color:#fff !important;
    
} */


/* product-card */

/* :root {
    --primary-color: #D83344;
    --text-color: #333333;
    --background-color: #f5f5f7;
    --card-background: #ffffff;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
    line-height: 1.6;
    padding: 20px;
    margin: 0;
}

.cont {
    max-width: 400px;
    margin: 2rem auto;
} */

.product-card {
    background-color: var(--card-background);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-card__image {
    height: 200px;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.1);
}

.product-card__info {
    padding: 20px;
}

.product-card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0a090a;
}

.product-card__description {
    font-size: 14px;
    color: #0c0c0c;
    margin-bottom: 20px;
    text-align: justify;
}

.product-card__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card__price {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
}

.product-card__btn {
    /* background-color: var(--primary-color); */
    background-color: #C71729;
    width: 100%;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.product-card__btn:hover {
    background-color: #C71729;
}

.pro-gift-btn a{
    background: linear-gradient(180deg, #ff1a2d, #ff9f27) ;
    position: relative;
}

.pro-gift-btn a::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 120%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    background: linear-gradient(180deg, #ff9f27, #ff1a2d );
    z-index: 1;
    transition: 0.4s ease-in-out;
}

@media (max-width: 480px) {
    /* .cont {
        max-width: 100%;
        padding: 0 20px;
    } */

    .product-card__image {
        height: 200px;
    }

    .product-card__title {
        font-size: 1.3rem;
    }

    .product-card__description {
        font-size: 0.8rem;
    }

    .product-card__price {
        font-size: 1.1rem;
    }

    .product-card__btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

.product-card_btn a{
    height: 41px;
    width: 100%;
    padding: 8px 30px;
    text-align: center;
}

.donate-table thead tr th{
    width: 25%;

}

.catNameTitle2{
    width: 100%;
    padding: 8px 0px;
}

.single-causes4{
    min-height: 440px;
}

.frame_card{
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    background: #fff;
    margin-top: 40px;
    
}

.frame_card_img img{
    max-width: 100%;
    border-radius: 10px;
}

.frame_card_heading h4{
    font-size: 22px;
    padding: 30px 0px 0px 0px;
    text-align: center;

}

.frame_card_one{
    /* margin-right: 20px; */
    transform: rotate(10deg);

}

.frame_card_two{
    transform: rotate(-15deg);
}

@media(max-width:991px){
    .frame_card{
        padding: 20px;
    }

    .frame_card_heading h4{
        font-size: 20px;
        padding: 20px 0px 0px 0px;
    
    }
}

@media(max-width:767px){
    .frame_card_one{
        /* margin-right: 20px; */
        transform: none;
    
    }
    
    .frame_card_two{
        transform: none;
    }

    .frame_card_heading h4{
        font-size: 18px;
        padding: 20px 0px 0px 0px;
    
    }
}

.campaignform_wrapper{
     margin-top: 30px;
}

.campaignform{
    margin-top: 0px;
}

#myCheck{
    width: 18px;
    height: 18px;
}

#myCheck2{
    margin-left: 20px;
    width: 18px;
    height: 18px;
    
}

.termspara p{
    margin-bottom: 12px;
}

/* 21-aug-24 */


/*--------------------------*/
.qty-container{
  display: inline-flex;
  padding-left: 10px;
  /* align-items: center;
  justify-content: center; */
}
.qty-container .input-qty{
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
}


/*---------------------------*/
/* .btn-cornered,
.input-cornered{
  border-radius: 4px;
}
.btn-rounded{
  border-radius: 50%;
}
.input-rounded{
  border-radius: 50px;
} */

.product-card-subheading{
    color: #ff6900;
    font-size: 17px;
    font-weight: 700;
}

@media(max-width:991px){
    .footerMain {
        padding: 50px 0px 0px;
    }

    .footer-links-wrp {
        padding-bottom: 45px;
    }
}

.headerSection.scroll-down .headerRightMenu .gift-cart-btn a{
background: linear-gradient(90deg, #f39b44, #ff8328) !important;
position: relative;
}

.gift-cart-btn a::after{
    background: linear-gradient(90deg, #ff8328, #f39b44) !important;
    position: absolute;
}

.headerSection.scroll-up .headerRightMenu .gift-cart-btn a{
    background: linear-gradient(90deg, #ff8328, #f39b44) !important;
}

.offcanvas-header{
    background: #ff8812;
}

.offcanvas-header .offcanvas-title{
color:#fff;
}
.offcanvas-header .btn-close{
    color:#fff !important;
    --bs-btn-close-color:#fff;
}

@media(max-width:1366px){
    .headerRightMenu .defaultBtn a{
        padding: 10px 12px !important;
    }

}

@media(max-width:1199px){
    .mob-none{
        display: none;

    }
}
@media(max-width:767px){
    .instagram-area{
        padding-top:0px ;

    }
    .titleSection p {
        padding: 0px;
    }
}

@media(max-width:576px){
    .teamCardImg{
        width: 50%;
    }
    .socialRecognition{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .common-box{
        margin-bottom: 20px;
    }

    .common-box .counter-num span{
        font-size: 24px;
    }
}

.gift-card-content{
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-top: 20px;
}

.gift-card-content h5{
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;

}

.gift-card-content .product-card-subheading2{
font-size: 20px;
font-weight: 700;
}

.checkout-btn a{
    height: 40px;
    padding: 10px 14px;
    line-height: 18px;
}

.gift-card-trash{
    display: inline;
}
.gift-card-trash a span{
  margin-left: 15px;
    
}

.campaignform .custom-input {
    position: relative;
}
.campaignform .toggle-password {
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
}

.loginform .form-group input:focus {
    box-shadow: none !important;
    border-color: #f98512 !important;
}

.loginform .custom-form label {
    color: #565656;
    display: block;
    font-size: 15px;
    margin-bottom: calc(2px + 0.3125vw);
    font-weight: 600;
}

.inrbnr2{
    margin-top: 85px;
}


#whatsapp {
    position: fixed;
    right: 30px;
    text-align: center;
    height: 50px;
    width: 50px;
    padding-top: 7px;
    font-size: 35px;
    background-color: #16BE45;
    /* background-color: #01e675 */
    border-radius: 100%;
    bottom: 95px;
    color:#ffffff!important;
    z-index: 100000000000;
    animation: mymove 3s;
    animation-iteration-count: infinite;
}


@-webkit-keyframes mymove {
    from { bottom: 95px; }
    to {bottom: 95px; background-color: #16BE45;
        transform: rotateZ(360deg);
      -webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      -ms-transform: rotateZ(360deg);
     }
  }
  
  @keyframes mymove {
    from { bottom: 95px; }
    to { bottom: 95px; background-color: #16BE45;
        transform: rotateZ(360deg);
      -webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      -ms-transform: rotateZ(360deg);  
    }
  }
  
  /* user-panel css start */
.user-dashboard{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  background: #fff;
}

  .myaccount-tab-menu{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background: #1d6400;
    border-color: #e0e0e1;
    color: #ffffff;
}

.myaccount-tab-menu a {
    border: 1px solid #e0e0e1;
    border-bottom: none;
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #545353;
    padding: 15px 10px;
    text-transform: capitalize;
}

.tab-content {
    border: solid 1px #e9e8e8;
    min-height: 330px;
    padding: 20px;
    background: #fff;
}

.welcome h2 {
    font-size: 20px;
    font-weight: bold;
}

.myaccount-content p {
    font-size: 14px;
    line-height: 1.74;
}

.icon-box2 {
    padding: 4rem 2rem;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
  

.textarea2 {
    display: block;
    width: 100%;
    padding: 0.47rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 70px;
}

.formSubmitBtn2 button{
background: linear-gradient(90deg, #ff8328, #f39b44) !important;
}

.nav-tabs.categoriesNames .nav-link-user{
width: 30%;
border: 1px solid #c7c7c7;
}

.catNameTitleuser{
    padding: 2px 0px;
}
.usercategoriesNames{
    justify-content: left;
    margin-top: 15px;
}

.user-icon-box{
    padding: 20px;
}

@media(max-width:991px){
    .nav-tabs.categoriesNames .nav-link-user{
        width: 40%;
    }
}

/* vijay css */

.parsley-errors-list { margin: 0px!important; padding: 0px!important; list-style: none!important; }
.parsley-errors-list li { font-size: 11px; height: 20px; margin: 0px; padding:0px; color: #ff4a4a; }





