
.blink {
  animation: smoothBlink 2s ease-in-out infinite;
}

@keyframes smoothBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

/*** Start Header Shape CSS ***/

.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;
}

@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-color2);
    color: var(--white-color);
    font-family: var(--title-font);
    box-shadow: 0px 6px 16px rgb(0 168 90 / 18%);
    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-color2);
    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: var(--theme-color);
}

.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: #fff;
}

.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 25px;
    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-color2);
    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-color2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-wrap .footer-top .footer-widget .footer-menu li a:hover {
    color: var(--theme-color2);
}

.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-color2);
    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;
}

.about-section-home .sec-title::before {
    display: none;
}
.mobile-app-section .title-area .sec-title:before {
    display: none;
}

/*** END Footer CSS ***/