﻿body {
}
.blueAAB {
    color: #003e7e;
}
.bg-aab {
    background-color: #003E7E !important;
}
.bg-aab-darker {
    background-color: #003465 !important;
}

/* Loading Spinner */
.spinner-border {
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
/* Loading Spinner */


p.aab-paragraph {
    font-size:18px;
}

/* Logo */
.site-branding {
    position: absolute;
    top: 0px;
    right: 0;
    left:unset;
    padding:15px 0 15px 15px;
}
.site-logo {
    margin-right: 4px;
    margin-top:16px;
}
.site-logo > img {
    max-width: 340px;
}
.site-logo.logo-sm > img {
    max-width: 150px;
}
/* Logo */

/* Toolbar */
.toolbar {
    position: absolute;
    top: 0;
    left: 0;
    width:80px;
}
.toolbar-right {
    position: absolute;
    top: 0;
    left: 80px;
    width: 90px;
    z-index:30;
}
.toolbar-right .toolbar-toggle.search-toggle {
    display: table-cell;
}
/*@media (min-width: 580px) {
    .toolbar {
        width: 200px;
    }
}*/    
.toolbar .toolbar-toggle {
    background-color: #003E7E;
    color:white;
}
.toolbar .toolbar-toggle.active {
    background-color: #003E7E;
}
@media (min-width: 992px) {
    #aablogo {
        display: block;
    }    
    .toolbar-dropdown {
        position: fixed;
        /*top: 52px;*/
        left: 0;
        padding-top: 90px;
    }
}
@media only screen and (max-width: 576px) {
    #aablogo {
        display:none;
    }
    .toolbar {
        width: 80px;
    }
    .toolbar .toolbar-toggle:hover {
        color: #eeeeee;
    }
    .toolbar .toolbar-toggle {
        color: #eeeeee;
    }
    .toolbar .toolbar-toggle {
        background-color: #003E7E;
    }
    .toolbar .toolbar-toggle.active::after {
        color: #eee;
    }
    .site-logo.logo-sm > img {
        max-width: 250px;
    }
/*    .toolbar-dropdown {
        top: 106px;
        padding-top: 0px;
    }*/

}

.lang-currency-switcher {
    padding-top: 12px;
}
.lang-currency-toggle select.form-control:not([size]):not([multiple]) {
    height: 40px;
}
.culture-selector {
    height: 34px;
    border-radius: 20px;
    padding: 0px 26px;
    background-color: #eaeaea;
    border: 1px solid #003e7e;
    color: #003e7e;
    font-size: 14px;
}
select.culture-selector:focus {
    outline: none;
}
/* Toolbar */
/* Menu */
.site-menu li:hover > a {
    color: #eeeeee;
    background-color: #013265;
}
.sub-menu {
    padding: 0!important;
}
.sub-menu > li > a {
    padding: 12px 14px;
}
/* Mega Menu Position middle */
.site-menu > ul > li > ul.mega-menu {
    top: unset;
    width: 100%;
    position: fixed;
    left:50%;
}
.site-menu > ul > li > a {
    padding: 20px 15px;
}
.site-menu li > a {
    color: #003e7e;
}
.site-menu > ul > li > ul.mega-menu > li {
    padding:0!important
}
.mega-menu > li ul > li > a {
    padding: 12px 20px;
}
.mega-menu > li {
    min-width: 220px;
}
.mega-menu > li:hover {
    background-color: #013265;
}
.mega-menu > li:hover a {
    color: #eeeeee;
}
/* Mobile
    .toolbar-dropdown {
    width:100%;
} */
/* Mega Menu Position middle */

.row-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
/*    margin-right: -15px;
    margin-left: -15px;*/
}

/* Hero Slider and Button Hover */
.hero-slider {
    z-index: 0;
}

.resp-btn-grand {
    margin-top: -70px;
    margin-left: 0;
    margin-right: 0;
    z-index: 1000;
}

.resp-btn-parent {
    padding: 2px;
}
.resp-btn-parent a {
    text-decoration:none;
}
.resp-btn-child {
    background-color: #003E7E;
    margin: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.resp-btn-parent .resp-btn-child h4.btn-title {
    font-size:18px;
    color: #fff;
}

.resp-btn-parent .resp-btn-child h4.btn-title, .resp-btn-parent .resp-btn-child span {
    text-align: center;
}


.resp-btn-child .card {
    margin: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1000;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    min-height: 234px;
}

.resp-btn-child:hover .card {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.resp-btn-child .card-body {
    padding: 12px;
}

.resp-btn-child .card .card-body .card-title a {
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
/* Hero Slider and Button Hover */



/* Our Aprroach */
.aabOrange {
    background-color:#f27420;
}
div.our-approach a {
    background-color: #dddddd;
    /*border: #003E7E solid 4px;*/
    /*background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.1));*/
}
div.our-approach p {
    position: absolute;
    top: 60px;
    left: 0;
    color: #003E7E;
    margin: 15px 15px 15px 15px;
}
div.our-approach h3.category-card-title {
    color: #003E7E;
    margin-top:20px;
}
/*.category-card .category-card-thumb > img {
    width: 80%;
}*/
div.our-approach img {
    opacity: 0.3;
}
/* Our Aprroach */

/* For 5 Column Category */
@media (min-width: 992px) {
    .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}



/* For Accordion Category */
.accordion [data-toggle='collapse'] {
    background-color: #f7654c;
    color: #eeeeee;
    font-size:16px;
}
.accordion h6 a.collapsed {
    color: red;
}
.accordion .card .card-header {
    margin-bottom: -4px;
}
.list-group-item {
    background-color: #f38c7a;
    padding: 12px 40px;
}
.list-group-item a {
    color: #eee;
    cursor: pointer;
    text-decoration: none;
}
    .list-group-item::before {
        width: 6px;
    }
    .list-group-item.active::before {
        background-color: #003E7E;
    }
    .list-group-item.active {
        background-color: #ea5415;
    }

    .list-group-item.active a {
        color: #eee !important;
    }

/* Mission Vision */
.category-card {
    padding:0;
}
.category-card .category-card-thumb {
    display: inline-block;
    width: 100%;
     max-width: unset; 
    margin: 0 auto;
    overflow: hidden;
}
/* Mission Vision */

/* For Accordion Brand */
#accordionBrand [data-toggle='collapse'] {
    background-color: #f38c7a;
    color: #eeeeee;
    font-size: 16px;
    padding-left: 40px;
}

/* Blazored Modal */
.blazored-modal-header {
    padding: 0 0 1rem 0;
    border-bottom: solid 1px #003e7e;
    margin-bottom: 0.5rem;
}
.blazored-modal-overlay {
    background-color: rgba(0,0,0,0.7);
}
.blazored-modal-close {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

/* Blazored Modal */


/** Bootstrap 5 column equal grid
 ******************************** **/
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

.col-5-th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5th {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5th {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5th {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 992px) {
    .col-md-5th {
        width: 33%;
        float: none;
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

        .col-md-5th.col-sm-5th {
            width: 20%;
            float: left;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
}

@media only screen and (max-width: 769px) {
    .col-md-5th.col-sm-5th {
        width: 50%;
        float: none;
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Footer */
.text-center a.social-button i {
    font-size:20px;
}
/* Footer */



/** Timeline
 **************************************************************** **/
.timeline {
    position: relative;
    padding-left: 100px;
}

    .timeline.timeline-inverse {
        padding-left: 0;
        padding-right: 100px;
    }

    .timeline .timeline-item {
        position: relative;
        min-height: 150px;
        display: block;
        margin-bottom: 30px;
    }

    .timeline .timeline-item-bordered {
        border-left: #ccc 1px dashed;
        padding-left: 20px;
    }

section.dark .timeline .timeline-item-bordered {
    border-left: rgba(255,255,255,0.2) 1px dashed;
}

.timeline.timeline-inverse .timeline-item-bordered {
    border-right: #ccc 1px dashed;
    border-left: 0;
    padding-right: 20px;
    padding-left: 0;
}

/* horizontal line [left|center|right] */
.timeline > .timeline-hline {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-left: 30px;
    width: 1px;
    border-left: rgba(0,0,0,0.1) 1px dashed;
    height: 100%;
}

section.dark .timeline > .timeline-hline {
    border-left-color: rgba(255,255,255,0.2);
}

.timeline.timeline-inverse > .timeline-hline {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 30px;
    border-left: 0;
    border-right: rgba(0,0,0,0.1) 1px dashed;
}

section.dark .timeline.timeline-inverse > .timeline-hline {
    border-right-color: rgba(255,255,255,0.2);
}

/* timeline entry */
.timeline .timeline-entry {
    display: block;
    border: rgba(0,0,0,0.1) 3px solid;
    background-color: #fff;
    padding-top: 10px;
    top: 20px;
    z-index: 10;
    position: absolute;
    left: -112px;
    right: auto;
    width: 74px;
    height: 64px;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #ccc;
    font-weight: bold;
    font-family: TitilliumWeb-Light,'Lato','Open Sans',Arial,Helvetica,sans-serif;
}

    .timeline .timeline-entry > .timeline-vline {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: -40px;
        width: 40px;
        height: 0;
        border-top: 1px dashed #CCC;
    }

.timeline.timeline-inverse .timeline-entry {
    right: -102px;
    left: auto;
}

    .timeline.timeline-inverse .timeline-entry > .timeline-vline {
        right: auto;
        left: -40px;
    }

.timeline .timeline-entry > span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: TitilliumWeb-Light,'Open Sans',Arial,Helvetica,sans-serif;
}

section.alternate .timeline .timeline-entry {
    background-color: #F9F9F9;
}

section.dark .timeline .timeline-entry {
    color: #666;
    background-color: #212121;
    border-color: rgba(255,255,255,0.2);
}

    section.dark .timeline .timeline-entry > .timeline-vline {
        border-top-color: rgba(255,255,255,0.2);
    }

section.dark.alternate .timeline .timeline-entry {
    background-color: #151515;
}


/* timeline center */
.timeline_center {
    margin: 0;
    position: relative;
    background: url('../images/_smarty/timeline/timeline_top.png') no-repeat top center;
    padding-top: 9px;
}

    .timeline_center:after {
        content: "";
        width: 0px;
        height: 0px;
        border-width: 3px;
        border-style: solid;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -3px;
        display: block;
        z-index: 1;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .timeline_center li {
        padding: 0 0 25px 55%;
        position: relative;
        background: url('../images/_smarty/timeline/timeline_right.png') no-repeat top center;
    }

        .timeline_center li:nth-child(even) {
            padding: 0 55% 25px 0;
            background: url('../images/_smarty/timeline/timeline_left.png') no-repeat top center;
            text-align: right;
        }

        .timeline_center li h3 {
            font-size: 30px;
            line-height: 35px;
            position: static;
        }

            .timeline_center li h3 span {
                position: absolute;
                right: 55%;
                top: 0px;
                font-size: 13px;
            }

            .timeline_center li h3:before {
                content: "";
                width: 15px;
                height: 15px;
                border-width: 4px;
                border-style: solid;
                position: absolute;
                left: 50%;
                top: 11px;
                margin-left: -7px;
                display: block;
                z-index: 1;
                -webkit-border-radius: 100%;
                border-radius: 100%;
            }

        .timeline_center li:nth-child(even) h3 {
            text-align: right;
        }

            .timeline_center li:nth-child(even) h3 span {
                left: 55%;
                right: auto;
            }

        .timeline_center li .timeline-desc {
            position: relative;
            font-size: 15px;
            line-height: 31px;
        }

            .timeline_center li .timeline-desc:before {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                left: -122%;
                top: 0;
            }

            .timeline_center li .timeline-desc.timeline-desc-line {
                background: url('../images/_smarty/timeline/textline.png') repeat-y;
            }

        .timeline_center li:nth-child(even) .timeline-desc:before {
            left: auto;
            right: -122%;
        }

        .timeline_center li:nth-child(even) .timeline-desc {
            text-align: right;
        }

        .timeline_center li h3:before,
        .timeline_center:after {
            border-color: #333;
        }

@media only screen and (max-width: 650px) {
    .timeline_center {
        background-position: 11px top;
    }

        .timeline_center li {
            padding: 0 0 25px 70px !important;
            background: url('../images/_smarty/timeline/timeline_right.png') no-repeat !important;
            background-position: -30px top !important;
            width: auto;
        }

            .timeline_center li h3 span {
                position: relative;
                display: block;
                right: auto;
                left: auto;
                padding: 5px 0 !important;
                margin: 0;
            }

            .timeline_center li:nth-child(even) h3 span {
                position: relative;
                display: block;
                right: auto;
                left: auto;
                padding: 0;
                margin: 0;
            }

            .timeline_center li h3 {
                font-size: 24px;
                line-height: 24px;
            }

            .timeline_center li h3,
            .timeline_center li:nth-child(even) h3 {
                text-align: left;
            }

                .timeline_center li h3:before {
                    left: 13px;
                }

            .timeline_center li .timeline-desc,
            .timeline_center li:nth-child(even) .timeline-desc {
                text-align: left;
            }

                .timeline_center li .timeline-desc:before {
                    display: none;
                }

        .timeline_center:after {
            left: 13px;
        }
}
/** Timeline
 **************************************************************** **/

/** Blog
**************************************************************** **/
.blog-post-item {
    display: block;
    margin-bottom: 80px;
    padding-bottom: 60px;
    /*	border-bottom:#eee 1px solid;*/
    position: relative;
}

section.dark .blog-post-item {
    border-bottom: #444 1px solid;
}

h1.blog-post-title,
.blog-post-item h2 {
    letter-spacing: 0;
    font-family: TitilliumWeb-Light,'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

ul.blog-post-info {
    display: block;
    border-bottom: #eaeaea 1px dotted;
    padding-bottom: 20px;
    font-size: 14px;
}

section.dark ul.blog-post-info {
    border-bottom-color: #444;
}

ul.blog-post-info li > a {
    color: #888;
}

ul.blog-post-info li i {
    color: #888;
    margin-right: 5px;
}

ul.blog-post-info li a:after {
    content: ' , ';
}

ul.blog-post-info li a:last-child:after {
    content: '';
}

/* blog misc */
.blog-post-item .flexslider {
    margin-bottom: 20px;
}

h1.blog-post-title {
    font-size: 24px;
    margin-bottom: 0;
}



/** Blog Small Image
	 ****************** **/
.blog-post-item .blog-item-small-image {
    width: 400px;
    float: left;
}

.blog-post-item .blog-item-small-image + .blog-item-small-content {
    /*padding-left: 430px;*/
}

.blog-post-item.blog-post-item-inverse .blog-item-small-image {
    width: 400px;
    float: right;
}

.blog-post-item.blog-post-item-inverse .blog-item-small-image + .blog-item-small-content {
    padding-left: 0;
    padding-right: 430px;
}

.blog-both-sidebar .blog-post-item .blog-item-small-image {
    width: 200px;
}

    .blog-both-sidebar .blog-post-item .blog-item-small-image + .blog-item-small-content {
        padding-left: 230px;
    }

.blog-both-sidebar .blog-post-item.blog-post-item-inverse .blog-item-small-image {
    width: 200px;
    float: right;
}

    .blog-both-sidebar .blog-post-item.blog-post-item-inverse .blog-item-small-image + .blog-item-small-content {
        padding-left: 0;
        padding-right: 230px;
    }

@media only screen and (max-width: 768px) {
    .blog-post-item .blog-item-small-image,
    .blog-post-item.blog-post-item-inverse .blog-item-small-image,
    .blog-both-sidebar .blog-post-item .blog-item-small-image,
    .blog-both-sidebar .blog-post-item .blog-item-small-image + .blog-item-small-content {
        width: 100%;
        display: block;
        float: none;
    }

        .blog-post-item .blog-item-small-image + .blog-item-small-content,
        .blog-post-item.blog-post-item-inverse .blog-item-small-image + .blog-item-small-content,
        .blog-both-sidebar .blog-post-item.blog-post-item-inverse .blog-item-small-image,
        .blog-both-sidebar .blog-post-item.blog-post-item-inverse .blog-item-small-image + .blog-item-small-content {
            padding: 0;
        }
}



/** Isotope Blog 
	 ****************** **/
#blog.blog-isotope {
    display: block;
    margin: auto;
    width: 100%;
}

#blog.blog-isotope-3 .blog-post-item .flexslider,
#blog.blog-isotope-4 .blog-post-item .flexslider,
#blog.blog-isotope-5 .blog-post-item .flexslider,
#blog.blog-isotope-6 .blog-post-item .flexslider {
    margin-bottom: 20px;
}

/* 2 columns */
#blog.blog-isotope-2 .blog-post-item {
    margin: 0 20px 20px 0;
    float: left;
    border: 0;
}

    #blog.blog-isotope-2.blog-post-item h2 {
        font-size: 17px;
        line-height: 17px;
    }

/* 3 columns */
#blog.blog-isotope-3 .blog-post-item {
    margin: 0 15px 15px 0;
    border: 0;
}

    #blog.blog-isotope-3 .blog-post-item h2 {
        font-size: 17px;
        line-height: 17px;
    }

/* 4 columns */
#blog.blog-isotope-4 .blog-post-item {
    margin: 0;
    padding: 0 15px 60px 15px;
    border: 0;
}

    #blog.blog-isotope-4 .blog-post-item h2 {
        font-size: 17px;
        line-height: 17px;
    }

/* 5 columns */
#blog.blog-isotope-5 .blog-post-item {
    margin: 0 10px 10px 0;
    border: 0;
}

    #blog.blog-isotope-5 .blog-post-item h2 {
        font-size: 16px;
        line-height: 16px;
    }

/* 6 columns */
#blog.blog-isotope-6 .blog-post-item {
    margin: 0 6px 6px 0;
    border: 0;
}

    #blog.blog-isotope-6 .blog-post-item h2 {
        font-size: 15px;
        line-height: 15px;
    }




/** Blog Single
	 ****************** **/
.blog-single-small-media {
    width: 350px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

    .blog-single-small-media.inverse {
        float: right;
        margin-right: 0;
        margin-left: 30px;
    }


/** Comments
 **************************************************************** **/
.comments {
    margin-top: 60px;
}

    .comments .comment-item {
        margin: 40px 0;
    }

    .comments a.comment-reply {
        float: right;
        font-size: 11px;
        text-transform: uppercase;
    }

    .comments span.user-avatar {
        background: #eee;
        width: 64px;
        height: 64px;
        float: left;
        margin-right: 10px;
    }

section.dark .comments span.user-avatar {
    background: transparent;
}

.comments small {
    font-size: 12px;
    font-family: TitilliumWeb-Light,'Open Sans',Arial,Helvetica,sans-serif;
    color: #aaa;
}

.comments h4 {
    font-size: 15px;
}

section.dark .comments small {
    color: #666;
}


/* BORDERED COMMENTS */
.comment-list p,
.comment-list .row {
    margin-bottom: 0px;
}

.comment-list .card .card-heading {
    padding: 4px 15px;
    position: absolute;
    border: none;
    border-top-right-radius: 0px;
    top: 1px;
}

    .comment-list .card .card-heading.right {
        border-right-width: 0px;
        border-top-left-radius: 0px;
        right: 16px;
    }

    .comment-list .card .card-heading .card-body {
        padding-top: 6px;
    }

.comment-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
    .comment-list .arrow:after,
    .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }

    .comment-list .card.arrow.left:after,
    .comment-list .card.arrow.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    .comment-list .card.arrow.left:before {
        left: 0px;
        top: 30px;
        border-right-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .card.arrow.left:after {
        left: 1px;
        top: 31px;
        border-right-color: #FFFFFF;
        border-width: 15px;
    }
    /*****Right Arrow*****/
    .comment-list .card.arrow.right:before {
        right: -16px;
        top: 30px;
        border-left-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .card.arrow.right:after {
        right: -14px;
        top: 31px;
        border-left-color: #FFFFFF;
        border-width: 15px;
    }

    section.dark .comment-list .thumbnail {
        border-color: #666;
        background-color: #666;
    }

    section.dark .comment-list .card.arrow.left:after {
        border-right-color: #212121;
    }

    section.dark .comment-list .card.arrow.right:after {
        border-left-color: #212121;
    }
}

.comment-list .comment-post {
    margin-top: 6px;
}
/** Blog
**************************************************************** **/