@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500&display=swap');
/********** Template CSS **********/

:root {
    --primary: #243b79;
    --secondary: #23223d;
    --light: #E8F5E9;
    --dark: #0F4229;
}
.headerlinks a {
    color: #ffffff!important;
    text-decoration: none;
}
.nav-link {
    display: block;
    color: #709ed6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-size: 17px;
    letter-spacing: 2px;
    font-family: 'Fira Sans';
    font-weight: 500;
    text-align: center;
    border: 1px solid #11111100;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0.5rem;
    text-align: right;
    float: right;
}
.nav-link:hover, .nav-link:focus {
    color: #e5770c;
}

.bg-logo {
    padding: 10px 0px;
    background: #fff;
}

.navbar-nav .active {
    background-color: #ffffff;
    color: #243b79;
}




body{
	font-family: 'Fira Sans', sans-serif !important;
	background-image: url(../img/about/bgbody.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Fira Sans', sans-serif !important;
}
h1, .h1 {
    font-size: 2.2rem!important;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5, .h5, h6, .h6, .fw-semi-bold {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.text-views {
    color: #243b79 !important;
    font-size: 14px;
    font-weight: 500;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

a {
    color: #6f0a2e;
    text-decoration: none;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.img-icon {
    width: 3%;
    margin-right: 0.5rem;
}
.detailsgal a {
    color: #243b79;
    padding-right: 1rem;
}
.img-email {
    width: 5%;
    margin-right: 0.5rem;
}
.img-btn {
    width: 75%;
    float: right; animation: blinker 1s step-end infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.p-0{padding:0px;}
.navbar .navbar-nav .nav-link {
    padding: 25px 21PX;
    color: #4a196c;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #26294c;
    font-weight: 600;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.text-top-color{
	color:#1a1d4a !important;
}

.footer-logo-img {
    width: 80%;
    text-align: center;
}
.img-Social {
    width: 100%;
}
footer{
	background-color:#e8edf5;padding:10px 0px;
}
.small-content-footer{
	color:#7175b8;font-size:8px;
}
/*** Header ***/

.carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 25%;
    /* align-items: center; */
    justify-content: center;
    text-align: left;
    z-index: 1;
}
.card {
    position: relative;
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0 !important;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 4px;
}
.carousel-caption h2 {
    font-size: 3.2rem !important;
    margin-bottom: 0.51rem;
    color: #41452f;
}
.carousel-caption p {
    font-size: 1.8rem !important;
    margin-bottom: 2rem;
    color: #42462f;
    margin-top: 1rem;
    line-height: 30px;
    font-weight: 600;
}
.carousel-caption .btn-click-blue {
    border: 1px solid #172049;
    padding: 15px;
    font-size: 17px;
    color: #172049;
    font-weight: 500;background:transparent;
    border-radius: 10px;
}
.carousel-caption .btn-click-blue:hover{
    border: 1px solid #172049;
    padding: 15px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;background:#172049;
    border-radius: 10px;
}
.carousel-caption .btn-click {
    border: 1px solid #fff;
    padding: 15px;
    font-size: 17px;
    color: #fff;background:transparent;
    font-weight: 500;
    border-radius: 10px;
}
.carousel-caption .btn-click:hover{
    border: 1px solid #243b79;
    padding: 15px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
	background:#243b79;
}


.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #a4a4a421;
    border: 10px solid #243b792e;
}



.page-header{
    background:url(../img/contact/contactbanner.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.page-header1 {
    background:url(../img/soluationsbanner.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}
.page-headerconactbanner{
    background:url(../img/conactbanner.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}
.page-privacy{
    background:url(../img/privacybanner.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}
.page-tearms{
    background:url(../img/tremsbanner.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}

/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem !important;
    }
}
/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}
.team {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 2rem;
    text-align: center;
    position: relative;
}
.img-home {
    border: 2px solid #243b79;
    border-radius: 50%;
    margin-bottom: 10px;
}
.testimonilas-img {
    border: 2px solid #243b79;
    width: 130px;
    height: 155px;
    margin-bottom: 1rem;
    border-radius: 10%;
    object-fit: cover;
}

/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #f7fbfa;
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgb(11 25 108);
}
.bg-dark {
    background-color: #243b79!important;
}

.service-item .service-text p {
    font-size: 15px;
    text-align: justify;height:70px;
}

.service-item .service-text h4 {
    font-size: 18px !important;
    margin-top: 0px;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
    font-size: 18px !important;
}

.service-item:hover .service-text p {
    color: var(--light);
}
.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
}
.text-dark {
    color: #0f1110 !important;
}

.service-item:hover .service-text .btn-square {
    background:#fff;
}

.service-item .service-text .btn {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    background: #243b79;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    border: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.service-item:hover .service-text .btn {
    width: 112px;
}



/*** Service ***/
.solutions-item {
    position: relative;
    text-align: center;
}

.solutions-item .solutions-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.solutions-item .solutions-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.solutions-item:hover .solutions-img img {
    transform: scale(1);
}

.solutions-item .solutions-text {
    background: #ffffff;
    transition: .3s;
    border: 3px solid #243b79;
}
.solutions-item .solutions-text h5 {
    margin-top: 55px;
}

.solutions-item .solutions-text p {
    font-size: 15px;
    text-align: justify;
    margin-top: 20px;
}

.solutions-item .solutions-text h4 {
    font-size: 18px !important;
    margin-top:10px;
}

.solutions-item:hover .solutions-text h4 {
    color: #FFFFFF;
    font-size: 18px !important;
}
.solutions-item:hover .solutions-text p {
    color: #000000;
}
.solutions-item .solutions-text .btn-square {
    width: 110px;
    height: 110px;
    background: transparent;
    transition: .5s;
    position: absolute;
    top: -52px;
    bottom: 0;
    left: 37%;
}
.solutions {
    margin-bottom: 5%;
}






/*** Project Portfolio ***/
#brand-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#brand-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#brand-flters li:hover,
#brand-flters li.active {
    color:#841b35;
    border-color: #243b79;
}

.brand-inner {
    position: relative;
    overflow: hidden;
}

.brand-inner::before,
.brand-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.brand-inner::after {
    left: auto;
    right: 0;
}

.brand-inner:hover::before,
.brand-inner:hover::after {
    width: 50%;
}

.brand-inner .brand-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.brand-inner:hover .brand-text {
    transition-delay: .3s;
    opacity: 1;
}

.brand-inner .brand-text .btn {
    background: var(--light);
    color: var(--primary);
}

.brand-inner .brand-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link a:hover {
    color: #000 !important;
}



.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #000 !important;/*var(--primary);*/
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #840826;
}

.copyright a {
    color: #FFFFFF;
}

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

.btn-primary {
    color: #fff;
    background-color: #243b79;
    border-color: #243b79;
}
.btn-primary:hover {
    color: #fff;
    background-color: #243b79;
    border-color: #243b79;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Fira Sans' !important;
    font-weight: 500;
    line-height: 1.2;
    color: #243b79;
}
.text-primary {
    color: #243b79 !important;
}
.brand-inner::before, .brand-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(85 15 33 / 18%);
    transition: .5s;
}
.py-6 {
    padding-top:4rem !important;
    padding-bottom:4rem !important;
}
.under  {
    font-size: 21px;
    font-weight: 500;
    color: #fff;margin-top:3rem;
}

.display-2 {
    font-size: 3.5rem;
    color: #ffffff;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(255 255 255), rgb(20 1 56), rgb(255 255 255));
    border-image-slice: 1;
    padding: 10px;
    font-weight: 400 !important;
}
.display-4 {
    font-size: 3rem;
    font-weight: 900 !important;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.display-5 {
    font-size: 2rem;
    font-weight: 800 !important;
}
.underconstruction{
	background-image: linear-gradient(to bottom, #572b83 , #0e0e1e);
}
.construction h3{
	color: #ffffff;
}
.construction p {
    color: #ffffff;
    font-size: 22px;line-height: 27px;
    font-weight: 400 !important;
}

.abouticon {
    display: flex;
}

.slideInDown {
    animation-name: slideInDown;
    font-size: 3.6rem;
}
.mt-10{
	margin-top:5rem;
}

.border-start img {
    border-radius: 50%;
    padding: 5%;
}
.border-start h4 {
    font-size: 22px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525368;
    background-color: #fff0;
    background-clip: padding-box;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 2px solid #0f76c1;
}
label {
    color: #000000 !important;
    font-weight: 500 !important;
    font-size: 13px;
}
.download {
	text-align:center;
}
.download h6 {
    color: #433939;
    font-size: 12px;
    font-weight: normal;
}
/* brand-carousel */
.brand-carousel .brand-item {
  margin-bottom: 0;
}

.brand-carousel .brand-item .portfolio__content {
  margin: 0;
}

.brand-carousel .carousel-arrows .owl-nav .owl-prev,
.brand-carousel .carousel-arrows .owl-nav .owl-next {
  top: 40%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 3px 53px 0px rgba(40, 40, 40, 0.05);
}

.brand-carousel .carousel-arrows .owl-nav .owl-prev:hover,
.brand-carousel .carousel-arrows .owl-nav .owl-next:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.brand-carousel .carousel-arrows .owl-nav .owl-prev {
  left: -30px;
}

.brand-carousel .carousel-arrows .owl-nav .owl-prev:before {
  content: "";
  font-size: 13px;
}

.brand-carousel .carousel-arrows .owl-nav .owl-next {
  right: -30px;
}

.brand-carousel .carousel-arrows .owl-nav .owl-next:before {
  content: "";
  font-size: 13px;
}

.brand-carousel-layout2 .brand-item {
  box-shadow: 0 0 12px 0 rgba(40, 40, 40, 0.08);
  margin-bottom: 20px;
}

.brand-carousel-layout2 .brand-item .portfolio__content {
  margin: 0;
  padding: 40px 40px 20px;
}

.brand-carousel-layout2 .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.brand-hidden>.brand-item {
  display: none;
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .brand-carousel .owl-nav .owl-prev,
  .brand-carousel .owl-nav .owl-next {
    left: -30px;
  }

  .brand-carousel .owl-nav .owl-prev:before,
  .brand-carousel .owl-nav .owl-next:before {
    font-size: 40px;
  }
}

/*  Small Screens and tablets  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-grid .container {
    max-width: none;
  }
.testimonials {
    padding: 21px;
    background: #b6afaf38;
    height: auto;
}

}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .brand-item .portfolio__content {
    padding-top: 15px;
  }

  .brand-item .portfolio__title {
    margin-bottom: 10px;
  }

  .brand-carousel .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }

  .brand-carousel .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }

  .brand-carousel-layout2 .brand-item .portfolio__content {
    padding: 20px 20px 10px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .brand-item .portfolio__title {
    font-size: 18px;
    line-height: 22px;
  }
  .testimonials {
    padding: 21px;
    background: #b6afaf38;
    height: auto !important;
}
}
.logo-img1 {
    width: 17%;
}
.page-headerabout{
    background:url(../img/aboutbanner.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}
.career{
    background:url(../img/career.jpg) center center no-repeat;
    background-size: cover;
    height:400px;
}
.title span{
  color:#243b79;
}
.border-start span{
    color:#333;  
}
.carousel-caption button {
    margin-bottom: 0px;
}
.border-start .img-fluid {
    width: 76% !important;
}
.brand-carousel{
    text-align:center;
}
@media (max-width: 575.98px) { 
.border-start .img-fluid {
    width: 40% !important;
} 
.border-start {
    border-left: 1px solid #dee2e6 !important;
    text-align: left;
}
h1, .h1 {
    font-size: 1.8rem!important;
}
.bg-logo {
    padding: 0px 0px;
}
.service-item {
    position: relative;
    text-align: center;
    margin-bottom:15px;
}
.service-item .service-text .btn-square {
    width: 74px;
    height: 65px;
    background: transparent;
    transition: .5s;
}
.usefulllinks {
    padding-top: 10px;
    padding-left: 0px;
}
.usefulllinks li {
    list-style: none;
    line-height: 27px;
}
.usefulllinks li a {
    color: #243b79;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.logo-img {
    width: 34%;
}
.navbar-toggler {
        padding: 8px;
        font-size: 1rem;
        line-height: 10px;
        background-color: #243b79;
        border: 1px solid transparent;
        border-radius: 4px;
        transition: box-shadow 0.15s ease-in-out;
        margin-top: 0px;
        left: 80%;
        width: 50px;
        right: 15px;
        top: 20px !important;
        position: absolute;
        height: 50px;
    }

	.title-head {
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-weight: 600 !important;
    font-size: 20px;
}
	.topheader .pt-5{
		padding-top:0px!important;
	}
	.btn-click {
    background-color: #fff;
    border-radius: 40%;
    color: #243b79;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #243b79;
    width: 100%;
    display: none;
}
    .highlighttext p {
        font-size: 20px !important;
        line-height: 28px !important;
    }
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 0.1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #fff;
}
h4, .h4 {
    font-size: 1rem;
}
.solutions-item .solutions-text .btn-square {
    width: 82px;
    height: 95px;
    background: transparent;
    transition: .5s;
    position: absolute;
    top: -35px;
    bottom: 0;
    left: 34%;
}
.brand-carousel .brand-item {
    margin-bottom: 0;
    width: 70%;
    display: inline-flex;
}
}
@media (max-width: 767.98px) {
.brand-carousel .brand-item {
    margin-bottom: 0;
    width: 70%;
    display: inline-flex;
}
    .border-start .img-fluid {
    width: 40% !important;
} 
.border-start {
    border-left: 1px solid #dee2e6 !important;
    text-align: left;
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #83142a;
    font-size: 14px;
    font-weight: 800;
    outline: none;
    text-transform: uppercase;
}
}

@media (max-width: 991.98px) { 
     .border-start .img-fluid {
    width: 40% !important;
} 
.border-start {
    border-left: 1px solid #dee2e6 !important;
    text-align: left;
}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #83142a;
    font-size: 14px;
    font-weight: 800;
    outline: none;
    text-transform: uppercase;
}   
    
}
.bg-lightbg{
	background-color:#f3f6f95c;
}

.topheader {
    padding: 5px 0px;
    background: #243b79;
}
.topheader h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0.3rem;
    font-weight: 700 !important;
}
.topheader p {
    color: #fff;
    font-weight: bold;
    font-size: 14px !important;
}

.bg-logosection {
    background-color:#fce8c7;
}
.bannersec{
	background-color:#243b79;
}
.bannersec h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400 !important;
}
.btn-click {
    background-color: #fff;
    border-radius: 30px;
    color: #243b79;
    padding: 10px 30px;
    font-size: 16px;
    border: 2px solid #243b79;
    width: fit-content;
    float: right;
}
.detailsgal i {
    width: 65px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    color: #243b79;
    font-size: 21px;
    line-height: 16px;
    padding-left: 15px;
    padding-top: 16px;
}
.detailsgal span {
    margin-left: 17px;
    font-size: 16px;
    font-weight: 500;
    color: #243b79;
    display: inline-grid;
}
.detailsgal a:hover {
    color: rgb(74, 74, 73);
}
.detailsgal a {
    color: #243b79;
}
.detailsgal {
    padding-top: 0.3rem;
    text-align: left;
    display: flex;
    align-items: center;
}
.menuslist {
    padding: 10px 29px 50px 125px;
}
.menuslist ul li a {
	color:#000 !important;
}
.menuslist ul .active a {
    color: #a10524 !important;
    font-weight: 900 !important;
}
.menuslist ul .active .al {
    color: #a10524 !important;
    font-weight: 900 !important;
}

.menuslist ul{
	padding:10px;
	line-height: 20px;
}
.menuslist ul li {
    list-style: none;
    color: #000;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
}
.menuslist ul li .a1 {
    list-style: none;
    color: #000;
    font-weight: 500;
    line-height: 10px;
    font-size: 13px !important;
    font-style: italic;
}
.vmv small {
    font-size: 12px;
    font-weight: bold;
}
.vmvp {
    margin-top: 0;
}
.pdfd {
    margin-bottom: 0px;
    margin-top: 17px;
}
.Environmentallist li {
    list-style: square;
    font-size: 15px;
}
.footer p {
    color: #243b79 !important;
}
input[type=text], select, textarea {
    width: 100%;
    border: 3px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    text-align: right;
    background: transparent;
    color: #fff;
    border-radius: 6px;
}
input[type=text]::placeholder {
    font-size: 14px;
    color: #fff;
  }
input[type=submit] {
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.text-justify{
    text-align: justify;
    text-justify: inter-word;
  }



.img-fluid1 {
max-width: 150%;
height: 70%;
}
.img-fluiddownload {
    width: 70px;
    border: 2px solid #293475;
    border-radius: 50%;
    padding: 10px;
    height: 70px;
}
.solutions h4 {
    font-size: 18px;
    color: #a70c2a;
    margin-bottom: 12px;
}
.solutions p {
    font-size: 13px !important;
    text-align: left;
}
.solutions img {
    border: 3px solid #000;
    margin-bottom: 1rem;
    height: 170px;
    width: 100%;
}
.bg-footer {
    background-color: #fce8c7;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footeraddress{
	padding-left:1rem;
}
.footeraddress h6 {
    font-size: 1rem;
    margin-bottom: 0pc;
    padding-top: 1rem;
    color: #000;
    font-weight: 600 !important;
}
.footeraddress p {
    font-size: 18px !important;
    margin-bottom: 6px;
    text-align: left;
    letter-spacing: -0.5px;
    line-height: 33px;
}
.menusec{
    padding: 5rem;
    text-align: center;
    background-color: #ffffffb3;
}
.bannetcap{
    padding: 5rem;
    text-align: left; 
}
.bannetcap h1{
    font-size:4rem !important; 
}
.bannetcap h3{
    font-size:2.5rem; 
}
.bannetcap button{
    margin-top: 1rem;
}
.nav-menu ul {
    list-style: none;
    line-height: 50px;
    color: #000;
}
.nav-menu ul li {
    font-size: 15px;
    text-align: left;
    font-weight: 700;
}
.nav-menu ul li img {
    width: 50px;
    height: 50px;
    background: #243b79;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 6px;
    margin-right: 0.61rem;
}
.navbar-brand img {
    width: 113px;
}
.search {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
}
.search i {
    padding-top: 1rem;
    padding-bottom: 0rem;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.footerdetail img {
    width: 30%;
    margin-right: -6px !important;
}
.footerdetail a {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.footerdetail {
    color: #000;
    line-height: 1.3;
}
.title h1 {
    text-transform: capitalize;
    font-size: 23px !important;
    margin-bottom: 15px !important;
}
.contenttext h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 900 !important;
}
.atext h3 {
   font-size: 24px;
    color: #a70c2a;
    margin-bottom: 12px;
    font-weight: 900 !important;
}
.atext {
    margin-bottom: 2rem;
}
.Environmentallist {
    margin-left: -1rem;
    color: #000;
    font-family: 'Fira Sans';
    font-weight: 900;
}
.usefulllinks  {
   padding-top:10px;
}
.usefulllinks li {
    list-style: none;
    line-height: 35px;
}
.usefulllinks li a {
    color: #243b79;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
.btn-square {
    color: #fff!important;
    background-color: #75661c !important;
    border-color: #ffffff!important;
}
.bg {
	background-image: url("../img/bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.testimonialsbg {
    background-image: url(../img/about/testimonialsbg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.valuesbg {
	background-image: url("../img/about/valuesbg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.visionbg {
	background-image: url("../img/about/visionbg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.missionbg {
	background-image: url("../img/about/missionbg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutbg {
	background-image: url("../img/about/aboutbg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutbgsectiontwo {
    background-image: url("../img/about/aboutbg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.aboutbgsectionthree{
    background-image: url("../img/about/aboutbg3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.productbg {
    background-image: url(../img/about/productbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px 0px 0px;
}
.sloutaionsbg{
	background-image: url(../img/about/soluations.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.soluationsbg {
    background: linear-gradient(25deg, #f6f2d1, #aaa295);
}
.soluations h3 {
    color: #000;
}
.cotactbg{
	 background-image: url(../img/about/cotactbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:70px 0px;
}
.cntactsec h3{
	color:#fff;
}
.cntactsec p {
    color: #fff;
    font-weight: 400!important;
}
.contactsec img {
    width: 80%;
}
.contactsec2 img {
    width: 100%;
}
.contactsec span {
    font-weight: 500;
    color: #fff;
}
h3, .h3 {
    font-size: 2rem;
}

.contactsec span a{color: #fff;}
.downloadsbg {
     background-image: url(../img/about/downloadbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:140px 0px;
}
.downloadssec h3{
	color:#fff;
}
.tremsbg{
	 background-image: url(../img/about/tremsbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tremsbgsec h3{
	color:#fff;
}
.tremsbgsec h6{
	color:#fff;
}
.tremsbgsec p {
    color: #fff;
    font-weight: 500 !important;
}
.portfoliobg{
	 background-image: url(../img/about/portfoliobg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.privacybg{
	 background-image: url(../img/about/privacybg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.privacybgsec h3{
	color:#fff;
}
.privacybgsec h6{
	color:#fff;
}
.privacybgsec p {
    color: #fff;
    font-weight: 500 !important;
}
.title-head {
    letter-spacing: 6px;
    margin-bottom: 30px;
    font-weight: 600 !important;
}

.soluations ul li {
    text-align: justify;
    margin-top: 0;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 15px !important;
    color: #000;
    font-weight: 400;
    line-height: 23px;
}


.aboutbgsectionthree p {
    color: #000;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.3;
}
.aboutbgsectionthree h3{
	color:#000;
}
.productsvaleus{
	text-align:center;
}
.productsvaleus h4 {
    text-align: center;
    color: #fff;
    font-size: 19px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.productsvaleus p {
    text-align: justify;
    color: #fff;
    font-size: 14px !important;
}
.valeusec{
	text-align:center;
}
.valeusec h4 {
    color: #000;
    font-size: 15px;
    font-weight: 600 !important;
}
.aboutbgsectiontwo p{
	color:#fff;
}
.aboutbg p{
	color:#fff;
}
@media (max-width: 575.98px) { 
.menuslist {
    padding: 10px;
}
.bannetcap {
    padding: 2rem;
    text-align: left;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0.5rem;
    text-align: right;
    float: left;
}
.menusec {
    padding: 1rem;
    text-align: center;
    background-color: #ffffffb3;
}
.navbar-brand img {
    width: 60%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
}
    .navbar-brand img {
        width: 27%;
        padding-top: 0px;
        padding-bottom: 0rem;
        padding-left: 0rem;
    }
.detailsgal {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
}
.topheader .col-lg-2 .detailsgal {
    padding-top: 0rem !important;
    padding-bottom: 0rem!important;
}
    .img-btn {
        width: 40%;
        float: left;
        animation: blinker 1s step-end infinite;
    }
.img-icon {
    width: 5%;
    margin-right: 0.5rem;
}
.img-email {
    width: 8%;
    margin-right: r0em;
}
.detailsgal span {
    margin-left: 1rem;
    font-size: 13px;
    display: none;
}
.bannetcap h1 {
    font-size: 2rem !important;
}
.bannetcap h3 {
    font-size: 1rem;
}
.search {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
    display: none;
}
 }
 
 

@media (max-width: 575.98px) { 
  .col-sm-1 { width: 20%; }
  .col-sm-2 { width: 50%; }
  .col-sm-3 { width: 16%; }
  .col-sm-4 { width: 80%; }
  .col-sm-5 { width: 100%; }
  .col-sm-6 { width: 60%; }
  .col-sm-12 { width: 100%; }
  .footeraddress h6 {
    font-size: 10px;
    margin-bottom: 0pc;
    padding-top: 1rem;
    color: #000;
    font-weight: 500 !important;
}
.detailsgal a {
    color: #243b79;
    padding-right: 2rem;
}
    .bannersec h2 {
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400 !important;
    }
	 
  .contenttext h3 {
		font-size: 21px;
		color: #a70c2a;
		margin-bottom: 12px;
		font-weight: 900 !important;
	}
	.col-6{
	width:50%;
}
.footer-logo-img {
    width: 50%;
    padding: 0;
}
} 

@media (max-width: 767.98px) { 
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
} 
.text-right{
	text-align:right !important; 
}
.bg-bottomfooter {
    background-color: #1c2043;
}
.bg-bottomfooter p {
    color: #fff !important;
    padding-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.f-17 {
    font-size: 17px !important;
    font-weight: 400;
}
.f-20 {
    font-size: 20px !important;
    font-weight: 400;
}
.about-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.3rem;
    border: 1px solid #1c2043;
    text-align: center;
    padding: 8px 0px;
}
.phoneview {
    position: relative;
    top: 15px;
    left: 10px;
}



.servicesbg{
	 background-image: url(../img/about/servicesbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 90vh;
	width:100%;
	background-attachment: fixed;
}

.servicesbg1{
	 background-image: url(../img/about/servicesbg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 90vh;
	width:100%;
    background-attachment: fixed;
}
.servicesbg2{
	 background-image: url(../img/about/servicesbg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 90vh;
	width:100%;    background-attachment: fixed;
}
.servicesbg3{
	 background-image: url(../img/about/servicesbg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 90vh;
	width:100%;    background-attachment: fixed;
}
.servicesbg4{
	 background-image: url(../img/about/servicesbg4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 90vh;
	width:100% ;   background-attachment: fixed;
}
.servicesbg5{
	 background-image: url(../img/about/servicesbg5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 90vh;
	width:100% ;   background-attachment: fixed;
}
.owl-carousel .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #c3600f !important;
    margin: 5px 3px ; 
}

.testimonials {
    padding: 21px;
    background: #b6afaf38;
    height: 70vh;
}
.btnclickmore {
    margin: 0px auto !important;
    text-align: center;
    justify-content: center;
    display: flex;
}
.highlighttext p {
    font-size: 31px;
    line-height: 50px;
}
hr:not([size]) {
    height: 4px;
    color: #243b79;
    opacity: 100;
}
.btn-clickmore {
    display: flex;
    font-size: 14px;
    border: 2px solid #243b79;
    justify-content: space-between;
    padding: 2px;
    padding-left: 1.5rem;
    text-align: center;
    color: #000000;
    width: fit-content;
    align-items: center;
    text-transform: uppercase;
}
.btn-clickmore span {
    padding: 8px 15px;
    background: #243b79;
    margin-left: 0.4rem;
    border-radius: 5px;margin-left:1.5rem;
}
.btn-clickmore span i {
    color: #fff;
    font-size: 30px;
}

@media (max-width: 575.98px) { 
.team {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2rem;
    text-align: center;
    position: relative;
}
.detailsgal {
    padding-top: 0.3rem;
    text-align: left;
    display: list-item;
    align-items: center;
}
    .nav-link {
        display: block;
        padding: 2px 30px;
        color: #243b79;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
        font-size: 13px;
        letter-spacing: 0px;
        width: 100%;
        font-family: 'Fira Sans';
        font-weight: 500;
        text-align: left;
    }
      .testimonil-img {
        border: 2px solid #243b79;
        width: 136px;
        height: 160px;
        margin-bottom: 1rem;
        border-radius: 10%;
        object-fit: cover;
        margin: 0px auto;
        left: 13px !important;
        position: relative;
        margin-bottom: 1rem !important;
    }
    .items h6 {
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0rem!important;
}
.btnclickmore {
    margin: 0px auto !important;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 1.5rem !important;
}
}


.items h6 {
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 1rem;
}
.sigma_btn-custom {
    cursor: pointer;
    display: inline-block !important;
    text-align: center;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    background: rgb(94,195,224);
background: linear-gradient(90deg, rgba(94,195,224,1) 0%, rgba(24,104,160,1) 35%, rgba(24,76,160,1) 74%);
    color: #fff;
    font-size: 17px !important;
    padding: 10px 30px !important;
    border: 1px solid #73b9e5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 11px;
    overflow: hidden; float:right;
    width: fit-content;
}

.sigma_btn-custom :before {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    content: '';
    width: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.sigma_btn-custom span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
        height: 3px;
    background: linear-gradient(to right, #09b1f7, #5efbff);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.sigma_btn-custom span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
   background: linear-gradient(to right, #09b1f7, #5efbff);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.sigma_btn-custom span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
        height: 3px;
    background: linear-gradient(to right, #09b1f7, #5efbff);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.sigma_btn-custom span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to right, #09b1f7, #5efbff);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}
.card-text:last-child {
    margin-bottom: 0;
    text-align: center;
}
@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.sigma_btn-custom:hover {
    background-color: #c8053a;
    border: 1px solid #5e2121;
    color: #fff;
}
.card-img {
    width: 130px;
    height: 130px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    object-fit: contain;
    border: 2px solid #243b79;
}
small, .small {
    font-size: 12px;
    line-height: 16px !important;
    text-align: justify !important;
    display: flex;
    margin-bottom: 0.5rem;
}
.faq p{font-size: 12px;
    line-height: 16px !important;
    text-align: justify !important;
    display: flex;
    margin-bottom: 0.5rem;}
	
.Initial h3 {
    font-size: 16px;
    letter-spacing: 3px;
    color: #243b79;
}
.Initial h6 {
    font-weight: 500;
    font-size: 15px;
    margin-top: 1rem;
}
.impact img {
    width: 58%;
    border-radius: 50%;
    padding: 6px;
    border: 2px solid #243b79;
}
.involved img {
    width: 58%;
    background: #545c6200;
    border-radius: 50%;
    padding: 6px;
    margin-bottom: 1rem;
    border: 2px solid #243b79;
}
.soacialimpact img {
    width: 58%;
    border-radius: 50%;
    padding: 6px;
}
.impact h2 {
    margin-bottom: 0px;
    font-weight: 500 !important;
}
.impact h6 {
    font-size: 12px;
    font-weight: 500;margin-bottom: 0px;
}
.impact small {
    text-align: center;
    display: contents;
    line-height: 0px !important;
}
.donated input[type=text], select, textarea {
    width: 100%;
    border: 0px solid #ccc;
    margin-top: 0px;
    border-bottom: 1px solid #333 !important;
    margin-bottom: 0px;
    resize: vertical;
    text-align: left;
    background: transparent;
    color: #000000;
    border-radius: 0px;
    padding: 2px;
}
.donated  label {
    color: #000000 !important;
    font-weight: 500 !important;
    font-size: 14px;
    position: relative;
    top: 10px;
}
.Donate h4 {
    font-weight: 500 !important;
    font-size: 22px;
}
.donatelist {
    padding-left: 20px;
}
li {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 1.7;
    list-style-type: disclosure-closed;
    margin-left: 0px;
    padding-left: 0px;
}
.donatelist li {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 1.7;
    list-style-type: disclosure-closed;
    margin-left: 0px;
    padding-left: 0px;
}
.Donate h6 {
    font-size: 14px;
}
.img-pay {
    width: 60%;
}
.mediaview h4 {
    text-align: center;
    font-size: 25px;
}
.btn-pdf {
    display: flex;
    font-size: 14px;
    border: 2px solid #dc3545;
    justify-content: space-between;
    padding: 0;
    padding-left: 0.51rem;
    text-align: center;
    color: #000000;
    width: fit-content;
    align-items: center;
}.btn-pdf span i {
    color: #fff;
    font-size: 30px;
}
p em {
    text-align: left !important;
    font-size: 13px;
    font-weight: 500;
    word-spacing: -1px;
    color: #243b79;
}


.img-Social1 {
    width: 49%;
}
.privacy h5 {
    text-transform: uppercase;
}
.mediac{
    width:100%;
    height:300px;
}
.mediac .img-media{
    width:100%;
    height:100%;
    object-fit:cover;
}
.mediag {
    width: 100%;
    height: 250px;
    margin-bottom: 22px;
}
.mediag .img-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}
#Donate label{
    cursor: pointer;
}
.items h6 {
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#Donate p b {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
}
#Donate input[type=radio] {
    transform: scale(1.5);
    margin: 3px 1px 0 3px;
    top: 2px;
    right: 5px;
    position: relative;
}
.donated input[type=email], select, textarea {
    width: 100%;
    border: 0px solid #ccc;
    margin-top: 0px;
    border-bottom: 1px solid #333 !important;
    margin-bottom: 0px;
    resize: vertical;
    text-align: left;
    background: transparent;
    color: #000000;
    border-radius: 0px;
    padding: 2px;
}
.testimonil-img {
    border: 2px solid #243b79;
    width: 136px;
    height: 160px;
    margin-bottom: 1rem;
    border-radius: 10%;
    object-fit: cover;
    margin: 0px auto;
    left: 31px;
    position: relative;
}
.soacialimpact h6 {
    margin-bottom: 3px;
}
.text-justify b {
    color: #243b79;
}
.social h6 {
    text-transform: uppercase;
    position: relative;
    top: -17px;
}
.social p {
    margin-top: -15px;
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}
.privacyview li {
    margin-bottom: 0px;
    margin-left: -14px;
}
.privacyview li {
    margin-bottom: 0px;
}
.social-icons {
  display: flex;
  gap: 5px;
}

.social-icons .icon {
  text-decoration: none;
  color: white;
  background-color: #333;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icons .icon:hover {
  transform: scale(1.1);
  background-color: #555;
}

/* Individual icon colors */
.icon.linkedin { background-color: #0077b5; }
.icon.facebook { background-color: #3b5998; }
.icon.youtube { background-color: #ee0d0d; }
.icon.instagram { background-color: #e1306c; }
.icon.whatsapp { background-color: #06a42a; }


.team-grid {
    row-gap: 30px;
}

.team-card-top {
    border: 1px solid #243b79;
    padding: 10px;
    text-align: center;
    height: 100%;
    border-radius: 10px;
}

.team-card-top h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.team-card-top p {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.team-card-top img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
