a:hover { text-decoration:none; }
.top-bar-area {
    overflow: hidden;
    padding: 12px 0;
}
.bg-dark {
    background: #304779 none repeat scroll 0 0 !important;
}
.text-light {
    color: #f8f9fa!important;
}
@media (min-width: 1200px) {
    .align-center {
        align-items: center;
    }
}
.top-bar-area .shape {
    position: relative;
    z-index: 1;
}
ul {
    margin: 0;
    list-style-type: none;
    margin-bottom:0 !important;
}
.yellow .top-bar-area .shape::after {
    background: #ed3237;
}
.top-bar-area .shape::after {
    position: absolute;
    right: 0;
    top: -100%;
    content: "";
    height: 300%;
    width: 500%;
    background: #ed3237;
    z-index: -1;
    transform: skewX(20deg);
    border-right: 5px solid #ffffff;
}
.top-bar-area .social li {
    margin-right: 20px;
}
.top-bar-area li {
    display: inline-block;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light a {
    color: #ffffff;
    font-size:14px;
}
.text-right {
    text-align: right!important;
}
.float-right {
    float: right!important;
}
.top-bar-area .float-right .info {
    display: flex;
    justify-content: flex-end;
}
.top-bar-area .float-right .info > ul:first-child {
    margin: 0;
    padding: 0;
    border: none;
}
.top-bar-area .float-right .info .list li {
    margin-left: 20px;
    font-size:14px;
}
.top-bar-area .info > ul li {
    display: inline-block;
    align-items: center;
    text-align: left;
}
.top-bar-area li {
    display: inline-block;
}
.yellow .top-bar-area .info .list li i {
    color: #ed3237;
}
.top-bar-area .info .list li i {
    color: #ed3237;
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 1px;
}
header { display:block; }
.wrap-sticky nav.navbar.bootsnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
}
a.navbar-brand {
    position: absolute;
    top: -50%;
    z-index: 9;
}
.nav-link {
    font-size: 16px;
    color: #000 !important;
}
.nav-item { margin:0 10px; }
.attr-nav {
    display: inline-block;
}
.attr-nav {
    display: inline-block;
    float: right;
    margin-left: 13px;
}
.navbar .attr-nav .call a {
    display: flex;
    align-items: center;
    margin-left: 30px;
    padding: 25px 0;
}
.navbar .attr-nav .call a:hover { text-decoration:none; }
.navbar .attr-nav .call i {
    display: inline-block;
    font-size: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #FF5E14;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin-right: 15px;
    font-weight: 300;
}
.navbar .attr-nav .call h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
}
.yellow .navbar .attr-nav .call i::after {
    background: #304779;
}
.navbar .attr-nav .call i::after {
    position: absolute;
    left: -10%;
    top: -10%;
    height: 120%;
    width: 120%;
    background: #FF5E14;
    z-index: -1;
    content: "";
    border-radius: 50%;
    opacity: 0.5;
}
a.dropdown-item {
    line-height: 20px;
    font-size: 14px;
}
.abtSection { padding:40px 0px; }
.abtSecTxt {
    margin-top: 10%;
}
.abtSecTxt h3 { 
    font-size: 40px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.abtSecTxt h3 span {color:#3aa035;}
.abtSecTxt p { 
    font-size: 16px;
    text-align: justify;
}
.abtSecInfo { display:flex;justify-content:space-between;align-items:center;margin-top:5%; }
.navbar {padding: 0rem 1rem !important;}
.innerabtSecInfo {
    position: relative;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    text-align:center;
}
.innerabtSecInfo:last-child { border-right:none; }
.innerabtSecInfo h2 {
    font-size: 40px;
    font-weight: bold;
}
.innerabtSecInfo span { font-size:16px; }

