.footer-links a{text-decoration:none;font-size:10pt;font-weight:400;}
.footertext{margin-top:20px;font-size:10pt;font-weight:400;padding-right:25px}

.footer-links a,
.contactinfo a,
.btext{
color: var(--footer-font-color) !important;
font-weight:400;
}
.footer-links a:hover,
.contactinfo a:hover{
color: #d51519 !important;
}

.footer .first-five .footer-links li {
    list-style-type: disc;
    margin-left: 20px;
}

.footer .footer-links li {
    list-style-type: none;
    padding-left: 0;
    line-height: 30px;
}

.fixed-menu {
position: fixed !important;
top: 0;
left: 0;
right: 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
background-color: #fff !important;
z-index: 999;
}
/*header css AA*/
.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb .breadcrumb-item .catviewh1,
.breadcrumb .breadcrumb-item  {
    margin-bottom: 0;
    font-size: 1rem !important;
    line-height: 1.5;
    display: inherit !important;
}
.breadcrumb a {
    color: #000;
}
marquee {
    background: #f7f5f5;
    color: #000;
    margin-bottom: -6px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar > .container, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm {
display: block !important;
}
.nav-item.dropdown.dropdown-mega {
position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
width: auto;
top: auto;
right: auto;
height: auto;
left: auto;
}
.overflowed .nav-item.dropdown.dropdown-mega .dropdown-menu{
right: 0;
}

.badge {
background-color: red;
color: white;
padding: 0px 3px 1px 3px;
text-align: center;
border-radius: 1px;
font-size: 10px;
text-transform: capitalize;
position: relative;
bottom: 2px;
}

.popularbadge {
background-color: #9957a4;
color: white;
padding: 0px 3px 1px 3px;
text-align: center;
border-radius: 1px;
font-size: 10px;
text-transform: capitalize;
position: relative;
bottom: 2px;
}

.nav-item:last-child .dropdown-menu,
.dropdown-menu.shadow.w-75.show,
.dropdown-menu.shadow.w-100.show,
.nav-item:nth-child(6) .dropdown-menu,
.nav-item:nth-child(5) .dropdown-menu {
right: 0 !important;
}

.navbar-toggler {
border: none;
padding: 0;
outline: none;
}

.navbar-toggler:focus {
box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
z-index: 11;
float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
position: absolute;
transform: translate(-50%, -50%) rotate(0deg);
left: 50%;
top: 50%;
width: 50%;
height: 50%;
pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
width: 100%;
height: 4px;
position: absolute;
background: #333;
border-radius: 2px;
z-index: 1;
transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
top: 10%;
transform-origin: 50% 50%;
transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
top: 50%;
transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
left: 0px;
top: auto;
bottom: 10%;
transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
position: absolute;
margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
top: 45%;
transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
left: 50%;
width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
top: 45%;
transform: rotate(-45deg);
}

a.nav-link.dropdown-toggle:hover::after {
width: 80%;
background: #9957a4;
}

a.nav-link.dropdown-toggle.active.show:after {
content: "";
display: block;
margin: 0;
height: 3px;
width: 0;
bottom: 0px;
position: absolute;
border: none;
background: transparent;
width: 80%;
background: #9957a4;
}

a.nav-link.dropdown-toggle {
position: relative;
text-decoration: none;
padding-bottom: 10px;
}

a.nav-link.dropdown-toggle:after {
content: "";
display: block;
margin: 0;
height: 3px;
width: 0;
bottom: 0px;
position: absolute;
border: none;
background: transparent;
transition: all 0.3s;
}

.dropdown-menu.show {
display: block !important;
}

ul#activelink {
position: relative;
width: 100%;
justify-content: end;
}

.mega-content .h5 {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}

.mega-content .list-group {
border: none;
display: block;
border-radius: 0;
}

.mega-content .list-group .list-group-item {
border: none !important;
padding: 0;
font-size: 15px;
line-height: 1em;
margin-bottom: 12px;
transition: .4s ease all;
color: #000;
text-decoration: none;
width: 100%;
display: block;
position: relative;
padding-bottom: 6px;
width: fit-content;
font-weight: 400;
}

.list-group-item:hover::after {
width: 100%;
background: #9957a4;
}

.list-group-item:after {
content: "";
display: block;
margin: 0;
height: 2px;
width: 0;
bottom: 0px;
position: absolute;
border: none;
background: transparent;
transition: all 0.3s;
}

.mega-content .list-group .list-group-item:hover {
color: #9957a4 !important;
}

.dropdown-toggle i {
font-size: 12px;
transition: .4s ease all;
}

.dropdown-toggle.show i {
transform: rotate(180deg);
}

.nav-item:hover .dropdown-toggle i {
transform: rotate(180deg);
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
margin-top: -20px;
display: flex;
flex-basis: auto;
justify-content: flex-end;
}
.navbar .nav-item .dropdown-menu {
    display: none
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.navbar .nav-item .dropdown-menu {
    margin-top: 0
}
}

@media only screen and (max-width: 991px) {
#navbarNavDropdown {
position: absolute;
background-color: #fff;
z-index: 999;
width: 100%;
left: 0;
right: 0;
padding: 0px 20px 20px;
margin-top: 2px;
overflow: scroll;
max-height: 500px;
}
.mega-content #row1>.py-4 {
padding: 5px 10px !important;
}
.mega-content .list-group .list-group-item {
margin-bottom: 5px;
}
}

@media only screen and (max-width: 767px) {
.dropdown-menu .container-fluid {
padding: 0;
}
}
/*header css AA end*/

img,
video,
iframe {
max-inline-size: 100%;
block-size: auto;
}
.main-nav{
    padding-top: 0px;
    height: auto;
    margin-bottom: 0px;
    z-index: 999;
}
.main-nav .wrapper {
    margin-top:0 !important;
}
.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 50px auto 0 auto;
    animation: spin 1s linear infinite;
}
@keyframes  spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.demomodal .modal-dialog{
    width: 700px;
    max-width:100%;
}

@media screen and (max-width: 970px) {
    .m-logo a img{
        width:200px;
    }
    .nav-links .mobile-item{
        color:#000;
    }
    .mobile-item .demo-btn{
        margin-left:0;
    }
    .wrapper .btn.close-btn{
        color:#000;
    }
}

@media screen and (max-width: 767px) {
    .main-nav .logo a img {
        width: 180px;
    }
}



/*viewpost page css start*/
.w-35 {
    width: 30%;
}
.social-icon-grid {
    padding-bottom: 20px;
}
.social-icon-grid a {
    background-color: #9957a4;
    padding: 10px;
    border-radius: 100px;
    font-size: 16px;
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 21px;
}
#summaryContent h2,
#summaryContent h3,
#summaryContent h4,
#summaryContent h5,
#summaryContent h6 {
    font-size: 18px;
    margin: 20px 0 10px
}
#summaryContent ul {
    padding-left: 30px;
    margin-bottom: 25px;
}
#summaryContent li {
    margin-bottom: 6px;
}
.w-35{width:30%;}
.offcanvas .offcanvas-body ul li {
    font-size: 12pt;
}
.offcanvas .offcanvas-body ul {
    margin-bottom: 20px;
    list-style: disc;
}
.btn-gradient {
    background: linear-gradient(147deg, #4d03ff, #472d85, #4d03ff);
    background-size: 200% 100%;
    background-position: left center;
    color: #fff;
    transition: background-position .4s ease-in-out;
    padding: 10px 30px;
    width: max-content;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-gradient:hover {
    background-position: right center;
    color:white;
}

.btn-gradient img {
    margin-right: 10px;
}

div#preloader {
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    display:none;
    align-items:center;
    justify-content:center;
}
.customtable tbody, td, tfoot, th, thead, tr{
    font-size: 15px;
}
.breadcrumb-item.active {
    color: #000;
}
.related-post-box{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 15px;
}
.related-post-box img{
    width: auto;
    height: 45px;
}
.related-post-box h6{
    margin-bottom: 0;
}
.related-post-box p{
    margin-bottom: 0;
    font-size: 13px;
}
.sidebar{
    height:100%;
}
.breadcrumb-item::selection{
    color: #000;
    background: #2088e3;
}
@media only screen and (max-width: 1200px) {
    .single-img img {
        width: 500px;
        height: 300px;
        max-width:100%;
        object-fit: contain !important;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-w-100{width: 100% !important;}
}
.herosec {
  margin-bottom: 30px;
  padding: 50px 0px;
}
.headarea {
  padding-top: 70px;
}
.post-title {
  text-align: left;
  font-size: 3rem;
  line-height: 1.16667;
}
.post-text {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.details {
  display: inline-flex;
  padding-top: 20px;
}
.details h6 {
  margin-right: 15px;
  padding: 8px 12px 8px 12px;
  background-color: #e9e9e9;
  border-radius: 15px;
  font-weight: 500;
  color: #000;
}
.table-content b {
  font-family: var(--font-family) !important;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}
.table-content ul li a {
  font-family: var(--font-family) !important;
  color: #000;
}
.table-content {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 20px 25px;
  border-radius: 10px;
}
.table-content .table-list {
  list-style-type: none;
}
.latestpost {
  padding: 20px 15px 20px 11px;
  color: #000;
  background: #f7f5f5;
  transition: all 1s ease-out 0.2s;
  border-radius: 15px;
}
#map {
  height: 300px;
  width: 300px;
}
.latestpost p {
  margin-bottom: 5px;
}
.latestpost .h3,
.latestpost h3 {
  font-weight: 600;
}
.latestpost .h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
.latestpost a {
  color: #000;
}
/*viewpost page css end*/

/*viewteams member page css start*/
#viewpost-hero h1 {
    font-size: 3rem;
    line-height: 1.16667;
}
.social-icon a {
    display: inline-block;
    margin-bottom: 10px;
}
.btn-team-vcard {
    background-color: #9957a4;
    color: #fff;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 100px;
    transition: 0.4s cubic-bezier(0.89, -0.46, 0.13, 1.53) all;
}
.btn-team-vcard-btn {
    background: 0 0;
    border: 2px solid;
    color: #9957a4;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px !important;
    transition: 0.4s cubic-bezier(0.89, -0.46, 0.13, 1.53) all;
    margin: 0;
}
.social-icon a {
    display: inline-block;
    margin-bottom: 10px;
}
.social-icon a {
    color: #000;
    font-size: 18px;
    margin-right: 7px;
    transition: 0.4s ease;
    text-decoration: none;
    border: 1px solid;
    padding: 7px 6px;
    border-radius: 5px;
}
.social-icon a:hover {
    color: #01103d;
}
.btn-team-vcard:hover {
    background-color: #01103d;
    color: #fff;
}
.btn-team-vcard-btn:hover {
    color: #fff;
    background-color: #01103d;
    border-color: #01103d;
}
.specelities {
    padding: 50px 0;
}
.specialism-box {
    margin-top: 20px;
}
.specialism-box .specialism-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.specialism-box .specialism-item i {
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    font-size: 13px;
    display: inline-block;
}
/* Media Query for Laptops and Desktops */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .btn-team-vcard,.btn-team-vcard-btn {
        margin: 8px 0px;
    }

    .social-icon a {
        display: inline-block;
        margin-bottom: 12px;
    }

    .specelities {
        padding-top: 20px;
    }

    .latestpost p {
        font-size: 14px;
    }

    .latestpost {
        padding: 20px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .headarea {
        padding-top: 0;
    }

    .btn-team-vcard, .btn-team-vcard-btn {
        margin-bottom: 10px;
        font-size: 14px;
    }

    #viewpostsingle .row {
        flex-direction: column;
    }

    #viewpostsingle .row .col-md-9 {
        width: 100%;
    }

    #viewpostsingle .row .col-md-3 {
        width: 100%;
    }

    .social-icon a {
        display: inline-block;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .headarea {
        padding-top: 33px;
    }

    .btn-team-vcard, .btn-team-vcard-btn {
        display: inline-block;
        margin-bottom: 10px;
        width: max-content;
    }

    .social-icon a {
        display: inline-block;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1px) and (max-width: 480px) {
    .headarea {
        padding-top: 33px;
    }

    .btn-team-vcard, .btn-team-vcard-btn {
        display: inline-block;
        margin-bottom: 10px;
        width: max-content;
    }
    
    .social-icon a {
        display: inline-block;
        margin-bottom: 10px;
    }
}
/*viewteams member page css end*/