*,::before,::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
    font-weight: 200;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Black.ttf);
    font-weight: 900;
}


body {
    font-family: var(--bodyFont);
    font-size: 16px;
}
:root{
    --primaryColor:#223a66;
    --bgGradient45: linear-gradient(45deg, #09224d, #00bde0);
    --bgGradient90:linear-gradient(90deg, #09224d, #00bde0);
    --secondaryColor: #000;
    --textColor:#2e2d2d ;
    --whiteColor: #ffffff;
    --bodyFont: "Poppins"; 
    --iconFont: "Font Awesome 5 Free"; 
}
h1,h2,h3,h4,h5{
    color: var(--secondaryColor);
}
h2{
    font-size: 36px;
    font-weight: 700;
}
h3{
    font-size: 20px;
    font-weight: 700;
}
h4{
    font-size: 18px;
    font-weight: 400;
    color: var(--themeColor);
    line-height: 30px;
}
h5{
    font-size: 16px;
    font-weight: 700;
}
header,section,.headerInner,.headerBottom,footer,.footerTop,.footerBottom{
    width: 100%;
    float: left;
}
p{
    font-size: 15px;
    line-height:25px;
    font-weight: 400;
    color: var(--textColor);
}
a{
    display: inline-block;
    text-decoration: none;
    color: var(--secondaryColor);
    font-weight: 500;
    font-size: 15px;
}
ul.contentlist li{
    position: relative;
    padding: 5px 0 5px 30px;
    line-height: 30px;
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 500;
}
ul.contentlist li:hover{
    color: var(--primaryColor);
}
ul.contentlist li::before{
    position: absolute;
    content: "\f35a";
    top: 6px;
    left: 0;
    font-family: var(--iconFont);
    font-size: 16px;
    font-weight: 900;
    color: var(--primaryColor);
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}


a.primaryBtn{
    font-size: 16px;
    padding: 12px 30px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border-radius: 35px;
}
a.primaryBtn span{
    display: inline-block;
    background-color: var(--whiteColor);
    color: var(--primaryColor);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}

section {
    padding: 70px 0;
}
header{
    position:relative;
    z-index:9999;
    background-color:var(--whiteColor);
}

header .header-top{
    background-color:#0e0d0b;
    padding:10px 0;
}

header .header-top .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

header .header-top .top-left img{
    height:85px;
}

header .header-top .top-right ul{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
}

header .header-top .top-right ul li{
    display:flex;
    align-items:center;
    padding:0 25px;
    border-right:1px solid rgba(255,255,255,.12);
}

header .header-top .top-right ul li:last-child{
    border-right:none;
}

header .header-top .top-right ul li i{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--bgGradient45);
    color: var(--whiteColor);
    font-size:18px;
    margin-right:15px;
}

header .header-top .top-right ul li p{
    margin:0;
    color:var(--whiteColor);
    font-size:14px;
    font-weight:600;
    line-height:1.5;
}

header .header-top .top-right ul li p span{
    display:block;
    font-size:13px;
    font-weight:400;
    opacity:.85;
}

header .header-top .top-right ul li a{
    color:var(--whiteColor);
    transition:.3s;
}

header .header-top .top-right ul li a:hover{
    color:#00bde0;
}

header .headermid{
    background:#f8fafc;
    padding:25px 0;
    border-bottom:1px solid #e5e7eb;
}

.company-name{
    display:inline-block;
    color:var(--primaryColor);
    font-size:24px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    position:relative;
    padding-bottom:15px;
}
header .headerBottom{
    position:relative;
}
header .headerBottom nav.navbar{
    padding:0;
    background:var(--primaryColor);
}
header .navbar-collapse{
    justify-content:center;
}

header .navbar-nav{
    width:100%;
}

header .navbar-nav .nav-item{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    height:72px;
    position:relative;
}

header .navbar-nav .nav-link{
    color:var(--whiteColor);
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    height:100%;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    transition:.3s;
    z-index:1;
}

header .navbar-nav .nav-link::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,#062d70,#07ccef);
    opacity:0;
    transition:.35s;
    z-index:-1;
}

header .navbar-nav .nav-link:hover::before,
header .navbar-nav .nav-link.active::before{
    opacity:1;
}

header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link.active{
    color: var(--whiteColor);
}

header .navbar-toggler{
    border:none;
    padding:15px;
    color:var(--whiteColor);
    box-shadow:none !important;
}

header .navbar-toggler:focus{
    box-shadow:none;
}


section.productInfowrap{
  position: relative;
  z-index: 1;
  padding: 20px 0 60px;
}
section.productInfowrap ul.nav-tabs li.nav-item button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #f8f8f8;
    color: #333;
    transition: all 0.4s ease;
}
section.productInfowrap ul.nav-tabs li.nav-item button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: var(--bgGradient90);
    -webkit-mask: linear-gradient(var(--whiteColor) 0 0) content-box, linear-gradient(var(--whiteColor) 0 0);
    mask:linear-gradient(var(--whiteColor) 0 0) content-box, linear-gradient(var(--whiteColor) 0 0) ;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s ease;
}
section.productInfowrap ul.nav-tabs li.nav-item button:hover::before {
    opacity: 1;
}
section.productInfowrap .nav-tabs .nav-item.show .nav-link,
section.productInfowrap .nav-tabs .nav-link.active {
    background: var(--bgGradient90);
    color: var(--whiteColor) !important;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

section.productInfowrap ul.nav-tabs li.nav-item{
    flex: 1;
}
section.productInfowrap .nav-tabs .nav-link {
    color:var(--secondaryColor);
}
section.productInfowrap .tab-content .productImg img{
    height: 320px;
    object-fit: cover;
    object-position: center;
}
section.productInfowrap .tab-content .productTitle{
   background-color: #eee;
    font-weight: 600;
    text-align: center;
    padding: 12px;
}
section.productInfowrap .tab-content .productTitle h4{
    color: var(--secondaryColor);
    font-size: 18px;
    font-weight: 600;
    margin:8px 0;
}
section.productInfowrap .tab-content .productBox{
    background-color: var(--whiteColor);
    border: 1px solid #eee;
}
.titleTg h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    color: #2d2d2d;
    letter-spacing: 1px;
}

.titleTg h3::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0c1e43, #00bde0);
    border-radius: 50px;
}

.titleTg h3::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #00bde0;
    border-radius: 50%;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

section.productInfowrap .tab-content {
    border-radius: 15px;
    background: var(--whiteColor);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

 section.formWrap .form-heading{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(to right, #09224d, #24b691);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.formWrap font{
    color: red;
    margin: 0 0 10px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}

section.formWrap .form-heading::after{
    content: "";
    width: 70px;
    height: 4px;
    background: linear-gradient(to right, #09224d, #24b691);
    display: block;
    margin: 10px auto 0;
    border-radius: 10px;
}
section.formWrap .form-wrapper {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 35px 45px 45px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

section.formWrap .form-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
section.formWrap .form-control{
    border: 1px solid #e0e0e0;
    padding: 14px 18px;
    border-radius: 12px;
    transition: 0.3s ease;
    font-size: 15px;
    resize: none;
}
section.formWrap label{
    font-weight: 700;
    padding-left: 20px;
    text-align: center;
    display: block;
}

section.formWrap .form-control:focus{
    border: 1px solid var(--primaryColor);
    box-shadow: 0 0 0 4px rgba(102,126,234,0.2);
    outline: none;
}
section.formWrap input.submit{
    background: linear-gradient(to right, #09224d, #24b691);
    color: var(--whiteColor);
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 600;
    transition: 0.3s ease;
    border: none;
}

section.formWrap input.submit:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(118,75,162,0.4);
}


.common-btn {
    background: #0d6efd;
    color: var(--whiteColor);
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.3s;
}

.common-btn:hover {
    background: var(--secondaryColor);
    color: var(--whiteColor);
}

section.premium-about {
    position: relative;
    background-color: var(--whiteColor);
    overflow: hidden;
}

section.premium-about .about-label {
    background: var(--bgGradient45);
    color: var(--whiteColor);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

section.premium-about .about-heading {
    font-size: 40px;
    font-weight: 700;
}

section.premium-about .about-heading span {
    background: var(--bgGradient45);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.premium-about .about-desc {
    color: #6c757d;
}

section.premium-about .premium-image-area {
    position: relative;
    height: 480px;
}

section.premium-about .big-image {
    width: 340px;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}

section.premium-about .big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.premium-about .small-image {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 220px;
    height: 260px;
    border-radius: 25px;
    overflow: hidden;
    border: 8px solid var(--whiteColor);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    z-index: 3;
}

section.premium-about .small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.premium-about .experience-badge-new {
    position: absolute;
    top: 120px;
    right: 0;
    width: 140px;
    height: 140px;
    background: linear-gradient(56deg, #223a66, #06b5dd);
    color: var(--whiteColor);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    z-index: 4;
}

section.premium-about .experience-badge-new h2 {
    margin: 0;
    font-weight: 700;
    color: var(--whiteColor);
}

section.premium-about .experience-badge-new span {
    font-size: 13px;
}

section.premium-about .dots-pattern {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(#66babf 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: 0.3;
    z-index: 1;
}


section.premium-about .experience-box {
    position: absolute;
    top: 180px;
    left: 220px;
    width: 130px;
    height: 130px;
    background: var(--bgGradient45);
    color: var(--whiteColor);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

section.premium-about .experience-box h2 {
    margin: 0;
    font-weight: 700;
}

section.premium-about .corporate-card {
    background: var(--whiteColor);
    padding: 30px 25px;
    border-radius: 20px;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border: 1px solid #f1f1f1;
    height: 100%;
}

section.premium-about .corporate-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--bgGradient90);
    transition: 0.4s;
}

section.premium-about .corporate-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

section.premium-about .corporate-card:hover::before {
    height: 100%;
    opacity: 0.05;
}

section.premium-about .icon-box {
    width: 55px;
    height: 55px;
    background: var(--bgGradient45);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: 0.4s;
}

section.premium-about .icon-box i {
    font-size: 24px;
    color: var(--whiteColor);
}

section.premium-about .corporate-card h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

section.premium-about .corporate-card p {
    font-size: 14px;
    color: #6c757d;
}

section.premium-about .corporate-card:hover .icon-box {
    transform: rotate(10deg) scale(1.1);
}
.common-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 190px;
    height: 55px;
    padding: 0 20px;
    border-radius: 60px;
    background: #0d1b2a;
    color: var(--whiteColor);
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    font-size: 15px;
}

.common-btn .btn-text {
    position: relative;
    z-index: 2;
}

.common-btn .btn-icon {
    width: 45px;
    height: 45px;
    background: var(--bgGradient45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 2;
}

.common-btn::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bgGradient45);
    transition: all 0.5s ease;
    z-index: 1;
     font-size: 14px;
}
.common-btn:hover::before {
    left: 0;
}

.common-btn:hover {
    color: var(--whiteColor);
}

.common-btn:hover .btn-icon {
    background: var(--whiteColor);
    color: var(--primaryColor);
    transform: rotate(45deg);
}

.common-btn:active {
    transform: scale(0.95);
}


section.premium-about .bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

/* section.premium-about .shape1 {
    width: 300px;
    height: 300px;
    background-color: var(--primaryColor);
    top: -100px;
    left: -100px;
    opacity: 0.3;
}

section.premium-about .shape2 {
    width: 300px;
    height: 300px;
    background-color: var(--primaryColor);
    bottom: -100px;
    right: -100px;
    opacity: 0.3;
} */

@keyframes float {
    0%,100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

section.ngo-advanced-section {
    background-color: #f7faff;
    position: relative;
}

section.ngo-advanced-section .ngo-advanced-wrapper {
    background-color: var(--whiteColor);
    padding: 70px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,0.05);
}

section.ngo-advanced-section .ngo-advanced-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 300px;
    height: 100%;
    background: linear-gradient(180deg, #09224d, #6da0ff);
    transform: skewX(-15deg);
    opacity: 0.08;
}

section.ngo-advanced-section .ngo-badge {
    background: var(--bgGradient45);
    color: var(--whiteColor);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

section.ngo-advanced-section .ngo-advanced-title {
    font-size: 34px;
    font-weight: 700;
}

section.ngo-advanced-section .ngo-advanced-text {
    color: #6c757d;
}

section.ngo-advanced-section .ngo-list div {
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.ngo-advanced-section .ngo-list i {
    color: var(--primaryColor);
}
section.ngo-advanced-section .ngo-advanced-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    background: #0d1b2a;
    color: var(--whiteColor);
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

section.ngo-advanced-section .ngo-advanced-btn:hover {
    background: var(--bgGradient45);
    transform: translateY(-5px);
}

section.ngo-advanced-section .ngo-advanced-image {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

section.ngo-advanced-section .ngo-advanced-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: brightness(0.85);
}

section.ngo-advanced-section .impact-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--whiteColor);
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

section.ngo-advanced-section .impact-card h3 {
    margin: 0;
    font-weight: 700;
    color: var(--primaryColor);
}

section.ngo-advanced-section .impact-card span {
    font-size: 14px;
    color: #6c757d;
}
section.partners-light {
    position: relative;
    background: linear-gradient(135deg, #f8fbff, var(--whiteColor));
    overflow: hidden;
}

section.partners-light .partners-tag-light {
    background: var(--bgGradient45);
    color: var(--whiteColor);
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

section.partners-light .partners-title-light {
    font-size: 34px;
    font-weight: 700;
}

section.partners-light .partners-desc-light {
    max-width: 600px;
    margin: auto;
    color: #6c757d;
}

section.partners-light .partner-card-light {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    transition: 0.4s ease;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

section.partners-light .partner-card-light img {
    max-width: 100%;
    filter: grayscale(100%);
    transition: 0.4s ease;
}

section.partners-light .partner-card-light:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
    border: 1px solid var(--primaryColor);
}

section.partners-light .partner-card-light:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

section.partners-light .featured-light {
    background: linear-gradient(135deg, rgb(255 255 255), rgb(228 253 255));
    border: 1px solid var(--primaryColor);
}

section.partners-light .light-blob {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.25;
}

section.partners-light .blob1 {
    background: var(--primaryColor);
    top: -100px;
    left: -100px;
}

section.partners-light .blob2 {
    background: var(--primaryColor);
    bottom: -100px;
    right: -100px;
}
section.videoSection .sectionHeading{
    text-align:center;
    position:relative;
    margin-bottom:80px;
}

section.videoSection .sectionHeading span{
    display:inline-block;
    background:var(--primaryColor);
    color:var(--whiteColor);
    padding:8px 18px;
    font-size:13px;
    letter-spacing:2px;
    font-weight:700;
    margin-bottom:20px;
}

section.videoSection .sectionHeading h2{
    font-size:60px;
    font-weight:900;
    color:var(--primaryColor);
    text-transform:uppercase;
    line-height:1.1;
    margin-bottom:20px;
}

section.videoSection .sectionHeading p{
    max-width:650px;
    margin:auto;
    color:#64748b;
    
}

section.videoSection .sectionHeading::after{
    content:"";
    width:120px;
    height:4px;
    background:var(--bgGradient90);
    display:block;
    margin:30px auto 0;
}

section.videoSection{
    background:#f8fafc;
}
section.videoSection .videoGrid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
section.videoSection .videoCard{
    background:var(--whiteColor);
    border:1px solid #e5edf7;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

section.videoSection .videoCard:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(34,58,102,.12);
}
section.videoSection .videoFrame{
    position:relative;
}
section.videoSection .videoFrame iframe{
    width:100%;
    height:240px;
    border:0;
    display:block;
}
section.videoSection .videoContent{
    padding:25px;
    position:relative;
}

section.videoSection .videoContent span{
    display:inline-block;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#00bde0;
    font-weight:700;
    margin: 0 0 12px;
}

section.videoSection .videoContent h3{
    font-size:20px;
    color:var(--primaryColor);
    font-weight:800;
    margin:  0 0 5px;
}
section.videoSection .videoContent a{
    color:var(--primaryColor);
    font-weight:700;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1px;
    margin: 0;
}

section.videoSection .videoContent a i{
    margin-left:6px;
    transition:.3s;
}
section.videoSection .videoCard:hover .videoContent a i{
    margin-left:12px;
}










footer{
    background:#0f172a;
    position:relative;
    overflow:hidden;
}

footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:var(--bgGradient90);
    z-index:2;
}

footer::after{
    content:"";
    position:absolute;
    top:-100px;
    right:-100px;
    width:350px;
    height:350px;
    border:1px solid rgba(255,255,255,.05);
    border-radius:50%;
    box-shadow:
        0 0 0 80px rgba(255,255,255,.03),
        0 0 0 160px rgba(255,255,255,.02);
    pointer-events:none;
}
footer .footerTop{
    padding:90px 0 70px;
    position:relative;
    z-index:3;
}

footer .footerWidgets{
    position:relative;
}

footer .footerWidgets img{
    height:90px;
    margin:0 0 25px;
}

footer .footerWidgets p{
    color:#94a3b8;
    line-height:1.7;
    font-size:14px;
    font-weight: 400;
}

footer .footerWidgets:first-child p{
    position:relative;
    padding-left:18px;
}

footer .footerWidgets:first-child p::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:3px;
    height:90%;
    background:var(--bgGradient90);
}

footer .footerWidgets h3{
    font-size:18px;
    font-weight:700;
    color:var(--whiteColor);
    margin:0 0 30px;
    text-transform:uppercase;
    letter-spacing:2px;
    padding-left:18px;
    position:relative;
}

footer .footerWidgets h3::before{
    content:"";
    position:absolute;
    left:0;
    top:2px;
    width:4px;
    height:18px;
    background:#00bde0;
}
footer .footerWidgets ul li{
    margin-bottom:16px;
}

footer .footerWidgets ul li a{
    color:#cbd5e1;
    font-size:15px;
    transition:.35s;
    display:inline-flex;
    align-items:center;
    gap:0;
}
footer .footerWidgets ul.infoList li a::before{
    content:"\f105";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    transform:translateX(-8px);
    margin-right:0;
    transition:.35s;
    color:#00bde0;
}

footer .footerWidgets ul.infoList li a:hover{
    color:#00bde0;
}

footer .footerWidgets ul.infoList li a:hover::before{
    transform:translateX(0);
    margin-right:8px;
}
footer .info{
    margin-top:10px;
}

footer .info li{
    position:relative;
    padding-left:35px;
    margin-bottom:18px;
    color:#cbd5e1;
    line-height:1.8;
}

footer .info li i{
    position:absolute;
    left:0;
    top:6px;
    width:20px;
    text-align:center;
    color:#00bde0;
    font-size:15px;
    transition:.3s;
}

footer .info li:hover i{
    transform:translateY(-3px);
}
footer .footerBottom{
    position:relative;
    z-index:3;
    padding:25px 0;
    border-top:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.02);
    backdrop-filter:blur(10px);
}

footer .footerBottom .borderBox{
    border:none !important;
}

footer .footerBottom p{
    margin:0;
    color:#94a3b8;
    font-size:14px;
    letter-spacing:.3px;
}

footer .footerBottom a{
    color:#00bde0;
    font-weight:600;
    transition:.3s;
}

footer .footerBottom a:hover{
    color:var(--whiteColor);
}

@media screen and (max-width: 991px){
   header .header-top .container{
        flex-direction:column;
        gap:15px;
    }

    header .header-top .top-right ul{
        flex-direction:column;
        width:100%;
    }

    header .header-top .top-right ul li{
        width:100%;
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.08);
        padding:12px 0;
    }

    header .header-top .top-right ul li:last-child{
        border-bottom:none;
    }

    .company-name{
        font-size:16px;
        line-height:1.7;
        letter-spacing:1px;
    }

    header .navbar-nav .nav-item{
        height:auto;
        border-right:none !important;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    header .navbar-nav .nav-link{
        justify-content:flex-start;
        padding:15px 20px;
    }
    .mb-sm-20{
        margin-bottom: 20px !important;
    }
    
    header .headerInner .headerBottom .navbar ul.navbar-nav li.nav-item{
        height: 40px;
    }
    header .headerInner .headerBottom nav.navbar{
        padding: 8px 0;
    }
    
    header .headerInner .headerBottom nav.navbar a.navbar-brand img{
      height: 45px;
    }
    header .headerBottomBar > .container{
      flex-direction: column;
      gap: 10px;
    }
    header .headerInner .headerBottom a.commonBtn{
      display: none;
    }
    header .headerInner .headerBottom .navbar ul.navbar-nav{
      align-items: start !important;
      gap: 0 !important;
    }
    section.videoSection .videoGrid{
        grid-template-columns:repeat(2,1fr);
    }
     footer .footerTop{
        padding:60px 0 40px;
    }

    footer .footerWidgets{
        margin-bottom:35px;
    }

    footer .footerWidgets::after{
        width:40px;
    }
}

@media screen and (max-width: 767px){
    
    section.productInfowrap ul.nav-tabs li.nav-item button{
        padding: 14px 8px;
        font-size: 11px;
    }
    
    footer .footerTop .footerWidgets{
        height: auto;
        margin:  0 0 20px;
    }
    section.formWrap .form-wrapper{
        padding: 25px;
    }
    section.ngo-advanced-section .ngo-advanced-wrapper{
        padding: 20px;
    }
    section.ngo-advanced-section .ngo-advanced-image img{
        height: 300px;
    }
    section.ngo-advanced-section .ngo-advanced-title{
        font-size: 24px;
    }
    header .headerInner .header-top img{
        height: 60px;
    }
    .company-name{
        font-size: 20px;
    }
    header .headermid{
        padding: 20px 0;
    }
    header .headerBottom .navbar-collapse{
         width: 350px;
    }
    section.videoSection .videoGrid{
        grid-template-columns:1fr;
    }

    section.videoSection .sectionHeading h2{
        font-size:32px;
    }
       footer .footerWidgets img{
        height:70px;
    }

    footer .footerWidgets h3{
        font-size:16px;
    }

    footer .footerWidgets p,
    footer .footerWidgets ul li a,
    footer .info li{
        font-size:14px;
    }
    
}

