a.sticky-logo img {
    width: 100px;
}
header.header-area {
    background-color: #1d1da2d6;
}
.header-navigation .main-menu ul > li > a {
    color: #ffffff;
}

.navigation-three.sticky .main-menu ul > li > a {
    color: #000000;
}
.nav-right-item .form-control {
    border-radius: 4px;
    width: 160px;
}
.nav-right-item {
    gap: 36px;
}
.nav-right-item button {
    display: inline-block;
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 12px;
    position: absolute;
    right: -4px;
}
.nav-right-item button i {
    font-size: 20px;
    color: #00000057;
}
.nav-right-item .form-inline {
    flex-flow: nowrap;
}
.bar-item img {
    filter: invert(1);
}

.navigation-three.sticky .nav-right-item .bar-item img {
    filter: brightness(0.5);
}
.section-title img{
    width: 100px;
    margin-bottom: 12px;
}
.section-title h2 {
    font-weight: 600;
    font-size: 32px;
}
.card-box {
    /* width: 10%; */
}
.row.gap-3 {
    gap: 12px;
}
.service-box .icon img{
    width: 60px;
}
.hero-content{
    padding-top: 60px;
    padding-bottom: 60px;
}
.text p {
    line-height: 20px;
    font-size: 15px;
    margin-top: 10px;
}
.bg{
    background-image: url('../images/bg/icai-bg.jpg');
    background-size: cover;
}
.card-box:hover img {
    animation: zoom-in-zoom-out 2s ease-in-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1); /* Original size at the start */
  }
  50% {
    transform: scale(1.2); /* Zoom in to 120% at the midpoint */
  }
  100% {
    transform: scale(1); /* Return to original size at the end */
  }
}
.offcanvas-panel .offcanvas-panel-inner .panel-logo img {
    width: 130px;
}
.panel-logo {
    text-align: center;
}
ul.offcanvas-sub-menu li a {
    color: #3d3d97;
    font-weight: 600;
    margin: 6px 0px;
    cursor: pointer;
}
.message-box{
    padding-top: 10px;
    border-top: 1px solid rgba(31, 30, 23, 0.071);
}
.arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.arrow-btn:hover {
    background-color: #e0eaff;
    transform: scale(1.08);
}
.parent_block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.parent_block {
    min-width: 80px;
}
.service_img_new {
    width: 40px;
}
.service-block_three-icon {
    width: 80px;
    height: 80px;
    z-index: 10;
    font-size: 48px;
    line-height: 80px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    background-color: rgb(65 65 177);
    margin: auto;
}
.text:hover .service-block_three-icon {
    background-color: #eece38;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
.main-btn.btn-blue {
    background-color: #3a3ac3;
    color: white;
}

.close-sec .show-to-hide {
    background: #2c80ff;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    right: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 337;
}
.contact-row{
    display: none;
}
.contact-row.show{
  display: flex;
}
.show-to-hide i {
    transition: transform 0.3s ease;
}

.show-to-hide.active i {
    transform: rotate(180deg);
}
.bg-service {
    background-color: #fff2b8 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
    .header-navigation .main-menu .menu-item  ul.sub-menu > li > a {
        font-size: 14px !important;
    }
}