@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

:root
{
    --bs-black : #000;
    --black: #131739;
    --black1: #050927;
    --white: #ffffff;
    --btn-primary: #414AEB;
    --black2: #262F40;
    --purple_blue_brighter: #8087FD;
}
body
{
    margin:0;
    padding: 0;
   font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #000;
}
*
{
    margin:0;
    padding: 0;
}
h2
{
    font-size: 40px !important;
    font-weight: 500 !important;
}
.form-control:focus {

    box-shadow: none;
}
.entry-title {
    display: none;
}
.main-header {
    top: 0;
    position: relative;
    width: 100%;
    z-index: 11;
    background: #019ADF;
    transition: all 0.3s ease-in-out;
    padding: 30px 0;
    border-bottom: 40px solid #0E1C2C;
}
.small-header {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
   
    width: 100%;
}
.menu-top li:hover>a, .menu-top li>a:hover, .menu-top>li.current-menu-item>a, .menu-top>li.current_page_parent>a {
    color: var(--btn-primary);
}
.logo-wrapper img , .logo-wrapper svg{
    width: 169px;
    height: auto;
}
.header-heading {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
h1 , h2 , h3 , h4 , h5 ,h6{
	font-weight:700 ;
}
h1 , h2 {
	font-size:32px !important;
	font-weight:700 !important
}
p a {
    color: #086591;
}
p a:hover{
   text-decoration:none
}
.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 285px;
    height: 45px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
}
.menu-top>li {
    display: block;
    line-height: 120%;
    margin-right: 50px;
}
.header-logo-wrap {
    gap: 24px;
}
.main-header .right-btn {
    text-align: right;
}
.menu-top>li>a {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    line-height: 120%;
    text-transform: capitalize;
    text-decoration: none;
    padding: 24.22px 0;
    transition: all 0.3s ease-in-out;
}
.menu-top .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 150px;
    background: #F5F3F0;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.main-header .menu-top > li:not(:last-child) > a:hover::before,
.main-header .menu-top > li:not(:last-child).current-menu-item > a::before,
.main-header .menu-top > li:not(:last-child).current_page_item > a::before {
    width: 100%;
    border-radius: 50%;
}
.menu-top li {
    position: relative;
}
.menu-item-has-children .sidebar-menu-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    position: relative;
    left: 8px;
}
.menu-item-has-children:hover .sidebar-menu-arrow {
    transform: rotate(180deg);
}
.menu-top li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-top .sub-menu li {
    width: 100%;
}

.menu-top .sub-menu a {
    display: block;
    padding: 12px 20px;
    white-space: nowrap;
}
.main-header .menu-top > li:not(:last-child) > a:hover {
    opacity: 1;
}
#backToTop {
    position: fixed;
    bottom: 80px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px) scale(0.9);
    transition: opacity 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.4s;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.15);
    z-index: 1000;
}
#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.alertbar {
    position: relative;
    background: #000;
    padding: 6px 0px;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    top: 100px;
    color: #fff;
}
.alert_closebtn {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}
.alertbar p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.hero-section {
    background: #019ADF0D;
    padding: 80px 0;
}
.hero-title {
    font-size: 36px;
    font-weight: 700;
	margin-bottom:24px;
	color:#000;
}
.hero-description {
    font-weight: 700;
    font-size: 20px;
}
.wrap-hero{
	max-width:880px;
	margin:auto
}
.service-card {
    border: 1px solid #DDDDDD;
}
.service-wrap {
    padding: 24px;
}
.service-image img {
    max-height: 275px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}
.service-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.service-location {
    color: #54626C;
    font-weight: 700;
    font-size: 16px;
}
.service-hours strong {
    font-size: 14px;
    font-weight: 700;
}
.service-hours  {
    font-size: 20px;
    font-weight: 700;
}
.service-hours span{
    font-size: 14px;
    font-weight: 700;
}
.service-note {
    color: #54626C;
    font-size: 14px;
}
.service-description{
	font-size:20px
}
.wrap-service {
    max-width: 1048px;
    margin: auto;
    margin-bottom: 48px;
}
.solicitations {
    padding: 80px 0;
    background: #019ADF0D;
}
.title{
	font-size:36px !important;
	font-weight:700 !important;
	margin-bottom:24px;
}
.solicitations-description {
    font-size: 20px;
}
.wrap-solicitations {
    max-width: 786px;
    margin: auto;
}
.cta {
    background: #E9E9E9;
    padding: 60px 0;
}
.wrap-cta {
    max-width: 880px;
    margin: auto;
}
.cta-description {
    font-size: 16px;
}
.cta-description p:last-child{
margin-bottom:0
}
.footer {
    background: #019ADF;
    padding: 60px 0;
    border-top: 40px solid #0E1C2C;
	border-bottom: 40px solid #0E1C2C;
}
.footer-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.social-icon-footer a img {
    width: 48px;
    height: 48px;
}
.social-icon-footer a {
    background: #0E1C2C;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	padding:16px;
}
.social-icon-footer {
    gap: 40px;
	margin-top:40px
}
.back-to-top a {
    color: #000;
    font-size: 20px;
}
.back-to-top  {
    margin-top: 40px !important;
}
.news-section {
    padding: 80px 0 0 0;
}
.news-image img {
    width: 100%;
    height: 170px;
    object-fit: contain;
}
.news-image {
    background: #019ADF;
    padding: 30px;
}
.news-card {
    border: 1px solid #DDDDDD;
    padding: 16px;
}
.news-content {
    color: #54626C;
    padding: 10px 0;
}
.news-content a {
    color: #54626C;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.news-date {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px 0;
}
.row.news-wrap {
    max-width: 940px;
    margin: auto;
}
.contact-title {
    font-size: 20px;
    color: #54626C;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom:40px
}
.contact-description a {
    color: #086591;
    font-size: 20px;
    font-weight: 700;
}
.important-contact-section {
    padding: 0 0 80px 0;
}
.contact-wrap {
    max-width: 880px;
    margin: auto;
}
.contact-description {
    font-size: 24px;
}
section.service-section {
    padding: 80px 0;
}
.contact-item {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 70px !important;
}

.contact-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background: #DDDDDD;
}

.contact-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-item:last-child::after {
    display: none;
}
.call-box {
    background: #019ADF0D;
    border: 1px solid #ddd;
    padding: 40px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 80px;
}
.call-title {
    font-size: 24px;
    font-weight: 700;
}
a.call-number {
    font-size: 42px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
	 transition: all 0.3s ease;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #009ADE;
    color: #fff;
    border: 1px solid #009ADE;
    border-radius: 50px;
    width: 68%;
    height: 49px;
    padding: 0;
    text-decoration: none;
font-weight:700;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: transparent;
    color: #009ADE;
    border-color: #009ADE;
}
.contact-description a:hover {
    text-decoration: none;
}
a.call-number:hover {
color:#009ADE
}
.news-card {
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-8px);
}
.theme-btn {
    transition: all 0.3s ease;
	font-weight:700;
}
.back-to-top a:hover {
    text-decoration: none;
}
.theme-btn:hover {
    background: transparent;
    border: 1px solid #fff;
}
.footer-menu-wrap a {
    display: inline-block;
    overflow: hidden;
}

.footer-menu-wrap a img {
    transition: transform 0.3s ease;
}

.footer-menu-wrap a:hover img {
    transform: scale(1.15);
}
a.news-card-link {
    text-decoration: none;
}
.news-title {
    font-size: 18px;
    font-weight: 700;
}