*{
    margin: 0;
    padding: 0;
}
body{font-family: 'Poppins', sans-serif;}
figure{margin-bottom: 0;}
img{max-width: 100%; transition: all 0.2s ease-in;}
ul{margin: 0; padding: 0;}
li{list-style: none;}
a{text-decoration:none; transition: all 0.2s ease-in;}

.btn{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 15px 35px;
    border: 2px solid #00A651;
    border-radius: 5px;
    background-color: #00A651;
    transition: 0.3s ease-in-out;
}
.btn:hover{
    background-color: #ffffff;
    color: #00A651;
    border: 2px solid #00A651;
}
h2.heading{
    font-size: 55px;
    font-weight: 800;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    /* padding: 22px 0; */
    border-bottom: 1px solid rgba(255 , 255 , 255 , 0.5);
    transition: all 0.4s ease-in-out;
}
header.fixed{
    background-color: rgba(0 , 0 ,0, 0.8);
}
header .inner-head .right-header button.menu{
    display: none;
}
header .inner-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
header .inner-head .right-header ul{
    display: flex;
    padding: 0;
    position: initial;

}
header .inner-head .right-header .navbar>li>.category-btn{
    display: none;
}
header .inner-head .right-header ul>li{
    margin-right: 35px;
    transition: all 0.2s ease-in;
    padding: 28px 0;
    position: relative;
}
/* header .inner-head .right-header ul li:hover .product-category-section{
    opacity: 1;
    visibility: visible;
    display: block;
} */
@media (min-width:992px){
    header .inner-head .right-header ul li:hover .product-category-section{
        opacity: 1;
        visibility: visible;
        display: block;
    }
}
header .inner-head .right-header ul li .product-category-section{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 80px;
    left: 0;
    /* background-color: rgba(0 , 0 ,0); */
    /* padding: 30px 40px; */
    padding-left: 0;
    width: 100%;
    height: 400px;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    transition: all 0.2s ease-in-out;
    display: none;
}
header .inner-head .right-header ul li:nth-child(n+5) .product-category-section{
    right: 0;
    left: auto;
}
header .inner-head .right-header ul li .product-category-section .category-nav{
    display: block;
    position: relative;
    width: 300px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    background-color: rgba(0 , 0 ,0);
    padding: 20px 0 30px;
    height: 100%;
}
header .inner-head .right-header ul li .product-category-section .category-nav li .sub-category{
    width: 100%;
    padding-left: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);

}
header .category-nav li .sub-category-nav li .sub-menu-wrap{
    /* padding-left: 30px; */
    width: 100%;
}
header .inner-head .right-header ul li .product-category-section .category-nav li:hover{
    background-color: #00A651;
}
header .inner-head .right-header ul li .product-category-section .category-nav li:hover a{
    color: #fff;

}
header .inner-head .right-header ul li .product-category-section .category-nav li{
    padding: 0;
    margin: 0;
    max-width: 300px;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}
/* header .inner-head .right-header nav> ul.open .category-btn{
    display: block;
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 0px;
} */
/* header .inner-head .right-header ul li .product-category-section .category-nav li .category-btn{
    right: 10px;
    top: 12px;
} */
.category-btn{
    border: none;
    background:none;
}
.category-btn img{
    width: 20px;
    filter: invert(2);
}
/* header .inner-head .right-header ul li .product-category-section .category-nav li a::after{
    position: absolute;
    content: "";
    right: 10px;
    top: 16px;
    background-image: url(../images/category-button.svg);
    filter: invert(1);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
} */
header .inner-head .right-header ul li .product-category-section .category-nav li a{
    padding: 0;
    margin-right: 0;
    padding: 15px !important;
    padding-left: 34px;
    flex: 1;
    /* position: relative; */
}
header .inner-head .right-header ul li .product-category-section .category-nav li .sub-category{
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    right: auto;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    padding: 40px 0;
    /* margin-left: 1px; */
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
}
header .inner-head .right-header ul li .product-category-section .category-nav>li .sub-category.open{
    visibility: visible;
    opacity: 1;
    right: 0;
    left: 0;
}
header .inner-head .right-header ul li .product-category-section .category-nav li:nth-last-child(1){
    margin-bottom: 0;
}
header .category-nav li .sub-category-nav{
    display: block;
    position: relative;
    background-color: #000;
}
header .category-nav li .sub-category.open .sub-category-nav .back-button{
    position: absolute;
    top: -30px;
    left: 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
}
header .category-nav li .sub-category.open .sub-category-nav .back-button img{
    filter: invert(1)  brightness(4);
    transform: rotate(180deg);
}
header .inner-head .right-header ul li .product-category-section .category-nav>li>a{
    font-size: 15px !important;
}
header .category-nav li .sub-category-nav li a{
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #cccccc;
}
header .sub-category .sub-menu-wrap{
    position: absolute;
    left: 100%;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    height: 460px ;
    /* overflow: auto; */
    background-color: rgba(0 , 0 ,0);
    padding: 30px 0;
    transition: all 0.3s ease-in-out;
    /* overflow: auto; */
}
header .category-nav li .sub-category-nav li .sub-menu-wrap.open{
    visibility: visible;
    opacity: 1;
    left: 0;   
}
header .category-nav li .sub-category-nav li .sub-menu-wrap ul li a::after{
    display: none;
}
/* header .category-nav li .sub-category-nav li:hover .sub-menu-wrap{
    visibility: visible;
    opacity: 1;
} */
header .category-nav li .sub-category-nav li.active .sub-menu-wrap ul{
    display: block;
}
header .inner-head .right-header ul li:last-child{
    margin-right: 0;
}
header .inner-head .right-header ul li a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    display: block;
}
header .inner-head .right-header ul li a:hover{
    color: #00A651;
}
.banner-section{
    position: relative;
}
.banner-section::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top,  rgba(43,46,51,0.65) 0%, rgba(30,32,36,0.65) 80%, rgba(3,3,3,0) 94%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(43,46,51,0.65) 0%,rgba(30,32,36,0.65) 80%,rgba(3,3,3,0) 94%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(43,46,51,0.65) 0%,rgba(30,32,36,0.65) 80%,rgba(3,3,3,0) 94%,rgba(0,0,0,0) 100%);
}
.banner-section>img{
    width: 100%;
    height: 758px;
    object-fit: cover;
    background-position: center;
}
.banner-section .banner-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 81px;
}
.banner-section .banner-content .banner-inner{
    padding-top: 88px;
}
.banner-section .banner-content .banner-inner h1{
    font-size: 75px;
    color: #FFFFFF;
    font-weight: 800;
    margin-bottom: 8px;
}
.banner-section .banner-content .banner-inner h1 b{
    color: #00A651;
}
.banner-section .banner-content .banner-inner .btn{
    line-height: 21px;
    margin-top: 28px;
}
.banner-section .banner-content .banner-inner p{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.knowledge-section{
    margin-top: 54px;
}
.knowledge-inner-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.knowledge-inner-wrap .left{
    width: 450px;
    padding-right: 50px;
}
.knowledge-inner-wrap .box-heading{
    background-image: url(../images/Imtac-Logo-bg-01.png);
    background-size: 400px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
}
.knowledge-inner-wrap h2{
    font-size: 29px;
    font-weight: 500;
    color: #111111;
    line-height: 45px;
}
.knowledge-inner-wrap h2 b{
    color: #00A651;
}
.knowledge-inner-wrap .right{
    width: calc(100% - 450px);
}
.knowledge-inner-wrap .right .box-content{
    display: flex;
    flex-wrap: wrap;
}
.knowledge-inner-wrap .right .box-content p{
    color: #707070;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
.knowledge-inner-wrap .right .box-content .second-box p{
    margin-bottom: 30px;
}
.knowledge-inner-wrap .right .box-content .card-text{
    width: 50%;
}
.knowledge-inner-wrap .right .box-content .first-box{
    padding-right: 39px;
}
.knowledge-inner-wrap .right .box-content .btn-primary{
    color: #00A651;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}
.knowledge-inner-wrap .right .box-content .btn-primary::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background-color: #00A651;
    width: 0;
    height: 2px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}
.knowledge-inner-wrap .right .box-content .btn-primary:hover::before{
    width: 100%;
}
.knowledge-inner-wrap .right .box-content .btn-primary img{
    margin-left: 10px;
}
.services-section{
    padding: 60px 0 90px;
    background-color: #F2F2F2;
    margin-top: 134px;
}
.services-section .heading span{
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    display: block;
    line-height: 28px;
}
.services-section .heading h2{
    font-size: 55px;
    font-weight: 800;
    color: #000000;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 25px;
}
.services-tabs{
    margin-top: 40px;
}
.services-tabs .nav{
    background-color: #ffffff;
    justify-content: space-between;
    border-radius: 15px;
    margin-bottom: 48px;
}
.services-tabs .nav li .nav-link{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    padding: 29px 21px;
    border-radius: 15px;
    line-height: 27px;
}
.services-tabs .nav li .nav-link.active{
    color: #fff;
    background-color: #00A651;
    font-weight: 500;
}
.services-tabs .nav li .nav-link.active:hover{
    color: #ffffff;
}
.services-tabs .nav li .nav-link:hover{
    color: #00A651;
}
.service-manage .service-img{
    width: 600px;
}
.service-manage .service-content{
    width: calc(100% - 600px);
    padding-left: 65px;
}
.service-manage .service-content h2{
    font-size: 40px;
    font-weight: 800;
    color: #111111;
    line-height: 50px;
    margin-bottom:0 ;
}
.service-manage .service-content p{
    font-size: 17px;
    font-weight: 400;
    color: #707070;
    line-height: 34px;
    max-width: 590px;
}
.service-points{
    display: flex;
    flex-wrap: wrap;
}
.service-points li{
    width: 50%;
    position: relative;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 400;
    color: #707070;
    line-height: 23px;
    margin-bottom: 22px;
}
.service-points li::before{
    position: absolute;
    content: "";
    background-color: #00A651;
    width: 8px;
    height: 8px;
    left: 0;
    top: 7px;
    border-radius: 50px;
}
.testimonial-section{
    margin: 50px 0 30px;
}
.testimonial-section h2{
    line-height: 60px;
    margin-bottom: 10px;
}
.testimonial-section p{
    font-size: 17px;
    font-weight: 400;
    color: #707070;
    line-height: 30px;
}
.testimonial-section .client-review{
    margin-top: 35px;
    max-width: 1208px;
    margin: 0 auto;
}
.client-review .review--inner-box{
    background-color: #00A651;
    padding: 85px 29px 29px 20px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.client-review .review--inner-box .qautos-icon{
    position: absolute;
    top: 25px;
    right: 25px;
}
.client-review .review--inner-box .qautos-icon img{
    width: 60px;
    height: 60px;
}
.client-review .review--inner-box p{
    color: #FFFFFF;
    font-size: 17px;
    line-height: 34px;
}
.client-review .client-profile {
    display: flex;
    align-items: center;
    margin-top: auto;
}
.client-review .client-profile .client-name{
    /* margin-left: 18px; */
    flex: 1;
}
.client-review .client-profile .client-name h3{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}
.client-review .client-profile .client-name span{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.client-review .client-profile figure img{
    width: 74px;
    height: 74px;
}
.client-review .owl-dots{
    margin-top: 55px;
}
.industries-slider .owl-dots{
    margin-top: 70px;
}
.client-review .owl-dots .owl-dot.active span , .news-wrap .owl-dots .owl-dot.active span , .industries-slider .owl-dots .owl-dot.active span ,.top-banner-slider .owl-dots .owl-dot.active span, .award-carousel .owl-dots .owl-dot.active span{
    background-color: #00A651;
}
.client-review .owl-dots .owl-dot span , .news-wrap .owl-dots .owl-dot span , .industries-slider .owl-dots .owl-dot span ,.top-banner-slider .owl-dots .owl-dot span ,.award-carousel .owl-dots .owl-dot span{
    width: 65px;
    height: 5px;
    border-radius: 25px;
    background-color: #DFDFDF;
}
 .owl-carousel .owl-item img
.client-review .owl-nav , .news-wrap .owl-nav , .industries-slider .owl-nav{
    position: absolute;
    left: 50%;
    width: 100%;
    top: 40%;
    transform: translate(-50%,-50%);
    max-width: 1400px;
}
.client-review .owl-nav button span ,.news-wrap .owl-nav button span , .industries-slider .owl-nav button span{
    font-size: 0;
}
.client-review .owl-nav button:hover{
    background-color:transparent !important;
    color: #000 !important;
}
.client-review .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -47px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    outline: none;
    background-image: url(../images/left-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px;
    z-index: 1;
}
.client-review .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -47px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    outline: none;
    background-image: url(../images/right-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px;
    z-index: 1;
}
.news-section{
    margin: 50px 0;
    background-image: url(../images/digital-cyberspace-bg.jpg);
    padding: 65px 0 100px;
    position: relative;
    z-index: 1;
}
.news-section::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 60%;
    z-index: -1;
}
.news-section h2{
    text-align: center;
    font-size: 55px;
    line-height: 60px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 40px;
}
.news_inner_wrap{
    background-color: #ffffff;
}
.news_inner_wrap figure{
    padding: 5px;
}
.news_inner_wrap .new-content{
    padding: 20px 20px 34px;
    display: flex;
    flex-direction: column;
}
.news_inner_wrap .new-content .post-date span{
    font-size: 14px;
    line-height: 15px;
    color: #b6b6b6;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}
.news_inner_wrap .new-content h3{
    font-size: 26px;
    color: #000000;
    font-weight: 700;
}
.news_inner_wrap .new-content p{
    font-size: 17px;
    color: #707070;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 21px;
} 
.news_inner_wrap .new-content .btn{
    background-color: #ffffff;
    color: #00A651;
    border: 1px solid  #00A651;
    padding: 13px 35px;
    width: 200px;
    margin-top: auto;
}
.news_inner_wrap .new-content .btn:hover{
    background-color: #00A651;
    color: #FFFFFF;
}
.connected-customers-section{
    margin-top: 30px;
}
.connected-customers-section h2{
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 23px;
}
.connected-customers-section h2 b{
    color: #00A651;
}
.connected-customers-section .our-customers{
    max-width: 1787px;
    margin: 0 auto;
    padding: 0 12px;
}
footer{
    background-color: #1F1F26;
}
.footer-main{
    padding: 25px 0 50px;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
.footer-main .footer-products{
    padding-right: 13px;
}
.footer-main .footer-Services{
    padding-right: 13px;

}
.footer-main .footer-Industries{
    padding-right: 13px;

}
.footer-main .footer-Company{
    padding-right: 13px;

}

.footer-main h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}
.footer-main ul{
    margin-top: 15px;
}
.footer-main ul li{
    margin-bottom: 18px;
}
.footer-main ul li:hover a{
    color: #00A651;
}
.footer-main ul li a{
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #AEABAB;
}
footer .footer-main .footer-menu{
    display: none;
}
footer .collapse:not(.show){
    display: block;
}
.footer-bottom{
    border-top: 1px solid #707070;
}
.footer-bottom .copyright-section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
}
.footer-bottom .copyright p{
    color:#AEABAB;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom .social-media ul{
    display: flex;
    align-items: center;
}
.footer-bottom .social-media ul li{
    margin-left: 12px;
}
.footer-bottom .social-media ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #696969;
    border-radius: 50px;
}
.footer-bottom .social-media ul li:hover a{
    background-color: #00A651;
}
.footer-bottom .social-media ul li:hover a img{
    filter: invert(1);
}
.industries-section{
    position: relative;
    z-index: 1;
    padding: 100px 0 60px;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 78px;
}
.industries-main .bottom-section{
    margin: 0 -25px;
}
.industries-section::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 75%;
    height: 60%;
    background-image:url(../images/round-particle-lines.png) ;
    z-index: -1;
    background-color: #1b202c;
}
.industries-section::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 75%;
    height: 60%;
    z-index: -1;
    background-color: #1b202c;
    opacity: 0.87;
}
.industries-section .news_inner_wrap{
    /* box-shadow: 0px 6px 20px #00000026; */
    /* border-radius: 10px; */
    background-color: #ffffff;
    margin: 20px 25px;
    border: 1px solid #ddd;
}
.industries-main .top-section{
    display: flex;
    max-width: 1078px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.industries-main .top-section h2{
    color: #ffffff;
}
.industries-main .top-section p{
    width: 500px;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    line-height: 34px;
}
.product-box{
    position: relative;
    padding: 90px 0 0;
    display: flex;
    justify-content: end;
}
.product-box .product-box-content{
    position: absolute;
    left: 50%;
    top: 170px;
    margin-left: -640px;
    width: 415px;
}
.product-box .product-box-content h2{
    margin-bottom: 15px;
    font-size: 50px;
    color: #000000;
    font-weight: 800;
}
.product-box .product-box-content p{
    font-size: 17px;
    font-weight: 400;
    color: #707070;
    line-height: 34px;
    margin-bottom: 45px;
}
.product-box .product-box-content .btn{
    width: 200px;
    padding: 12px 35px;
}
.product-review-box{
    width: 60.5%;
}
.product-review-box .owl-carousel .owl-stage{
    padding-left: 0 !important;
}
.product-review-box .review-carousel .review-box{
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 8px 20px #00000012;
    border-radius: 3px;
}
.product-review-box .review-carousel .owl-stage{
    display: flex;
}
.product-review-box .review-carousel .owl-item{
    display: flex;
}
.product-review-box .item{
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in;
    background-color: #000;
    flex: 1;
}
.product-review-box .item figure{
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.2s ease-in;
}

.product-review-box .item:hover figure img{
    transform: scale(1.1);
}
.product-review-box .item figure::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 12%, rgba(255,255,255,0) 100%);
    z-index: 5;
}
/* .product-review-box h2.products-we-are{
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 20px;
    font-weight: 700;
    z-index: 5;
    color: #FFFFFF;
} */
.product-review-box .review-carousel .reivew-inner-content{
    padding: 10px 20px;
}
.product-review-box .review-carousel .reivew-inner-content h2{
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.product-review-box .review-carousel .reivew-inner-content p{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.product-review-box .review-carousel .owl-stage-outer{
    padding: 25px 35px;
}
.product-review-box .review-carousel .owl-nav{
    position: absolute;
    left: -125px;
    bottom: 40px;
}
.product-review-box .review-carousel .owl-prev{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #00000069 !important;
    margin-right: 15px;
    transition: all 0.2s ease-in-out;
}
.product-review-box .review-carousel .owl-prev:hover{
    background-color: #00A651;
    border: 1px solid #00A651 !important;
}
.product-review-box .review-carousel .owl-prev:hover span{
    filter: invert(1)  brightness(5);
}
.product-review-box .review-carousel .owl-prev span{
    background-image: url(../images/left-arrow.svg);
    font-size: 0 !important;
    width: 12px;
    background-size: 11px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.product-review-box .review-carousel .owl-next{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #00000069 !important;
    transition: all 0.2s ease-in-out;
}
.product-review-box .review-carousel .owl-next:hover{
    background-color: #00A651;
    border: 1px solid #00A651 !important;
}
.product-review-box .review-carousel .owl-next:hover span{
    filter: invert(1)  brightness(5);
}
.product-review-box .review-carousel .owl-next span{
    background-image: url(../images/right-arrow.svg);
    font-size: 0 !important;
    width: 12px;
    background-size: 11px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.innovation-section.industries-section::before{
    right: 0;
    left: inherit;
}
.innovation-section.industries-section::after{
    right: 0;
    left: inherit;
    background-color: #00A651   ;
}
.innovation-section .industries-main .top-section{
    margin-left: auto;
}


/* about-us-page */

.about-us-banner{
    background-image: url(../images/about-banner.jpg);
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center !important;
    position: relative;
    z-index: 1;
    background-size: cover !important;
}
.about-us-banner::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(2, 6, 12, 0%), rgba(2, 6, 12, 0.64), rgba(0, 0, 0, 0.54) );
    z-index: -1;
}
.about-us-banner h1{
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
	 max-width: 700px;
    margin: 0 auto;
}
.who-we-are{
    margin: 45px 0 74px;
}
.who-we-are .content-box h2{
    font-size: 50px;
    line-height: 61px;
    color: #111111;
}
.who-we-are .content-box p{
    font-size: 17px;
    font-weight: 400;
    color: #111111;
}

.history-section{
    background-color: #F9F9F9;
    padding: 33px 0;
}
.history-inner-wrap{
    margin-top: 75px;
}
.history-inner-wrap ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left:80px ;
    z-index: 5;
}
.history-inner-wrap ul::before{
    position: absolute;
    content: "";
    right: -24px;
    top: 54px;
    width: 0;
    height: 0px;
    background: transparent;
    border: 2px solid #484C7F;
    border-radius: 40px;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
    border-left: 0;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.history-inner-wrap ul.animated::before{
    opacity: 1;
    height: 208px;
    width: 80px;
    transition-delay: 3s;
}
.history-inner-wrap ul::after{
    position: absolute;
    content: "";
    left: 20px;
    top: inherit;
    top: 259px;
    width: 0;
    height: 0px;
    background: transparent;
    border: 2px solid #39BDC8;
    border-radius: 40px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    border-right: 0;
    transition: all 1s ease-in-out;
    opacity: 0;
    z-index: 0;
}
.history-inner-wrap ul.animated::after{
    opacity: 1;
    height: 208px;
    width: 80px;
    transition-delay: 7s;
}
.history-inner-wrap ul li{
    width: 33.33%;
    position: relative;
}
.history-inner-wrap ul li:nth-of-type(4){
    width: 27%;
}
.history-inner-wrap ul li:nth-of-type(5){
    width: 37%;
}
.history-inner-wrap ul li:nth-of-type(6){
    width: 36%;
}
.history-inner-wrap ul li .listing{
    display: flex;
}
.history-inner-wrap ul li:nth-child(n+4) .listing{
    text-align: right;
}
.history-inner-wrap ul li:nth-of-type(6) .listing {
    padding-right: 70px;
}
.history-inner-wrap ul li:nth-child(n+7) .listing{
    flex-direction: inherit !important;
    text-align: left;
}
.history-inner-wrap ul li .listing .img-box{
    position: relative;
    z-index: 1;
}
.history-inner-wrap ul li .listing .img-box figure{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 12px solid #00A14E;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.history-inner-wrap ul li:nth-of-type(2) .listing .img-box figure{
    border-color: #F15A24;
}
.history-inner-wrap ul li:nth-of-type(3) .listing .img-box figure{
    border-color:  #484C7F;
}
.history-inner-wrap ul li:nth-of-type(4) .listing .img-box figure{
    border-color:  #39BDC8;
}
.history-inner-wrap ul li:nth-of-type(5) .listing .img-box figure{
    border-color:  #248EA9;
}
.history-inner-wrap ul li:nth-of-type(6) .listing .img-box figure{
    border-color:  #056793;
}
.history-inner-wrap ul li:nth-of-type(7) .listing .img-box figure{
    border-color:  #FBB03B;
}
.history-inner-wrap ul li:nth-of-type(8) .listing .img-box figure{
    border-color:  #9CBC30;
}

.history-inner-wrap ul li .listing .img-box figure::before{
    position: absolute;
    content: "";
    right: -16px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;   
    border-left: 20px solid #00A14E;
}
.history-inner-wrap ul li:nth-of-type(2) .listing .img-box figure::before{
    border-left-color:#F15A24 ;
}
.history-inner-wrap ul li:nth-of-type(3) .listing .img-box figure::before{
    border-left-color:#484C7F;
}
.history-inner-wrap ul li:nth-of-type(4) .listing .img-box figure::before{
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent; 
    border-right:20px solid #39BDC8; 
    border-left: none;
    left: -16px;
}
.history-inner-wrap ul li:nth-of-type(5) .listing .img-box figure::before{
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent; 
    border-right:20px solid #248EA9; 
    border-left: none;
    left: -16px;
}
.history-inner-wrap ul li:nth-of-type(6) .listing .img-box figure::before{
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent; 
    border-right:20px solid #056793; 
    border-left: none;
    left: -16px;
}
.history-inner-wrap ul li:nth-of-type(7) .listing .img-box figure::before{
    border-left-color:#FBB03B;
}
.history-inner-wrap ul li:nth-of-type(8) .listing .img-box figure::before{
    border-left-color:#9CBC30;
}
.history-inner-wrap ul li .listing .content-box{
    position: relative;
    flex: 1;
    margin:15px 0px 7px 30px;
}
.history-inner-wrap ul.animated li:nth-last-child(1) .listing .content-box h2::after{
    position: absolute;
    content: "";
    right: 0;
    bottom: -15px;
    background-image: url(../images/colored-arrow.svg);
    width: 21px;
    height: 24px;
    background-repeat: no-repeat;
    transition-delay: 10s;
    /* transition: all .2s ease-in-out; */
}
.history-inner-wrap ul li:nth-of-type(4) .listing .content-box{
    margin:15px 20px 7px 0px;
}
.history-inner-wrap ul li:nth-of-type(5) .listing .content-box{
    margin:15px 20px 7px 0px;
}
.history-inner-wrap ul li:nth-of-type(6) .listing .content-box{
    margin:15px 20px 7px 0px;
}
.history-inner-wrap ul li .listing .content-box::before{
    position: absolute;
    content: "";
    top: 39px;
    left: 0;
    background-color: #00A14E;
    width: 0;
    height: 2px;
    transition: all 1s ease-in-out;
}
.history-inner-wrap ul.animated li .listing .content-box::before{
    width: 96%;
}
.history-inner-wrap ul.animated li:nth-of-type(2) .listing .content-box::before{
    transition-delay: 1s;
}
.history-inner-wrap ul.animated li:nth-of-type(3) .listing .content-box::before{
    transition-delay: 2s;
}
.history-inner-wrap ul.animated li:nth-of-type(4) .listing .content-box::before{
    transition-delay: 6s;
    background-color: #39BDC8;
    left: inherit;
    right: 0;
}
.history-inner-wrap ul.animated li:nth-of-type(5) .listing .content-box::before{
    transition-delay: 5s;
    background-color:#248EA9;
    left: inherit;
    right: 0;
}
.history-inner-wrap ul.animated li:nth-of-type(6) .listing .content-box::before{
    transition-delay: 4s;
    background-color:#056793;
    left: inherit;
    right: 0;
}
.history-inner-wrap ul.animated li:nth-of-type(7) .listing .content-box::before{
    transition-delay: 8s;
    background-color:#FBB03B;
}
.history-inner-wrap ul.animated li:nth-of-type(8) .listing .content-box::before{
    transition-delay: 9s;
    background-color:#A6C246;
}

.history-inner-wrap ul li:nth-of-type(2) .listing .content-box:before{
    background-color: #F15A24;
}
.history-inner-wrap ul li:nth-of-type(3) .listing .content-box:before{
    background-color: #484C7F;
}
.history-inner-wrap ul li .listing .content-box h2{
    font-size: 30px;
    font-weight: 800;
    color: #00A14E;
    margin-bottom: 10px;
    position: relative;
    /* transition: all 0.2s ease-in-out; */
}
.history-inner-wrap ul li:nth-of-type(2) .listing .content-box h2{
    color: #F15A24;
}
.history-inner-wrap ul li:nth-of-type(3) .listing .content-box h2{
    color:#484C7F ;
}
.history-inner-wrap ul li:nth-of-type(4) .listing .content-box h2{
    color:#39BDC8 ;
}
.history-inner-wrap ul li:nth-of-type(5) .listing .content-box h2{
    color:#248EA9 ;
}
.history-inner-wrap ul li:nth-of-type(6) .listing .content-box h2{
    color:#056793 ;
}
.history-inner-wrap ul li:nth-of-type(7) .listing .content-box h2{
    color:#FBB03B ;
}
.history-inner-wrap ul li:nth-of-type(8) .listing .content-box h2{
    color: #9CBC30;
}
.history-inner-wrap ul.second-row li .listing .content-box h2{
    color:#39BDC8 ;
}
.history-inner-wrap ul.second-row li .listing .content-box h2{
    color: #248EA9;
}
.history-inner-wrap ul.second-row li .listing .content-box h2{
    color: #056793;
}
.history-inner-wrap ul li .listing .content-box h3{
    font-size: 18px;
    font-weight: 800;
    color: #00A14E;
    margin-bottom: 10px;
}
.history-inner-wrap ul li:nth-of-type(2) .listing .content-box h3{
    color: #F15A24;
}
.history-inner-wrap ul li:nth-of-type(3) .listing .content-box h3{
    color:#484C7F ;
}
.history-inner-wrap ul li:nth-of-type(4) .listing .content-box h3{
    color:#39BDC8 ;
}
.history-inner-wrap ul li:nth-of-type(5) .listing .content-box h3{
    color:#248EA9 ;
}
.history-inner-wrap ul li:nth-of-type(6) .listing .content-box h3{
    color:#056793 ;
}
.history-inner-wrap ul li:nth-of-type(7) .listing .content-box h3{
    color:#FBB03B ;
}
.history-inner-wrap ul li:nth-of-type(8) .listing .content-box h3{
    color:#A6C246 ;
}
.history-inner-wrap ul li .listing .content-box p{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}
.history-inner-wrap ul.third-row::before{
    display: none;
}
/* key-succes-section */
.key-succes-section{
    min-height: 693px;
    position: relative;
    background-image: url(../images/key-bg-img.jpg);
    z-index: 1;
    display: flex;
    align-items: flex-end;
}
.key-succes-section .left-img{
    max-width: 1004px;
    margin-right: 572px;
}
.key-succes-section .container{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
}
.key-succes-section::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1,17,17, 0.89);
    z-index: -1;
}
.key-succes-section .key-succes-img{
    position: absolute;
    top: 0;
    left: 0;
}
.key-succes-section .key-inner-wrap{
    padding-top: 100px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
}
.key-succes-section .key-inner-wrap .right-column{
    max-height: 453px;
}
.key-succes-section .key-inner-wrap h2{
    color: #ffffff;
    margin-bottom: 20px;
}
.key-succes-section .key-inner-wrap ul li{
    color: #ffffff;
    padding-left: 18px;
}
.key-succes-section .key-inner-wrap ul.key-points li::before{
    background-color: #ffffff;
}
.value-section{
    background-image: url(../images/core-value-bg.jpg);
    padding: 60px 0;
}
.value-section h2{
    font-size: 50px;
    line-height: 50px;
    color: #111111;
    margin-bottom: 0;
}
.our-values{
    max-width: 733px;
    margin-top:20px ;
}
.our-values .accordion-item{
    margin-bottom: 10px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: rgba(255 , 255 , 255 , 0.7);
    border-radius: 10px;
}
.our-values .accordion-item:nth-last-child(1){
    margin-bottom: 0;
}
.our-values .accordion-item .accordion-button{
    background: transparent;
    border: transparent;
    padding: 25px 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #1A1A1A;
    box-shadow: none;
}
.our-values .accordion-item .accordion-button::after{
    background-image: url(../images/dropdown-arrow.svg);
    transform: rotate(0deg);
    background-size: 24px;
    width: 28px;
    height: 28px;
    background-position: center;
}
.our-values .accordion-item .accordion-button.collapsed::after{
    transform: rotate(-90deg);
}
.our-values .accordion-item .accordion-body{
    padding: 0px 20px 37px 20px;
}
ul.key-points li{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #1A1A1A;
    padding-left: 15px;
    margin-bottom: 25px;
}
ul.key-points li:nth-last-child(1){
    margin-bottom: 0;
}
ul.key-points li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1A1A1A;
}
.contact-us-box{
    margin:10px 0px  40px;
}
.contact-us-box .inner-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #00A651;
    border-radius: 20px;
}
.contact-us-box .inner-wrap p{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px 0;
}
.contact-us-box .inner-wrap .middle-box{
    width: 491px;
}
.contact-us-box .inner-wrap .right-box{
    width: 320px;
    padding-left: 70px;
}
.contact-us-box .inner-wrap .right-box .btn{
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #00A651;
    background-color: #ffffff;
    border-color:#ffffff;
}
.contact-us-box .inner-wrap .right-box .btn:hover{
    background-color: #111111;
    color: #ffffff;
    border-color:#111111;
}
.initiative-section{
    padding: 56px 0 88px;
}
.initiative-section h2 b{
    color: #00A651;
}
.initiative-wrap{
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 100px;
    margin-top: 55px;
}
.initiative-wrap li{
    position: relative;
    width: 201px;
    min-height: 300px;
    max-height: 300px;
}
.initiative-wrap li:nth-child(odd):after{
    position: absolute;
    content: "";
    right: -47px;
    top: 86px;
    background-image: url(../images/circle-right-shape.png);
    background-repeat:no-repeat ;
    background-size: 74px;
    width: 80px;
    height: 80px;
}
.initiative-wrap li:nth-last-child(1)::after{
    display: none;
}
.initiative-wrap li:nth-child(even):after{
    position: absolute;
    content: "";
    right: -53px;
    top: 123px;
    background-image: url(../images/circle-right-top-shape.png);
    background-repeat:no-repeat ;
    /* background-size: 120px; */
    background-size: 95px;
    width: 100px;
    height: 100px;
}
.initiative-wrap li .img-box figure{
    width: 170px;
    height: 170px;
    border: 24px solid #00A651;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
}
.initiative-wrap li:hover .img-box figure img{
    transform: scale(1.1);
}
.initiative-wrap li:nth-child(even){
    flex-direction: column-reverse;
    display: flex;
    margin-top: -55px;

}
.initiative-wrap li .img-box figure img{
    width: 75px;
}
.initiative-wrap li .vertical-line{
    min-height: 50px;
    max-height: 50px;
    position: relative;
}
.initiative-wrap li .vertical-line::before{
    position: absolute;
    content: "";
    left: 50%;
    top: 12px;
    background-image: url(../images/dashed-borde.png);
    width: 5px;
    height: 30px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.initiative-wrap li .bottom-box h3{
    font-size: 18px;
    font-weight: 800;
    color: #111111;
}
.initiative-wrap li:hover .bottom-box h3{
    color: #00A14E;
}
.initiative-wrap li .bottom-box p{
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 0;
}
.innovation-heart-section{
    margin: 43px 0 55px;
}
.innovation-heart-section h2{
    text-align: center;
}
.innovation-heart-wrap{
    max-width: 1066px;
    margin: 0 auto;
    margin-top: 43px;
    overflow: hidden;
}
.innovation-heart-wrap .innovation-main-box{
    position: relative;
    /* background-image: url(../images/heart-circle-icon-01.svg); 
    background-position: center;
    background-size: 556px; */
    height: 784px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    z-index: 1;
}
.innovation-heart-wrap .innovation-main-box::before{
    position: absolute;
    content: "";
    background-image: url(../images/heart-circle-icon-01.svg);
    background-position: center;
    background-size: 556px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    animation: 25s rotete linear infinite;
}
@keyframes rotete{
    0%{ 
      transform: rotate(0deg);  
    }
    50%{ 
        transform: rotate(180deg);  
      }
    100%{ 
        transform: rotate(360deg);  
      }
}


.innovation-heart-wrap .innovation-main-box .center-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.innovation-heart-wrap .innovation-main-box .center-content figure{
    width: 350px;
    height: 350px;
    background: none;
}
.innovation-heart-wrap .innovation-main-box .center-content figure img{
    max-width: 330px;
    animation: 2s pulse linear infinite;
}
@keyframes pulse{
    0%{ 
      transform: scale(0);  
    }
    50%{ 
        transform: scale(1.5);  
      }
    100%{ 
        transform: scale(2);  
      }
}
.innovation-heart-wrap .innovation-main-box .top-section{
    /* width: 370px; */
    text-align: center;
    margin: 0 auto;
}
.innovation-heart-wrap .innovation-main-box .bottom-section{
    width: 370px;
    text-align: center;
    margin: 0 auto;
}
.innovation-heart-wrap .innovation-main-box .bottom-section .box-inner-wrap{
    display: flex;
    flex-direction: column;
}
.innovation-heart-wrap .innovation-main-box .bottom-section p{
    order: 2;
    margin-bottom: 0;
    margin-top: 12px;
}
.innovation-heart-wrap .innovation-main-box .top-section p{
    margin-bottom: 12px;
}
.innovation-heart-wrap .innovation-main-box .middle-section{
    display: flex;
    justify-content: space-between;
    width: 100%;
} 
.innovation-heart-wrap .innovation-main-box .middle-section .box-inner-wrap{
    width: 320px;
    display: flex;
    align-items: center;
}
.innovation-heart-wrap .innovation-main-box .middle-section .right.box-inner-wrap{
    flex-direction: row-reverse;
}
.innovation-heart-wrap .innovation-main-box .middle-section .left.box-inner-wrap p{
    text-align: right;
    margin-right: 12px;
}
.innovation-heart-wrap .innovation-main-box .middle-section .right.box-inner-wrap p{
    margin-left: 12px;
}
.innovation-heart-wrap .innovation-main-box .top-section .box-inner-wrap{  
    padding-bottom: 15px;
}
.innovation-heart-wrap figure{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    background: hsla(188, 100%, 35%, 1);
    background: linear-gradient(90deg, hsla(188, 100%, 35%, 1) 0%, hsla(75, 53%, 46%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(188, 100%, 35%, 1) 0%, hsla(75, 53%, 46%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(188, 100%, 35%, 1) 0%, hsla(75, 53%, 46%, 1) 100%); 
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#009AB2", endColorstr="#96B438", GradientType=1 );
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
}
.innovation-heart-wrap figure:hover img{
    transform: scale(1.1);
}
.innovation-heart-wrap .box-inner-wrap p{
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    line-height: 27px;
}

/* contact-us */

.contact-us-banner{
    background-image: url(../images/business-customer-about.jpg);
}
.contact-us-banner P{
    font-size: 20PX;
    font-weight: 400;
    color: #FFFFFF;
}
.queries-section{
    background-color: #00A651;
}
.queries-section ul{
    display: flex;
    max-width: 1055px;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
    padding: 45px 0;
    /* margin: 0 -10px; */

}
.queries-section ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    flex: auto;
}
.queries-section ul li::after{
    position: absolute;
    content: "";
    right: 0;
    top: -20px;
    height: 110px;
    width: 1px;
    background-color: rgba(255,225,255,0.75);
}
.queries-section ul li:nth-last-child(1)::after{
    display: none;
}
.queries-section ul li figure{
    margin-right: 20px;
    flex: 0 0 auto;
    /* overflow: hidden; */
}
.queries-section ul li:hover figure img{
    transform: scale(1.1);
}
.queries-section ul li figure img{
    width: 70px;
}
.queries-section ul li a{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.queries-section ul li a:hover{
    border-bottom: 1px solid #fff;
}
.get-touch-section{
    max-width: 1000px ;
    margin: 0 auto;
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    padding: 30px;
    margin-top: 36px;
}
.get-touch-section h2{
    font-size: 40px;
    font-weight: 800;
    color: #111111;
}
.get-touch-section form{
    margin-top: 25px;
}
.get-touch-section form label{
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    line-height: 18px;
    margin-bottom: 9px;
}
.get-touch-section form .form-control{
    height: 60px;
    border-radius: 0;
    border: 1px solid #DEDEE6;
    padding: 19px 14px;
    margin-bottom: 3px;
}
.get-touch-section form .form-select{
    height: 60px;
    height: 60px;
    border-radius: 0;
    border: 1px solid #DEDEE6;
    padding: 19px 14px;
    margin-bottom: 3px;
}
.get-touch-section form textarea{
    display: block;
    width: 100%;
    border: 1px solid #DEDEE6;
    border-radius: 0;
    max-height: 145px;
}
.get-touch-section form .submit-btn .btn{
    padding: 10px 35px;
    width: 176px;
}
.get-touch-section form .submit-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.address-box{
    max-width: 1000px ;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 65px;
}
.address-box h2{
    font-size: 40px;
    font-weight: 800;
    color: #111111;
    text-align: center;
    margin-bottom: 35px;
}
.address-box .office-address{
    border: 2px solid #00A651;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
}
.address-box .office-address h3{
    font-size: 22px;
    color: #382933;
    font-weight: 700;
    margin-bottom: 20px;
}
.address-box .office-address p{
    color: #382933;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}
.address-box .office-address a{
    display: block;
    color: #382933;
    font-size: 18px;
    font-weight: 400;
}
.address-box .office-address a:hover{
    color: #00A651;
}
/* product-section */
.about-us-banner.product-section-banner::before{
    height: 90%;
}
.product-section-banner{
    background-image: url(../images/product-page-banner.jpg);
}
.banner-outer-discription{
    margin: 40px 0;
}
.banner-outer-discription p{
    font-size: 17px;
    font-weight: 400;
    color: #111111;
    line-height: 30px;
}
.category-section{
    margin-top:55px;
}
.category-listing{
    display: flex;
    /* flex-wrap: wrap; */
    margin-bottom: 70px;
}
.category-listing:nth-last-child(1){
    margin-bottom: 0;
}
.category-section .category-listing:nth-child(even){
    flex-direction: row-reverse;
}
.category-section .category-listing:nth-child(even) .category-content{
    padding-left: 0;
    padding-right: 46px;
}
.category-listing figure{
    width: 617px;
}
.category-listing .category-content{
    width: 663px;
    padding-left: 46px;
}
.category-listing .category-content h2{
    font-size: 50px ;
    line-height: 52px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 15px;
}
.category-listing .category-content p{
    font-size: 17px;
    color: #111111;
    font-weight: 400;
    line-height: 35px;
}
.category-listing .category-content p.text-2{
    margin-top: 25px;
}
.our-partners{
    margin: 38px 0 150px;
}
.our-partners h3{
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.infusion-pump-section .category-listing .category-content{
    padding-left: 0;
    padding-right: 46px;
}
.category-listing.ecg-Machine .category-content{
    padding-left: 0;
    padding-right: 46px;
}
.our-partners.column-2{
    margin: 25px 0 100px
}
.product-category-wrap{
    position: sticky;
    top: 100px;
    z-index: 50;
    display: flex;
}


.product-category-wrap ul{
    display: flex;
    background-color: #F5F5F5;
    border-radius: 15px;
    margin-bottom: 48px;
    align-items: center;
    max-width: 1090px;
    margin: 0 auto;
    box-shadow: 0px 6px 20px #00000026;

}



/* .product-category-wrap ul li */
.product-category-wrap ul li a.nav-link{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    padding: 29px 21px;
    border-radius: 15px;
    line-height: 27px;
}
.product-category-wrap ul li a:hover{
    color: #fff;
    background-color: #00A651;
}
.product-category-wrap ul li a.nav-link.active{
    color: #fff;
    font-weight: 500;
}
.product-list-2 .connected-customers-section{
    margin-bottom: 40px;
}
.product-detail-listing{
    margin: 0 -25px;
    display: flex;
    flex-wrap: wrap;
}
.product-detail-listing li{
    padding: 0 25px;
    width: 33.33%;
    display: flex;
    margin-bottom: 50px;
    transition: all 0.5s ease-in-out;
}
.product-detail-listing li .inner-listing{
    padding: 25px 15px;
    background-color: #ffffff;
    /* box-shadow: 0px 6px 20px #00000026; */
    /* border-radius: 10px; */
    border: 1px solid #ffffff;
    transition: all 0.2s ease-in;
}
.product-detail-listing li .inner-listing.product-1{
    border: 2px solid #409fe3;
    background-color: #409fe3;
}
.product-detail-listing li .inner-listing.product-2{
    border: 2px solid #000;
    background-color: #000;
}
.product-detail-listing li .inner-listing.product-3{
    border: 2px solid #00A651;
    background-color: #00A651;
}
.product-detail-listing li:hover .inner-listing.product-1{
    border: 2px solid #409fe3;
    background-color: #fff;
}
.product-detail-listing li:hover .inner-listing.product-2{
    border: 2px solid #000;
    background-color: #fff;
}
.product-detail-listing li:hover .inner-listing.product-3{
    border: 2px solid #00A651;
    background-color: #fff;
}
.product-detail-listing li .inner-listing a{
    color: #000000;
}
.product-detail-listing li .inner-listing a h3{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    margin-bottom: 25px;
    transition: all 0.2s ease-in;
    height:70px ;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-detail-listing li:hover .inner-listing a h3{
    color: #000;
}
.product-detail-listing li:hover .sub-Categories li a{
    color: #000;
}
header.cms-header{
    background-color: rgba(0 , 0 ,0, 0.8);
}
.error-section{
    padding: 181px 0px 100px;

}
.error-section .error-box{
    border: 1px solid #DEDCDC;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 36px;
    box-shadow: 0px 4px 0px #00000012;
}
.error-section .error-box .error-text{
    color: #e90000;
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
}
.error-section .error-box h2{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 50px;
}
.error-section .error-box figure{
    margin-bottom: 17px;
}
.error-section .error-box h3{
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.error-section .error-box p a{
    color: #1985F1;
    text-decoration: revert !important;
}
.error-section .error-box p{
    color: #000000;
    font-size: 17px;
}
.error-section .error-box p:nth-child(n+1){
    margin-bottom: 10px;
}
.error-section .error-box .btn{
    padding: 15px 30px;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.error-section .error-box .fillbtn:hover{
    color: #000;
}
.privacy-policy-section{
    padding-top: 0px;
}
.privacy-inner-section{
    box-shadow: 0px 4px 0px #00000012;
    border: 1px solid #DEDCDC;
    opacity: 1;
    padding: 31px 41px;
    margin: 80px 0;
}
.privacy-inner-section h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.privacy-inner-section p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 28px;
}
.thankyou-cms-section .error-box{
    max-width: 1020px;
    padding: 27px;
}
.thankyou-cms-section .error-box h2{
    margin-bottom: 25px;
    font-size: 18px;
    color: #656565;
}
.thankyou-cms-section .error-box .btn{
    padding: 10px 20px;
    line-height: 18px;
}
.product-detail-listing .sub-Categories{
    margin-top: 17px;
}
.product-detail-listing .sub-Categories li{
    width: 100%;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    position: relative;
    display: block;
}
.product-detail-listing .sub-Categories li a{
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.product-detail-listing .sub-Categories li:nth-last-child(1){
    margin-bottom: 0;
}
.product-detail-listing .sub-Categories li::before{
    position: absolute;
    content: "";
    left: 12px;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.product-detail-listing li:hover .sub-Categories li::before{
    border-color: #000;
}
.innovation-section .industries-main .top-section h2{
    max-width: 435px;
}
.product-list-section{
    margin-bottom: 55px;
}
.anchorslide{
    display: block;
    height: 195px;
    margin-top: -195px;
    visibility: hidden;
}

/* customer-section */

.customer-page-banner{   
    background-image: url(../images/customer-banner-img.jpg);
}
.customers-logo{
    margin: 50px 0 0;
}
.customers-logo ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding-top: 10px;
}
.customers-logo ul li{
    width: 20%;
    padding: 0 12px;
    margin-bottom: 20px;
}
.customers-logo ul li figure{
    width: 200px;
    height: 200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.customers-logo ul li figure:hover img{
    transform: scale(1.1);
}
.award-section{
    margin:30px 0 70px ;
}
.award-section .award-carousel{
    margin-top: 25px;
}
.award-section .award-carousel .item{
    padding: 12px 8px;
    text-align: center;
}
.award-section .award-carousel .item figure img{
    width: auto;
    margin: 0 auto;
}
.award-section .award-carousel .item h4{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: 15px;
}

/* leadership-section */

.leadership-section{
    margin-top: 50px;
}
.leadership-section ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.leadership-section ul li{
    width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px;
    margin-bottom: 75px;
}
.leadership-section ul li .inner-wrap{
    background-color: #c1c1c1;
    padding-bottom: 15px;
}
.leadership-section ul li .img-box{
    background-color: #F2F2F2;
}
.leadership-section ul li .img-box figure{
    width: 220px;
    height: 220px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    border-radius: 50%;
    overflow: hidden;
}
.leadership-section ul li .img-box figure img{
    width: 100%;
}
.leadership-section ul li h3{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin: 15px 0 7px;
    padding: 0 15px;
}
.leadership-section ul li span{
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    padding: 0 15px;
    display: block;
    margin-bottom: 15px;
}
.leadership-section ul li p{
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding: 0 15px;
} 

/* careers-section */

.careers-section{
    margin:50px 0 ;
}
.careers-section .accordion .accordion-item .accordion-body p{
    font-size: 17px;
    color: #6a6a6a;
    font-weight: 400;
}
.careers-section .accordion{
    margin-top: 35px;
}
.careers-section .accordion .accordion-item{
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    background-color: rgba(255 , 255 , 255 , 0.7);
    border-radius: 10px;
    margin-bottom: 20px;
}
.careers-section .accordion .accordion-item .accordion-button{
    box-shadow: none;
    border: none;
    background-color: #fff;
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    border-radius: 10px;
    padding: 23px;
}
.careers-section .accordion .accordion-item .accordion-button::after{
    background-image: url(../images/minus-black-01.svg);
    background-size: 15px;
    width: 15px;
    height: 15px;
}
.careers-section .accordion .accordion-item .accordion-button.collapsed::after{
    background-image: url(../images/add-black-01.svg);
}
.modal-dialog.modal-dialog-centered{
    max-width: 910px;
}
.modal-content .form-section h3{
    font-size: 40px;
    color: #000;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}
.modal-content .form-section .form-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.modal-content .form-section .input-group{
    width: 50%;
    flex: 0 0 50%;
    padding: 0 12px;
    flex-direction: column;
    display: flex;
}
.modal-content .form-section .input-group label{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.modal-content .form-section .input-group label span{
    color: red;
}
.modal-content .form-section .input-group .form-control{
    width: 100%;
    height: 70px;
    border-radius: 4px;
    border: solid 1px #dedede;
    padding: 0 20px;
    font-size: 16px;
    color: #000000;
    outline: none;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-content .form-section .input-group .form-control::placeholder{
    color: #a3a3a3;
}
.modal-content .form-section .input-group .form-select{
    width: 100%;
    height: 70px;
    border-radius: 4px;
    border: solid 1px #dedede;
    padding: 0 20px;
    font-size: 16px;
    color: #a3a3a3;
    outline: none;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
}
.modal-content .form-section .input-group .upload-cv .uploadFile-lable{
    position: relative;
}
.modal-content .form-section .input-group .upload-cv input{
    display: none;
}
.modal-content .form-section .input-group .upload-cv label{
    height: 70px;
    border-radius: 4px;
    border: solid 1px #dedede;
    padding: 0 20px;
    font-size: 16px;
    color: #a3a3a3;
    outline: none;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 123px;
}
.modal-content .form-section .input-group .upload-cv .browse{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 90px;
    height: 50px;
    pointer-events: none;
    background-color: #fff;
    color: #00A14E;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content .form-section .input-group.text-message{
    width: 100%;
    flex: 0 0 100%;
}
.modal-content .form-section .input-group.text-message textarea{
    min-height: 180px;
    border-radius: 4px;
    border: solid 1px #dedede;
    padding: 10px 20px;
    font-size: 16px;
    color: #000000;
    outline: none;
    background-color: transparent;
    display: flex;
    align-items: center;
}
.modal-content{
    padding: 15px 52px 52px;
}
.modal-content .modal-footer{
    justify-content: space-between;
    border-top: 0;
}

/* media-quary */
@media (min-width:1135px) and (max-width:1199px){
    .innovation-section .industries-main .top-section {
        max-width: 740px;
    }
}
@media (min-width:1135px) and (max-width:1299px){
    .industries-main .top-section{
        max-width: 740px;
    }
    .innovation-section .industries-main .top-section {
        max-width: 800px;
    }   
    .innovation-section .industries-main .top-section h2{
        font-size: 32px;
}
}
@media (min-width:1135px) and (max-width:1199px){
    .innovation-section .industries-main .top-section {
        max-width: 740px;
    }
}
@media (min-width:1300px) and (max-width:1600px){
    .industries-main .top-section{
        max-width: 960px;
    }
    .innovation-section .industries-main .top-section h2{
        font-size: 48px;
    }
    .innovation-section .industries-main .top-section {
        max-width: 920px;
    }
}
@media (min-width:1601px) and (max-width:1800px){
    .industries-main .top-section{
        max-width: 980px;
    }
}

@media(min-width:1201px) and (max-width:1300px){
    .product-box .product-box-content{
        margin-left: -558px;
    }
    .testimonial-section .client-review{
        max-width: 1038px;
    }
    .innovation-section .industries-main .top-section h2 {
        max-width: 375px;
    }
} 
@media(min-width:1100px) and (max-width:1200px){
    .product-box .product-box-content{
        margin-left: -467px;
        max-width: 420px
    }
    .product-review-box{
        width: 53.5%;
    }
    .testimonial-section .client-review{
        max-width: 858px;
    }
} 
@media(min-width:993px) and (max-width:1099px){
    .testimonial-section .client-review{
        max-width: 858px;
    }
    .product-box .product-box-content{
        margin-left: -467px;
        max-width: 405px;
    }
    .product-review-box{
        width: 50%;
    }
} 
@media (min-width:1308px){
    .container{
        max-width: 1308px;
        margin: 0 auto;
    }
}
@media (max-width:1135px){
    .industries-section::before{
        width: 100%;
    }
    .industries-section::after{
        width: 100%;
    }
} 
@media (max-width:1308px){
    .services-tabs .nav li .nav-link{
        font-size: 18px;
    }
    .key-succes-section{
        min-height: 543px;
    }
    .key-succes-section .key-inner-wrap{
        padding-top: 50px;
    }
    .initiative-wrap li:nth-child(odd):after{
        right: -43px;
        top: 93px;
        background-size: 66px;
        width: 70px;
        height: 70px;
    }
    .initiative-wrap li:nth-child(even):after{
        right: -39px;
        top: 143px;
        background-size: 66px;
        width: 70px;
        height: 70px;
    }
    .history-inner-wrap ul li:nth-of-type(6) .listing{
        padding-right: 40px;
    }
    .history-inner-wrap ul.animated::before{
        height: 228px;
        width: 50px;
    }
    .history-inner-wrap ul::after{
        top: 280px;
    }
    .history-inner-wrap ul.animated::after{
        height: 248px;
    }
    .contact-us-box .inner-wrap .middle-box{
        max-width: 500px;
        width: 100%;
    }
    .contact-us-box .inner-wrap .right-box{
        max-width: 240px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .contact-us-box .inner-wrap .right-box .btn {
        padding: 18px 24px;
        font-size: 15px;
    }
}
@media (max-width:1200px){
    .customers-logo ul li{
        width: 25%;
    }
    .queries-section ul li figure img{
        width: 60px;
    }
    .queries-section ul li a{
        font-size: 17px;
    }
    .queries-section ul li figure{
        margin-right: 13px;
    }
    .product-detail-listing .sub-Categories li{
        padding-right: 0;
    }
    .product-detail-listing .sub-Categories li a{
        font-size: 15px;
    }
    .news_inner_wrap .new-content h3{
        font-size: 23px;
    }
    header .inner-head .right-header ul li .product-category-section .category-nav{
        width: 300px;
    }
    
	.product-category-wrap ul li a.nav-link{
        font-size: 16px;
    }
	
	
    .product-detail-listing li .inner-listing a h3{
        font-size: 19px;
        line-height: 25px;
    }
    .product-category-wrap ul li a{
        font-size: 18px;
    }
    .innovation-heart-wrap .innovation-main-box::before{
    top: 109px;
    left: 180px;
    width: 556px;
    height: 556px;
    }
    .category-listing .category-content h2{
        font-size: 40px;
    }
    .category-listing .category-content p{
        font-size: 16px;
    }
    .innovation-heart-wrap .innovation-main-box .middle-section .box-inner-wrap{
        width: 250px;
    }
    .innovation-heart-wrap .box-inner-wrap p{
        font-size: 16px;
    }
    .key-succes-section {
        min-height: 503px;
    }
    .key-succes-section .key-inner-wrap ul li{
        font-size: 16px;
    }
    .key-succes-section .left-img{
        margin-right: 522px;
    }
    .initiative-wrap li .img-box figure{
        width: 150px;
        height: 150px;
        border-width: 19px;
    }
    .initiative-wrap li:nth-child(odd):after {
        right: -34px;
        top: 93px;
    }
    .initiative-wrap li:nth-child(even):after {
        right: -28px;
        top: 137px;
        background-size: 76px;
    }
    .history-inner-wrap ul{
        padding-left: 0px;
        transform: scale(0.9);
    }
    .history-inner-wrap ul::after{
        left: -30px;
    }
    .history-inner-wrap ul.animated::after{
        height: 268px;
    }
    .history-inner-wrap ul li:nth-of-type(6) .listing{
        padding-right: 15px;
    }
    .history-inner-wrap ul li:nth-child(n+4){
        width: 33.33%;
    }
    .contact-us-box .inner-wrap p{
        font-size: 20px;
    }
    .footer-main ul li{
        margin-bottom: 13px;
    }
    .footer-main ul li a{
        font-size: 14px;
    }
    header .inner-head .right-header ul li{
        margin-right: 25px;
    }
    header .inner-head .right-header ul li a{
        font-size: 15px;
    }
    .banner-section>img{
        height: 670px;
    }
    .banner-section .banner-content .banner-inner h1{
        font-size: 60px;
    }
    .knowledge-inner-wrap .right .box-content p{
        font-size: 15px;
    }
    .service-manage .service-content{
        padding-left: 40px;
        width: calc(100% - 540px);
    }
    .service-manage .service-img{
        width: 540px;
    }
    .service-points li{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .service-manage .service-content h2{
        font-size: 28px;
        line-height: 40px;
    }
    .services-tabs .nav li .nav-link{
        font-size: 17px;
        padding: 20px 17px;
    }
    .connected-customers-section h2{
        font-size: 30px;
    }
    .services-section{
        margin-top: 90px;
        padding:40px 0 50px ;
    }
    .services-section .heading h2{
        font-size: 40px;
        line-height: 40px;
    }
    .services-tabs .nav{
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .news-section h2{
        font-size: 40px;
    line-height: 40px;
    }
    h2.heading{
        font-size: 40px;
        line-height: 40px;
    }
    .knowledge-inner-wrap h2{
        font-size: 29px;
        line-height: 45px;
    }
    .testimonial-section p{
        font-size: 16px;
    }

}
@media (max-width:991px){
    .leadership-section ul li{
        width: 50%;
        flex: 0 0 50%;
    }
    .customers-logo ul li{
        width: 33.33%;
    }
    .queries-section ul li {
        width: 100%;
        padding-bottom: 15px;
        display: flex;
        flex-direction: column;
    }
    .queries-section ul li::after{
        display: none;
    }
    .queries-section ul li figure {
        margin-right: 0;
        margin-bottom: 10px;
    }
    /* header .inner-head .right-header ul li .product-category-section{
        left: 100%;
    } */
    header .inner-head .right-header ul li .product-category-section.open{
        left: 0;
		visibility: visible;
        opacity: 1;
    }
    .innovation-section .industries-main .top-section h2{
        max-width: 100%;
    }
header .inner-head .right-header ul li .product-category-section{
    display: block;
}
header .inner-head .right-header ul li .product-category-section{
    display: block;
    top: 30px;
    min-width: 295px;
}
header .inner-head .right-header ul li:hover .product-category-section{
    display: block;
    top: 30px;
}
    header .category-nav li .sub-category-nav li .sub-menu-wrap{
        padding-left: 0;
    }
    header .category-nav li .sub-category-nav li .sub-menu-wrap ul{
        display: block;
    }
    header .inner-head .right-header ul li .product-category-section .category-nav>li>a {
        font-size: 14px !important;
    }
    header .inner-head .right-header .navbar li{
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    header .inner-head .right-header ul li .product-category-section .category-nav li{
        max-width: 100%;
    }
    header .category-nav li .sub-category-nav li{
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }
    header .inner-head .right-header ul li .product-category-section .category-nav li .sub-category.open{
        left: 0;
        background-color: #000;
    }
    header .inner-head .right-header ul li .product-category-section .category-nav{
        width: 100%;
        position: relative;
        border-right: none;
        transition: none;
    }
    header .inner-head .right-header nav> ul.open .category-btn{
        display: block;
        background: none;
        border: none;
        /* position: absolute;
        right: 10px;
        top: 0px; */
    }
    header .inner-head .right-header nav> ul.open .category-btn img{
        width: 20px;
        filter: invert(2);
    }
    header{
        padding: 22px 0;
    }
    .product-detail-listing{
        margin: 0 -20px;
    }
    .product-detail-listing li{
        width: 50%;
        padding: 0 20px;
    }
    .product-category-wrap ul{
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .product-category-wrap ul li a.nav-link{
        padding: 17px 15px;
        font-size: 16px;
        line-height: 18px;
    }
    .innovation-heart-wrap .innovation-main-box::before {
        top: 65px;
        left: 164px;
        width: 366px;
        height: 446px;
        background-size: 362px;
    }
    .category-section{
        margin-top: 60px;
    }
    .category-listing{
        flex-wrap: wrap;
    }
    .category-listing figure{
        width: 100%;
    }
    .category-listing .category-content{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .category-listing:nth-child(even) .category-content{
        padding-right: 0;
    }
    .category-listing.ecg-Machine .category-content{
        padding-right: 0;
        padding-left:0;
        order: 2;
    }
    .our-partners{
        margin: 30px 0 50px !important;
    }
    .infusion-pump-section .category-listing .category-content{
        order: 2;
        padding-right: 0;
        padding-left: 0;
    }
    .innovation-heart-wrap .innovation-main-box{
        background-size:360px ;
        height: 575px;
    }
    .innovation-heart-wrap .innovation-main-box .center-content figure img{
        max-width: 210px;
    }
    .innovation-heart-wrap figure{
        width: 75px;
        height: 75px;
    }
    .innovation-heart-wrap figure img{
        max-width:45px ;
    }
    .innovation-heart-wrap .innovation-main-box .middle-section .box-inner-wrap{
        width: 220px;
    }
    .queries-section ul li figure img{
        width: 40px;
    }
    .queries-section ul li a{
        font-size: 16px;
    }
    .queries-section ul li::after{
        top: -10px;
        height: 61px;
    }
    .key-succes-section::after{
        z-index: 0;
        background-color: rgba(1,17,17, 0.79);
    }
    .key-succes-section .left-img{
        max-width:100% ;
        margin-right: 0;
    }
    .key-succes-section .key-inner-wrap{
        justify-content: center;
    }
    .about-us-banner{
        height: 350px;
    }
    .history-inner-wrap ul.animated li:nth-last-child(1) .listing .content-box h2::after{
        display: none;
    }
    .initiative-section{
        padding: 45px 0px 0px;
    }
    .initiative-wrap{
        flex-wrap: wrap;
        padding-top: 0;
        margin: 55px -10px 0px -10px;
    }
    .initiative-wrap li .img-box figure img{
        width: 60px;
    }
    .initiative-wrap li{
        width: 100%;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    .initiative-wrap li:nth-child(even){
        flex-direction: column;
        margin-top: 0;
    }
    .initiative-wrap li:after{
        display: none;
    }
    .history-inner-wrap ul li{
        width:50% ;
    }
    .history-inner-wrap ul li:nth-child(n+4){
        width: 50%;
    }
    .history-inner-wrap ul li .listing .content-box::before{
        display: none;
    }
    .history-inner-wrap ul{
        padding: 0;
        transform: none;
        margin: 0 -10px;
    }
    .history-inner-wrap ul::before{
        display:none;
    }
    .history-inner-wrap ul::after{
        display:none;
    }
    .history-inner-wrap ul li{
        padding: 0 10px;
        text-align: center;
        display: flex;
        margin-bottom: 20px;
    }
    .history-inner-wrap ul li .listing .img-box figure{
        margin: 0 auto;
    }
    .history-inner-wrap ul li .listing .img-box figure::before{
        display: none;
    }
    .history-inner-wrap ul li .listing .content-box{
        margin: 10px 0;
    }
    .history-inner-wrap ul li .listing .content-box h3 br{
        display: none;
    }
    .history-inner-wrap ul li .listing{
        border: 2px solid #000000;
        padding: 20px;
        border-radius: 30px;
        display: block;
        text-align: center !important;
    }
    .history-inner-wrap ul li:nth-child(n+4) .listing{
        display: flex;
        flex-direction: column-reverse;
    }
    .history-inner-wrap ul li:nth-of-type(1) .listing{ 
        border-color: #00A14E;
    }
    .history-inner-wrap ul li:nth-of-type(2) .listing{ 
        border-color: #F15A24;
    }
    .history-inner-wrap ul li:nth-of-type(3) .listing{ 
        border-color: #484C7F;
    }
    .history-inner-wrap ul li:nth-of-type(4) .listing{ 
        border-color: #39BDC8;
    }
    .history-inner-wrap ul li:nth-of-type(5) .listing{ 
        border-color: #248EA9;
    }
    .history-inner-wrap ul li:nth-of-type(6) .listing{ 
        border-color: #056793;
    }
    .history-inner-wrap ul li:nth-of-type(7) .listing{ 
        border-color: #FBB03B;
    }
    .history-inner-wrap ul li:nth-of-type(8) .listing{
        border-color: #A6C246;
    }
    .history-inner-wrap ul li:nth-of-type(1){ 
        order: 1;
    }
    .history-inner-wrap ul li:nth-of-type(2){
        order: 2;
    }
    .history-inner-wrap ul li:nth-of-type(3){
        order: 3;
    }
    .history-inner-wrap ul li:nth-of-type(4){
        order: 6;
    }
    .history-inner-wrap ul li:nth-of-type(5){
        order: 5;
    }
    .history-inner-wrap ul li:nth-of-type(6){
        order: 4;
    }
    .history-inner-wrap ul li:nth-of-type(7){
        order: 7;
    }
    .history-inner-wrap ul li:nth-of-type(8){
        order: 8;
    }
    .history-inner-wrap ul li:nth-child(n+7) .listing{
        flex-direction: column !important;
    }
    .contact-us-box .inner-wrap p {
        font-size: 17px;
    }
    .contact-us-box .inner-wrap .right-box {
        max-width: 200px;
        width: 100%;
    }
    .contact-us-box .inner-wrap .right-box .btn{
        padding: 15px 14px;
    }
    .industries-main .bottom-section{
        margin: 0 -12px;
    }
    .industries-section .news_inner_wrap{
        margin: 20px 12px;
    }
    .innovation-section .industries-main .top-section h2 br{
        display: none;
    }
    .industries-section{
        padding: 56px 0 60px;
    }
    .industries-main .top-section{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .industries-main .top-section p{
        width: 100%;
        margin-bottom: 0;
    }
    .connected-customers-section h2{
        font-size: 28px;
        line-height: 35px;
    }
    .product-review-box {
        width: 100%;
    }
    .pruduct-box .provide-wrap .content-box{
        width: 100%;
        order: 2;
        margin-top: 80px;
    }
    .pruduct-box .provide-wrap .image-box{
        width: 100%;
        order: 1;
    }
    .product-review-box .owl-carousel .owl-stage{
        padding-left:70px !important;
    }
    .product-review-box .review-carousel .owl-stage-outer{
        padding:0;
    }
    .product-review-box .review-carousel .review-box p{
        font-size: 17px;
    }
    .product-review-box .review-carousel .review-box .cumtomer-detail h3{
        font-size: 20px;
        line-height: 25px;
    }
    .product-box{
        flex-wrap: wrap;
        padding: 50px 12px 90px;
        margin-bottom: 50px;
    }
    .product-box .product-box-content{
        position: initial;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .product-box .product-box-content .btn{
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .product-box .product-box-content p{
        margin-bottom: 30px;
        font-size: 17px;
    }
    .product-box .product-box-content h2{
        margin-bottom: 15px;
    }
    .banner-section>img{
        height: 600px;
    }
    .banner-section .banner-content .banner-inner{
        padding-top: 55px;
    }
    .banner-section .banner-content .banner-inner h1{
        font-size: 50px;
    }
    header .inner-head .right-header ul li{
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 0;
    }
    header .inner-head .right-header ul li a{
        font-size: 14px;
    }
    header .inner-head .right-header nav> ul{
        position: fixed;
        right: -100%;
        top: 0;
        display: block;
        padding: 70px 20px;
        background-color:rgba(0 , 0 ,0, 0.8) ;
        width: 450px;
        height: 100%;
        border-left: 1px solid #ddd;
        transition: all 0.4s ease-in-out;
        overflow: auto;
    }
    header .inner-head .right-header nav> ul.open{
        right: 0;
    }
    header .inner-head .right-header .menu{
        display: block;
        background: none;
        width: 30px;
        height: 20px;
        border: none;
        position: relative;
        transition: all 0.2s ease-in-out;
        display: block !important;
    }
    header .inner-head .right-header .menu span{
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: 3px solid #00A651;
        border-radius: 50px;
        width: 100%;
        height: 2px;
        transition: all 0.2s ease-in-out;

    }
    header .inner-head .right-header .menu span:nth-of-type(2){
        top: 10px;
    }
    header .inner-head .right-header .menu span:nth-of-type(3){
        top: 20px;
    }
    header .inner-head .right-header .menu.open span:nth-of-type(1){
        transform: rotate(-45deg);
        top: 10px;
    }
    header .inner-head .right-header .menu.open span:nth-of-type(2){
        transform: rotate(45deg);
    }
    header .inner-head .right-header .menu.open span:nth-of-type(3){
        display: none;
    }
    body.stop-scroll{
        overflow: hidden;
    }
    .knowledge-inner-wrap .left{
        width: 100%;
        padding-right:0 ;
    }
    .knowledge-inner-wrap .box-heading{
        background-position: center;
        background-size: 480px;
    }
    .knowledge-inner-wrap .right{
        width: 100%;
    }
    .service-manage .service-img{
        width: 100%;
    }
    .service-manage .service-img figure img{
        width: 100%;
    }
    .service-manage .service-content{
        padding-left: 0;
        margin-top: 30px;
        width: 100%;
    }
    .service-manage .service-content h2 br{
        display: none;
    }
    .service-manage .service-content p{
        max-width: 100%;
    }
    .news-section{
        padding: 40px 0;
    }
    .footer-main .inner-box{
        width: 50%;
    }
    .client-review .owl-dots ,.news-wrap .owl-dots{
        margin-top: 25px;
    }
    .who-we-are figure img{
        width: 100%;
    }
    .initiative-wrap li .bottom-box{
        position: absolute;
        top: 40px;
        right: 0;
        width: 260px;
        text-align: left;
        margin-left: 30px;
    }
    .initiative-wrap li .bottom-box p{
        text-align: left;
    }
    .initiative-wrap li:nth-child(odd) .bottom-box{
        left: 0;
        text-align: right;
        margin-left: 0;
    }
    .initiative-wrap li:nth-child(odd) .bottom-box p{
        text-align: right;
    }
    .initiative-wrap li:nth-last-child(1) .vertical-line{
        display: none;
    }
    .initiative-wrap{
        margin-bottom: 45px;
    }
    .initiative-wrap li{
        margin-bottom:0 ;
    }

}
@media (max-width:767px){
    .careers-section {
        margin: 30px 0;
    }
    .careers-section .accordion .accordion-item .accordion-button{
        font-size: 19px;
    }
    .careers-section .accordion .accordion-item .accordion-body p{
        font-size: 16px;
    }
    .careers-section .accordion .accordion-item .accordion-body .btn{
        font-size: 15px;
        padding: 10px 25px;
    }
    .customers-logo ul li{
        width: 50%;
    }
    .customers-logo ul li figure{
        width: 150px;
        height: 150px;
    }
    .privacy-inner-section{
        margin: 30px 0;
        padding: 17px;
    }
    .privacy-inner-section p{
        font-size: 15px;
    }
    .initiative-wrap li .img-box figure{
        width: 120px;
        height: 120px;
        border-width: 12px;
    }
    .initiative-wrap li .bottom-box{
        width: 218px;
    }
    .product-detail-listing{
        margin: 0 -12px;
    }
    .product-detail-listing li{
        width: 50%;
        padding: 0 12px;
    }
    .product-detail-listing li .inner-listing figure img{
        width: 100%;
    }
    .innovation-heart-wrap .innovation-main-box::before{
        display: none;
    }
    .category-listing figure img{
        width: 100%;
    }
    .innovation-heart-wrap .innovation-main-box{
        background-image: none;
        flex-wrap: wrap;
        height: 100%;
        flex-direction: row;
    }
    .innovation-heart-wrap .innovation-main-box .top-section{
        width: 50%;
        order: 1;
    }
    .innovation-heart-wrap .innovation-main-box .top-section .box-inner-wrap{
        padding-bottom: 0;
    }
    .innovation-heart-wrap .innovation-main-box .top-section .box-inner-wrap{
        display: flex;
        flex-direction: column-reverse;
    }
    .innovation-heart-wrap .innovation-main-box .box-inner-wrap{
        margin-bottom: 20px;
        padding: 0px 10px;
    }
    .innovation-heart-wrap .innovation-main-box .box-inner-wrap p{
        margin-bottom: 0;
        margin-top: 15px;
        text-align: center;
        font-size: 15px;
    }
    .innovation-heart-wrap .innovation-main-box .bottom-section{
        width: 50%;
        order: 2;
    }
    .innovation-heart-wrap .innovation-main-box .middle-section{
        order: 3;
        flex-wrap: wrap;
    }
    .innovation-heart-wrap .innovation-main-box .middle-section .left.box-inner-wrap p{
        text-align: center;
    }
    .innovation-heart-section{
        margin: 30px 0;
    }
    .innovation-heart-wrap{
        margin-top: 23px;
    }
    .innovation-heart-wrap .innovation-main-box .center-content{
        opacity: 0.2;
        z-index: -1;
    }
    .innovation-heart-wrap .innovation-main-box .middle-section .box-inner-wrap{
        width: 50%;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .innovation-heart-wrap .innovation-main-box .box-inner-wrap p br{
        display: none;
    }
    .innovation-heart-wrap .innovation-main-box .middle-section .right.box-inner-wrap {
        flex-direction: column-reverse;
    }
    .queries-section ul{
        padding: 20px 0;
    }
    .queries-section ul{
        flex-wrap: wrap;
    }
    .queries-section ul li{
        width: 100%;
        padding-bottom:15px;
        display: flex;
        flex-direction: column;
    }
    .queries-section ul li figure{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .queries-section ul li::after{
        display: none;
        /* width: 300px;
        height: 1px;
        top: 70px;
        right: 50%;
        transform: translate(50% ,-50%); */
    }
    .key-succes-section {
        min-height: 463px;
    }
    .our-values .accordion-item .accordion-button{
        font-size: 16px;
        padding: 20px 15px;
    }
    ul.key-points li{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .history-inner-wrap ul{
        overflow: auto;
        flex-wrap: nowrap;
    }
    .history-inner-wrap ul li{
        width: 350px;
        flex: 0 0 auto;
    }
    .history-inner-wrap ul li:nth-child(n+4){
        width: 350px;
        flex: 0 0 auto;
    }
    .knowledge-inner-wrap .right .box-content{
        margin-top: 15px;
    }
    .product-box .product-box-content p{
        line-height: 27px;
    }
    .product-review-box .owl-carousel .owl-stage{
        padding-left:40px !important;
    }
    .container{
        max-width: 100%;
    }
    .knowledge-inner-wrap .right .box-content .card-text{
        width: 100%;
        padding-right: 0;
    }
    .client-review .review--inner-box p {
        font-size: 15px;
        line-height: 26px;
        width: 100%;
    }
    .footer-main .collapse:not(.show) {
        display: none;
    }
    footer .footer-main .footer-menu{
        display: block;
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
    }
    .footer-main h3{
        display: none;
    }
    .footer-main{
        display: block;
    }
    .footer-main .inner-box{
        width: 100%;
        padding-right: 0;
    }
    .footer-main .inner-box .footer-menu{
        background-image: url(../images/collpesed-arrow-1.svg);
        background-repeat: no-repeat;
        background-position: 96% center;
        width: 100%;
        color: #fff !important;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
        padding: 12px;
        font-size: 16px;
        display: block;
        text-align: left;
    }
    .footer-main .inner-box:nth-last-child(1) .footer-menu{
        border-bottom: none;
    }
    .footer-main .inner-box:nth-last-child(1) .footer-menu{
        margin-bottom: 0;
    }
    .footer-main .inner-box .footer-menu.collapsed{
    background-image: url(../images/collpesed-arrow.svg);
    }
    .banner-section>img{
        height: 500px;
    }
    .footer-main ul{
        margin: 15px 0;
        padding-left: 12px;
    }
    .footer-main{
        padding: 25px 0 8px;
    }
    .banner-section .banner-content .banner-inner{
        padding-top: 40px;
    }
    .banner-section .banner-content .banner-inner h1{
        font-size: 40px;
    }
    .knowledge-inner-wrap .box-heading{
        background-size: 360px;
    }
}
@media (max-width:576px){
    .careers-section .accordion .accordion-item .accordion-button {
        font-size: 16px;
    }
    .careers-section .accordion .accordion-item .accordion-body{
        padding-top: 0;
    }
    .modal-content .form-section .input-group{
        width: 100%;
        flex: 0 0 100%;
    }
    .modal-content .form-section .input-group .form-control{
        height: 50px;
    }
    .modal-content .form-section .input-group .form-select{
        height: 50px;
    }
    .modal-content .form-section .input-group .upload-cv label{
        height: 50px;
    }
    .modal-content .form-section .input-group .upload-cv .browse{
        top: 5px;
        right: 5px;
        height: 39px;
    }
    .modal-content {
        padding: 15px ;
    }
    .modal-content  .modal-body{
        padding: 0;
    }
    .modal-content .form-section h3{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .leadership-section ul li {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .leadership-section ul li h3{
        /* padding: 0; */
        font-size: 17px;
    }
    .leadership-section ul li span{
        /* padding: 0; */
        font-size: 15px;
    } 
    .leadership-section ul li p{
        /* padding: 0; */
        font-size: 14px;
    }
    .award-section .award-carousel .item {
        width: 100%;
        flex: 0 0 100%;
    }
    .award-section .award-carousel .item h4{
        font-size: 15px;
    }
    .award-section{
        margin: 30px 0;
    }
    .customers-logo ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    .customers-logo ul li figure{
        width:100%;
        height:100%;
    }
    .product-review-box .review-carousel .reivew-inner-content p{
        font-size: 14px;
    }
    .error-section{
        padding: 131px 0 50px;
    }
    .thankyou-cms-section .error-box h2{
        font-size: 17px;
        margin-bottom: 16px;
    }
    .error-section .error-box{
        padding: 23px 18px;
    }
    .error-section .error-box h2{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .error-section .error-box .error-text{
        font-size: 70px;
        line-height: 60px;
    }
    .error-section .error-box .btn{
        padding: 10px 20px;
        font-size: 15px;
    }
    .initiative-wrap{
        margin-bottom: 0;
    }
    .initiative-wrap li{
        margin-bottom:25px ;
    }
    .initiative-wrap li .bottom-box{
        position: initial !important;
        text-align: left !important;
        margin-left: 15px !important;
    }
    .initiative-wrap li:nth-child(odd) .bottom-box{
        position: inherit;
    }
    .initiative-wrap li .bottom-box{
        position: inherit;
    }
    .product-detail-listing li{
        width: 100%;
        margin-bottom: 25px;
        justify-content: center;
        display: block;
    }
    #product .news-section{
        margin-top: 20px;
    }
    .product-detail-listing li .inner-listing a h3 br{
        display: none;
    }
    .get-touch-section form .submit-btn figure{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-us-banner.product-section-banner h1{
        font-size: 26px;
    }
    .category-listing .category-content h2{
        margin-bottom: 8px;
    }
    .category-listing{
        margin-bottom: 30px;
    }
    .category-listing .category-content p{
        line-height: 25px;
        font-size: 15px;
    }
    .category-listing .category-content p.text-2{
        margin-top: 15px;
    }
    .our-partners{
        margin: 30px 0 !important;
    }
    .banner-outer-discription p{
        font-size: 15px;
        line-height: 25px;
    }
    .category-section{
        margin-top: 40px;
    }
    .category-listing .category-content h2{
        font-size: 30px;
        line-height: 32px;
    }
    .contact-us-banner P{
        font-size: 16px;
    }
    .about-us-banner::before{
        height: 70%;
    }
    .innovation-heart-wrap .innovation-main-box .top-section{
        width: 100%;
    }
    .innovation-heart-wrap .innovation-main-box .bottom-section{
        width: 100%;
    }
    .innovation-heart-wrap .innovation-main-box .middle-section .box-inner-wrap{
        width: 100%;
    }
    .key-succes-section .left-img{
        display: none;
    }
    .key-succes-section .key-inner-wrap ul li{
        font-size: 15px;
    }
    .key-succes-section .key-inner-wrap{
        padding-top: 30px;
    }
    .key-succes-section {
        min-height: 100%;
    }
    .key-succes-section .key-inner-wrap .right-column{
        min-height: 100%;
    }
    .key-succes-section .key-inner-wrap{
        padding-bottom: 30px;
    }
    .key-succes-section .container{
        position: relative;
    }
    .initiative-wrap li .img-box figure{
        width: 100px;
        height: 100px;
        border-width: 10px;
    }
    .initiative-wrap li .bottom-box h3{
        font-size: 16px;
    }
    .initiative-wrap li .img-box figure img{
        width: 48px;
    }
    .contact-us-box .inner-wrap{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        padding: 15px;
    }
    .contact-us-box .inner-wrap p{
        font-size: 15px;
        margin-bottom: 0;
    }
    .contact-us-box .inner-wrap .right-box .btn{
        padding:10px ;
        font-size: 14px;
        line-height: 15px;
    }
    .contact-us-box{
        margin: 30px 0;
    }
    .contact-us-box .inner-wrap .right-box{
        width: 100%;
    }
    .our-values .accordion-item .accordion-button::after{
        background-size: 19px;
        width: 19px;
        height: 19px;
    }
    .value-section{
        padding: 30px 0;
    }
    .value-section h2{
        line-height: 27px;
    }
    .value-section ul.key-points li {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .about-us-banner{
        height: 260px;
    }
    .about-us-banner h1{
        font-size: 35px;
        padding-top: 50px;
    }
    .who-we-are{
        margin: 30px 0;
    }
    .history-inner-wrap{
        margin-top: 30px;
    }
    .history-inner-wrap ul li{
        width: 290px;
    }
    .industries-slider .owl-dots{
        margin-top: 15px;
    }
    .service-points li{
        width: 100%;
        line-height: 20px;
    }
    .industries-main .top-section p{
        line-height: 27px;
    }
    .banner-section::before{
        height: 100%;
    }
    .knowledge-inner-wrap .right .box-content p{
        line-height: 26px;
        text-align: center;
    }
    .knowledge-inner-wrap .right .box-content .second-box p br{
        display: none;
    }
    .knowledge-inner-wrap .right .box-content .btn-primary{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .industries-section{
        padding: 30px 0 0px;
        margin-top: 20px;
    }
    .knowledge-inner-wrap .right .box-content .second-box p{
        margin-bottom: 10px;
    }
    .product-box .product-box-content p{
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .product-box .product-box-content h2{
        line-height: 24px;
    }
    .product-review-box .owl-carousel .owl-stage{
        padding-left:20px !important;
    }
    .knowledge-inner-wrap .box-heading{
        background-size: 305px;
    }
    .knowledge-inner-wrap .box-heading h2{
        line-height: 30px;
    }
    .services-tabs .nav li .nav-link {
        font-size: 15px;
        padding: 15px 11px;
    }
    .services-section .heading span{
        font-size: 20px;
    }
    .services-section .heading h2{
        margin-top:5px ;
    }
    .services-tabs{
        margin-top: 20px;
    }
    .client-review .client-profile figure img{
        width: 55px;
        height: 55px;
    }
    .news-section h2{
        margin-bottom: 20px;
    }
    header .inner-head .right-header nav> ul{
        width: 100%;
    }
    .footer-bottom .copyright-section{
        flex-direction: column;
        
    }
    .footer-bottom .copyright-section .copyright{
        order: 2;
    }
    .footer-bottom .social-media{
        order: 1;
        margin-bottom:15px;
    }
    .footer-bottom .copyright-section .copyright p{
        font-size: 14px;
    }
    .client-review .owl-dots .owl-dot span, .news-wrap .owl-dots .owl-dot span, .industries-slider .owl-dots .owl-dot span , .top-banner-slider .owl-dots .owl-dot span ,
    .award-carousel .owl-dots .owl-dot span{
        width:  25px;
    }
    h2.heading {
        font-size: 25px !important;
    }
    .banner-section .banner-content .banner-inner .btn{
        font-size: 15px;
        padding: 12px 25px;
    }
    .services-section{
        margin-top: 40px;
    }
    .connected-customers-section h2{
        font-size: 21px !important;
        line-height: 31px;
    }
    .service-manage .service-content p{
        font-size: 15px;
        line-height: 27px;
    }
    .services-section{
        padding: 30px 0;
    }
    .service-manage .service-content .btn{
        font-size: 15px;
        padding: 10px 22px;
    }
    .product-box .product-box-content .btn{
        font-size: 15px;
        padding: 10px 22px;
        width: 140px;
    }
    .testimonial-section p{
        line-height: 26px;
    }
    .testimonial-section p br{
        display: none;
    }
    .client-review .review--inner-box .qautos-icon{
        top: 15px;
        right: 15px;
    }
    .client-review .review--inner-box .qautos-icon img{
        width: 50px;
        height: 50px;
    }
    .news_inner_wrap .new-content h3{
        font-size: 22px;
    }
    .news_inner_wrap .new-content p{
        font-size: 15px;
        line-height: 25px;
    }
    .news_inner_wrap .new-content .btn{
        font-size: 15px;
        padding: 10px 22px;
    }
    header .inner-head .logo-left img{
        width: 100px;
    }
    .who-we-are .content-box p{
        font-size: 15px;
    }
    .who-we-are .content-box h2{
        line-height:31px !important;
    }
    .innovation-heart-wrap .innovation-main-box::before{
        position: absolute;
        content: "";
        left: 50px;
        top: 15px;
        height: 90%;
        border-left: 1px dashed #000;
        z-index: -1;
    }
    .initiative-wrap li .img-box figure{
        width: 80px;
        height: 80px;
    }
    .initiative-wrap li .img-box figure img{
        width: 38px;
    }
    .initiative-wrap li .vertical-line{
        display: none;
    }
    
    .initiative-wrap li{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: inherit !important;
        margin-bottom: 15px;
    }
    .initiative-wrap{
        margin: 34px -10px 0px -10px;
    }
    .initiative-wrap li .bottom-box{
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
        margin-left: 15px;
        text-align: left;
        width: 100%;
    }
    .initiative-wrap li .bottom-box P{
        text-align: left !important;
    }
    .initiative-wrap::before{
        position: absolute;
        content: "";
        left: 50px;
        top: 0;
        height: 90%;
        border-left: 1px dashed #000;
    }
}
@media (max-width:410px){
    .initiative-wrap::before{
        position: absolute;
        content: "";
        left: 50px;
        top: 0;
        height: 90%;
        border-left: 1px dashed #000;
    }
    .innovation-heart-wrap .innovation-main-box .box-inner-wrap{
        flex-direction: row-reverse !important;
    }
    .innovation-heart-wrap .innovation-main-box .bottom-section .box-inner-wrap{
        flex-direction: inherit !important;
    }
    .innovation-heart-wrap .innovation-main-box .box-inner-wrap p{
        margin-top: 0;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #ddd;
        margin-left: 15px !important;
        text-align: left !important;
    }
    .innovation-heart-wrap .innovation-main-box::before{
        position: absolute;
        content: "";
        left: 50px;
        top: 15px;
        height: 90%;
        border-left: 1px dashed #000;
        z-index: -1;
    }
    .initiative-wrap li .img-box figure{
        width: 80px;
        height: 80px;
    }
    .initiative-wrap li .img-box figure img{
        width: 38px;
    }
    .initiative-wrap li .vertical-line{
        display: none;
    }
    .initiative-wrap li{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: inherit !important;
        margin-bottom: 15px;
    }
    .initiative-wrap{
        margin: 34px -10px 0px -10px;
    }
    .initiative-wrap li .bottom-box{
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
        margin-left: 15px;
        text-align: left;
    }
    .initiative-wrap li .bottom-box P{
        text-align: left !important;
    }
    .banner-section>img{
        height: 442px;
    }
    .banner-section .banner-content .banner-inner{
        padding-top: 30px;
    }
    .banner-section .banner-content .banner-inner h1{
        font-size: 33px;
    }
    .banner-section .banner-content .banner-inner p{
        font-size: 16px;
    }
    .banner-section .banner-content .banner-inner .btn{
        margin-top: 0;
    }
}

.industries-slider .owl-stage , .news-wrap .owl-stage ,.client-review .owl-stage{
    display: flex;
}
.industries-slider .owl-stage .owl-item , .news-wrap .owl-stage .owl-item ,.client-review .owl-stage .owl-item{
    display: flex;
}
.industries-slider .owl-stage .owl-item .item , .news-wrap .owl-stage .owl-item .item ,.client-review .owl-stage .owl-item .item{
    display: flex;
    flex: 1;
}
.client-review .owl-nav , .news-wrap .owl-nav , .industries-slider .owl-nav{
    position: absolute;
    left: 50%;
    width: 100%;
    top: 40%;
    transform: translate(-50%,-50%);
    max-width: 1400px;
}
.top-banner-slider .owl-nav button span{
    font-size: 0;
}
.top-banner-slider .owl-nav button:hover{
    background-color:transparent !important;
    color: #000 !important;
}
.top-banner-slider .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 47px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    outline: none;
    background-image: url(../images/left-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px;
    z-index: 1;
    filter:invert(1);
}
.top-banner-slider .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 47px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    outline: none;
    background-image: url(../images/right-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px;
    z-index: 1;
    filter:invert(1);
}


/*--09-02-2023--*/

/*--contact-us--*/
.map-section{
    padding: 65px 0px;
    background: #F9F9F9;
}

@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}   




@media (max-width:767px){
    .get-touch-section form .submit-btn .btn{
            padding: 10px 20px;
            width: 130px;
    }
    .address-box .col-md-6{
        margin-bottom: 20px;
    }
    .address-box .office-address h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .address-box .office-address p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .address-box .office-address a {
        font-weight: 400;
    }
    .address-box h2 {
        margin-bottom: 25px;
    }
    .address-box {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .map-section {
        padding: 50px 0px;
    }
    .map-section iframe{
        max-height: 320px !important;
    }
}

@media(max-width:576px){
    .queries-section ul {
        padding: 35px 0;
    }
    .get-touch-section h2 {
        font-size: 30px;
    }
    .get-touch-section form {
        margin-top: 15px;
    }
    .get-touch-section {
        padding: 15px;
        margin-top: 30px;
    }
    .get-touch-section form textarea {
        max-height: 90px;
    }
    .get-touch-section form .form-control {
        height: 50px;
        padding: 12px 14px;
        margin-bottom: 0px;
    }
    .get-touch-section form .submit-btn .btn {
        padding: 7px 15px;
        width: 110px;
    }
    .queries-section ul {
        padding: 20px 0;
    }
    .queries-section ul li a {
        font-size: 15px;
    }
    .queries-section ul li figure img {
        width: 29px;
    }
    .queries-section ul li::after {
        width: 230px;
        height: 1px;
        top: 55px;
        right: 50%;
        transform: translate(50% ,-50%);
    }
    .address-box {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .address-box h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .address-box .office-address h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .address-box .office-address p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .address-box .office-address a {
        font-size: 14px;
    }
    .address-box .col-md-6{
        margin-bottom: 15px;
    }
    .map-section {
        padding: 40px 0px;
    }
    .map-section iframe{
        max-height: 265px !important;
    }
    #captcha{
        transform: scale(0.8);
        transform-origin: 0 center;
    }
    .modal-content .modal-footer{
        padding-left: 0;
    }
    .modal-content .form-section .input-group .upload-cv .uploadFile-lable span#replace{
        width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    }
}

.cms-section{
    padding-top: 81px;
    }
    .cms-section header{
    background-color: rgba(0 , 0 ,0, 0.8);
}
.modal-content .form-section .input-group .form-select
{ 
    flex: initial; 
}
.modal-content .form-section .input-group .upload-cv .uploadFile-lable span#replace {
    color: #000;
    }
    .modal-content .form-section .input-group .upload-cv{
        width: 100%;
    }
    
    .modal-content .form-section .input-group .upload-cv .uploadFile-lable span#replace{
    width: 258px;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .modal-content .modal-footer{
        padding-left: 0;
    }
    .modal-content .modal-footer .captcha-box{
        margin-left: 0;
    }


 /* 22-03-2023 */

    header .category-nav li .sub-category-nav li a{
        font-size: 15px !important;
    }
    header .inner-head .right-header ul li .product-category-section{
        background-color: #000;
        overflow: auto;
        overflow-x: hidden;
    }
    header .inner-head .right-header ul li .product-category-section .category-nav{
        height: auto;
    }


    /* 23-03-2023 */

    .our-partners ul li figure{
        height: 130px;
    }
	
	#chat-bot-message-container .chat-bot-message-label div>img:not(.emoji){
    width: 100px !important;
}

.news-wrap .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 47px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    outline: none;
    background-image: url(../images/left-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px;
    z-index: 1;
    filter:invert(1);
}
.news-wrap .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 47px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    outline: none;
    background-image: url(../images/right-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20px;
    z-index: 1;
    filter:invert(1);
}

/***** 10-05-2023 ****/

@media (min-width:768px){

    .news-wrap{
        max-width: 1208px;
        margin: 0 auto;
    }
    .news-section .news-wrap .owl-nav button.owl-prev{left: -47px;}
    .news-section .news-wrap .owl-nav button.owl-prev:focus{background-color: transparent; outline: none; box-shadow: none;}
    .news-section .news-wrap .owl-nav button.owl-next{right:-47px;}
    .news-section .news-wrap .owl-nav button.owl-next:focus{background-color: transparent; outline: none; box-shadow: none;}
    .news-section .news-wrap .owl-nav button:hover{background-color: transparent;}
}


/***** 29-05-2023 ****/
.service-manage .service-img figure, .product-review-box .item figure, .industries-section .news_inner_wrap figure, .product-detail-listing li .inner-listing figure{
    position: relative;
}
.service-manage .service-img figure .icon-image, .product-review-box .item figure .icon-image, .industries-section .news_inner_wrap figure .icon-image, .product-detail-listing li .inner-listing .icon-image {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #2ecc71;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px #00000061;
    z-index: 9;
}
.service-manage .service-img figure .icon-image img, .industries-section .news_inner_wrap figure .icon-image img, .product-review-box .item figure .icon-image img, .product-detail-listing li .inner-listing .icon-image img{
    max-width: 40px;
}
.product-review-box .item:hover figure .icon-image img{
    transform: scale(1);
}
.product-box{
    max-width: 1920px;
    margin: 0 auto;
}

.modal-notes{
    padding: 0 12px;
}
.modal-notes .left-content{
    width: 70px !important;
}
.modal-notes .right-content{
    width: calc(100% - 70px ) !important;
}
.modal-notes .right-content a{
    color: #00A651;
}
.modal-notes .left-content strong{
    font-size: 16px;
}
.modal-notes .right-content span{
    font-size: 16px;
    font-weight: 400;
}