:root {
    --caro_arrow_width:35px;
    --sm_arrow_width:25px;
  }
.fz-40{
    font-size: 40px;
}
.fz-30{
    font-size: 30px;
}
.fz-24{
    font-size: 24px;
}
.fz-22{
    font-size: 22px;
}
.fz-20{
    font-size: 20px;
}
.fz-18{
    font-size: 18px;
}
.fz-14{
    font-size: 14px;
}
.fz-56{
    font-size: 56px;
}
.lh{
    line-height: 22px; 
}
.c-grey{
    color:#75767A;
}
.b-bold{
    font-weight: bold;
}
.b-300{
    font-weight: 300;
}
.b-600{
    font-weight: 600;
}
.b-500{
    font-weight: 500;
}
.b-400{
    font-weight: 400;
}
.b-700{
    font-weight: 700;
}
.b-900{
    font-weight: 900;
}
body{
    margin-top:142px;
}
/* header css */
header{
    position: fixed;
    top: 0;
    z-index: 2;
}
section{
    z-index: 0;
}
footer{
    background: black;
}
footer *{
    color: white;
    text-decoration: none;
}
.topNav{
    border-bottom: 1px solid #dee2e6;
}
#search_box_modal .modal-header{
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
#site_search{
    width:100% !important;
    font-size: 1.34rem;
    border:0 !important;
}
#site_search:focus{
    outline: 0 !important;
    border:0 !important;
}
.modal_close{
    background: white;
    border:0;
    opacity: 0.5;
    font-size: 30px;
}
.modal_close i{
    -webkit-text-stroke: 1px white !important;
}
.modal_close:hover{
    color:#E30613 !important;
    opacity: 1;
}
.dropdown-menu {
    opacity: 0;
    display: none;
    visibility: hidden;
    transform-origin: top;
    transform: scale(1, 0.5);            
    transition: all 300ms ease;
    border-radius: 0 !important;
    margin-left:-32px;
    width: 798px;
    padding-left:50px;
    padding-right:50px;
    padding-top:20px;
    padding-bottom:20px;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-menu.show {
    transform: scale(1, 1) translateY(0);  
    opacity: 1;
    visibility: visible;
    margin-top: 4px;
}
.dropdown-toggle > i{
    transition: all 300ms ease;
}
.dropdown-toggle.show > i{
    transform: rotate(180deg);
}
.navbar-toggler{
    background:#e30613;
    border-left: 1px solid #b1050f;
    width: 59px;
    height: 48px;
    padding: 0 !important;
}
.navbar-toggler:focus{
    box-shadow: none;
}

.bar1, .bar2, .bar3 {
    width: 50%;
    height: 2px;
    background-color: white;
    margin: 8.8px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-8px, 7px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.navbar{
    width: 100%;
    display: block;
    transition: top 0.3s;
    border-bottom: 1px solid #dee2e6;
}
.srh_btn{
    width:59px;
    height: 48px;
    background:#e30613;
    border:0;
}
nav > div > div> ul> li{
    box-sizing: border-box;
    border-bottom:solid 4px white;
}
nav > div > div> ul> li:hover{
    border-bottom:solid 4px #e30613;
}

i{
    -webkit-text-stroke: 0px white !important;
}
.nav_li_2 a:hover{
    background:none !important;
}
.nav_featured_img-call-out{
    position: absolute;
    right: 5px;
    top: 5px;
    background: rgba(0, 0, 0, 0.6);
    padding: 3px 10px;
    color: rgb(255, 255, 255);
    font-size: 0.8rem;
    font-weight: 300;
}
@media only screen and (max-width: 991px) {
    body{
        margin-top:81px !important;
    }
    
    nav{
        overflow-x: hidden; 
        overflow-y: scroll;
        max-height: 100vh;
        width: 60% !important;
        margin-left: auto;
        border-left: 1px solid #dee2e6;
        border-top: none !important;
    }
    .nav-link i{
        float:right;
    }
    .nav_tit{
        font-weight: 400;
        font-size: 16px;
    }
    .nav_li_2{
        margin-bottom:8px !important;
    }
    nav > div > div> ul> li{
        border-bottom:none;
    }
    nav > div > div> ul> li:hover{
        border-bottom:none;
    }
    .dropdown-menu{
        border:0 !important;
        margin:0;
        padding:0;
        width:auto !important;
    }
    .nav-link:focus{
        border: 0 !important;
        outline: 0!important;
    }
    .left_nav>li>a{
        font-size: 20px !important;
    }
    .right_nav>li>a{
        font-size: 18px !important;
    }
    .about_menu{
        margin:0 !important;
    }
    .carousel-indicators{
        justify-content: center !important;
    }
    .nd_caro_prev{
        top: 27vw !important;
        left: 5% !important;
        opacity: 0.5 !important;

    }
    .nd_caro_next{
        top: 27vw !important;
        right: 5% !important;
        opacity: 0.5 !important;
    }
    .content_card > div{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .bdb:before{
        right: 0 !important;
    }
    .bdtb:before{
        left: 0 !important;
        right: 0 !important;
    }
    .client_stories_container > div,
    .multi_card>div,
    .nd_latest>div{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .social-links {
        border-bottom: 2px solid #dee2e6;
    }
    
}
@media only screen and (max-width: 1132px) {
    .left_nav>li>a{
        font-size: 16px;
    }
    .right_nav>li>a{
        font-size: 16px;
    }
}
/* header css end */
/* content css */
.carousel-indicators{
    z-index: 1 !important;
    justify-content: flex-end;
    margin-right: 5% !important;
    margin-left: 5% !important;
}
.carousel-indicators>button{
    
    width:15px !important;
    height:15px !important;
    border-radius: 50%;
    background-color: wheat !important;
    opacity: 0.85 !important;
    margin-right: 12px !important;
}
.carousel-indicators .active{
    background-color: #D32237 !important;
    opacity: 1 !important;
}
.caro_caption{
    position: absolute;
    top: 50% ;
    left: 50% ;
    transform: translate(-50%,-50%);
    text-decoration: none;
}
.caro_title{
    margin-right: 15px;
    font-size: 72px;
    color:white;
    font-weight: 900;
}
.caro_div_title{
    width: 807px;
    height: 92px;
    background:white;
}
.caro_div_title_tit{
    font-size: 56px;
    color: black;
    font-weight: 300;
}


.arrow_line{
    width:var(--caro_arrow_width);
    height: 3px;
    background: #e30613;
    transition: all 0.5s ease;
}
.arrow_direct{
    width: 15px;
    height: 15px;
    margin-left: -15px;
    border-top: 3px solid #e30613;
    border-right: 3px solid #e30613;
    transform: rotate(45deg);
}
.arrow_line_sm{
    width:var(--sm_arrow_width);
    height: 2px;
    background: #e30613;
    transition: all 0.5s ease;
}
.arrow_direct_sm{
    width: 8px;
    height: 8px;
    margin-left: -8px;
    border-top: 2px solid #e30613;
    border-right: 2px solid #e30613;
    transform: rotate(45deg);
}
.caro_caption>div:hover{
    --caro_arrow_width:45px;
}
.caro_caption_div{
    position:relative;
}
.caro_badge{
    position:absolute;
    right: 0;
    bottom:-28px;
    font-size: 16px;
    background: #e30613;
    padding: 2px 12px;
}
/* carousel css end */
.related-content__tab-title-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
}
.related-content__tab-title-list__item {
    scroll-snap-align: start;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}
.related-content__tab-title-list__item__link {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #6c757d;
    position: relative;
    transition: all 0.25s ease-in-out;
}
.related-content__tab-title-list__item__link:before {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 3px;
    width: 0;
    margin: 5px 0 0;
    transition: all 0.25s ease-in-out;
    transition-duration: 0.3s;
    opacity: 0;
    background-color: #e30613;
    left: 0;
}
.related-content__tab-title-list__item:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #ced4da;
    position: absolute;
    right: 0;
}
.last_item:after{
    display: none;
}
.related-content__tab-title-list__item__link.active {
    color: #000;
}
.related-content__tab-title-list__item__link:hover{
    color:#e30613;
}
.related-content__tab-title-list__item__link:hover:before,
.related-content__tab-title-list__item__link.active:before {
    width: 100%;
    opacity: 1;
}
/* content_card css */
.content_card{
    display: none;
}
.content_card.active{
    display: flex !important;
}

.content_card_header{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    margin-bottom: 12px;
    color: #6c757d;
}
.content_card_body{
    font-size: 30px;
    font-weight: 600;
}
.content_card_body>span{
    background-size: 100% 0;
}
.content_card_body>span:hover{
    background-image: linear-gradient(120deg, #e30613 0%, #e30613 100%);
    background-repeat: no-repeat;
    background-size: 100% .2em;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
}
.content_card_researt_btn{
    border:1px solid black;
    text-decoration: none;
    float:right;
    background: linear-gradient(to right, #e30613 50%, transparent 50%);
    background-size: 220% 100%;
    background-position: right bottom;
    transition: all 0.25s ease-in-out;

}
.content_card_researt_btn:hover{
    background-position: left bottom;
    color:white !important;
}
.bdtb,.bdb{
    position: relative;
}
.bdtb:before{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    border-top: solid 1px #ced4da;
    border-bottom: solid 1px #ced4da;
}
.bdb:before{
    content: "";
    position: absolute;
    left: 10;
    right: 10px;
    top: 0;
    bottom: 0;
    border-bottom: solid 1px #ced4da;
}


.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
 }
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}

/* multi content card css */
.multi_card>div{
    display: flex;
    flex-flow: column;
}
.multi_content_card_link{
    position: relative;
}
.multi_content_card_link:hover{
    font-size: 50px !important;
    --sm_arrow_width:35px;
}
.srh_opp_btn:hover{
    --sm_arrow_width:35px;
}
/* .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
} */
.nd_caro_prev{
    top: 0px;
    right: 120px;
    left: auto;
    bottom: auto;
    border: 1px solid black;
    color: #000;
    width: 33px !important;
    opacity: 1 ;
}
.nd_caro_next{
    top: 0px ;
    right: 70px ;
    left: auto;
    bottom: auto;
    border: 1px solid black;
    color: #000;
    width: 33px !important;
    opacity: 1;
}
.nd_caro_prev i,.nd_caro_next i{
    -webkit-text-stroke:0px black !important;
}
.nd_caro_prev,.nd_caro_next{
    background: linear-gradient(to right, #e30613 50%, transparent 50%);
    background-size: 220% 100%;
    background-position: right bottom;
    transition: all 0.25s ease-in-out;
}
.nd_caro_prev:hover,.nd_caro_next:hover{
    background-position: left bottom;
    color: white !important;
}
.nd_caro_prev:focus,.nd_caro_next:focus{
    color: initial;
}
.want_more_div{
    padding:28px 16px 28px 16px !important;
}
/* footer css */
ul{
    list-style: none;
    padding-left: 0;
}
.footer-content a {
    font-size: 18px;
}
.utility-container ul li {
    border-right: 1px solid #dee2e6;
    display: inline-block;
    padding-right: 10px;
    margin-right: 6px;
    line-height: 1rem;
}
footer a:hover{
    color: #e30613 !important;
    border-bottom: 1px solid white;
}
/* end footer css */
@media only screen and (max-width: 1260px) {
    .caro_caption_div{
        display: block !important;
    }
    .caro_title>p{
        margin-bottom:0 !important;
    }
    .footer-logo{
        display: none;
    }
}
@media only screen and (max-width: 950px) {
    .caro_div_title{
        width:600px;
    }
    .caro_div_title p{
        font-size: 40px;
    }
    .caro_title{
        font-size: 56px;
    }
}
@media only screen and (max-width: 750px) {
    h2{
        font-size: 36px !important;
    }
    h3{
        font-size: 30px !important;
    }
    .content_card_body{
       font-size: calc(1.90476vw + 11.71429px);
    }
    .caro_div_title{
        width:auto !important;
        height: 60px;
    }
    .caro_div_title p{
        font-size: 24px;
        margin-bottom: 8px !important;
    }
    .caro_title{
        font-size: 40px;
    }
    .nd_caro_sub,.latest_news_container{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .tab_cotainer,
    .nd_tab_cotainer,
    .multi_card,
    .client_stories_container{
        padding:64px 16px 64px 16px !important;
    }
}
@media only screen and (max-width: 576px) {
    .nav-link:focus{
        border: 0 !important;
        outline: 0!important;
    }
    .carousel-item >img{
        width: auto !important;
        height: 400px !important;
    }
    .carousel-item >img{
        width: auto !important;
    }
    .footer-needs-links{
        margin-bottom: 16px;
    }
    footer{
        padding-left:0px !important;
        padding-right: 0px !important;
    }
    #search_box_modal .modal-header{
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    }
    #site_search{
        width:100% !important;
        font-size: 1.34rem;
        border:0 !important;
    }
    #site_search:focus{
        outline: 0 !important;
        border:0 !important;
    }
    .modal_close{
        background: white;
        border:0;
        opacity: 0.5;
        font-size: 30px;
    }
    .modal_close i{
        -webkit-text-stroke: 1px white !important;
    }
    .modal_close:hover{
        color:#E30613 !important;
        opacity: 1;
    }
}
@media only screen and (max-width: 520px) {
    .arrow{
        width: 60px !important;
    }
    .caro_div_title{
        width:auto !important;
        height: 40px;
    }
    .caro_title{
        font-size: 32px;
    }
    .caro_div_title p{
        margin-bottom: 4px !important;
    }
    .caro_caption{
        margin-top:-20px;
    }
    .carousel-indicators{
        bottom:-15px !important;
    }
    nav{
        width: 100% !important;
    }
    .content_card_researt_btn{
        width:100%;
        text-align: center;
    }
    
}
