/*** Start Header Shape CSS ***/
            .txt-of-3 {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                color: #525b5b;
            }

.main-menu>ul>li>a:hover {
    color: #fff!important;
}
/*.header-layout2 .logo-shape {*/
/*    display: inline-block;*/
/*    height: 100%;*/
/*    width: 27.7%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-color: var(--white-color);*/
/*    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 90px) 100%, 0% 100%);*/
/*    clip-path: polygon(0 0, 100% 0%, calc(100% - 90px) 100%, 0% 100%);*/
/*    z-index: -1;*/
/*}*/

.header-layout2 .logo-shape {
    display: inline-block;
    height: 100%;
    width: 27.7%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-clip-path: polygon(0 0, calc(100% - 90px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 90px) 0%, 100% 100%, 0% 100%);
    z-index: -1;
}


@media (max-width: 1700px) {
    .header-layout2 .logo-shape {
        width: 33%;
    }
}

@media (max-width: 575px) {
    .header-layout2 .logo-shape {
        width: 280px
    }
}

@media (max-width: 1300px) {
    .header-layout2 .header-button {
        margin-left: 20px
    }
    .header-layout2 .logo-shape {
        width: 42%;
    }
}

@media (max-width: 1199px) {
    .header-layout2 .logo-shape {
        width: 50%;
    }
}


/*** End Header Shape CSS ***/


/*** Header Mobile View Change Color CSS ***/

@media (max-width: 992px) {
    .header-layout2 .menu-area {
        background-color: var(--white-color) !important;
    }
    .header-logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/*** Header Mobile View Change Color CSS ***/


/*** Start Product & Services CSS ***/

.category-sec-wrap .sec-title {
    font-size: 36px;
    margin-bottom: 90px;
}

.slick-list {
    padding: 30px 50px;
}

.category-card {
    text-align: center;
    border-radius: 10px;
    border: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
    background: var(--white-color, #fff);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
}

.category-card_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    background-color: var(--smoke-color);
    border-radius: 999px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin: auto;
    margin-bottom: 20px;
}

.category-card_title {
    font-size: 20px;
    font-weight: 500;
    margin-top: -0.23em;
    margin-bottom: 2px;
}

.category-card_text {
    margin-bottom: 17px;
}

.category-card .th-btn {
    padding: 10.5px 20px;
    width: 100%;
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    box-shadow: 0px 6px 16px rgb(125 49 53 / 52%);
    border-radius: 5px;
}

.th-btn:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 600%;
    background-color: var(--title-color);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
}


/*** END Product & Services CSS ***/


/*** Start whats New Section CSS ***/

.home-section-2 {
    padding: 60px 0;
    /* background: linear-gradient(175deg, #ffffff 0, rgb(235 245 255) 84.33%); */
}

.whatsnew {
    background: #fff;
    padding: 35px;
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    height: 354px;
    box-shadow: 0 10px 50px #11146717;
}

.whatsnew .heading2 {
    margin-bottom: 10px;
}

.whatsnew .heading2 {
    color: var(--theme-color);
    font-size: 25px;
}

.whatsnew marquee {
    height: 226px;
}

.whatsnew ul {
    padding: 0;
    margin: 0;
}

.whatsnew ul li {
    list-style: none;
    margin-bottom: 25px;
    font-size: 16px;
}

.whatsnew ul li strong span {
    background: var(--theme-color);
    padding: 1px 10px;
    font-size: 11px;
    color: #fff;
    border-radius: 21px;
    text-transform: uppercase;
    margin-left: 8px;
}

.whatsnew ul li p a {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.whatsnew ul li p :hover {
    text-decoration: underline;
}


/*** End whats New Section CSS ***/


/*** Start Footer CSS ***/

.footer-wrap {
    position: relative;
}

.footer-wrap .footer-top {
    background-color: #000;
}

.footer-wrap .footer-top .footer-widget {
    margin: 0 0 30px;
}

.footer-wrap .footer-top .footer-widget .footer-logo {
    margin: 0 0 20px;
    display: block;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title,
.footer-wrap .footer-top .footer-widget p,
.footer-wrap .footer-top .footer-widget a {
    color: #fff;
}

.footer-contact-address {
    margin: 0 0 9px;
}

.footer-contact-address li {
    position: relative;
    color: #fff;
    padding-left: 30px;
    line-height: 32px;
    padding-bottom: 12px;
    list-style: none;
}

.footer-contact-address li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: var(--theme-color);
}

.footer-wrap .footer-top .footer-widget .share-on span {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 8px;
    display: block;
}

.footer-wrap .footer-top .footer-widget .share-on span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--theme-color);
    width: 50px;
    height: 1px;
}

.social-profile li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer-wrap .footer-top .footer-widget .share-on .social-profile li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-wrap .footer-top .footer-widget .share-on .social-profile li a i {
    color: var(--theme-color);
    font-size: 16px;
    line-height: 27px;
}

.footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover {
    background-color: var(--theme-color);
}

.footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover i {
    color: #fff;
}

.social-profile li a {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
}

.footer-wrap .footer-top .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--theme-color);
    width: 50px;
    height: 1px;
}

.footer-wrap .footer-top .footer-widget .footer-menu li {
    padding-bottom: 10px;
    display: block;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: .4s;
    transition: .4s;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background-color: var(--theme-color);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a:hover {
    color: var(--theme-color);
}

.footer-wrap .footer-top .footer-widget .footer-menu li a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.footer-widget .footer-menu,
.footer-contact-address,
.DICGC_Assurance {
    padding-left: 0px;
}

.footer-wrap .footer-bottom {
    background-color: var(--theme-color);
    padding: 15px 0;
}

.footer-wrap .footer-bottom .copyright-text {
    text-align: left;
}

.footer-wrap .footer-bottom .copyright-text p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

.footer-wrap .footer-bottom .copyright-text p a {
    color: #fff;
    font-weight: 700;
}

.social-links {
    padding-left: 0;
    text-align: end;
    margin-bottom: 0;
    list-style-type: none;
}

.social-profile {
    padding-left: 0;
}

.footer-count {
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 110px;
    text-align: center;
}

.DICGC_Assurance {
    display: flex;
    gap: 15px;
    list-style-type: none;
}


/*** END Footer CSS ***/

@media only screen and (max-width: 576px) {
    .about-img-wrap .mask-img-wrap img {
         width: 336px!important;
    }
  }
  
  
/*** New CSS ***/
            .whats-new {
    background-color: #efefef;
    width: 100%;
    /* height: 60px; */
    height: 50px;
}
.headline-title {
    font-size: 18px;
    background-color: var(--theme-color);
    color: #fff;
    height: 100%;
    min-width: 241px;
    position: relative;
    margin-right: 40px;
    font-weight: 500;
}
.headline-title span {
    color: #fff;
    display: inline-block;
}

.headline-title::after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--theme-color);
    position: absolute;
    right: -8px;
}

.news-start{
    padding-top: 25px;
}
@media only screen and (max-width: 767px) {
    .headline-title {
        min-width: 142px;
        margin-right: 14px;
    }
}

/*** New CSS ***/

/*** Financial Strength ***/
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-smoke {
    background-color: #f5f5f5 !important;
}
.title-area {
    margin-bottom: calc(30px - 10px);
    position: relative;
    z-index: 2;
}
.process-card-area {
    position: relative;
}
.process-card-wrap {
    padding: 30px 0 0 30px;
}
.process-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}
.process-card {
    position: relative;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    padding: 30px 20px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}


.process-card_icon {
    margin-bottom: 24px;
}
.process-card img {
    transition: transform 0.9s ease;
}
.process-card .box-title {
    font-weight: 600;
    margin-bottom: 1px;
}
.box-title {
    /*font-size: 25px;*/
    font-size: 18px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}
.process-card .box-title {
    font-weight: 600;
    margin-bottom: 1px;
}

.financial-section .counter-card_text {
    font-weight: 500;
    color: #ca1f26;
    display: block;
    margin-bottom: -0.5em;
    font-size: 18px;
}
        .financial-box-img{
            height: 100px;
    width: 100px;
    text-align: center;
    background: #f0f5fb;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    padding: 19px;
        }

.process-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.process-card img {
    transition: transform 0.9s ease;
}

.process-card:hover img {
    transform: scale(-1) rotate(180deg);
}

.process-card:hover {
    transform: scale(1.05);
}

/*** Financial Strength ***/


.first-slider{
    width: 500px;
    height: 500px!important;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.25);
    border: 4px solid #e6c09b;
    transition: 0.4s;
}

.slider-hero-img{
    padding-top: 70px; 
    padding-bottom: 70px; 
    text-align: end;
}