* {
    font-family: "Inter", sans-serif;
    /* font-family: "Rajdhani", sans-serif; */
    /* font-family: "IBM Plex Sans", sans-serif; */
    /* font-family: "Roboto", sans-serif; */
}
.dropdown-toggle::after { 
    margin-left: 0;
}
.owl-carousel .owl-item img {
    width: auto;
}

header {
    background: #fff;
}
header .navbar-expand-xl .navbar-nav .nav-item .nav-link {
    color: #211356;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.176px;
    padding: 7px 20px;
    padding: 7px 15px;
}
header .navbar-expand-xl .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
header .navbar-expand-xl .navbar-nav .nav-item .nav-link:hover {
    color: #000;
}
header .navbar-expand-xl .navbar-nav .nav-item .nav-link.active {
    font-weight: 600;
}
main {
    margin-top: 85px;
}
.hero-section {
    background: linear-gradient(180deg, #120837 4.51%, #482ABC 118%);
    padding: 70px 0 30px;
    position: relative;
}
.hero-section .hero-section-content {
    padding-top: 70px;
}
.hero-section .hero-section-content .hero-section-heading {
    color: #FFF;
    font-family: "Rajdhani", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.528px;
    margin-bottom: 15px;
}
.hero-section .hero-section-content .hero-section-para {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
    letter-spacing: -0.198px;
    margin-bottom: 20px;
}
.btn-style {
    display: inline-flex;
    padding: 12px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #211356;
    color: #FFF !important;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.176px;
    position: relative;
    margin-left: 6px;
    transition: .7s;
}
.btn-style::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    border: 1px solid #FDD504;
    width: 100%;
    height: 100%;
    transform: translate(-3px, -3px);
    transition: .7s;
}
.btn-style:hover {
    transform: scale(1.03);
    transition: .7s;
    background: #211356;
}
.btn-style:hover::after {
    transform: translate(0px);
    transition: .7s;
}
.main-menu.navbar-nav .dropdown-menu li{ 
    padding:0 8px;
}
.main-menu .dropdown-item{
	padding: 7px 6px;
    font-size: 15px;
	margin-bottom:2px
}
.main-menu .dropdown-item:focus, .main-menu .dropdown-item:hover, .main-menu .dropdown-item.active, .main-menu .dropdown-item:active {
    color: #1E1E1E;
    background-color: #B0AAFF;
    background: #211356;
    color: #fffb00;
}
.main-menu .SubMenu{
	background: #B0AAFF;
    border: 5px solid #fff;
    margin-left: 6px!important;
}
.main-menu .SubMenu .dropdown-menu .dropdown-item{
	background: #D5D3FF;
    border: 0px solid #fff;
}
.main-menu .SubMenu .dropdown-item:focus, .main-menu .SubMenu .dropdown-item:hover, .main-menu .SubMenu .dropdown-item.active, .main-menu .SubMenu .dropdown-item:active {
    color: #1E1E1E;
    background-color: #D5D3FF;
    background: #211356;
    color: #fffb00;
}

.main-menu.navbar-nav .dropdown-menu.SubMenu li{ 
    padding:0 6px;
}
.main-menu.navbar-nav .dropdown-menu.SubMenu > li > .dropdown-item {
    padding: 2px 5px;
}
.main-menu.navbar-nav .dropdown-menu.SubMenu .dropdown-submenu {
    padding: 6px 0 4px;
    margin-left: 8px;
    max-width: 270px;
    max-height: 400px;
    overflow: auto;
}
::-webkit-scrollbar-track-piece {
    background: #211356;
    width: 4px !important;
}
::-webkit-scrollbar-thumb {
    background: #fffb00;
    border-radius: 50px;
    width: 4px !important;
}
::-webkit-scrollbar-track-piece:decrement {
    background: #211356;
    width: 4px !important;
}
::-webkit-scrollbar {
    width: 4px !important;
}
.dropend .dropdown-toggle::after {
    vertical-align: 0;
	display:none
}
a, a * {
  white-space: normal !important;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    min-width: 280px;
}
/* Show dropdown on hover */
/* @media (min-width: 1200px){
    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: 0.3s ease;
    }
} */

/* Prevent flickering on nested dropdowns */
.dropdown-menu {
  margin-top: 0;
}

/* Show nested dropdowns on hover */
/* .dropdown-menu .dropend:hover > .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
  margin-top: -1px;
} */

.sub-main-link > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.sub-main-link > a.show {
    background: #211356;
    color: #fffb00;
}
.sub-menu-link p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 3px;
}



.dropdown-menu-item {
    position: static;
}
.dropdown-menu-item .dropdown-menu {
    left: 5%;
    right: 5%;
    max-height: 350px;
    overflow: auto;
}
.dropdown-menu-item .dropdown-menu .main-link a {
    color: #2400af;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #2400af;
    display: block;
    padding: 3px 5px;
    text-decoration: none;
    transition: .4s;
}
.dropdown-menu-item .dropdown-menu .main-link a:hover {
    color: #ffff00;
    background: #211356;
    border-bottom: 2px solid #ffd500;
    transition: .4s;
}
.dropdown-menu-item .dropdown-menu .list-dark {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.dropdown-menu-item .dropdown-menu .list-dark li {
    transition: .4s;
    margin-bottom: 3px;
}
.dropdown-menu-item .dropdown-menu .list-dark li:hover {
    transform: translateX(10px);
    transition: .4s;
}
.dropdown-menu-item .dropdown-menu .list-dark li::before {
    left: -15px;
}
.dropdown-menu-item .dropdown-menu .list-dark li a {
    font-size: 15px;
    font-weight: 400;
    display: block;
} 
.navbar-collapse:hover {
    display: block;
}
.hero-section .line-style {
    position: absolute;
    width: 168px;
    height: 44px;
    animation: smoothMove 8s ease-in-out infinite;
}
@keyframes smoothMove {
    0% {
        transform: translateX(0);
        opacity: 0.8;
    }
    25% {
        transform: translateX(20px);
        opacity: 1;
    }
    50% {
        transform: translateX(40px);
        opacity: 1;
    }
    75% {
        transform: translateX(10px);
        opacity: 0.9;
    }
    100% {
        transform: translateX(0);
        opacity: 0.8;
    }
}
.hero-section .line-style span {
    background: #FFF500;
    height: 2px;
    width: 80px;
    display: block;
    margin-bottom: 10px;
}
.hero-section .line-style span.line1 {
    transform: translateX(40px);
}
.hero-section .line-style span.line3 {
    transform: translateX(25px);
}
.hero-section .line-style span.line4 {
    transform: translateX(65px);
}
.hero-section .line-style span:last-child {
    margin-bottom: 0;
}

.hero-section .line-style.line-style1 {
    top: 62px;
    right: 22%;
}
.hero-section .line-style.line-style2 {
    top: 48%;
    left: 30%;
}
.hero-section .line-style.line-style3 {
    bottom: 15%;
    right: 40%;
}
.hero-section .owl-theme .owl-dots {
    position: absolute;
    bottom: 45%;
    transform: rotate(90deg);
    left: -5%;
}
.hero-section .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 8px;
    background: #0B0035;
}
.hero-section .owl-theme .owl-dots .owl-dot.active span {
    width: 16px;
    height: 8px;
    background: #C5C5C5;
}
.hero-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #C5C5C5;
}

.industries-we-serve {
    padding: 60px 0;
    background: #EBEBEB;
}
.industries-we-serve .industries-we-serve-heading {
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.352px;
    text-align: center;
    margin-bottom: 30px;
}
.industries-we-serve .industries-we-serve-service {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -0.462px;
    color: transparent;
    padding-left: 40px;
    position: relative;
}
.industries-we-serve .industries-we-serve-service::before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 90%;
    border: 1px solid #000;
    border-radius: 10px;
}
.product-categories {
    background: url(../images/bg-images/Product-Categories.png) no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: top;
    padding: 60px 0;
}
.product-categories .product-categories-heading {
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.352px;
    text-align: center;
    margin-bottom: 30px;
}
.product-categories .product-categories-box-in {
    margin-bottom: 50px;
}
.product-categories .product-categories-box {
    border-radius: 5px;
    background: #FFF;
    padding: 25px 15px;
    height: 100%;
}
.product-categories .product-categories-box .product-categories-box-title {
    color: #000;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #8e8e8e40;
    margin-bottom: 20px;
}
.product-categories .product-categories-box .product-categories-box-para {
    color: #6D6D6D;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.176px;
    margin-bottom: 15px;
}
.product-categories .product-categories-box .product-categories-box-btn {
    color: #000;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: normal;
    letter-spacing: -0.176px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 1px;
    text-underline-position: from-font;
    margin-top: 10px;
    transition: .7s;
}
.product-categories .product-categories-box .product-categories-box-btn:hover {
    transition: .7s;
    text-decoration-thickness: 2px;
}
.why-choose-us {
    padding: 60px 0;
}
.why-choose-us .why-choose-us-heading {
    color: #000;
    font-size: 32px;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.352px;
    margin-bottom: 10px;
}
.why-choose-us .why-choose-us-main-para {
    color: #6D6D6D;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
    margin-bottom: 30px;
}
.why-choose-us .number-sec {
    position: relative;
    width: 260px;
}
.why-choose-us .number-sec .number-sec-title {
    color: #FFF;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.22px;
    position: absolute;
    top: 30px;
    left: 60px;
}
.why-choose-us .number-sec.number-sec-2 .number-sec-title,.why-choose-us .number-sec.number-sec-3 .number-sec-title {
    left: 75px;
}
.why-choose-us .number-sec.number-sec-4 .number-sec-title {
    left: 70px;
}
.why-choose-us .number-sec .number-sec-para {
    color: #6D6D6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
    position: absolute;
    top: 115px;
    left: 54px;
    max-height: 175px;
    overflow: auto;
}

.why-choose-us .number-sec .number-sec-para {
    color: #6D6D6D;
    font-size: 15px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
    position: absolute;
    top: 105px;
    left: 50px;
    max-height: 200px;
    overflow: auto;
    /* text-align: center; */
}


.featured-blog {
    padding: 60px 0;
    background: url(../images/bg-images/featured-blog-bg.png) no-repeat left;
    background-size: cover;
}
.featured-blog .featured-blog-heading {
    color: #FFF;
    font-size: 32px;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.352px;
    margin-bottom: 10px;
}
.featured-blog .featured-blog-main-para {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
    margin-bottom: 40px;
}
.featured-blog .featured-blog-box-sec {
    margin-bottom: 20px;
}
.featured-blog .featured-blog-box {
    background: #fff;
    border-radius: 8px;
    height: 100%;
}
.featured-blog .featured-blog-box .featured-blog-box-image img {
    height: 163px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
    margin-bottom: 15px;
    width: 100%;
}
.featured-blog .featured-blog-box .featured-blog-box-title-sec {
    padding: 0 14px 8px;
}
.featured-blog .featured-blog-box .featured-blog-box-title-sec .featured-blog-box-title {
    color: #111;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.198px;
    padding-bottom: 10px;
    border-bottom: 1px solid #929292;
}
.featured-blog .featured-blog-box .featured-blog-box-title-content {
    padding: 0 14px 15px;
    display: flex;
    align-items: end;
}
.featured-blog .featured-blog-box .featured-blog-box-title-content .featured-blog-box-para {
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
    letter-spacing: -0.176px;
}
.featured-blog .featured-blog-box .featured-blog-box-title-content .btn {
    padding: 0;
    min-width: 24px;
    transition: .7s;
}
.featured-blog .featured-blog-box .featured-blog-box-title-content .btn:hover {
    transition: .7s;
    transform: translateX(10px);
}
.testimonials {
    padding: 60px 0;
}
.testimonials .testimonials-heading {
    color: #000;
    font-size: 32px;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.352px;
    margin-bottom: 30px;
}
.testimonials .quote-icon {
    margin-bottom: 10px;
    margin-left: 15px
}
.testimonials .testimonials-content-data {
    border-left: 3px solid #211356;
    padding: 0 0 0 15px;
}
.testimonials .testimonials-content .testimonials-content-title {
    color: #1E1E1E;
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.22px;
}
.testimonials .testimonials-content .testimonials-content-para {
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.198px;
}
.testimonials .testimonials-content .testimonials-content-name {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.176px;
    display: inline-block;
    position: relative;
}
.testimonials .testimonials-content .testimonials-content-name .quote-icon-r {
    position: absolute;
    top: -10px;
    right: -60px;
    transform: rotate(180deg);
}
.testimonials .testimonials-content .testimonials-content-name span {
    display: block;
}
.testimonials .testimonials-image-sec {
    position: relative;
    display: flex;
    justify-content: center;
    width: 130px;
    height: 130px;
}
.testimonials .testimonials-image-sec .Subtract {
    position: absolute;
    top: -2px;
    right: -2px;
}
.testimonials .testimonials-image-sec .main-img {
    width: 129px;
    height: 129px;
    border-radius: 50%;
}
.testimonials .owl-item {
    padding-right: 50px;
}
.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 8px;
    background: #D9D9D9;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span {
    width: 16px;
    height: 8px;
    background: #211356;
}
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #211356;
}
/* certifications section  */
.certifications-and-partners {
    padding: 60px 0 0;  
} 
.certifications-and-partners .container-fluid {
    padding: 60px  15px; 
	background:#F3F3F3
} 
.certifications-and-partners .certifications-and-partners-heading {
    color: #000;
    font-size: 30px;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.33px;
    margin-bottom: 50px;
}
.certifications-and-partners .certifications {
    position: relative;
}
.certifications-and-partners .certifications .certifications-main-img {
    width: 100%;
}
.certifications-and-partners .certifications .arrow-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: .7s;
}
.certifications-and-partners .certifications .arrow-link:hover {
    transition: .7s;
    transform: translateX(10px);
}

.certifications-and-partners #certifications-and-partners.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 8px;
    background: #D9D9D9;
}
.certifications-and-partners #certifications-and-partners.owl-theme .owl-dots .owl-dot.active span {
    width: 16px;
    height: 8px;
    background: #211356;
}
.certifications-and-partners #certifications-and-partners.owl-theme .owl-dots .owl-dot:hover span {
    background: #211356;
}
.Pdf-download-card{
    padding: 60px 0;
}
.Pdf-download-card .recognitionLogoText{
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    text-align: center;
    padding: 20px;
}
.Pdf-download-card .recognitionLogoText h4 {
    color: #111;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.198px;
    padding-bottom: 10px;
    border-bottom: 1px solid #929292;
    margin-bottom: 10px;
    min-height: 60px;
}
.Pdf-download-card  .recognitionLogo img{
    width:100px;
}
 .Pdf-download-card a {
    font-size: 14px;
    color: #3F51B5;
    min-height: 65px;
    display: block;
}
.industry-leaders{
    padding: 60px 0;
    padding: 0;
    background: url(../images/bg-images/industry-leaders-bg-img.webp) no-repeat left;
    background: #211356;
    background-size: cover;
}
.industry-leaders-content {
    position: relative;
    z-index: 1;
}
.industry-leaders .industry-leaders-heading {
    color: #FFF;
    font-size: 32px;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.352px;
    margin-bottom: 10px;
}
.industry-leaders .industry-leaders-heading-para {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    line-height: 145%;
    letter-spacing: -0.198px;
    margin-bottom: 40px;
}
.industry-leaders-img {
    position: relative;
    height: 100%;
}
.industry-leaders-img::after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 0;
    bottom: 0;
    width: 215px;
    height: 100%;
    background: linear-gradient(87deg, rgba(33, 19, 86, 0.00) -4.7%, #211356 66.1%);
}
.industry-leaders-prt {
    text-align: center;
}
.industry-leaders-prt img {
    width: 100px;
}
#partners .partners {
    background: #fff;
    padding: 10px;
    width: 110px;
    height: 110px;
    text-align: center;
    padding: 20px;
}

/* our-team page */
.our-team .img-wrapper{ 
     background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 15px; 
    display: flex;
    align-items: center;
    border-bottom: 3px solid #7f93aa;
    border-radius: 10px;
} 
.our-team .img-wrapper .img-wrapper-inner{
     padding-right: 20px!important;
  }
 
.our-team .img-wrapper .img-wrapper-inner img{
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    border-right: 3px solid #7f93aa;
  }
.our-team  .section-t p {
    color: #6D6D6D;
    font-size: 17px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.198px;
    margin-bottom: 10px;
}
.our-team .img-wrapper  .inner-page-heading {
    color: #000;
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.352px;
    margin-bottom: 10px;
}


.contact-us .tabber-sec .tab-pane .tabber-sec-box{
    margin-bottom: 20px;
}
.contact-us .section-t {
    padding-top: 10px;
}
.contact-us .inner-page-heading { 
    font-size: 26px; 
    margin-bottom: 6px;
}
.contact-us .tabber-sec p { 
    font-size: 16px; 
    margin-bottom: 6px;
}


/* footer css */
.footer .footer-link-title {
	color: #141414;
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
    margin-bottom: 10px;
    letter-spacing: -0.198px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.footer .footer-link .nav-link{
	color: #141414;
    font-size: 16px;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: -0.176px;
}
.footer .add {
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.176px;
    padding-left: 25px;
} 
.footer .footer-link a:hover{ 
    color: #211356; 
}  
.footer .copyright .col-md-6:last-child p {
    text-align: right;
}
.copyright * {
    color: #141414;
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .navbar-collapse {
        max-height: 350px;
        overflow: auto;
    }
    header .navbar-expand-xl .navbar-nav .nav-item .nav-link {
        text-align: left;
    }
    .main-menu.navbar-nav .dropdown-menu.SubMenu .dropdown-submenu {
        max-width: none;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        max-height: 300px;
        overflow: auto;
    }
    .dropdown-menu-item .dropdown-menu .main-link a {
        font-size: 16px;
        border-bottom-width: 1px !important;
    }
    .hero-section .hero-section-content .hero-section-heading {
        font-size: 36px;
    }
    .hero-section .owl-theme .owl-dots {
        position: static;
        transform: rotate(0deg);
    }
    .hero-section .line-style {
        width: 120px;
        height: 24px;
    }
    .hero-section .line-style span {
        width: 50px;
        margin-bottom: 8px;
    }
    .hero-section .line-style.line-style1 {
        top: 63px;
        right: 25%;
    }
    .hero-section .line-style.line-style2 {
        top: 50%;
        left: 50%;
    }
    .hero-section .line-style.line-style3 {
        bottom: 25%;
        right: 25%;
    }
    .hero-section .hero-section-content .hero-section-para {
        font-size: 16px;
    }
    .hero-section .hero-section-content {
        padding-top: 0;
    }
    .hero-section .item > .row {
        align-items: center;
    }
    .industries-we-serve {
        padding: 30px 0;
    }
    .industries-we-serve .industries-we-serve-service {
        font-size: 36px;
    }
    .product-categories {
        padding: 30px 0;
    }
    .product-categories .product-categories-heading {
        margin-bottom: 15px;
    }
    .product-categories .product-categories-box-in {
        margin-bottom: 20px;
    }
    .why-choose-us {
        padding: 30px 0;
    }
    .featured-blog {
        padding: 30px 0;
    }
    .featured-blog .row {
        justify-content: center;
    }
    .testimonials {
        padding: 30px 0;
    }
    .testimonials .testimonials-image-sec {
        margin: 0 auto;
    }
    .certifications-and-partners {
        padding: 30px 0 0;
    }
    .certifications-and-partners .certifications-and-partners-heading {
        margin-bottom: 10px;
    }
    .certifications-and-partners .container-fluid {
        padding: 30px  0px;
        overflow: hidden;
    }
    .industry-leaders .industry-leaders-heading {
        font-size: 24px;
        letter-spacing: 0;
        margin-bottom: 8px;
    }
    .industry-leaders .industry-leaders-heading-para {
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    .industry-leaders-prt img {
        width: 80px;
    }
}
@media (max-width: 991px){
    .hero-section .hero-section-content .hero-section-heading {
        font-size: 28px;
        line-height: 120%;
    }
    .industries-we-serve .industries-we-serve-service {
        font-size: 28px;
    }
    .industry-leaders-img {
        text-align: center;
        margin-bottom: 1.5rem;
        padding-left: 4rem;
    }
    .industry-leaders-img::after {
        display: none;
    }
    .industry-leaders-prt img {
        width: auto;
        margin: 2rem 0;
    }
    .industry-leaders .industry-leaders-heading {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .footer-link {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 30px 0;
    }
    .hero-section .line-style {
        display: none;
    }
    .hero-section .hero-section-content {
        margin-bottom: 1rem;
    }
    .industries-we-serve .industries-we-serve-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .btn-style {
        padding: 7px 30px;
    }
    .product-categories .product-categories-heading, .why-choose-us .why-choose-us-heading, .featured-blog .featured-blog-heading, .testimonials .testimonials-heading {
        font-size: 28px;
    }
    .product-categories .product-categories-box {
        padding: 20px 10px;
    }
    .why-choose-us .why-choose-us-main-para, .featured-blog .featured-blog-main-para {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .featured-blog .featured-blog-main-para br {
        display: none;
    }
    .testimonials .testimonials-heading {
        margin-bottom: 20px;
        text-align: left;
        padding-left: 10px;
    }
    .testimonials .testimonials-content-data {
        border: none;
    }
    .testimonials .testimonials-image-sec {
        margin: 0;
        margin-top: 1rem;
    }
    .testimonials .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
        text-align: left;
    }
    .certifications-and-partners .container-fluid {
        padding: 30px 15px;
    }
    .Partners {
        margin-top: 2rem;
    }
    .footer {
        padding-top: 30px;
    }
    .footer .copyright .col-md-6:last-child p {
        text-align: center;
    }
    .copyright * {
        text-align: center;
    }
    .footer .copyright a:hover {
        text-decoration: underline;
    }
    .our-team .img-wrapper .img-wrapper-inner {
      padding-right: 0px !important;
      margin-bottom: 20px;
    }
    .our-team .img-wrapper { 
     display: inherit;
     text-align:center;
    }
}