.hatr {
    display: flex;
    align-items: start;
    gap: 30px;
    margin-left: 40px;
}
.line {
    width: 120px;
    height: 1.5px;
    background: #252525;
    display: inline-block;
    border-radius: 50%;
    margin-top: 30px;
}
.hm_count_value span {
    font-size: 86px;
    color: #252525;
    font-weight: 400;
    font-family: "generalsans-regular";
    line-height: 10px;
}
.hm_counter p {
    color: #767676;
    font-size: 15px;
    font-weight: 400;
    margin: 13px 0px;
}
.hm_counter {
    text-align: center;
}
 .plus:after {
    content: "+";
    display: inline-block;
  }
  .hm_about_img {
    display: flex;
    gap: 30px;
}
 .hm_about_img img{
    width: 200px;
    height: 190px;
    object-fit: cover;
 }
.habr {
    display: flex;
    gap: 40px;
    margin-left: 40px;
}
.hm_about_bottom {
    margin-top: 90px;
}
.hm_about_content a {
    margin-top: 30px;
}
.highlight_wrap {
    background: #EDEDED;
    padding: 50px 30px;
    position: relative;
    text-align: center;
    transition: all .5s linear;
    overflow: hidden;
	height: 280px;
}
.highlight_wrap:hover span img {
    filter: grayscale(1) invert(0);
    transition: all .5s linear;
}
.highlight_wrap h6 {
    color: #252525;
    font-size: 26px;
    font-weight: 500;
    transition: all .5s linear;
    margin: 30px 0px;
}
.highlight_wrap span img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: all .5s linear;
}
.highlights {
    margin-top: 120px;
}
.highlight_wrap::after {
    position: absolute;
    content: '';
    left: -15px;
    top: 40px;
    width: 30px;
    height: 80px;
    background: #0056d4;
    border-radius: 60px;
    transition: all .5s linear;
}
.section.active .highlight_wrap::after {
    background: #fff;
    transition: all .5s linear;
}
.highlight_wrap:hover .highlight_bg{
    opacity: 1;
    transition: all .5s linear;
}
.highlight_wrap:hover h6{
    color: #0056D4;
    transition: all .5s linear;
}
.highlight_bg {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all .5s linear;
}
.product_slider_wrap {
    text-decoration: none;
    height: 480px;
    position: relative;
    border-right: 1px solid #E3EFFF42;
    transition: all .5s linear;
    text-align: center;
    display: grid !important;
    align-content: space-around;
    overflow: hidden;
    padding: 40px 40px 50px;
}
.product_arrow {
    border: 0;
    background: #252525;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 40px;
    top: 40px;
    opacity: 0;
    transition: all .5s linear;
    z-index: 9999;
}
.product_slider_wrap:hover .product_arrow{
    opacity: 1;
    transition: all .5s linear;
}
#product_slider {
    border-bottom: 1px solid #E3EFFF42;
    border-top: 1px solid #E3EFFF42;
    margin-top: 80px;
    margin-bottom: 130px;
}
.variations {
    background: #0056d4;
    color: #FFFFFF;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    font-family: "generalsans-light";
    border: 1px solid #FFFFFF4D;
    position: relative;
    z-index: 9;
    width: fit-content;
}
.product_slider_wrap::after{
    position: absolute;
    content: '';
    left: -100%;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s linear;
}
.product_slider_wrap:hover::after{
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    transition: all .3s linear;
}
.product_img {
    position: relative;
    z-index: 9;
    max-width: 230px;
    max-height: 230px;
    object-fit: contain;
    margin: auto;
}
.product_name {
    position: relative;
    z-index: 9;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 500;
    margin: auto;
    width: 260px;
    transition: all .3s linear;
}
.product_slider_wrap:hover .product_name{
    color: #252525;
}
.product_cta_left h3 {
    width: 560px;
}
/* rounded */
.circle {
    width: 240px;
    height: 240px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000005e;
    transition: all .3s linear;
    z-index: 9;
}
.play_icon {
    position: absolute;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #0000005e;
    transition: all .3s linear;
}
.rounded_text {
    position: absolute;
    width: 200px;
    height: 200px;
    fill: #252525;
    animation: textRotation 18s linear infinite;
    font-size: 14px;
    font-family: "generalsans-regular";
    letter-spacing: 3px;
    transition: all .3s linear;

}

@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}
.rounded_text span {
  position: absolute;
  left: 50%;
  transform-origin: 0 70px;
  font-weight: 500;
  transition: all .3s linear;
}
.play_icon_wrap {
    width: 50px;
    height: 50px;
    background: #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all .3s linear;
}
.play_icon_wrap img{
     animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all .3s linear;
}
.section.active .rounded_text {
    fill: #fff;
    transition: all .3s linear;
}
.section.active .play_icon{
    border-color: #ffffff5e;
    transition: all .3s linear;
}
.section.active .circle {
    border-color: #ffffff8a;
    transition: all .3s linear;
}
.product_cta_right {
    display: flex;
    justify-content: center;
}
#hm_products {
    position: relative;
}
#hm_products .container{
    position: relative;
    z-index: 9;
}
#hm_products::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -50px;
    background-image: url(../images/star.svg);
    width: 680px;
    height: 600px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    opacity: .1;
    transition: all .5s linear;
}
#hm_products.active::after{
    opacity: 1;
    transition: all .5s linear;
}
.c-offset-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    padding: 0;
    margin: 0;
    list-style: none;
}
            .c-offset-grid_item:nth-child(8n+1) {
        grid-column-start: 1;
    }
        .c-offset-grid_item:nth-child(8n+3) {
        grid-column-start: 2;
    }
        .c-offset-grid_item:nth-child(8n+4) {
        grid-column-start: 3;
    }
     .c-offset-grid_item:nth-child(8n+5) {
        grid-column-start: 2;
    }
.hm_solution_img {
    height: 190px;
    overflow: hidden;
    transition: height 0.5s linear;
    will-change: transform;
}
.hm_solution_img {
    transform-origin: center;
    transition: transform 0.5s ease;
    will-change: transform;
    position: relative;
    z-index: 9;
}

.c-offset-grid_item a:hover .hm_solution_img {
    transform: scaleY(0.80);
    height: 148px;
    will-change: transform;
}
.hm_solution_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
    will-change: transform;
}
.c-offset-grid_item a {
    background: #EDEDED;
    display: inline-block;
    width: 100%;
    padding: 40px;
    position: relative;
    text-decoration: none;
    transition: all .5s linear;
    height: 330px;
    overflow: hidden;
    will-change: transform;
}
.c-offset-grid_item a:hover{
    background: #0056D4;
    transition: all .5s linear;
    will-change: transform;
}
.solution_count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
    opacity: 0;
    transition: all .5s linear;
    will-change: transform;
    position: relative;
    z-index: 9;
}
.c-offset-grid_item a:hover .solution_count{
    display: flex;
    transition: all .5s linear;
    will-change: transform;
    opacity: 1;
}
.solution_count span{
    color: #FFFFFF;
    font-size: 15px;
    transition: all .5s linear;
    will-change: transform;
}
.solution_count button{
    width: 42px;
    height: 42px;
    background: #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    transition: all .5s linear;
    will-change: transform;
}
.hm_solution_title h6 {
    color: #252525;
    font-size: 24px;
    margin: 0;
    transition: all .5s linear;
    will-change: transform;
}
.c-offset-grid_item a:hover h6{
    color: #fff;
    transition: all .5s linear;
    will-change: transform;
}
.hm_solution_title{
    text-align: left;
    margin-top: 30px;
    transition: all .5s linear;
    will-change: transform;
    position: relative;
    z-index: 9;
}
.solution_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    object-fit: contain;
    opacity: 0;
    transition: all .5s linear;
}
.c-offset-grid_item a:hover  .solution_bg{
    opacity: 1;
    transition: all .5s linear;
}
.hm_blog_img {
    height: 300px;
    overflow: hidden;
    transition: all .5s linear;
     will-change: transform;
}
.hm_blog_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
     will-change: transform;
}
.hm_blog_details {
    margin-top: 30px;
     will-change: transform;
}
.hm_blog_wrap {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    transition: all .5s linear;
    padding: 10px 10px 30px 10px;
    will-change: transform;
}
.hm_blog_wrap:hover{
    background: #1C6BDF;
    transition: all .5s linear;
     will-change: transform;
}
.hm_blog_wrap:hover .hm_blog_img {
    transform: scale(.98);
    transition: all .5s linear;
     will-change: transform;
}
.hm_blog_wrap:hover .hm_blog_img img{
    /* transform: scale(1.1); */
    clip-path: inset(.2% round 3px);
    transition: all .5s linear;
     will-change: transform;
}
.date{
    color: #FFFFFF;
    font-size: 15px;
    font-family: "generalsans-light";
    margin-bottom: 20px;
    display: flex;
}
.hm_blog_details h5 {
    color: #252525;
    font-size: 28px;
    font-weight: 500;
    font-family: "generalsans-regular";
    margin: 0;
    width: 400px;
    transition: all .5s linear;
}
.section.active .hm_blog_details h5{
    color: #fff;
    transition: all .5s linear;
}
#hm_knowledge_centre {
    padding-left: 130px;
}
.hm_knowledge_right {
    border-left: 1px solid #e3efff26;
    padding-left: 20px;
}
#blog_slider .owl-nav button {
    width: 42px;
    height: 42px;
    background: #1C6BDF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 24px !important;
    border-radius: 50%;
    transition: all .5s linear;
}
#blog_slider .owl-nav button:hover{
    background: #252525!important;
}
#blog_slider .owl-nav {
    display: flex;
    gap: 20px;
    position: absolute;
    left: -55%;
    bottom: 50px;
}
.hm_knowledge_left {
    height: 100%;
    display: grid;
    align-content: space-between;
    padding: 50px 0px;
}
.hm_knowledge_left a {
    margin-left: 130px;
}
/* footer */
.ftr_title {
    color: #0056D4;
    font-size: 15px;
    margin-bottom: 20px;
}
.quick_link a {
    color: #252525;
    text-decoration: none;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    position: relative;
    transition: all .5s linear;
    width: fit-content;
}
.quick_link a::before{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #252525;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.quick_link a:hover::before{
  transform: scale3d(1,1,1);
}
.quick_link a::before{
  background: #252525;
  transform-origin: 100% 50%;
}
.quick_link a:hover::before{
  transform-origin: 0 50%;
}
.ftr_social_media a {
    width: 42px;
    height: 42px;
    background: #0055D2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    transition: all .5s linear;
}
.ftr_social_media a:hover {
    background: #ffffff;
    color: #0055d2;
    border: 1px solid #0055d2;
    transition: all .5s linear;
}
.ftr_social_media{
    display: flex;
    align-items: center;
    gap: 15px;
}
.ftr_social_media_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 145px 0px 40px;
/*     border-top: 1px solid #BFBFBF4D; */
}
.ftr_social_media_wrap h6 {
    color: #252525;
    margin: 0;
    font-size: 15px;
}
.ftr_menu {
    height: 450px;
    padding: 100px 40px 100px 100px;
}
.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #BFBFBF4D;
    padding: 20px 60px;
}
.copy_right p {
    margin: 0;
    font-size: 11px;
    color: #525252;
    font-family: "generalsans-medium";
}
.copy_right p a{
    text-decoration: none;
    color: #252525;
}
.ftr_left {
    border-right: 1px solid #bfbfbf4d;
    height: 100%;
}
footer {
    border-top: 1px solid #bfbfbf4d;
    background: #fff;
    overflow: hidden;
}
.ftr_logo {
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.ftr_logo a{
    position: relative;
    z-index: 9;
}
.ftr_left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ftr_left ul li {
/*     border-top: 1px solid #BFBFBF4D; */
    height: 120px;
    display: flex;
    align-items: start;
    padding: 0px 0px 0px 145px;
}
.ftr_left ul li:nth-child(2), .ftr_left ul li:nth-child(3){
    height: 90px;
}
/* .ftr_contact_left h6 {
    color: #767676;
    font-size: 15px;
    font-family: "generalsans-regular";
    margin: 0;
} */
 .ftr_contact_left h6 {
    color: #999999;
    font-size: 15px;
    font-family: "generalsans-medium";
    margin: 0;
}
.ftr_contact_right a {
    color: #252525;
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: all .5s linear;
    position: relative;
    z-index: 9;
}
.ftr_contact_left {
    min-width: 100px;
/*     border-right: 1px solid #bfbfbf4d; */
    height: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.ftr_contact_right {
    height: 100%;
    padding: 30px 40px 30px;
    width: 100%;
    transition: all .5s linear;
    position: relative;
    display: flex;
    align-items: center;
}
.ftr_contact_right::after{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0056d4;
    transition: all .5s linear;
}
.ftr_contact_right:hover::after {
    width: 100%;
    transition: all .5s linear;
}
.ftr_contact_right:hover a{
    color: #fff;
    transition: all .5s linear;
}
.hm_product_slider {
    position: relative;
    z-index: 999;
}
.hm_product_arrow button {
    width: 42px;
    height: 42px;
    background: #1C6BDF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 50%;
    font-size: 20px!important;
    transition: all .5s linear;
}
.hm_product_arrow button::before{
    display: none;
}
.hm_product_arrow button:hover{
    background: #252525!important;
    transition: all .5s linear;
}
.hm_product_arrow {
    position: absolute;
    top: -100px;
    right: 160px;
    z-index: 99;
    width: 50px;
}
#about {
    padding-top: 150px;
    background: #0056D4;
}
.about_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e3efff1f;
    padding-bottom: 40px;
}
.about_heading h5 {
    color: #FFFFFF;
    font-size: 26px;
    margin: 0;
    line-height: 30px;
    width: 545px;
}
.about_heading h3 {
    color: #FFFFFF;
    margin: 0;
}
.about_details {
    margin-top: 100px;
}
.about_details {
    margin-top: 100px;
    width: 80%;
    float: right;
}
#about {
    display: inline-block;
    width: 100%;
}
.about_image {
    height: 360px;
    overflow: hidden;
    margin-bottom: 60px;
}
.about_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_details h5 {
    color: #FFFFFF;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 28px;
}
.paragraph_white p{
    color: #FFFFFF;
    margin: 0;
}
.blue_text {
    color: #0056D4;
}
.why_us_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why_us_img {
    height: 450px;
    overflow: hidden;
    margin: 60px 0 60px;
}
.why_us_left h5 {
    color: #252525;
    font-size: 26px;
    margin-bottom: 20px;
}
.why_us_points .highlight_wrap::after {
    background: #fff;
}
.why_us_points .highlight_wrap {
    margin-bottom: 30px;
    text-align: left;
    padding: 50px 40px;
}
.why_us_left {
    width: 76%;
    position: sticky;
    top: 50px;
}
.why_us_points .highlight_wrap h6 {
    color: #0056D4;
}
.why_us_points .highlight_wrap span img {
    filter: brightness(0);
}
#why_us {
    border-bottom: 1px solid #BFBFBF4D;
}
#hm_knowledge_centre{
    overflow: hidden;
}
#events_list {
    padding-top: 150px;
    position: relative;
}
.latest_events {
    height: 400px;
    background: #0056D4;
    display: flex;
    align-items: center;
}
.latest_events_img {
    width: 50%;
    height: 100%;
}
.latest_events_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest_event_content{
    width: 50%;
    padding: 80px;
    height: 100%;
    display: grid;
    align-content: space-between;
}
.event_date {
    background: #1C6BDF;
    padding: 8px 15px;
    border-radius: 50px;
    display: flex;
    width: fit-content;
    color: #ffffffb5;
    font-size: 14px;
    font-weight: 100;
}
.latest_event_content h5 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 30px;
}
.event_list_wrap {
    height: 500px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    transition: all .5s linear;
    overflow: hidden;
    transition: all .5s linear;
}
.event_list_wrap:hover .event_list_image {
    transform: scale(1.05);
    transition: all .5s linear;
}
.event_list_image {
    width: 100%;
    height: 100%;
    transition: all .5s linear;
    object-fit: cover;
    will-change: transform;
}
.event_list_wrap .event_date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #0056D4;
    z-index: 9;
}
.event_list_content {
    background: #EDEDED;
    padding: 70px 20px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.event_list_content h6 {
    color: #252525;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
#event_list .row .col-lg-4 button {
    display: none;
    transition: all .5s linear;
}
#event_list .row .col-lg-4:nth-child(even) .event_list_content {
    background: linear-gradient(0deg, black, transparent);
}
#event_list .row .col-lg-4:nth-child(even) .event_list_content h6{
    color: #FFFFFF;
}
#event_list .row .col-lg-4:nth-child(even) .event_list_content p{
    color: #c9c9c9;
} 
.event_list_content button{
    color: #1272FF;
    margin-top: 20px;
    transition: all .5s linear;
}
.event_list_wrap:hover button {
    display: flex !important;
    transition: all .5s linear;
}
#event_details {
    padding-top: 150px;
    position: relative;
}
.event_main_img {
    height: 480px;
    overflow: hidden;
    position: sticky;
    margin-right: 70px;
    top: 10px;
}
.event_main_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event_details .event_date {
    background: #0056D4;
}
.event_title {
    color: #252525;
    font-size: 42px;
    font-weight: 400;
    margin: 30px 0px;
}
.event_details h5 {
    color: #252525;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0px 20px;
}
.event_details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.event_details ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-family: "generalsans-regular";
}
.event_details ul li strong{
    color: #ffffff;
}
.event_details ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-image: url(../images/bullet.svg);
    filter: brightness(0) invert(1);
}
.event_details ul li h6{
    color: #0056D4;
    font-size: 14px;
    font-family: "generalsans-medium";
    margin-bottom: 5px;
}
.back_btn_wrap{
    margin-bottom: 40px;
}
.back_btn {
    color: #979797;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 0px;
}
.back_btn iconify-icon{
    font-size: 20px;
}
.section.active .event_details ul li {
     color: #404040;
}
.section.active .event_details ul li strong{
    color: #0056D4;
}
.section.active .event_details ul li::after{
    filter: unset;
}
.related_events .event_list_content {
    background: #2577EF;
}
.related_events .event_list_content h6 {
    color: #FFFFFF;
}
.related_events .event_list_content p {
    color: #FFFFFF;
}
#knowledge_centre_list {
    padding-top: 150px;
}
.kcl_img {
    height: 280px;
    overflow: hidden;
     clip-path: inset(0 round 4px);
    transition: clip-path .25s ease-out;
}
.kcl_img img{
    width: 100%;
    height: 100%;
    object-fit:cover ;
    transition: all .5s linear;
    will-change: transform;
}
.kcl_right h6 {
    color: #252525;
    font-size: 26px;
    width: 480px;
    transition: all .5s linear;
}
.kc_bottom span {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
}
.kc_bottom button {
    background: transparent;
    border: 0;
    color: #0056D4;
    font-size: 14px;
    font-family: "generalsans-medium";
}
.kc_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kcl_right {
    height: 100%;
    display: grid;
    padding: 50px 50px;
}
.knowledge_centre_list {
    margin-bottom: 0px;
    transition: all .5s linear;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
     will-change: transform;
}
.knowledge_centre_list:hover h6 {
    text-decoration: underline;
     transition: all .5s linear;
}
.knowledge_centre_list:hover {
    background: #EDEDED;
    transition: all .5s linear;
    will-change: transform;
    border-radius: 5px;
}
.knowledge_centre_list:hover .kcl_img img{
    transform: scale(1.04);
    transition: all .5s linear;
    will-change: transform;
}
.knowledge_centre_list:hover .kcl_img {
    clip-path: inset(1% round 4px);
    will-change: transform;
}
.load_more {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.load_more button{
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #252525;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.load_more_btn img {
    animation: spin 9s linear infinite;
}
@keyframes spin{
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.kcd_top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.kcd_top div {
    width: 865px;
}
.kcd_top span {
    color: #0056D4;
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    display: flex;
}
#knowledge_centre_detail {
    padding-top: 150px;
}
#kcd_image {
    height: 420px;
    overflow: hidden;
}
#kcd_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kc_details {
    width: 62%;
    margin: auto;
}
.kc_details h5 {
    color: #252525;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}
.kc_details ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: 40px;
    list-style: none;
}
.kc_details ul li {
    position: relative;
    padding-left: 30px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    font-family: "generalsans-regular";
}
.kc_details ul li h6 {
    color: #0056D4;
    font-size: 14px;
    font-family: "generalsans-medium";
    margin-bottom: 5px;
}
.kc_details ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-image: url(../images/bullet2.svg);
}
#contact {
    padding-top: 150px;
}
.contact_image {
    height: 500px;
    overflow: hidden;
}
.contact_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_details {
    margin-top: 40px;
}
.contact_title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.section.active .contact_title {
    color: #0056D4;
}
.contact_address a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
/*     width: 240px;
    display: flex; */
	    width: fit-content;
    display: inline-block;
}
.section.active .contact_address a {
    color: #252525;
}
.contact_address {
    margin-bottom: 25px;
}
.contact_social_media a{
     color: #252525;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    margin-bottom: 10px;
}
.contact_form {
    background: #1C6BDF;
    border-radius: 30px;
    border: 1px solid #E3EFFF42;
    padding: 55px 75px;
}
.input_wrap label {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.contact_input {
    width: 100%;
    border-radius: 100px;
    background: #E4EFFF5C;
    border: 1px solid #E4EFFF4D;
    padding: 10px 20px;
    outline: none;
    box-shadow: none;
    color: #fff;
}
.contact_input::placeholder{
    color: #ffffff9f;
    font-size: 14px;
    font-weight: 400;
    font-family: "generalsans-regular";
    text-transform: capitalize;
}
.mandatory {
    color: #FF0000;
}
.input_wrap {
    margin-bottom: 30px;
}
.input_wrap textarea{
    height: 190px;
    border-radius: 20px;
}
.location {
    margin-top: 80px;
}
.location_left {
    background: #FFFFFF;
}
.location_img {
    height: 280px;
    overflow: hidden;
}
.location_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location_text {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.location_text span{
    min-width: 35px;
    height: 35px;
    background: #0056D4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.location_text a {
    text-decoration: none;
    color: #252525;
    font-size: 16px;
    width: 320px;
    line-height: 20px;
}
.location_right h5 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
}
.location_right a {
    background: #252525;
    text-decoration: none;
    border-radius: 100px;
    padding: 5px 15px 5px 5px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "generalsans-medium";
    margin-top: 50px;
}
.location_right a span{
    width: 33px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location_right {
    margin-left: 90px;
    padding: 50px 0px;
}
#contact_form {
    position: relative;
}
#contact_form::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 500px;
    height: 510px;
    background-image: url(../images/location-bg.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
#contact_form .container {
    position: relative;
    z-index: 9;
}
.contact_left .small_title {
    margin-bottom: 10px;
}
.event_list_content button:hover {
    color: #252525;
}
#event_list .row .col-lg-4:nth-child(even) .event_list_content button:hover {
    color: #ffffff;
}
#event_list .load_more {
    margin-top: 50px;
}
.latest_event_content a:hover {
    color: #fff;
}
#solution_detail {
    padding-top: 150px;
}
.solution_detail {
    width: 79%;
    margin: auto;
}
#solution_main_img {
    height: 520px;
    overflow: hidden;
}
#solution_main_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.key_features_head {
    display: flex;
    border-bottom: 1px solid #BFBFBF4D;
    padding-bottom: 60px;
    justify-content: space-between;
}
.key_features_head p {
    width: 840px;
    margin: 0;
}
.key_features_head h5 {
    color: #0056D4;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}
.key_features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.key_features {
    width: 80%;
    float: right;
    margin-top: 70px;
}
#key_features {
    display: inline-block;
    width: 100%;
}
.key_features ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BFBFBF4D;
    padding: 18px 0px;
    position: relative;
    transition: all .5s linear;
}
.key_features ul li::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #9dc4fe;
    transition: all .5s linear;
}
.key_features ul li:hover::after{
    width: 100%;
    transition: all .5s linear;
}
.key_features ul li span {
    width: 10%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
#key_features.active .key_features ul li span{
	color: #0056D4;
}
.key_features ul li h6 {
    margin: 0;
    width: 55%;
    color: #fff;
    font-size: 24px;
}
#key_features.active .key_features ul li h6{
	color: #252525;
}
.key_features ul li p {
    margin: 0;
    width: 35%;
	color: #fff;
}
#key_features.active .key_features ul li p{
	color: #404040;
}
#solution_why_choose .head_centre h3 {
    width: 400px;
    margin: auto;
    font-size: 28px;
    font-weight: 400;
}
.why_choose_img {
    height: 400px;
    overflow: hidden;
}
.why_choose_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why_choose_wrap:hover {
    background: #2577ef;
    transition: all .5s linear;
}
.why_choose_wrap {
    height: 400px;
    padding: 25px;
    background: #2577ef45;
    transition: all .5s linear;
}
.why_choose_wrap span {
    color: #FFFFFF;
    font-size: 14px;
}
.why_choose_wrap h5 {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 500;
	margin-bottom: 20px;
}
.why_choose_points {
    display: grid;
    gap: 30px;
}
#product_list {
    padding-top: 150px;
}
.product_list_wrap {
    background: transparent;
    text-decoration: none;
    height: 500px;
    position: relative;
/*     border-right: 1px solid #E3EFFF42; */
    transition: all .5s linear;
    text-align: center;
    display: grid !important;
    align-content: space-between;
    overflow: hidden;
    padding: 40px 40px 50px;
    margin-bottom: 24px;
}
.product_list_wrap:hover{
    background: #0056D4;
    transition: all .5s linear;
}
.product_list_wrap:hover .variations{
    background: #1C6BDF;
    color: #FFFFFF;
    border-color: transparent;
}
.product_list_wrap .variations {
    background: #D6D6D6;
    color: #0056D4;
    font-family: "generalsans-medium";
}
.product_list_wrap h5 {
    color: #252525;
    margin: 0;
    text-align: left;
}
.product_list_wrap:hover h5{
    color: #fff;
}
.product_list_wrap:hover .product_arrow{
    opacity: 1;
} 
.contact_mob_img {
    height: 250px;
    overflow: hidden;
    margin-top: 30px;
    display: none;
}
.contact_mob_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#event_list .common_btn {
    color: #252525;
}
.section.active .flex_title .common_btn {
    color: #fff!important;
}
#event_list .row .col-lg-4:nth-child(even) .event_list_content button {
    color: #fff;
}
.contact_left h3 {
    font-size: 36px;
}
.searchpg {
    padding-top: 150px;
}
.wpcf7-response-output {
    color: #fff;
}
.wpcf7-form-control.wpcf7-validates-as-required.wpcf7-text.contact_input.wpcf7-not-valid {
    border: 1px solid #ff000087;
    background: #f30b0b40;
}
/* production list */
#product_details {
    padding-top: 150px;
    overflow: hidden;
}
.product_details_right h5 {
    color: #B3B2B2;
    font-size: 15px;
}
.product_details_right h4 {
    font-size: 34px;
}
.product_variants {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}
.product_variants a {
    border: 0;
    background: #1C6BDF;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "generalsans-semibold";
    color: #fff;
    padding: 12px 20px;
    border-radius: 100px;
	text-decoration: none;
	font-size: 14px;
}
.product_variants button iconify-icon {
    font-size: 22px;
}
.product_accordian{
    margin-top: 40px;
}
.product_accordian .accordion-item {
    border-bottom: 1px solid #ECECEC !important;
    border: 0;
    padding: 20px 0px;
    background: transparent;
    border-radius: 0;
}

.product_accordian .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
#products_detail_accordian.active .product_accordian .accordion-button {
    color: #252525;
}

.product_accordian .accordion-button {
    color: #fff;
    font-family: "generalsans-semibold";
    font-size: 24px;
    padding: 0;
    background: transparent;
}
.product_accordian .accordion-body {
    padding: 0;
}
.product_accordian_details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product_accordian_details {
    margin-top: 20px;
}
.product_accordian_details ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
    font-family: "generalsans-regular";
}
#products_detail_accordian.active .product_accordian_details ul li{
	 color: #404040;
} 
.product_accordian_details h6 {
    color: #fff;
    font-size: 17px;
    font-family: "generalsans-medium";
    margin: 20px 0px;
}
#products_detail_accordian.active .product_accordian_details h6{
	color: #0056D4;
}
.product_accordian_details ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    background-image: url(../images/bullet3.svg);
	filter: brightness(0) invert(1);
}
#products_detail_accordian.active .product_accordian_details ul li::after{
	filter: unset;
}
.product_accordian_details ul li h6 {
    margin: 0;
    color: #0056D4;
    font-size: 15px;
    font-family: "generalsans-semibold";
    min-width: 170px;
}
.product_accordian_details ul li span{
    color: #404040;
    font-size: 15px;
}
#products_detail_accordian.active .product_accordian .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-width='2' d='M12 20v-8m0 0V4m0 8h8m-8 0H4'/%3E%3C/svg%3E");
	filter: unset;
	
}
.product_accordian .accordion-button::after {
	    filter: brightness(0) invert(1);
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-width='2' d='M12 20v-8m0 0V4m0 8h8m-8 0H4'/%3E%3C/svg%3E");
}
.product_accordian .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Cpath fill='%23000000' d='M10.762 30.098h34.476c1.125 0 2.11-.961 2.11-2.11c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125 0-2.11.938-2.11 2.086c0 1.149.985 2.11 2.11 2.11'/%3E%3C/svg%3E")!important;
}
.product_accordian .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.product_list .product_name {
    width: 100%;
    font-size: 17px;
}
.product_list .product_img {
    width: 100%;
    height: 100%;
/* 	mix-blend-mode: multiply; */
}
.product_list .product_list_wrap {
    height: 270px;
    padding: 40px;
}
.product_list .product_arrow {
    width: 35px;
    height: 35px;
    right: 20px;
    top: 20px;
}
.product_list .product_arrow img {
    width: 20px;
}
.product_filter_btn {
    border: 0;
    display: none;
    align-items: center;
    margin-bottom: 20px;
    background: #ffffff;
    color: #0056d4;
    font-size: 14px;
    gap: 5px;
    padding: 5px 10px;
    border: 1px solid #0056d43d;
    text-transform: capitalize;
    border-radius: 5px;
}
.product_filter_btn iconify-icon{
    font-size: 20px;
}
.filter_close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background: #0056d4;
    font-size: 22px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
}
.related_products::after{
    display: none;
}
.related_products #product_slider{
    margin-bottom: 0px;
}
.wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 20px;
    margin-right: 30px;
}
.wrapper .thumbnail .thumbnailBox {
    border-radius: 0;
    overflow: hidden;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-width: 100px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.5s;
    background: #EDEDED;
    padding: 8px;
}
.wrapper .thumbnail .thumbnailBox.active {
  opacity: 1;
/*   background: #0056D4; */
	border: 1px solid #0056D4;
}
.wrapper .thumbnail .thumbnailBox img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
	mix-blend-mode: multiply;
}
.wrapper .mainImage {
    overflow: hidden;
    background: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 100%;
}
.wrapper .mainImage img {
        width: 370px;
    height: 370px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
	mix-blend-mode: multiply;
}
.product_detail_left {
    position: sticky;
    top: 100px;
}
.related_products .common_btn {
    color: #252525;
}
.product_accordian_details table{
    width: 100%;
}
.product_accordian_details table, th, td {
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  font-size: 13px;
}
.product_accordian_details table th, .product_accordian_details table td {
    padding: 10px;
}
.product_accordian_details table th {
    background: #0056d4;
    color: #fff;
     font-family: "generalsans-light";
}
.download_btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #df4242;
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.download_btn iconify-icon{
    font-size: 20px;
}
.product_sort {
    display: flex;
    align-items: end;
/*     justify-content: center; */
    gap: 60px;
    margin-bottom: 40px;
}
.sort_wrap span {
    color: #252525;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.sort_wrap {
    display: grid;
    align-items: center;
    gap: 10px;
	flex-wrap: wrap;
}
.sort_wrap select {
    background-color: #0000000D;
    border: 0;
    padding: 5px 40px 5px 20px;
    color: #252525B8;
    font-size: 14px;
    min-width: 70px;
}
.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.product_sort .product_sort_lt {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.products_table table{
    width: 100%;
}
.products_table table, th, td {
/*   border: 1px solid #e9e9e9; */
/*   border-collapse: collapse; */
  font-size: 13px;
}
.products_table table th, .products_table table td {
    padding: 10px;
}
.products_table table th {
    background: #0056D40D;
    color: #252525;
    font-family: "generalsans-light";
	white-space: nowrap;
}
select:focus-visible{
outline: none!important;
}

.why_choose_wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.why_choose_wrap ul li {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    font-family: "generalsans-regular";
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.why_choose_wrap ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-image: url(../images/bullet.svg);
    filter: brightness(0) invert(1);
}
.product_details_right h6 {
    color: #252525;
    font-family: "generalsans-semibold";
    font-size: 16px;
    margin-bottom: 20px;
}
.product_details_right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product_details_right ul li {
    display: flex;
    align-items: start;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
	    color: #404040;
    font-size: 15px;
}
.product_details_right ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    background-image: url(../images/bullet3.svg);
}
.product_sort_reset button {
    border: 0;
    background: #242424;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.product_sort_reset button iconify-icon{
	font-size: 17px;
}
.dt-scroll-footInner {
    display: none;
}
.load_more {
    display: none;
}
#make_in_india {
    border-bottom: 1px solid #f3f3f3;
	    transition: all .5s linear;
}
#make_in_india.active .make_india_right h6{
	color: #404040;
	    transition: all .5s linear;
}
#make_in_india.active .make_india_right p{
	color: #404040;
	    transition: all .5s linear;
}
#make_in_india .make_india_right p{
	color: #fff;
	    transition: all .5s linear;
}
.make_india_right h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0px 15px;
}
.make_india_img {
    margin-right: 45px;
}
.make_india_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about_details p {
    margin-bottom: 10px;
}
.kc_details p {
    margin-bottom: 20px;
}
.sort_wrap span img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.tablepress>:where(thead,tfoot)>tr>* {
    background-color: #f2f6fd!important;
}
.wrapper .thumbnail .thumbnailBox:hover {
    border: 1px solid #0056D4;
    background: transparent;
}
.thumbnailContainer {
  height: 320px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.thumbnailContainer::-webkit-scrollbar {
  display: none;
}

.mission_vission_wrap {
    background: #1C6BDF;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ffffff0f;
}
.mission_vission_wrap h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.mission_vision {
    margin-top: 40px;
}

.mission_vission_wrap span img {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
}
.mission_vission_wrap span{
	display: block;
	margin-bottom: 20px;
}
.thumbnail button {
    width: 100%;
    border: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.thumbnail button iconify-icon{
	display: block;
}
.up_arrow {
    margin-bottom: 10px;
}
.down_arrow {
    margin-top: 10px;
}
.product_detail_wc {
    text-align: center;
}
.product_detail_wc .product_variants {
    justify-content: center;
}
.product_detail_wc .common_title {
    margin-bottom: 30px;
}
#pd_image {
    height: 400px;
    overflow: hidden;
}
#pd_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event_details p {
    margin-bottom: 15px;
}
.sol_img1 img {
    width: 100%;
    margin-top: 30px;
}
.solution_detail p {
    margin-bottom: 10px;
}