.tt-header-inner {
    transition: all 0.3s ease;
}
.header-glass {
 	background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
}

img.custom-logo {
    width: 100% !important;
    max-width: 100%;
}
@media (min-width:1023px) and (max-width:1600px){
img.custom-logo {
    width: 95% !important;
    max-width: 95%;
	}}
@media (min-width: 1025px) {
    .tt-main-menu-list>li {
        margin-right: 12px !important;
    }
}
@media (min-width: 1700px) {
    .tt-main-menu-list>li {
        margin-right: 25px !important;
    }
}

#tt-header.tt-header-alter .tt-header-col-center {
    justify-content: end !important;
}

.tt-header-inner {
    margin-top: 0px !important;
    gap: 0px !important;
    padding-top: 20px !important;
    ;
    padding-bottom: 20px !important;

}

.tt-header-inner.tt-noise {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    transition: background-color 0.3s ease, padding 0.3s ease !important;


}

.tt-header-inner.tt-noise.active-scroll {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .1), inset 0 1px rgba(255, 255, 255, .5), inset 0 -1px rgba(255, 255, 255, .1), inset 0 0 22px 11px rgba(255, 255, 255, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.ph-image.ph-image-cover-2 {
    background: #40599C !important;
}

#page-header.ph-center .page-header-inner {
    justify-content: start !important;
}


@media (min-width: 1025px) {
    #page-header.ph-full .page-header-inner {
        padding: 0px !important;
        margin: 0px 3.5% !important;
    }
}

@media (min-width: 1025px) {
    .tt-main-menu-list>li>a::before, .tt-main-menu-list>li>.tt-submenu-trigger>a::before {
        background-color: #fff !important;
    }
}

.bg-section {
    background: linear-gradient(180deg, #40599C 0%, #091228 100%);
}

.title-text {
    color: #EFEDEA;
    font-weight: 600;
    line-height: 72px;
    text-transform: uppercase;
}

.des-text {
    color: #EFEDEA;
    font-size: 43.2px;
    font-weight: 500;
    line-height: 38.84px;
}

.title-service {}

.tt-sticky-testimonials.tt-stte-reversed-colors .tt-stte-card {
    border-radius: 20px;
    border: 2px solid #172857 !important;
    background: #172857 !important;
}

.tt-sticky-testimonials.tt-stte-reversed-colors .tt-stte-card {
    color: #fff !important
}

.tt-big-round-ptn-inner {
    border: 2px solid #fff !important;
}

/* footer */
#tt-footer {
    background: #091228 !important;
}

.tt-footer-widget .tt-main-menu-list {
    display: inline;
}

.tt-footer-widget .tt-main-menu-list>li>a::before,
.tt-footer-widget .tt-main-menu-list>li>.tt-submenu-trigger>a::before,
.tt-footer-widget .tt-submenu-trigger>a::after {
    position: unset;
    display: none;
}

.tt-footer-widget .tt-submenu-trigger>a::after {
    content: none;
}

.tt-footer-widget .tt-main-menu-list>li>.tt-submenu-trigger>a {
    color: #EFEDEA;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    font-family: 'Poppins' !important;
}

/* media center page */
.media-center-tem {
    background: linear-gradient(180deg, #40599C 0%, #091228 100%) !important;
}

#page-header.ph-center .page-header-inner.center {
    justify-content: center !important;
}

.title-text.media {
    color: #EFEDEA;
    font-family: "Big Shoulders";
    font-size: 70px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 70px;
    text-transform: uppercase;
}

.des-text.media {
    color: #EFEDEA;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.8px;
    text-transform: uppercase;
}

/* teams */
.teams-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1024px) {
    .teams-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .teams-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .teams-grid {
        grid-template-columns: 1fr;
    }
}

.team-title {
    font-size: 20px;
    margin: 10px 0 5px;
    font-weight: 700;
}

.team-position {
    font-size: 15px;
    color: #C7C7C7;
    margin-bottom: 15px;
}

/* single post */
.header-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.header-image-wrapper .header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 4, 4, 0.5);
    z-index: 2;
}

.ph-caption {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding: 0 20px;
}

/* achievement page */
.news-title {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 600 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
}

.date-badge {
    display: flex;
    padding: 8px 16px;
    margin: 8px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #FFF;
    color: #FFF;
    background-color: transparent;
    font-weight: 500;
    font-size: 10px;
    width: fit-content;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.post-excerpt {
    color: #BABABA;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 400;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.tt-pagination.news {
    display: flex;
    justify-content: center;
}

/* custom search */
.custom-search-box .search-title, .sidebar-title {
    color: #EFEDEA;
    font-family: "Big Shoulders";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.4px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.sidebar-widget .sidebar-title::before {
    content: "•";
    color: #ff5c5c;
    margin-right: 5px;
}


.search-input-wrapper {
    position: relative;
    width: 90%;
}

.search-input {
    width: 100%;
    padding: 13.5px 61px 13.5px 16px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: transparent;
    border-radius: 6px;
    color: #ffffff;
    font-size: 19px;
    outline: none;
}

.search-form {
    margin-left: 20px;
}

.search-input::placeholder {
    color: #7A89B1;

    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.search-btn:hover {
    color: #ffffff;
}

.categories-list, .popular-posts-list {
    list-style: none;
    padding-left: 16px;
}

.categories-list a {
    color: #EFEDEA;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

a.popular-post-title {
    color: #EFEDEA;

    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
}

.popular-post-date {
    display: block;
    font-size: 0.85rem;
    color: #8F8F8F;
}

.side-bar-col {
    border-radius: 20px;
    border: 1px solid #FFF;
    padding: 24px;

}

.all-tags-list {
    margin-top: 15px;
    padding-left: 16px;
}
.all-tags-list .tag-label {
    display: inline-block;
    background-color: #A0A0A026;
    color: #EFEDEA;
    padding: 5px 12px;
    border-radius: 50px; 
    font-size: 0.85rem;
    margin: 5px 8px 5px 0;
    text-decoration: none;
    transition: background-color 0.3s;
}

.all-tags-list .tag-label:hover {
    background-color: #005bb5;
}
.btn-lang {
    border-radius: 100px;
    background: #fff;
    color:#121212;
    height: 42px;
}
.btn-lang a span {
    display: inline-block;
    padding: 6px 24px;
    color:#121212;
}
@media (max-width:767px){
.btn-lang {
    margin-right:20px;
}
.title-text.media {
    font-size: 65.4px;
}}
@media (max-width:767px){
.caption-single {
    padding-left: 15px !important;
	padding-top: 150px !important;
}
   .ph-social {
    bottom: 10px !important;
    }
.ph-caption-title.title-single {
   font-size:40px !important;
	line-height:1;
	}
}
@media (max-width:767px){
.tt-row.padding-left-100 {
	padding-left:10px !important;
	}}
figcaption {
    display: none !important;
}
.search-input::placeholder {
    font-family: "Big Shoulders", sans-serif;
}
.bli-meta {
    color: #ffffffa8 !important;
    font-weight: 400;
}
.tt-submenu-trigger > a::after {
	display:none !important;
}
@media (max-width: 1024px) {
    .tt-m-caret::after {
		display:none !important;
	}}
@media (max-width: 1024px) {
    .tt-main-menu.tt-m-menu-center .tt-main-menu-content {
        text-align: left !important;
    }
}
@media (max-width: 1024px) {
    @media (max-width: 767px) {
        .tt-main-menu-list > li > a, .tt-main-menu-list > li > .tt-submenu-trigger > a {
            font-size: 24px;
            margin: 8px;
        }
    }
}
.my-location-link {
  text-decoration: none !important;
}
.footer-menu li .tt-submenu-trigger a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu li .tt-submenu-trigger a .underline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #F3F3F3;
  transition: width 0.3s ease;
}

.footer-menu li .tt-submenu-trigger a:hover .underline,
.footer-menu li .tt-submenu-trigger a:focus .underline 
 {
  width: 100%;
}

.footer-menu li .tt-submenu-trigger a:hover,
.footer-menu li .tt-submenu-trigger a:focus 
{
	display:inline-block;
}
.tt-footer-widget a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #111;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.tt-footer-widget a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #F3F3F3; 
  transition: width 0.3s ease;
}
.location-para a {
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-image: -ms-linear-gradient(transparent 96%,currentColor 1px);
    transition: 0.6s 
cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%;
    }
.location-para a:hover {
    background-size: 100% 96%;
}
a.tt-link {
    display: inline-block; 
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px); 
    background-size: 0 100%; 
    background-position: left bottom;
    transition: background-size 0.6s cubic-bezier(.215, .61, .355, 1), opacity 0.3s;
}
a.tt-link:hover,
a.tt-link:focus {
    background-size: 100% 100%; 
    opacity: 1;
}
.fa-brands {
font-size:20px;	
}
.tt-big-round-ptn-inner {
line-height:40px;
}
@media (max-width:990px){
.col-blog {
	order:2;
	}
	.col-blog-side-bar {
    order:1;
	padding-bottom: 40px;
	}
	.contact-sec {
		padding:0px 30px;
	}
}
.col-footer-powered {
	padding:30px 0px 15px 0px;
}
.para-footer-powered {
	font-size:14px;
}
.para-footer-powered a , .link-loc{
    text-decoration: none; 
}
    .contact-details {
    display: flex;
    align-items: flex-start;
    gap: 10px; 
}
li .tt-cd-icon {
    flex-shrink: 0; 
}
li a.tt-link {
    display: inline-block; 
}
.tt-accordion.about.tt-ac-counter .tt-ac-head::before {
    display: none !important;
}
.image-manager {
	border-radius:15px !important;
}
.tt-anim-zoomin-wrap {
  overflow: hidden;
}
.tt-anim-zoomin {
  transition: transform 0.5s ease;
}
.tt-anim-zoomin-wrap:hover .tt-anim-zoomin {
  transform: scale(1.1);
}
.des-center p , .des-center h2 {
	text-align:left !important;
}
