.derisk-logo {
    width: 335px;
    /* width:300px; */
}
p{
    text-align:justify;
}

.header-contact-block {
    /* background:#fff; */
    background: #0C385F;
    border-bottom: 1px solid #f9f9f9;
}

.header-contact-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

.hcc-single {
    margin-right: 20px;
}

.hcc-single:last-child {
    margin-right: 0;
}

.hcc-single a {
    /* color:#0C385F; */
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.banner-text span {
    display: block;
    margin: 0 0 10px 0;
    color: #DE2927
}

.page-banner-top {
    width: 100%;
   /*  max-height: 500px; */
   height:400px;
    object-fit: cover;
}

.team-member-block,
.team-member-block:hover,
.team-member-block:focus,
.team-member-block:active {
    text-decoration: none;
}

.flex-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.team-modal-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    max-width: 1320px;
    margin: 0 auto;
    align-items: center;
}

.team-member-content {
    flex: 0 0 100%;
    max-width: 100%;
}

.team-modal-desc-block {
    justify-content: flex-start;
    align-items: flex-start;
}

.tmd-left {
    flex: 0 0 40%;
    max-width: 400px;
}

.tmd-left .tmd-left-img {
    max-width: 100%;
}

.tmd-right {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 2rem;
}

.about-banner-2 {
    margin-top: 60px;
}

.address-block div a {
    color: #0C385F;
    text-decoration: none;
}

.address-block div a:hover,
.address-block div a:focus,
.address-block div a:active {
    text-decoration: underline;
}

.service-icon {
    width: 50px;
    margin: 0 0 16px 0;
}

.card-service-1 {
    min-height: 290px;

}


#main-slideshow .in-carousel-image::before {
    width: 180px;
    height: 100%;
    background: linear-gradient(to right, rgb(12, 56, 95) 0%, rgba(245, 247, 249, 0) 100%);
    position: absolute;
    content: "";
}

#main-slideshow h3,
#main-slideshow p.lead {
    color: #fff;
}

.nav-link {
    font-size: 1.1rem;
}

.dropdown-item {
    font-size:16px;
    font-weight:600;
    color:#0C385F;
}
.dropdown-item:hover,.dropdown-item:focus,.dropdown-item:active {
    /* font-size:16px; */
    color:#DE2927;
}
.whatsapp-fixed-icon{
    position:fixed;
    bottom:6vh;
    right:2vw;
    z-index: 99999;
}
.whatsapp-fixed-icon img{
    width:48px;
}
.home-banner-title-large span{
    color:#DE2927;
}
.row-home-services{
    align-items: center;
}
.home-services-img{
    max-width:90%;    
}
.home-services-image-block{
    text-align:center;
    margin:0 auto;
    align-self: stretch;
}
.card-home-service .card-body,.card-service-1 .card-body{
    background:#0C385F;
}
.card-home-service .card-body h5,.card-home-service .card-body .btn-link,
.card-service-1 .card-body p{
    color:#fff;
}
.card-home-service .card-body .btn-link:hover,.card-home-service .card-body .btn-link:focus,.card-home-service .card-body .btn-link:active{
    border-color:#DE2927
}
.tmd-right-text{
    color:#0C385F
}
.in-cirro-19 .btn-link{
    border-bottom:4px solid #DE2927
}
.home-service-icons{
    width:100%;
}
.in-cirro-17 .card.card-home-service .icon-wrap{
    padding:3px;
}
.team-member-img{
    border:2px solid #0C385F;
    border-radius:4px;
}
.misc-services-row .card-service-1{
    min-height:215px;
}
.cs-mgmt-policy-row .card-service-1{
    min-height:260px;
}
.corporate-training-row .card-service-1{
    min-height:260px;
}
.debt-financing-row .card-service-1{
    min-height:210px;
}
.risk-mgmt-adv-row .card-service-1{
    min-height:260px;
}
.card-service-1 p{
    text-align:left;
}
.bg-primary{
    background-color: rgba(var(--bs-primary-rgb), 1) !important;
}
.profile-social-icon{
    width:32px;
}
.about-block-1-img{
    float:right;
    max-width:390px;
    padding:0 0 0 40px;
}
.about-block-1-img img{
    margin:10px 0 10px 0;
}
/* @media (max-width: 1399px){
    .container {
        max-width: 1360px;
    }
    .misc-services-row .card-service-1{
        min-height:215px;
    }
    .cs-mgmt-policy-row .card-service-1{
        min-height:260px;
    }
    .corporate-training-row .card-service-1{
        min-height:260px;
    }
    .debt-financing-row .card-service-1{
        min-height:210px;
    }
    .risk-mgmt-adv-row .card-service-1{
        min-height:260px;
    }
} */

@media screen and (max-width:991px) {
    nav.sticky-nav .btn-mobile-navbar {
        display: none;
    }

    .derisk-logo {
        width: 230px;
    }

    .navbar .navbar-brand {
        margin-right: 0;
    }

    .hcc-single.email-address {
        display: none;
    }

    .hcc-single {
        margin-right: 2%;
        flex: 0 0 48%;
        max-width: 48%;
    }

    .hcc-single a {
        font-size: 12px;
    }

    .in-cirro-17 .img-headquarters {
        bottom: 0;
    }

    section:last-child.py-5 {
        padding-bottom: 2rem !important;
    }

    .in-cirro-footer a.footer-email {
        font-size: 14px;
    }

    .in-cirro-footer .in-footer-link .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }

    .in-cirro-footer .in-footer-link .list-inline-item a {
        margin-right: 5px;
        font-size: 14px;
    }

    .btn-mobile-navbar,
    .btn-mobile-navbar.show {
        box-shadow: none;
        border: 0px none;
    }

    .btn-mobile-navbar i {
        font-size: 24px;
        color: #0C385F;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .page-banner-top{
        height:250px;
    }
}
@media screen and (max-width:767px) {

    .tmd-left,
    .tmd-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tmd-left {
        margin: 0 0 20px 0;
    }

    .tmd-right {
        padding: 0;
    }

    .about-banner-2 {
        margin-top: 10px;
    }

    .card-body.py-4 {
        padding: 20px 10px !important
    }

    .card-service-1 {
        min-height: auto;
    }

    .derisk-cards-section .col {
        margin-top: 20px;
    }
    .home-service-block{
        flex-wrap:wrap;
        width:100%;
    }
    .home-service-block-left{
        flex:0 0 100%;
        max-width:100%;
        margin:0 0 16px 0;
    }
    .home-service-block-left h5,.home-service-block-right{
        font-size:14px;
        line-height:18px;
    }
    #home-services{
        padding:40px 0 !important;
    }
    .about-block-1-img{
        float:none;
        max-width:390px;
        padding:0;
    }
    .about-block-1-img img{
        margin:10px 0 20px 0;
    }
    .page-banner-top{
        height:250px;
    }

}