@media (min-width: 576px) {.container { max-width: 540px; }}
@media (min-width: 768px) {.container { max-width: 750px; }}
@media (min-width: 992px) {.container { max-width: 970px; }}
@media (min-width: 1200px) {.container { max-width: 1640px; }}
 
 
dl, dt, dd, ol, ul, li {margin: 0;padding: 0;}
.clear {clear: both;display: block;font-size: 0px;height: 0px;line-height: 0;width: 100%;overflow:hidden;}
:active,:focus { outline: none !important; }
 
body { line-height: 1.5;color: #000;font-family: 'Source Sans 3', sans-serif; }
 
a img { border: none; }
img { max-width: 100%; }
iframe { border: none !important; }
 
h1,h2,h3,h4,h5,h6 {color: var(--black);font-weight: 600;line-height: 1.5;margin: 0 0 30px 0;font-family: 'Source Sans 3', sans-serif;}
h5,h6 { margin-bottom: 20px; }
h1 { font-size: 40px; }
h2 { font-size: 36px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h4 { font-weight: 600; }
h5,h6 { font-weight: bold; }
 
h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #1ABC9C; }
 
p,pre,ul,ol,dl,dd,blockquote,address,table,fieldset,form { margin-bottom: 20px;  line-height: 35px;}
small { font-family: 'Source Sans 3', sans-serif; }
 
 
.uppercase { text-transform: uppercase !important; }
.lowercase { text-transform: lowercase !important; }
.capitalize { text-transform: capitalize !important; }
.nott { text-transform: none !important; }
.tright { text-align: right !important; }
.tleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
.fnone { float: none !important; }
.ohidden {position: relative;overflow: hidden !important;}
.line,.double-line {clear: both;position: relative;width: 100%;margin: 60px 0;border-top: 1px solid #EEE;}
.line.line-sm { margin: 30px 0; }
span.middot {display: inline-block;margin: 0 5px;}
 
.double-line { border-top: 3px double #E5E5E5; }
 
.emptydiv {display: block !important;position: relative !important;}
 
.allmargin { margin: 50px !important; }
.leftmargin { margin-left: 50px !important; }
.rightmargin { margin-right: 50px !important; }
.topmargin { margin-top: 50px !important; }
.bottommargin { margin-bottom: 50px !important; }
.clear-bottommargin { margin-bottom: -50px !important; }
.allmargin-sm { margin: 30px !important; }
.leftmargin-sm { margin-left: 30px !important; }
.rightmargin-sm { margin-right: 30px !important; }
.topmargin-sm { margin-top: 30px !important; }
.bottommargin-sm { margin-bottom: 30px !important; }
.clear-bottommargin-sm { margin-bottom: -30px !important; }
.allmargin-lg { margin: 80px !important; }
.leftmargin-lg { margin-left: 80px !important; }
.rightmargin-lg { margin-right: 80px !important; }
.topmargin-lg { margin-top: 80px !important; }
.bottommargin-lg { margin-bottom: 80px !important; }
.clear-bottommargin-lg { margin-bottom: -80px !important; }
.nomargin {margin: 0 !important; }
.noleftmargin { margin-left: 0 !important; }
.norightmargin { margin-right: 0 !important; }
.notopmargin { margin-top: 0 !important; }
.nobottommargin { margin-bottom: 0 !important; }
.header-stick { margin-top: -50px !important; }
.content-wrap .header-stick { margin-top: -80px !important; }
.footer-stick { margin-bottom: -50px !important; }
.content-wrap .footer-stick { margin-bottom: -80px !important; }
.noborder { border: none !important; }
.noleftborder { border-left: none !important; }
.norightborder { border-right: none !important; }
.notopborder { border-top: none !important; }
.nobottomborder { border-bottom: none !important; }
.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }
.col-padding { padding: 60px; }
.nopadding { padding: 0 !important; }
.noleftpadding { padding-left: 0 !important; }
.norightpadding { padding-right: 0 !important; }
.notoppadding { padding-top: 0 !important; }
.nobottompadding { padding-bottom: 0 !important; }
.noabsolute { position: relative !important; }
.noshadow { box-shadow: none !important; }
.notextshadow { text-shadow: none !important; }
.hidden { display: none !important; }
.nothidden { display: block !important; }
.inline-block {float: none !important;display: inline-block !important;}
 
 
.center { text-align: center !important; }
.divcenter {position: relative !important;float: none !important;margin-left: auto !important;margin-right: auto !important;}
 
/* Columns & Grids*/
 
 
.col_full { width: 100%; }
.col_half,
.postcontent.bothsidebar { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth,
.sidebar { width: 22%; }
.col_three_fourth,
.postcontent { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {position: relative;padding: 0 60px;width: 100%;}
.postcontent,.sidebar,.col_full,.col_half,.col_one_third,.col_two_third,.col_three_fourth,.col_one_fourth,.col_one_fifth,.col_two_fifth,.col_three_fifth,.col_four_fifth,.col_one_sixth,.col_five_sixth {display: block;position: relative;margin-right: 4%;margin-bottom: 50px;float: left;}
.col_full {clear: both;float: none;margin-right: 0;}
.col_last {margin-right: 0 !important;float: right;clear: right;}
.stretched #wrapper {width: 100%;margin: 0;}
.btn.btn-outline-primary:focus, .btn.btn-outline-primary:focus-visible {outline: 3px solid #005FCC  !important;outline-offset: 2px;border-color: #005FCC  !important;box-shadow: none !important;}
a:focus,
button:focus,
[role="button"]:focus, .btn:focus { outline: 2px solid #5b5fb5 !important; outline-offset: 2px;}
/* .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
} */
.owl-carousel .owl-dots .owl-dot:focus-visible {
    outline: 1px solid #1ABC9C;
    outline-offset: 2px;
}
.owl-stage-outer .case{
    height:auto !important;
    min-height:100%;
}
.owl-stage-outer .case-body{
    height:auto !important;
    overflow:visible !important;
}
.owl-stage-outer .owl-item{
    height:auto !important;
}
.card-header button.card-header-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: block;
}
/* Default icon (collapsed state) */
body.cProcess .card-header-btn::before {
    content: "\e7a5";
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
    font-family: 'font-icons';
    float: left;
}

body.cProcess .card-header-btn[aria-expanded="true"]::before {
    content: "\e7a7";
}
.card-header button.card-header-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    font: inherit;
    color: inherit;
    cursor: pointer;
    display: block;
}
h2.card-header {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
}
h2.card-header {
    margin: 0;
    padding: 0.75rem 1.25rem;   
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.accordion.accordion-border h2.acctitle.card-header{
    display:block;
    position:relative;
    cursor:pointer;
    margin:0 !important;
    font-size:18px !important;
    font-weight:400 !important;
    line-height:44px !important;
    padding:10px 15px 10px 50px !important;
    background-color:rgba(0,0,0,0.03);
    border-bottom:1px solid rgba(0,0,0,0.125);
    border-top:#DDDDDD 1px solid;
}
.btn-primary:focus,
.btn-primary:focus-visible {
    outline: 3px solid #005FCC !important;
    outline-offset: 2px;
    box-shadow: none !important;
}


.sitemap-intro {
    background:  #f7f8fd;
    border-left: 5px solid #4B529E;
    border-radius: 0 8px 8px 0;
    padding: 18px 24px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}



.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 60px;
    align-items: start;
}

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

/* Column wrapper — stacks cards vertically inside each grid cell */
.sitemap-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Card */
.sitemap-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e3f4;
    box-shadow: 0 2px 8px rgba(75,82,158,0.06);
    transition: box-shadow 0.22s, transform 0.22s;
}
.sitemap-card:hover {
    box-shadow: 0 8px 28px rgba(75,82,158,0.15);
    transform: translateY(-3px);
}

/* Card header */
.sitemap-card-header {
    background: #4B529E;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sitemap-card-header h2 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

/* List */
.sitemap-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sitemap-card ul li {
    border-bottom: 1px solid #eceef8;
}
.sitemap-card ul li:last-child { border-bottom: none; }
.sitemap-card ul li:nth-child(even) { background: #f7f8fd; }

.sitemap-card ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    color: #2a2d4a;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: underline;
    transition: background 0.15s, color 0.15s, padding-left 0.15s;
}
.sitemap-card ul li a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4B529E;
    flex-shrink: 0;
    opacity: 0.35;
    transition: opacity 0.15s, transform 0.15s;
    
}
.sitemap-card ul li a:hover {
    background: #eef0fb;
    color: #4B529E;
    padding-left: 24px;
    text-decoration: none;
}
.sitemap-card ul li a:hover::before {
    opacity: 1;
    transform: scale(1.3);
}
.sitemap-card ul li a:focus {
    box-shadow: inset 0 0 0 2px #5b5fb5 !important;
}
.resource_section a {
color: #fff !important;
}
.p-r-30{
    padding-right: 30px !important;
}
@media (max-width: 320px) {
    #aboutus h3.color-blue {
        color: #ffffff !important;
    }
     #aboutus .btn {
        font-size: 14px;
        padding: 8px 14px;
        white-space: normal;
        line-height: 1.4;
    }
}
.acc_content p,
.acc_content a {
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 400px) {
  .p-r-30 {
    padding-right: 0 !important;
  }
}
.col_two_third.graybox a {
  overflow-wrap: break-word;
  word-break: break-all;
}
.col_two_third.graybox .btn {
  white-space: normal;
  word-break: break-word;
  width: 100%;
}
.pageAccessibility .acc_content p,
.pageAccessibility .acc_content a,
.pageAccessibility p a,
.pageAccessibility p {
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 731px) {
  .ss-carousel1 .owl-dots {
    display: none !important;
  }
}
.form-control:focus,
.text-field-input:focus,
select:focus,
textarea:focus,
input:focus {
  outline: 2px solid var(--darkblue);       
  outline-offset: 2px;            
  border-color: var(--darkblue);
  box-shadow: 0 0 0 3px var(--darkblue);  
}
.btn.btn-primary.btn-file:focus-within {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.3) !important;
}
.input-group-btn:focus-within,
.input-group.file-caption-main:focus-within {
  outline: none !important;
}
.btn.btn-primary.btn-file:focus-within {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px;
}
.btn.btn-primary.btn-file:focus-within {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px;
}
.fileinput-remove-button:focus {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px;
}
@media screen and (max-width: 480px) {
  #aboutus h3.color-blue {
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    padding: 4px 8px;
  }
}
/* a{
    text-decoration: underline !important;
} */
.underline{
    text-decoration: underline !important;
}