

@import "../fonts/fonts.css";
/*css*/

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #1d1d1d;
    overflow-x: hidden;
    background-color: #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}
.hide-102 .showactive {
    color: #1c4670 !important;
}
.border-effect a:hover {
    color: white !important;
}
.learn-more:hover {
    color: #fff;;
}
.container {
    max-width: 1160px;
}

.head-h2 {
    font-size: 45px;
    font-family: Oswald-db;
    color: #1c4670;
    text-align: center;
}

.content-des {
    font-size: 22px;
    font-family: Roboto-r;
    padding: 0px 20px 0;
    line-height: 28px;
    text-align: center;
}

.btn-blue {
    padding: 15px 15px;
    width: 80px;
    background-color: #1c4670;
    color: white;
}

.border-effect {
    position: relative;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.3));
}

.border-effect::before {
    content: '';
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 48px solid #1c4670;
    border-left: 24px solid transparent;
    border-right: 2px solid #1c4670;
    left: -24px;
    top: 0%;
}

.border-effect::after {
    content: '';
    position: absolute;
    border-bottom: 0px solid transparent;
    border-top: 49px solid #1c4670;
    border-right: 24px solid transparent;
    border-left: 0px solid #1c4670;
    right: -23px;
    top: 0;
}
/*Side Nav*/
@media screen and (min-width: 991px) {
    .navigation .sidenav {
        display: none !important;
    }
    .serving-baner .content-des {
        padding: 0 7.99rem 0;
    }

}
.mobile-container {
    position: relative;
}
.sidenav {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 71px;
    left: 0;
    overflow: overlay;
    transition: 0.5s;
    background-color: #278ab0;
  
}
.navbar-toggler {
    border-color: white !important;
}
.navbar-toggler span {
    filter: invert(94%) sepia(0%) saturate(0%) hue-rotate(184deg) brightness(106%) contrast(105%);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.side-items {
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
    position: relative;
}
.side-items li:last-child {
    border-bottom: none !important;
    margin: 20px 0;
}
.mobile-drop li:last-child {
    margin-bottom: 0px;
    margin-top: 0;
}
.side-items .login-item {
    width: 37%;
    height: 48px;
    margin: auto;
    border: none;
}
.side-items li {
    margin-right: 0 !important;
}
.side-items li a {
    padding: 10px 20px !important;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.side-items li:not(:last-child){
    border-bottom: 1px solid white;
}
.navicon {
    text-align: end;
}
.navicon i {
    font-size: 30px !important;
    color: white !important;
    display: none;
}

.close-icon {
    position: absolute;
    top: -36px;
    right: 16px;
    font-size: 22px;
}
.mobile-drop {
    background: #fff;
}
.mobile-drop li a {
    color: #1c4670 !important;
}

/*--------------- GLoble Banner --------------------*/
.globle-img {
    background: url("../images/about-banner.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 201px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.globle-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c4670;
    opacity: 0.8;
}
.globle-head {
    font-size: 50px;
    font-family: Oswald-b;
    color: white;
    z-index: 9;
}

/********** Globle Services banner ************/
.globle-services-banner {
    margin-top: 92px !important;
}
.globle-services-banner .ser-content p {
    margin-bottom: 0px;
    line-height: 20px;
}

/*header*/

header {
    background-color: white;
}

.top-bar {
    padding: 10px 0px;
    text-align: end;
    background-color: #fff;
}

.top-bar a {
    color: #1b1617;
    font-size: 15px;
    font-family: 'Roboto-r';
}

.top-bar .contact {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background: #1c4670;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .contact i {
    color: white;
    font-size: 16px;
}

.nav-bar {
    background-color: #278ab0;
}
.navigation .nav-link:focus-visible {
    outline: none;
}
.navigation .nav-link:focus {
    color: #fff !important;
}
.navigation .nav-link:hover {
    color: #fff;
}
.contain-head {
    width: 100%;
    padding: 0;
}

.logo {
    width: 20.75%;
    height: 100px;
    /* background: white; */
}
@media screen and (max-width: 991px) {
    .mobile-nav .navbar-nav {
        display: block;
    }
    .mobile-nav .navbar-nav li {
        width: 100%;
    }
    .mobile-nav .navbar-nav li {
        padding: 12px 0 !important;
    }
}
.navigation {
    margin-right: 25px;
}

.navigation li:not(:last-child) {
    margin-right: 40px
}

.navigation li:nth-child(6) {
    margin-right: 67px;
}

.navigation .hide-102 .nav-link {
    font-size: 19.73px;
    font-family: 'Oswald-r';
    color: white;
    border-bottom: 3px solid transparent;
    transition: all .1s ease;
    padding: 0 0 !important;
}
.navigation .hide-102 .nav-link:hover{
    color: #fff !important;
}
.navigation a:focus {
    box-shadow: none !important;
}

.navigation .dropdown-menu li {
    margin-right: 0;
}
.navigation .dropdown-menu .dropdown-item {
    color: #000;
    font-size: 16px;
    font-family: 'Oswald-r';
    padding: 5px 20px !important;
}
.navigation .dropdown .dropdown-menu[data-bs-popper] {
    left: -33px;
}
.login-item .login-link {
    color: white;
}

.contact-fax i {
    color: #fff;
    margin-right: 14px;
}
.contact-fax a {
    color: #fff;
}
.navigation .login-item {
    font-size: 19.73px;
    font-family: 'Oswald-r';
    color: white;
    border-bottom: 3px solid transparent;
    transition: all .1s ease;
    padding: 0 0 !important;
}
.login-item {
    background-color: #1c4670;
    position: relative;
    width: 80px;
    text-align: center;
    padding: 8px 0px !important;
}

.login-item::before {
    border-top: 0px solid transparent;
    border-bottom: 48px solid #1c4670;
    border-left: 24px solid transparent;
    border-right: 2px solid #1c4670;
    left: -24px;
}

.login-item::after {
    border-bottom: 0px solid transparent;
    border-top: 49px solid #1c4670;
    border-right: 24px solid transparent;
    border-left: 0px solid #1c4670;
    right: -23px;
    top: 0;
}


/* ------------------ banner css ------------------ */

.banner-img {
    background: url("../images/bannerimg.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 895px;
}

.banner {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.box-blue {
    background: rgba(72, 154, 192, 0.7);
    width: 500px;
    height: 350px;
    margin-right: 11%;
    border-radius: 10px;
    transform: rotate( 6deg);
}
/* @supports (-webkit-touch-callout: none) {
	
    .business-build {
        margin-top: 0px;
    } 
}
@supports (-webkit-appearance:none) {
    .business-build {
        margin-top: 0px;
    } 
}
@media not all and (min-resolution:.001dpcm) { @media {

    .business-build {
        margin-top: 0px;
    }
}} */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .business-build {
        margin-top: 0px !important;
    }
}}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .business-build {
        margin-top: 0px !important;
    }
.box {
    top: 29% !important;
}
 }
.stack-top {
    z-index: 9;
    margin: 20px;
}

.box {
    position: absolute;
    top: auto;
    right: 0;
}

.business-build {
    height: 350px;
    width: 500px;
    margin-right: 11%;
    background: rgba(85, 128, 112, 0.7);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.business-build h1 {
    font-family: 'Oswald-b';
    font-size: 40px;
    color: white;
    margin-bottom: 31px;
}

.business-build p {
    font-family: 'Roboto-r';
    font-size: 18px;
    color: white;
    line-height: 22px;
    margin-bottom: 28px;
}

.learn-more {
    font-size: 20px;
    font-family: 'Roboto-b';
    display: block;
    padding: 12px 13px;
    width: 131px;
    margin: auto;
}

.business-detail .border-effect::before {
    border-top: 0px solid transparent;
    border-bottom: 54px solid #1c4670;
    border-left: 24px solid transparent;
    border-right: 5px solid #1c4670;
    left: -28px;
    top: 0;
}

.business-detail .border-effect::after {
    border-bottom: 0px solid transparent;
    border-top: 54px solid #1c4670;
    border-right: 20px solid transparent;
    border-left: 3px solid #1c4670;
    right: -23px;
    top: 0;
}


/* ---------- Services css --------------- */

.services-banner {
    margin-top: -96px;
    position: relative;
    z-index: 99;
}

.services-banner .col-lg-4 {
    max-width: 374px;
    display: flex;
}
@media screen and (min-width: 1180px) {
    .serving-baner .col-lg-4:not(:last-child) {
        margin-right: 4.666%;
    }
    .serving-baner .col-lg-4 {
        max-width: 350px;
        display: flex;
        padding: 0;
    }
    .services-banner .col-lg-4:not(:last-child) {
        margin-right: 4.666%;
    }
    .services-banner .col-lg-4 {
        max-width: 350px;
        display: flex;
        padding: 0;
    }
    .ser-content {
        width: 86%;
    }
    .payroll-sec .col-md-5:nth-child(even) {
        margin-left: 4.666%;
    }
    .payroll-sec .col-md-5 {
        min-width: 350px !important;
        padding: 0;
    }
    .business-ser .row.business-row {
        margin-left: -50px;
        margin-right: -50px;
    }
    .business-ser .col-lg-6 {
        padding: 0 50px;
    }
}
.ser-img {
    height: 300px;
}
.ser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ser-content {
    padding: 30px 30px 25px;
    width: 90.6%;
    margin: auto;
    position: relative;
    box-shadow: 0px 2px 10px #8080803b;
    margin-top: -70px;
    background: white;
    border-radius: 10px;
    height: calc(100% - 229px);
}
.homepage .ser-content {
    height: calc(100% - 229px);
}
.ser-content h3 {
    font-size: 28px;
    font-family: 'Oswald-db';
    color: #1c4670;
    margin-bottom: 28px;
}

.ser-content p {
    font-size: 18px;
    font-family: 'Roboto-r';
    color: black;
    margin-bottom: 10px;
}

.read-more {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 16px;
    font-family: 'Roboto-b';
    color: white;
    background-color: #1c4670;
    padding: 12px 9px;
    display: inline-flex;
}
.read-more:hover {
    color: white;
}

/*remarkable*/

.remark-sec {
    margin-top: 100px;
    margin-bottom: 100px;
}

.remark-img {
    height: 500px;
}

.remark-img img {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.remark-sec .left-col {
    padding: 0;
}
.remark-detail {
    margin-left: 6%;
}
.remark-detail h3 {
    font-family: Oswald-b;
    font-size: 37px;
    color: #1c4670;
    text-transform: capitalize;
    margin-bottom: 34px;
}

.remark-detail p {
    font-size: 18px;
    font-family: Roboto-r;
    color: #000;
    line-height: 20px;
    margin-bottom: 45px;
}

.remark-detail .learn-more {
    font-family: Roboto-b;
    padding: 10px 5px;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: #1c4670;
    width: 94px;
    margin-right: auto;
    margin-left: 30px;
}

.remark-detail .border-effect::before {
    border-top: 1px solid transparent;
    border-bottom: 43px solid #1c4670;
    border-left: 23px solid transparent;
    border-right: 2px solid #1c4670;
}

.remark-detail .border-effect::after {
    border-bottom: 0px solid transparent;
    border-top: 44px solid #1c4670;
    border-right: 24px solid transparent;
    border-left: 0px solid #1c4670;
}


/* -------------- Business Services --------------------- */

.business-ser {
    margin-bottom: 76px;
}

.business-ser .ser-img {
    width: 100%;
    height: 350px;
    margin: auto;
}

.business-ser .ser-img img {
    width: 100%;
    min-height: 100%;
}

.business-ser .col-lg-6 {
    display: flex;
}

.business-ser .ser-content {
    width: 81.5%;
    height: calc(100% - 278px);
}

.business-ser .ser-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.business-ser .ser-content p {
    margin-bottom: 0px;
    line-height: 20px;
}


/*---------------- Serving Banner -------------------*/

.serving-head {
    margin-bottom: 30px;
}

.serving-item {
    width: 100%;
    margin: 53px auto 0;
}

.serving-item .col-lg-4 {
    max-width: 350px;
}

.serving-item .ser-content p {
    margin-bottom: 0px;
    line-height: 22px;
}


/*----------------------------- Testimonial Css ---------------------*/

.testi-banner {
    margin-top: 115px;
    margin-bottom: 110px;
}
.testi-head {
    margin-bottom: 30px;
}
.slider-content .content-des {
    font-size: 18px;
    padding: 0;
    text-align: justify;
    line-height: 23px;
    color: black;
}

.author-title {
    color: #1c4670;
    font-family: Roboto-b;
    font-size: 20px;
}

.testi-slider {
    width: 437px;
    margin-top: 85px !important;
    margin: auto;
    background: white;
    box-shadow: 0px 2px 10px #dbd7d7;
}

.slider-content {
    position: relative;
    padding: 67px 47px 30px 40px;
    color: #1b1617;

}

.quote-blue {
    font-size: 46px !important;
    color: #1c4670;
    position: absolute;
    left: -19px;
    top: 37px
}

.testi-slider {
    position: relative;
}

.testi-slider .left-move {
    font-size: 115px;
    position: absolute;
    top: 30px;
    left: -34%;
}

.testi-slider .right-move {
    font-size: 115px;
    position: absolute;
    top: 30px;
    right: -34%
}
.member-sec {
    margin-bottom: 7.5%;
}
.member-slider {
    margin-top: 30px;
}
.member-slider .slick-slide>div {
    width: 97%;
    margin: auto;
}
.member-slide {
    box-shadow: 0px 2px 10px #dbd7d7;
    padding: 29px;
    margin-top: 20px;
}
.member-slide img {
    max-width: 100%;
}

/*----------- Foter CSs -----------*/
.time-clock {
    display: flex;
    position: relative;
}
.time-clock i {
    position: absolute;
    left: 0px;
    bottom: 17px; 
    color: #ffffff;
}
.para {
    color: white;
    padding-left: 32px;
    font-size: 14px;
}
footer {
    background: url("../images/footerimg.png") no-repeat;
    background-size: cover;
}
.footer-banner {
    position: relative;
}
.footer-banner::after {
    content: '';
    position: absolute;
    top: 0;
    background-color: rgba(85, 128, 112, 0.85);
    width: 100%;
    height: 100%;
}
.footer-banner .container {
    position: relative;
    z-index: 99;
}
.footer-des {
    padding: 48px 0 27px
}
.footer-des .logo {
    width: 250px;
}
.footer-des .col-lg-4 {
    min-width: 391px;
}
.footer-des .col-lg-5 {
    width: 35.666667%;
}
.company-detail .logo {
    display: inline-flex;
    background: none;
    margin-bottom: 38px;
    height: auto;
}
.company-detail .content-des {
    font-size: 14.25px;
    line-height: 18px;
    padding: 0;
    text-align: justify;
    color: white;
}
.social-links li:not(:last-child) {
    margin-right: 14px;
}
.social-links li a i {
    font-size: 22px;
    color: white;
}
.page-links {
    margin-left: auto;
    margin-right: 0;
    width: 165px;
}
.page-links h3 {
    font-family: Roboto-b;
    font-size: 30.53 px;
    color: white;
    margin-bottom: 32px;
}
.page-links .links {
    list-style: none;
}
.page-links .links li:not(:last-child) {
    margin-bottom: 15px;
}
.page-links .links li a {
    color: white;
    font-size: 14.25px;
    font-family: Roboto-r;
}
.contact-info {
    margin-left: auto;
    width: 325px;
}
.contact-info .content-des {
    font-size: 14.25px;
    color: white;
    padding: 0 0 0 15px;

}
.contact-info .links li i {
    color: white;
    font-size: 20px;
}
.footer-bottom {
    padding: 24px 0;
    background-color: rgb(28 70 112 / 95%);
}
.copyright li p{
    font-size: 14.25px;
    color: #fff;
    font-family: 'Roboto-r';
}


/****************** About Us ********************/

.work-video {
    background: url("../images/video-img.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 550px;
    position: relative;
}
.work-video::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6a8566;
    opacity: 0.8;
}
.video-detail {
    position: absolute;
    top: 23%;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.video-detail h3 {
    font-size: 40px;
    color: white;
    font-family: 'Oswald-M';

}
.video-detail p{
    font-size: 36px;
    color: white;
    font-family: 'Roboto-l';
    margin-bottom: 0;
}
.play-btn {
    display: inline-block;
    width: 125px;
    background: #278ab0;
    height: 125px;
    border-radius: 50%;
    margin: 4% 0px;
    position: relative;
}
.play-btn span {
    display: inline-block;
    width: 96px;
    height: 96px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 14px;
}
.play-btn span img {
    position: absolute;
    top: 34%;
    left: 43%;
}
.buisness-team {
    margin-bottom: 96px;
}

/****************** Staff Profiles CSS **************************/

.profile-banner {
    margin-top: 7.2%;
}
.profile-banner .globle-head {
    color: #1c4670;
    text-align: center;
    margin-bottom: 5%;
}
.profiles {
    margin-left: -22px;
    margin-right: -22px;
}
.profiles .col-lg-4 {
    padding: 0 22px;
    margin-bottom: 30px;
}
.profile-body {
    box-shadow: 0px 2px 10px #80808024;
}
.profile-img {
    height: 300px;
    overflow: hidden;
}
.profile-img img {
    /* max-width: 100%; */
    /* height: 100%; */
}
.profile-body .ser-content {
    width: 100%;
    margin-top: 0;
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
}
.profile-body .ser-content h3 {
    margin-bottom: 0px;
}

/******************* Services PageCSS *********************/


.service-page .globle-head {
    color: #1c4670;
    margin-bottom: 28px;
    text-align: center;
}
.globle-content {
    font-size: 24px;
    color: #000;
    font-family: 'Roboto-r';
    margin-bottom: 47px;
    padding: 0px 6%;
    text-align: center;
}

.plan-banner .globle-head{
    font-size: 40px;
    color: #1c4670;
    font-family: 'Oswald-db';
    text-align: center;
    margin-bottom: 25px;
}
.plan-banner .globle-content {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 7%;
}

.plan-banner .ser-content {
    padding: 27px;
}


/*********************** ACCOUNTING BANNER CSS *****************************/

.accounting .container {
    max-width: 1050px;
}
.accounting {
    margin-bottom: 50px;
}
.accounting .globle-head {
    color: #1c4670;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 8%;
}
.accounting .ser-content {
    margin-top: 0;
}
.accounting .ser-content {
    width: 100%;
    padding: 20px 30px 47px;
    box-shadow: none;
    background: white;
    height: auto;
}
.accounting .ser-detail {
    width: 46.3%;
    box-shadow: 0px 2px 20px #8080803b;
    background: white;
    border-radius: 10px;
}
.accounting .ser-detail:nth-child(odd){
    margin-right: 47px;
}



/******************************* TaX SERVICES CSS **********************************/

.tax-banner .container {
    max-width: 1234px;
}
.tax-banner {
    margin-bottom: 4.3%;
}
.payroll-sec .row {
    max-width: 800px;
    margin: auto;
}
.tax-banner .col-md-5 {
    min-width: 374px;
}
.payroll-sec .payroll-pro .col-md-5 {
    display: flex;
}
.tax-banner .mb-5 {
    margin-bottom: 4.5rem!important;
}
.tax-banner .globle-head {
    color: #1c4670;
    margin-bottom: 25px;
    text-align: center;
}
.tax-banner .globle-content {
    margin-bottom: 4.6%;
    padding: 0;
}


/*********************** ACCOUNTING BANNER CSS *****************************/

.secure-portal .container {
    max-width: 1050px;
}
.secure-portal {
    margin-bottom: 50px;
}
.secure-portal .globle-head {
    color: #1c4670;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 8%;
}
.secure-portal .globle-content {
    margin-bottom: 22px;
}
.secure-portal .ser-content {
    margin-top: 0;
}
.secure-portal .ser-content {
    width: 100%;
    padding: 30px 30px 30px;
    box-shadow: none;
    background: white;
    height: auto ;
}
.secure-portal .ser-content h3 {
    margin-bottom: 20px;
}
.secure-portal .login-client {
    width: 172px;
    height: 52px;
    font-size: 17.98px;
    font-family: 'Roboto-r';
    margin: 0 auto 48px;
    background-color: #1c4670;
    color: white;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 5px 20px #1c4670a1;
}
.secure-portal .ser-detail {
    width: 47.7%;
    padding: 0;
    box-shadow: 0px 2px 20px #8080803b;
    background: white;
    border-radius: 10px;
}
.secure-portal .ser-detail:nth-child(odd){
    margin-right: 47px;
}




/************************* BLOG PASS CSS ****************************/



.blog-page {
    margin-top: 7.3%;
}
.blog-page .container {
    max-width: 1260px;
}
.blog-content {
    width: 63.9%;
   
}
.blog-content-body {
    border: 1px solid #f4f2f2;
    margin-bottom: 50px;
    padding: 20px 0 0;
}
.blog-img {
    width: 94.7%;
    margin: auto;
}
.blog-content .ser-content {
    padding: 0px;
    width: 94.7%;
    margin: auto;
    position: relative;
    box-shadow: none;
    margin-top: 0px;
    background: white;
    border-radius: 0px;
    height: auto;
}
.blog-content .ser-content h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog-content .ser-content ul li {
    margin-right: 25px;
}
.blog-content .ser-content ul li p {
    font-size: 14px;
    margin-bottom: 0;
}
.blog-content .ser-content ul li p span {
    color: #1c4670;
}

.blog-content .blog-detail {
    margin-bottom: 85px;
}
.blog-content .read-more {
    bottom: -65px;
    right: 24px;
}

.latest-article {
    width: 30.4%;
}
.article-list {
    background-color: #f4f9fb;
}
.articl-head {
    font-size: 22px;
    font-family: 'Oswald-m';
    color: white;
    background-color: #278ab0;
    margin-top: 20px;
    padding: 20px 15px;
}
.search-bar input {
    background-color: #f4f9fb;
    height: 50px;
    border: none;
}
.search-bar input::placeholder {
    color: #616060;
    font-size: 15px;
    font-family: 'Roboto-r';
  }
.search-bar input:focus {
    box-shadow: none;
    outline: none;
    background-color: #f4f9fb;
}
.search-bar button {
    width: 50px;
    height: 50px;
    background-color: #1c4670;
    display: flex;
    justify-content: center;
}
.latest-article .ser-content {
    padding: 20px 16px;
    width: 100%;
    box-shadow: none;
    background: none;
    margin-top: 0px;
    border-radius: 0px;
    height: auto;
    border-bottom: 1px solid #f4f2f2;
}
.latest-article .ser-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}
.latest-article .ser-content p{
    font-size: 13px;
    color: #010101;
    line-height: 17px;
    font-family: 'Roboto-r';
}
.read-articl {
    color: #1c4670;
}
.blog-pagination {
    margin: 9% 0;
}
.blog-pagination li {
    margin-right: 15px;
}
.blog-pagination li .page-link {
    background-color: #e9f3f7;
    color: black;
    font-size: 18px;
    font-family: 'Roboto-r';
}
.blog-pagination .page-link:focus {
    z-index: 3;
    color: #fff;
    background-color: #1c4670;
    outline: 0;
    box-shadow: none;
    border: none !important;
}


/************************** BLOG DETAILO CSS ****************************/


.blog-detail .ser-content p{
    margin-bottom: 25px;
}



/*author box css*/
.author_box{
	border: solid 1px #f4f2f2;
    padding: 20px;
    margin-bottom: -1px;
    margin-bottom: 20px;
}
.blog_date_author a svg {
    width: 25px;
    border-radius: 50%;
}
.author_box h1{
	font-size: 18px;
	color: #1b1617;
    font-family: 'Roboto-r';
}
.author_box h2{
	font-size: 20px;
	font-family: 'Roboto-M';
    color: #1b1617;
}
.author_box p{
	color: #1b1617;
    font-size: 18px;
    font-family: 'Roboto-r';
}
.author_box a{
	color: #000;
}
.author_box .blog_date_author{margin-bottom: 0px;}
.author_avatar{position: absolute;
left: 20px;top: 20px;border-radius: 50%;height: 55px;}
.blog_comment_box{
	border: solid 1px #e7e7e7;
    padding: 20px;
    margin-bottom: 9%;
}
.blog_comment_box h1{
    font-family: 'Oswald-db';
    color: #1c4670;
	font-size: 35px;
	margin-bottom: 30px;
}
.seeall {
    display: block;margin-bottom: 15px; color: #1c4670 !important; font-size: 16px !important;
}
.seeall:hover {
    text-decoration: underline !important;
}
.color-blue {
    color: #1c4670 !important;
}

/********* Comment Box **********************/ 



.blog-detail .blog_comment_box label {
    font-family: 'Roboto-r';
    color: #4b4f54;
}
ul.comments {
    list-style: none;
    margin: 0 0 8%;
    padding: 0;
}
ul.comments li {
    clear: both;
    padding: 10px 0 0 115px;
}
ul.comments li .comment {
    margin-bottom: 10px;
}
.img-thumbnail {
    border-radius: 4px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul.comments li .img-thumbnail {
    margin-left: -115px;
    position: absolute;
}
ul.comments li img.avatar {
    height: 80px;
    width: 80px;
}
ul.comments .comment-block {
    background: #F4F4F4;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}
ul.comments .comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #F4F4F4;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0;
}
ul.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}
.blog-content .fa {
    color: #00aeef;
    font-size: 13px;
    margin: 0px 0px 30px 0px;
}
ul.comments .comment-block .date {
    color: #999;
    font-size: 0.9em;
}
ul.comments li ul.reply {
    margin: 0;
}
.btn-comment {
    color: #fff;
    background-color: #00aeef;padding: 8px 30px;
}
.btn-comment:hover {
    color: #fff;
}
.comment-block p{
	font-size: 13px;
}
.staff_section{
	padding: 50px 0px;
}
.staff_section{
	text-align: center;
}
.user_Box_staff{
	width: 311px;
	display: inline-block;
	margin:0px 20px 30px 20px;
}
.shadow_staff_Box{
	background: #fff;
	    box-shadow: 0px -8px 4px rgba(0,0,0,0.1);
	padding: 15px 5px;
}
.shadow_staff_Box h2 {
    font-family: 'Calibri';
    color: #444444;
    font-size: 20px;
	font-weight: bold;
}
.shadow_staff_Box p {
    font-size: 13px;
    color: #757575;
}
.blogpaging{
	margin-top: 30px;
}
.blogpaging ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blogpaging li{
	display: inline-block;
}
.blogpaging li .page-numbers{
	display: inline-block;
	padding: .5rem .75rem;
	color: #4b4f54;
}
.blogpaging .current{
	    color: #fff !important;
    background: #c6262e;
}
.blog_category{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blog_category li{
	padding: 10px 15px;
	    border-bottom: solid 1px #e7e7e7;
}
.blog_category li a{
	color: #555555;
}
.blog_category li:last-child{
	border-bottom: 0px;
}
.blog-detail .read-more {
    position: relative;
    bottom: 0px; 
    right: -28px;
    font-size: 12.5px;
    padding: 5px 9px;
}
.blog-detail .border-effect::before {
    border-bottom: 29px solid #1c4670;
}
.blog-detail .border-effect::after {
    border-top: 29px solid #1c4670;
}
.blog-detail .pull-right span a {
    color: #444444;
    font-family: 'Roboto-r';
}
.blog-detail .pull-right span a i {
    color: #444444;
}
.blog-detail .comment-by strong {
    color: #444444;
}
.blog-detail .comment-block p {
    color: #444444;
}
@media (max-width: 534px){
	ul.comments li img.avatar {    max-width: 100%;height: auto;}
	.comment-block .pull-right{float: none;}
	ul.comments li .img-thumbnail {display: none;}
	ul.comments li {    padding: 10px 0 0 0px;}
	ul.comments .comment-arrow{display: none;}
	.reply{border-left: solid 2px #1c4670;margin-left: 10px !important;}
}




/********************************  Tax Resources ***************************************************/



.tax-resource {
    margin-bottom: 9%;
}
.tax-resource .container {
    max-width: 1120px;
}
.tax-resource .ser-detail {
    width: 46.7%;
    box-shadow: 0px 2px 20px #dfeef3;
    background: #dfeef3;
    border-radius: 10px;
    margin-bottom: 50px;
}
.tax-resource .ser-content {
    width: 100%;
    padding: 7.5% 3.5% 7.5% 7.5%;
    box-shadow: none;
    background: none;
    height: auto;
}
.tax-resource .ser-content h3 {
    font-size: 36px;
    margin-bottom: 23px;
}
.resource-list {
    list-style: outside;
}
.resource-list li{
    margin-bottom: 15px;
    margin-left: 20px;
}
.tax-resource .resource-list li p {
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Roboto-i';
    line-height: 24px;
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; 
    text-decoration-thickness: 1px;
    color: #1b1617;
}
.tax-resource .resource-list li p a {
    color: #1b1617;
}
.status-point .container {
    max-width: 1180px;
    padding: 0%;
}
.point-head {
    font-size: 45px;
    text-align: justify !important;
    font-family: 'Oswald-db';
    margin-top: 50px;
    padding: 0 9% 0 0!important;
}

.status-content {
    color: #1b1617;
    font-size: 18px;
    font-family: 'Roboto-r';
}
.points h3 {
    font-size: 30px;
    font-family: 'Oswald-db';
    color: #1c4670;
    margin-bottom: 20px;
}
.points .resource-list {
    margin-left: 4%;
}
.points .resource-list li {
    margin-bottom: 15px;
}
.points .resource-list li p {
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Roboto-i';
    line-height: 23px;
    text-decoration: none;  
    color: #1b1617;
}

/**************** CONTACT US CSS ******************/

.message-body .globle-head {
    color: #1c4670;
    text-align: center;
    margin-bottom: 5.2%;
}
.contact-section {
    margin: 7.3% 0 3.7%;
}
.contact-section .container {
    max-width: 1210px;
}
.contact-body {
    position: relative;
}
.contact-detail {
    width: 36.4%;
    background: #278ab0;
    position: absolute;
    left: 0%;
    top: 14%;
}
.contact-detail .detail-body {
    padding: 11.5% 3.5%;
}
.contact-detail .detail-body h2 {
    font-size: 33.3px;
    color: #fff;
    font-family: 'Oswald-b';
    text-align: center;
    margin-bottom: 12.3%;
}
.contact-detail .content-des {
    font-size: 16px;
    color: #fff;
    font-family: Roboto-r;
    padding: 0px 20px 0;
    line-height: 28px;
    text-align: left;
}
.contact-detail .content-des a {
    color: #fff;
    font-family: Roboto-r;
    font-size: 16px;
}
.contact-detail .links {
    padding: 0 12%;
}
.contact-detail .links li:not(:last-child) {
    margin-bottom: 12.3%;
}
.contact-detail .links li img {
    width: 17px;
    margin-top: 5px;
}
.message-sec {
    width: 81.3%;
    background: white;
    box-shadow: 0px 2px 20px #8080803b;
    margin: 0 0 0 auto;
    padding: 3.2% 0 2.2%;
}
.message-body {
    width: 75.3%;
    margin: 0 0 0 auto;
}
.message-body .message-form {
    width: 89.3%;
    margin: auto;
    position: relative;
}
.message-body .form-input {
    width: 92.5%;
    margin-bottom: 20px;
}
.message-body input {
    padding: 24px;
    background-color: #f4f9fb;
    height: 50px;
    border: none;
}
.message-body input::placeholder {
    font-size: 14.58px;
    color: #616060;
    font-family: 'Roboto-r';
}
.message-body .text-area {
    padding: 24px;
    width: 100%;
    background-color: #f4f9fb;
    border: none;
}
.message-body .text-area:focus-visible {
    outline: none;
}
.message-body input:focus {
    outline: none;
    box-shadow: none;
    background-color: #f4f9fb;
}
.submit-btn {
    background-color: #1c4670;
    height: 45px;
    width: 100px;
    display: flex;
    align-items: center;
    border: none;
    color: white;
    font-size: 18px;
    font-family: 'Roboto-b';
}
.submit-btn input {
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.message-body .border-effect::before {
    border-top: 1px solid transparent;
    border-bottom: 44px solid #1c4670;
}
.message-body .border-effect::after {
    border-top: 45px solid #1c4670;
}
iframe {
    margin-bottom: 7%;
}

/************************* PRIVACY POLICY CSS *************************/

.privacy-terms .container {
    max-width: 1220px;
}
.privacy-terms .globle-head {
    color: #1c4670;
    font-size: 33px;
    font-family: 'Oswald-b';
    text-align: center !important;
}
.privacy-content {
    font-size: 20.83px;
    color: black;
    font-family: 'Roboto-r';
    text-align: center;
    padding: 0 7%;
}
.privacy-terms .points {
    margin-bottom: 5%;
}
.privacy-terms .points h3 {
    font-size: 25px;
    color: #1c4670;
    font-family: 'Roboto-b';
}
.privacy-terms .b-content {
    font-family: 'Roboto-b';
}
.navigation .dropdown-item.active, .navigation .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #278ab0 !important;
}

.ban-text p {
	font-size: 20px !important;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 7px !important;
    right: 7px !important;
    z-index: 2;
    padding: 0rem 0rem !important;
    font-size: 17px !important;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(300deg) brightness(102%) contrast(103%);
}




/*  ADA STYLING */


.yellow-link {
    color: yellow !important; 
}
.bigger-font_ada {
    font-size: 30x !important; 
}

.increase-word-spacing p {
    word-spacing: 15px;
}
.increased-line-height {
    line-height: 2; 
}

.extra-increased-line-height {
    line-height: 2.5; 
}

.super-increased-line-height {
    line-height: 3; 
}
.read-btn, .header_paragraph, h2 {
    color: #000000; 
}

/*  ADA STYLING MORE*/

.magnify-hover {
    font-size: 24px;
    transition: font-size 0.3s ease-in-out;
}

.magnify-hover:hover {
    font-size: 36px; 
}

.button-boxxxx {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 999;
    right: 0;
/*    bottom: 165px;*/
}


.button-boxxxx a {
    background: red;
    color: #fff;
    padding: 7px 7px;
    border-radius: 50%;
    text-decoration: none;
    margin: 6px 6px 0px 0px;
}
.button-box_modal .modal-body button {
    float: right;
}
.button-link-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.button-box_modal .modal-content {
    background-color: #eff1f5;
    margin-right: 15px;
}
.buttonn-main {
    background-color: #0048ff;
    padding: 10px 10px;
    text-align: center;
    margin: 6px 0px;
    border-radius: 6px;
    width: 100%;
}
.buttonn-main a {
    color: #fff;
    text-decoration: none;
}
.button-box_modal .modal-body h2 {
    text-align: center;
}
.button-box_modal .modal-dialog {
    margin-right: unset;
}



@media screen and (max-width:820px)   {
    .button-box_modal .modal-dialog {
        margin-right: auto !important; 
    }
    .button-box_modal .modal-content {
        margin-right: 8px;
    }
}


    .qwerty {
       background-color: #0048FF;
        padding: 10px 10px;
        text-align: center;
        margin: 6px 0px;
        border-radius: 6px;
        width: 100% !important;
        color: white;
    }
    .inputlabel{
        color: white;
    }
/*  ADA STYLING */


