@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600&display=swap');
:root{
    --primary-color : #1a337f;
    --secondary-color:#7baf37;
}
*::selection{
    background:var(--primary-color) !important;
}

body,.font-nunito{
    font-family: 'Raleway', sans-serif;
}
.font-bold {
    font-weight: 700;
}
h4 span{
    color:var(--primary-color) !important;
}
.latest_release_content table {
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
}
.latest_release_content table td,.latest_release_content table th {
    border: 1px solid #ddd;
    padding: 9px 15px;
}
.latest_release_content table th {
    font-weight: 700 !important;
    color: #333;
}
.latest_release_content img {
    max-width: 250px;
}
figure table td,figure table th {
    border: 1px solid #aaa;
    padding: 8px 15px;
}
figure table {
    margin-top: 20px;
}
table td,
table th {
    font-size: 14px;
}
.tab-head ul li div.active{
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.menu-item.active .menu-link,
.btn-indigo,
.badge__item .l__items .a__right .round_circle .pie:before,
.bg-indigo-600 {
    background-color:var(--primary-color) !important;
    background:var(--primary-color) !important;
}
.bg-indigo-600{
    color:#fff;
}

.btn-indigo:hover,
.bg-indigo-600:hover {
    background:var(--secondary-color) !important;
}
.badge__item .l__items:before{
    display: none
}
.menu-item.hover .menu-link.have-sub-menu {
    background-color: #e8f7af;
}
.menu-item.hover .menu-link.have-sub-menu .menu__icon,
.menu-item.hover .menu-link.have-sub-menu .menu__name{
    fill:var(--primary-color);
    color:var(--primary-color)
}
.menu-item.active .menu-link.have-sub-menu .menu__icon,
.menu-item.active .menu-link.have-sub-menu .menu__name{
    fill:#fff;
    color:#fff
}
.menu-item.active .sub-menu-items .sub-menu-item.active .menu__name,
.menu-item.active .sub-menu-items .sub-menu-item.active .menu__icon{
    fill:var(--secondary-color);
    color:var(--secondary-color)
}
.toggle_swtich input:checked~.dot{
    background:var(--secondary-color)
}
#topnav .navigation-menu > li.a_t_button {
    display: none;
}
.cdc-section.cdc-section-right .cdc-filler {
    background-color: rgb(26 51 127);
}
.cdc-section.cdc-section-left .cdc-filler {
    background-color: rgb(77 96 153);
}
span.cdc-legend-item:first-child span.cdc-legend-item-color {
    background-color: rgb(26 51 127);
}
span.cdc-legend-item:last-child span.cdc-legend-item-color {
    background-color: rgb(77 96 153);
}
.response__details .c__wrapper .c__line .cl__b:after {
    background: linear-gradient(0deg, rgb(132 145 182) 0%, rgb(26 51 127) 100%);
}

/* .shape.absolute svg path {
    fill: var(--primary-color);
} */
footer.bg-dark-footer {
    background: var(--primary-color);
}

.fixed.-right-1.z-3 {
    display: none;
}
.fixed.-right-1.z-50 {
    display: none;
}
li.btn_support a {
    background-color: var(--primary-color) !important;
    display: inline-block;
}

/* Sub menus */
.navigation-menu li>ul {
    display: none;
}
.navigation-menu li:hover ul {
    display: block;
}
.navigation-menu li>ul {
    position: absolute;
    top: 75px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.12) 0px 0px 10px;
    width: 100%;
    padding: 5px 15px;
    border-radius:0.375rem;
}
.navigation-menu li {
    position: relative;
}
.navigation-menu li>ul li a {
    line-height: 26px;
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.navigation-menu li>ul li a:hover {
    color: var(--primary-color);
}
.navigation-menu li>ul {
    min-width: 300px;
    right: 0;
}

.chat_public {
    display: none;
}
a.knowledget_link {
    background: #ddd;
    display: inline-block;
    margin-right: 20px;
    padding: 5px 15px;
    border-radius: 4px;
    transition: 0.3s all;
}
a.knowledget_link:hover {
    background: #1a337f;
    color: #fff;
}

.video-main {
    position: relative;
    display: inline-block;
    margin-left: 22px;
  }
  .video {
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #7aab34;
    z-index: 9;
  }
  .video-main .fa-play:before {
    border-left: 15px solid #ffffffd9;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    /* border-right: 0px solid #0000; */
    content: "";
    width: 0;
    height: 0;
    font-size: 0px;
    margin-left: 5px;
}

  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.6, 0.6);
      transform: scale(0.6, 0.6);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  .fa-play:before {
    content: "\f04b";
  }
  .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(122 171 52 / 45%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: 1;
     -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
  }       
  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }



@media (max-width:767px){
    .init_chat{
        right:1rem;
    }
}
@media (min-width:1024px){
    li.btn_support a {
        padding: 8px 20px !important;
        text-align: center;
        min-height: 22px !important;
        margin-top: 18px;
        color: #fff !important;
        border-radius: 4px;
    }
}