
.address_item {
   display: flex;
}
.rs-footer .content h4 {
    padding-bottom: 0px;
}
.rs-footer .content h4 i {
    margin-right: 10px;
}
.region.region-site-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-footer.logo-2 img {
    max-width: 190px;
    margin-left: 20px;
}
.rs-footer .footer1 a:hover, .footer-back-link ul li a:hover {
    color: #6aa7ff;
}
.footer-bottom-info ul {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 15px 0;
}
.footer-bottom-info ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
    margin-left: -4px;
    line-height: 12px;
}
.footer-bottom-info ul li a{
    font-size: 18px;
}
.footer-bottom-info ul li:last-child {
    border-right: 0px solid #fff;
}
.feature-box-content h3 {
    font-size: 36px;
    display: block !important;
    margin-bottom: 10px !important;
}
.image-rt h4{
    color: #fff;
}
.image-rt ul li{
    color: #fff;
    list-style: none;
    padding: 5px 0px;
}
.image-rt ul li i{
    margin-right: 10px;
}
.image-rt{
    position: relative;
    overflow: hidden;
    background-color: #1458bb;
}

/* Animated blue gradient background */
.image-rt::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

   
}

@keyframes gradientbg{
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.feature-box-content{    display: flex;
    justify-content: space-between;flex-wrap: wrap;}
.feature-box-content .btn.btn-large{    line-height: 1.8;}
	
/* RIGHT SIDE IMAGE WITH FADE */
.image-rt::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-image:/* BLUE FADE OVERLAY */ linear-gradient(to left, rgba(20, 88, 187, 0) 0%, rgba(20, 88, 187, 0.3) 40%, rgba(20, 88, 187, 0.7) 80%, rgb(30 92 180) 100%), /* IMAGE */ url(../img/Entrance_to_Saipan_International_Airport.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.img-banner:after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    opacity: .1;
}

/* Keep content above */
.image-rt .container{
    position: relative;
    z-index: 2;
}


/* TEXT COLOR */
.image-rt h4,
.image-rt ul li{
    color:#fff;
}

.image-rt ul{
    padding-left:0;
}

.image-rt ul li{
    list-style:none;
    padding:5px 0;
}

.image-rt ul li i{
    margin-right:10px;
}
.vertical-counter {
    font-size: 46px;
}

.ec-directory-option li {
    color: #000000;
}
.ec-directory-option li:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 5px;
    border-right: none;
    height: 14px;
    width: 1px;
}
.ec-directory-option li i{
    padding-right: 5px;
}
.row.title-row {
    align-items: center;
}
.links-right {
    text-align: right;
}
.links-right a{
    color: #000;
    

}
.links-right a:hover{color:#083c9a}
a.event-link {
   margin-left: 30px;
}
a.btn-view {
        background:#000120;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
}
a.btn-view:hover {
    background: #0b3462;
    color: #fff!important;
}
.for_logos .row .client-box {
        background-image:  url(../img/CPA-official-Logo-bg.png);
        background-repeat: no-repeat;    background-size: 90%;
        background-position: center;
    padding: 20px 0px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;transition: none;
}
    
@media (min-width: 992px) {
   .for_logos .row .cols {
        flex: 0 0 auto;
        width: 14.27%;
    padding: 10px 0px;
    }
}

.client-box  {
    font-weight: 700;
    color: #777;
}
.for_logos .row .client-box:hover{
    background-color:#1458bb;
    border-color:#1458bb;    background-image: none;
}
.for_logos .row  a:hover .client-box  {
    
    color: #fff;
}
.about-dv .btn.btn-large {
    font-size: 15px;
    padding: 14px 18px;
    margin-right: 10px!important;
}

.btn-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.ft-btn {
    margin: 0px 5px;
}
.ft-btn a {
    background: #0334da;
    border-radius: 55px;
    padding: 12px 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.ft-btn svg {
    font-size: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.ft-btn a:hover {
    background: #436ebc;color: #fff !important;
}