@charset "utf-8";
/* CSS Document */

/* 1. DEFINE LOCAL FONTS */
@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* 2. BODY STYLES */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400; /* Standardized to Regular (400) for readability */
    line-height: 28px;
    color: #344856;
}

a {
	color: #0e4277;
	font-weight: bold;
} 


.top-l a {
  color:#FFF;
}

.sp-contact-info li {
  font-size:95%;
  white-space:nowrap;
  padding-right: 10px;
}

.head {
	padding: 8px 0px 8px 0px;
	background: #0B539C;
	color: #fff;
	font-size: 14px;
}


#sp-header {
	padding: 7px 0px 0px 0px;
	box-shadow:rgba(0, 0, 0, 0.2) 0 0 3px 0;
	height:80px;
  	left:0;
  	position:bottom;
  	top:0;
  	width:100%;
  	z-index:99;
}

a.el-app-button {
    background: #12569A;
    color: #fff !important;
    font-weight: 700;
    padding: 0px 8px;
    border: 1px solid #12569A;
    border-radius: 4px;
}

#sp-header .sp-megamenu-parent > li > a {
  border-radius:10px;
  color: #203646;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display:inline-block;
  font-size:16px;
  line-height:80px;
  margin:0px 12px 0px 12px;
  padding:0 15px;
  color: #203646;	
}

#sp-header-p p {
    margin-top: 15px;
    margin-bottom: 0px;
}



#sp-header .sp-megamenu-parent > li.active > a, .menu-main .sp-megamenu-parent > li:hover > a {
    background: #2C9847 none repeat scroll 0 0;
}

#sp-header .sp-megamenu-parent > li:hover > a {
    background: #203646 none repeat scroll 0 0;
}

.sp-megamenu-parent > a {
  padding:0 15px 0 15px;
}

.sp-megamenu-parent > li:last-child > a {
  padding:0 15px 0 15px;
}

#sp-header .sp-megamenu-parent > li {
    line-height: 60px;
}

#sp-header .sp-megamenu-parent > li > a {
    line-height: 40px;
    border-radius: 10px;
    font-weight: 500; /* Use 600 instead of semi-bold */
}

#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li:hover > a {
    color: #fff;
}

@media (min-width: 992px) {
    .bord-right {
        border-right: 1px solid #e5e5e5;
    }
}

#sp-main-body {
  padding:50px 0;
}


.article-list .article {
  background:#F7F7F7;
  border:1px solid #E5E5E5;
  border-radius:8px;
  margin-bottom:30px;
  padding:20px;
}

.article-details .article-full-image img {
  border:1px solid #E5E5E5;
  border-radius:8px;
  display:inline-block;
}

#sp-footer a, #sp-bottom a {
    color: #fefefe;
}

.container1 {
    display: flex;
    align-items: center;
}

.mob-apply-menu {
background: #f7f7f7;
border: 1px solid #999;
border-radius: 5px;
margin-bottom: 100px;
}

input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-select):not(.form-control) {
    display: block;
    width: 100%;
    padding: 0.5rem 0.5rem !important;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #f2f8f4;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}


input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
select:not(.form-select):not(.form-control):focus {
    color: #495057;
    background-color: #f2f8f4;
    border-color: #80bdff;
    outline: 0;
}

@media (max-width: 991.98px) {

    #sp-header .container-inner > .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    #sp-header #sp-logo {
        flex: 0 1 auto;
        width: auto;
        max-width: calc(100% - 60px);
    }

    #sp-header #sp-menu {
        flex: 1 0 60px;
        width: auto;
        max-width: none;
    }

    #sp-header #sp-menu > .sp-column {
        width: 100%;
        justify-content: flex-end !important;
    }

    #sp-header .sp-megamenu-wrapper {
        width: auto;
        margin-left: auto;
    }

    #sp-header #offcanvas-toggler {
        margin-left: auto;
    }
}

/* FA font-display override — swap instead of core's block */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2?v=178341") format("woff2"),
         url("/media/vendor/fontawesome-free/webfonts/fa-solid-900.ttf?v=178341") format("truetype");
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/media/vendor/fontawesome-free/webfonts/fa-regular-400.woff2?v=178341") format("woff2"),
         url("/media/vendor/fontawesome-free/webfonts/fa-regular-400.ttf?v=178341") format("truetype");
}
