@charset "UTF-8";
@font-face {
  font-family: "LibreFranklin-Light";
  src: url("../fonts/LibreFranklin-Light.ttf") format("truetype");
}
@font-face {
  font-family: "LibreFranklin-Regular";
  src: url("../fonts/LibreFranklin-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "LibreFranklin-Medium";
  src: url("../fonts/LibreFranklin-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "LibreFranklin-SemiBold";
  src: url("../fonts/LibreFranklin-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "LibreFranklin-Bold";
  src: url("../fonts/LibreFranklin-Bold.ttf") format("truetype");
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
label,
span {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}
.hamburger .bar:nth-child(2) {
  width: 20px;
  margin-right: inherit;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "LibreFranklin-Regular", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

bdi {
  color: #C92636;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

h1 {
  color: #000000;
  font-family: "LibreFranklin-Bold", sans-serif;
  font-size: 44px;
  line-height: 50px;
  margin-top: 8px;
}

h2 {
  color: #000000;
  font-family: "LibreFranklin-Bold", sans-serif;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 10px;
}

.primary-btn {
  border-radius: 58px;
  background: #C92636;
  padding: 3px 10px 3px 30px !important;
  color: #ffffff !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border: 1px solid #C92636;
  z-index: 0;
  text-decoration: none;
  overflow: hidden;
  font-size: 16px;
  transition: 0.5s ease-out;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.primary-btn .round-white {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 36px;
  border-radius: 50%;
  z-index: 1;
  transition: 0.3s ease-out;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.primary-btn .arrow-one {
  transform: translateX(0px);
  transition: 0.3s ease-out;
}
.primary-btn .arrow-two {
  transform: translateX(-100px);
  transition: 0.3s ease-out;
}
.primary-btn::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 3px;
  top: 3px;
  background-color: #ffffff;
  border-radius: 25px;
  transition: 0.3s ease-out;
  color: #ffffff;
  z-index: -1;
}
.primary-btn:hover {
  color: #000000 !important;
}
.primary-btn:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.primary-btn:hover svg path {
  fill: #000000;
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchatsendmsgentered .mindzchatmsgsend-button .mindzchatmsgsend-greenround .mindzchatmsgsend img {
	left:unset !important;
}
form .wpcf7-response-output{
	display:none;
}
header .is-fixed .primary-btn{
	background: #fff;
    color: #111 !important;
    border: 1px solid #fff;
}
header .is-fixed .primary-btn .round-white{
	background-color: #c92636;
}
header .is-fixed .primary-btn .round-white svg rect{
	fill: #c92636;
}
header .is-fixed .primary-btn .round-white svg path{
	fill:#fff;
}
header .is-fixed .primary-btn:hover{
	color:#fff !important;
}
header .is-fixed .primary-btn:hover::before{
	background:#c92636;
}
.secondry-btn {
  border-radius: 58px;
  background: #ffffff;
  padding: 3px 10px 3px 30px !important;
  color: #C92636 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-size: 16px;
  border: 1px solid #ffffff;
  z-index: 0;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s ease-out;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.secondry-btn .round-white {
  background-color: #C92636;
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 36px;
  border-radius: 50%;
  z-index: 1;
  transition: 0.3s ease-out;
  right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondry-btn .arrow-one {
  transform: translateX(0px);
  transition: 0.3s ease-out;
}
.secondry-btn .arrow-two {
  transform: translateX(-100px);
  transition: 0.3s ease-out;
}
.secondry-btn::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 3px;
  top: 3px;
  background-color: #C92636;
  border-radius: 25px;
  transition: 0.3s ease-out;
  color: #ffffff;
  z-index: -1;
}
.secondry-btn:hover {
  color: #ffffff !important;
}
.secondry-btn:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.secondry-btn:hover svg path {
  fill: #000000;
}

.zoom-animate {
  overflow: hidden;
  border-radius: 10px;
}
.zoom-animate img {
  transition: transform 0.5s ease;
}
.zoom-animate:hover img {
  transform: scale(1.1);
}

.mindzchatmodal{
	z-index:999 !important;
	    bottom: 180px !important;
    right: 50px !important;
}

.top-arrow-animate svg path {
  fill: #fff;
}

.top-arrow-animate {
  position: fixed;
  bottom: 5%;
  right: 90px;
  opacity: 0;
  cursor: pointer;
  transform: translateY(-100px);
  transition: all 0.6s ease;
  z-index: 999;
}

.top-arrow-animate.show {
  opacity: 1;
  transform: translateY(0);
}

.top-arrow-animate .top-arrow-animate-img {
  background: #C92636;
  padding: 10px;
  border-radius: 50%;
	border:1px solid #fff;
}
.mindzchatwhatsappgreenbg{
	right: 80px !important;
    bottom: 130px !important;
}
.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose::after,
.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose::before{
	left:22px !important;
}

.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchartuserimg img{
	object-fit:cover;
}
header .dropdown:hover .dropdown-menu {
  display: block;
  background: transparent;
  border: 0;
  padding-top: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
header .dropdown:hover .dropdown-menu .wht-box {
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #ffffff;
  padding: 30px;
  width: 730px;
  position: relative;
  display: flex;
  gap: 27px;
}
header .dropdown:hover .dropdown-menu .wht-box :before {
  position: absolute;
  background-color: #fff;
  width: 17px;
  height: 17px;
  content: "";
  transform: rotate(45deg);
  top: -9px;
  right: 45%;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}
header .dropdown:hover .dropdown-menu .wht-box .service-project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 371px;
}
header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a {
  border-radius: 8px;
  padding: 15px;
  display: block;
}
header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a:hover {
  background: #FFF5F6;
}
header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a h6 {
  color: #000000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 2px;
}
header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a h6 svg {
  margin-left: 4px;
}
header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a p {
  color: #000000;
  font-size: 14px;
  line-height: normal;
}
header .dropdown:hover .dropdown-menu .wht-box .service-project img {
  border-radius: 8px;
  width: 324px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .resource-dropdown .dropdown-menu .wht-box .service-project.zoom-animate{
	display:none;
}
header .resource-dropdown .dropdown-menu .wht-box{
	display:block !important;
}
header .resource-dropdown .dropdown-menu .wht-box .service-project{
	width:100% !important;
}
header .resource-dropdown .dropdown-menu .wht-box .service-project ul{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
header .dropdown:hover .dropdown-menu .wht-box .zoom-animate {
  border-radius: 8px;
}
header .dropdown:hover .link-nav img {
  transform: rotate(180deg);
}

.sticky-header {
	border-bottom:1px solid #EBEBEB;
  position: relative;
  z-index: 99;
}
.sticky-header .home-logo{
	display:none;
}
.sticky-header .tab-bar {
  background: #C92636;
  padding: 16px 0 14px 0;
}
.sticky-header .tab-bar p {
  color: #ffffff;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.sticky-header .tab-bar .follow-links {
  gap: 64px;
}
.sticky-header .tab-bar .follow-links .locate {
  position: relative;
}
.sticky-header .tab-bar .follow-links .locate:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: -26px;
  border-right: 1px solid #ffffff;
}
.sticky-header .tab-bar .follow-links .locate a::before {
  background-image: url("../images/header/location.svg");
}
.sticky-header .tab-bar .follow-links .phone-number a::before {
  background-image: url("../images/header/phone.svg");
}
.sticky-header .tab-bar .follow-links span {
  color: #FDB4BB;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 12px;
  line-height: normal;
  display: block;
}
.sticky-header .tab-bar .follow-links a {
  color: #ffffff;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 16px;
  line-height: normal;
  position: relative;
}
.sticky-header .tab-bar .follow-links a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -20px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.sticky-header nav {
  padding: 15px 0 !important;
}
.sticky-header nav ul {
  gap: 35px;
align-items: center;
}
.main-header nav ul{
	align-items: start;
}
header nav .resource-dropdown .link-nav{
	pointer-events: none;
    cursor: default;
}
.sticky-header nav ul li a {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

header nav ul li a:hover,
header nav ul .current_page_item a,
header nav ul .current_page_parent a{
	color:#C92636 !important;
}
header .is-fixed ul li a,
header .is-fixed ul li a:hover{
	color:#fff !important;
}
.sticky-header nav ul li .link-nav img {
  transition: 0.3s linear;
}
.sticky-header .hamburger .bar {
  background-color: #000000 !important;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: transparent;
}
.header .about-logo{
	display:none;
}
.header .tab-bar {
  background: #C92636;
  padding: 10px 0 10px 0;
}
.header .tab-bar p {
  color: #ffffff;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 14px;
  line-height: normal;
}
.header .tab-bar .follow-links {
  gap: 64px;
}
.header .tab-bar .follow-links .locate {
  position: relative;
}
.header .tab-bar .follow-links .locate:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: -26px;
  border-right: 1px solid #ffffff;
}
.header .tab-bar .follow-links .locate a::before {
  background-image: url("../images/header/location.svg");
}
.header .tab-bar .follow-links .phone-number a::before {
  background-image: url("../images/header/phone.svg");
}
.header .tab-bar .follow-links span {
  color: #FDB4BB;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 12px;
  line-height: normal;
  display: block;
}
.header .tab-bar .follow-links a {
  color: #ffffff;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 14px;
  line-height: normal;
  position: relative;
}
.header .tab-bar .follow-links a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -20px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.header nav {
  padding: 15px 0 !important;
  background: transparent;
}
header .is-fixed{
	background:#C92636;
}
.header nav ul {
  gap: 35px;
}
.header nav ul li a:focus{
	outline:none;
}
a:focus{
	outline:none;
}
.header nav ul li a {
  color: #ffffff;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.header nav ul li .link-nav img {
  transition: 0.3s linear;
}
.header nav ul .dropdown .link-nav img {
  filter: brightness(0) invert(1);
}
header .is-fixed .dropdown .link-nav img{
	filter: brightness(0) invert(1);
}
.footer {
  background: #333333;
  padding: 80px 0 30px 0;
}
.footer .get-in-touch {
  padding-bottom: 60px;
  border-bottom: 1px solid #505050;
}
.footer .get-in-touch a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .get-in-touch h4 {
  color: #ffffff;
  font-family: "LibreFranklin-Bold", sans-serif;
  font-size: 120px;
  line-height: 130px;
  text-transform: uppercase;
}
.footer .get-in-touch img {
  transition: transform 0.3s ease;
  animation: slideLeft 1s infinite alternate ease-in-out;
}
@keyframes slideLeft {
  from {
    transform: translateX(10px);
  }
  to {
    transform: translateX(-10px);
  }
}
.footer .main-footer-links {
  padding: 60px 0 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer .main-footer-links h4 {
  color: #AFAFAF;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer .main-footer-links .footer-address {
  padding-top: 25px;
}
.footer .main-footer-links .footer-address p {
  color: #ffffff;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.footer .main-footer-links .footer-address .company-address {
  padding-top: 40px;
}
.footer .main-footer-links .footer-address .company-address a {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
.footer .main-footer-links .footer-address .footer-call {
  margin-top: 12px;
}
.footer .main-footer-links .footer-address .footer-mail {
  margin-top: 4px;
}
.footer .main-footer-links .footer-address .footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.footer .main-footer-links .footer-address .footer-social-links ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.footer .main-footer-links .footer-address .footer-social-links ul li a {
  margin: 0;
}
.footer .main-footer-links .footer-quick-links h4 {
  margin: 0;
}
.footer .main-footer-links .footer-quick-links ul {
  margin-top: 16px;
}
.footer .main-footer-links .footer-quick-links ul li {
  margin-bottom: 12px;
}
.footer .main-footer-links .footer-quick-links ul li:last-of-type {
  margin-bottom: 0px;
}
.footer .main-footer-links .footer-quick-links ul li a {
  color: #ffffff;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.footer .main-footer-links .footer-quick-links ul li a:hover{
	color:#AFAFAF;
}
.footer .main-footer-links .footer-quick-links .footer-second-row-links {
  margin-top: 50px;
}
.footer .copyright-content {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 20px;
}
.footer .copyright-content p {
  color: #ffffff;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.footer .copyright-content p a {
  color: #ffffff;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.footer .footer-last-content {
  padding: 0;
}
.footer .footer-last-content p {
  color: #AFAFAF;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  margin-top: 20px;
  width: 70%;
}

.main-banner {
  padding-top: 100px;
}
.main-banner p {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.main-banner .main-banner-img img{
	width:100%;
}
.main-banner .main-banner-img {
  padding-top: 80px;
}
.main-banner .main-banner-trusted {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 70%;
}
.main-banner .main-banner-trusted p {
  font-size: 14px;
}
.main-banner .main-banner-trusted p span {
  color: #C92636;
}

.py-100 {
  padding: 100px 0 100px 0;
}

.certificate-sec {
  padding-bottom: 120px;
}
.certificate-sec h3 {
  color: rgba(0, 0, 0, 0.06);
  text-align: center;
  font-family: "LibreFranklin-Bold", sans-serif;
  font-size: 150px;
  line-height: 128px;
  text-transform: uppercase;
}
.certificate-sec .certificate-images {
  padding-top: 0px;
  justify-content: center;
  gap: 100px;
  position: relative;
  z-index: 5;
  margin-top: -46px;
  flex-wrap: wrap;
}
.certificate-sec .certificate-images::before {
  content: "";
  position: absolute;
  bottom: 39px;
  width: 100%;
  height: 130%;
  z-index: -1;
  background: linear-gradient(1800deg, #FFFFFF, rgba(255, 255, 255, 0.09));
}

.form-area {
  background: #ffffff;
  padding: 50px;
  box-shadow: 0 0 200px 0 rgba(0, 0, 0, 0.1);
}
.form-area .checkbox .wpcf7-list-item-label{
	display:none;
}
.form-area form .checkbox .wpcf7-validates-as-required input{
	accent-color: #c92636;
}
.form-area form .checkbox .wpcf7-list-item.first.last{
	margin:0;
}
.iti--separate-dial-code .iti__selected-flag{
	    background-color: unset !important;
}
.form-area h3 {
  color: #000000;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 8px;
  font-family: "LibreFranklin-Medium", sans-serif;
}
.form-area p {
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.form-area form {
  margin-top: 30px;
}
.form-area form textarea {
  resize: none;
}
.form-area form .resume input {
  padding: 50px;
  width: 100%;
}
.form-area form .row-gap-20 {
  row-gap: 20px;
}
.form-area form label {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-family: "LibreFranklin-Regular", sans-serif;
  margin-bottom: 6px;
}
.form-area form label span {
  color: #E52E2A;
  font-size: 16px;
  line-height: 24px;
}
.form-area form .form-control {
  padding: 13px 15px;
}
.form-area form .form-select {
  padding: 13px 15px;
  background-color: #F5F5F5;
  border: 0;
}
.form-area form .form-select:focus {
  box-shadow: none;
}
.form-area form input {
  color: #000000;
  border-radius: 8px;
  background: #F5F5F5;
  border: 0;
}
.form-area form input::-moz-placeholder {
  color: #818181;
  font-size: 16px;
}
.form-area form input::placeholder {
  color: #818181;
  font-size: 16px;
}
.form-area form .comment {
  color: #818181;
  font-size: 14px;
  line-height: normal;
  margin-top: 8px;
}
.form-area form textarea {
  border-radius: 8px;
  background: #F5F5F5;
  border: 0;
}
.form-area form .checkbox {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 20px;
}
.form-area form .checkbox input {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 3px !important;
}
.form-area form .checkbox input:focus {
  box-shadow: none;
}
.form-area form .checkbox p {
  color: #333333;
  font-size: 16px;
  line-height: normal;
}
.form-area form .checkbox p a {
  text-decoration: underline;
  color: #C92636;
}
.form-area form .error-msg {
  color: #E52E2A;
  font-size: 16px;
  line-height: 22px;
}
.form-area form .submit {
  border: 0;
  margin-top: 30px;
}
.form-area .form-check-input:checked {
  background-color: #C92636;
  border-color: #C92636;
  border-radius: 0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
        
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li button:before {
  content: "";
  transition: all 0.3s ease;
  background: #CCCCCC;
  font-size: 13px;
  width: 13px;
  height: 13px;
  border-radius: 50px;
}
.slick-dots .slick-active button:before {
  background: #C92636;
  width: 26px;
  opacity: 1 !important;
}

.about-description p {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.about-description .count-area {
  padding-top: 60px;
}
.about-description .count-area .count-main-box {
  display: flex;
  gap: 100px;
}
.about-description .count-area .count-main-box:last-of-type .count-box {
  margin-bottom: 0;
}
.about-description .count-area .count-main-box .count-box {
  margin-bottom: 43px;
}
.about-description .count-area .count-main-box .count-box h3 {
  color: #000000;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 70px;
  line-height: 74px;
}
.about-description .count-area .count-main-box .count-box h6 {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.about-description .main-description-para p {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

.our-vision-sec {
  background: #F9F9F9;
}
.our-vision-sec p {
  font-size: 16px;
}
.our-vision-sec h2 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.our-vision-sec .card {
  border-radius: 15px;
  border: 1px solid #EBEBEB;
  background: #ffffff;
  padding: 50px;
  height: 100%;
}
.our-vision-sec .card img {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-vision-sec .card .card-body {
  padding: 0;
}
.our-vision-sec .card .card-body h5 {
  color: #000000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 28px;
  line-height: 40px;
  margin: 23px 0 10px 0;
  text-transform: capitalize;
}
.our-vision-sec .card .card-body ul {
  padding: 0;
}
.our-vision-sec .card .card-body ul li {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: normal;
  list-style-type: none;
  padding-left: 6px;
  margin-bottom: 12px;
}
.our-vision-sec .card .card-body ul li::before {
  content: "";
  position: relative;
  left: -5px;
  top: 3px;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.17501 9L7.725 11.55L12.825 6.44999M17.5 9C17.5 13.6944 13.6945 17.5 8.99995 17.5C4.30552 17.5 0.5 13.6944 0.5 9C0.5 4.30551 4.30552 0.5 8.99995 0.5C13.6945 0.5 17.5 4.30551 17.5 9Z' stroke='%23818181' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.policy-content-page a{
	color:#333;
	text-decoration:underline;
}
.policy-content-page a:hover{
	color:#C92636;
}
.policy-content-page ul li {
  padding-left: 6px;
  margin-bottom: 8px;
}
.policy-content-page ul li::before {
  content: "";
  position: relative;
  left: -5px;
  top: 3px;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.17501 9L7.725 11.55L12.825 6.44999M17.5 9C17.5 13.6944 13.6945 17.5 8.99995 17.5C4.30552 17.5 0.5 13.6944 0.5 9C0.5 4.30551 4.30552 0.5 8.99995 0.5C13.6945 0.5 17.5 4.30551 17.5 9Z' stroke='%23C92636' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.our-vision-sec .ceo-message {
  padding-top: 50px;
}
.our-vision-sec .ceo-message .card {
  padding: 50px 40px;
  background: #C92636;
  border-radius: 10px;
}
.our-vision-sec .ceo-message .card span {
  color: #F5F5F5;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 34px;
  line-height: 40px;
}
.our-vision-sec .ceo-message .card h6 {
  color: #F5F5F5;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
}
.our-vision-sec .ceo-message .card p {
  color: #F5F5F5;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
.our-vision-sec .ceo-message .card .ceo-detail {
  margin-top: 50px;
}
.our-vision-sec .ceo-message .card .ceo-detail h6 {
  margin-bottom: 0;
}
.our-vision-sec .ceo-message .card .ceo-detail p {
  margin: 0;
}
.our-vision-sec .ceo-message .vedio-sec {
  position: relative;
}
.our-vision-sec .ceo-message .vedio-sec .zoom-animate {
  height: 100%;
}
.our-vision-sec .ceo-message .vedio-sec .zoom-animate img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.our-vision-sec .ceo-message .vedio-sec button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-close {
  position: absolute;
  top: -50px;
  right: -20px;
}

.our-team .our-team-heading {
  margin-bottom: 60px;
}
.our-team .our-team-heading p {
  margin-bottom: 30px;
  color: #333333;
}
.our-team .our-team-heading h2 {
  margin-top: 6px;
}
.our-team .mobile-slide {
  row-gap: 40px;
}
.our-team .card {
  border: 0;
}
.our-team .card .zoom-animate {
  border-radius: 0;
}
.our-team .card img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team .card h6 {
  color: #000000;
  font-family: "LibreFranklin-Bold", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 0px 0;
}
.our-team .card p {
  margin-top: 4px;
}
.our-team .card span {
  color: #000000;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 14px;
}

.testimonial-section {
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
	overflow: hidden;
}
.testimonial-section .testimonial-heading {
  padding-bottom: 60px;
}
.testimonial-section .testimonial-heading h2 {
  margin-top: 6px;
  margin-bottom: 20px;
}

.testimonial-section .testimonial-slider .card {
  border-radius: 8px;
  background: #F9F9F9;
  padding: 40px 30px;
  border: 0;
  margin: 10px;
  min-height:418px;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.testimonial-section .testimonial-slider .card:hover {
  background: #C92636;
}
.testimonial-section .testimonial-slider .card:hover svg path {
  fill: #DD3D4D;
}
.testimonial-section .testimonial-slider .card:hover p {
  color: #ffffff;
}
.testimonial-section .testimonial-slider .card:hover .card-footer h4 {
  color: #ffffff;
}
.testimonial-section .testimonial-slider .card:hover .card-footer span {
  color: #ffffff;
}
.testimonial-section .testimonial-slider .card .card-body {
  padding: 30px 0 47px 0;
}
.testimonial-section .testimonial-slider .card .card-body p {
  font-size: 16px;
  line-height: 22px;    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
}
.testimonial-section .testimonial-slider .card .card-footer {
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-section .testimonial-slider .card .card-footer img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testimonial-slider .card .card-footer h4 {
  color: #000000;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.testimonial-section .testimonial-slider .card .card-footer span {
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.our-partners {
  padding-bottom: 120px;
}
.our-partners h6 {
  color: #000000;
  text-align: center;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 20px;
  line-height: normal;
  text-transform: capitalize;
}
.our-partners .trusted-logo {
  padding-top: 66px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
}
.our-partners .trusted-logo .marquee-wrapper {
  position: relative;
  overflow: hidden;
}
.our-partners .trusted-logo .marquee-wrapper:before {
  content: "";
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 20%;
  height: 100%;
}
.our-partners .trusted-logo .marquee-wrapper:after {
  content: "";
  background: linear-gradient(269deg, #FFFFFF, rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 20%;
  height: 100%;
}
@keyframes scroll-left {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.our-partners .trusted-logo .marquee-wrapper .left {
  animation: scroll-left 60s linear infinite;
  padding-bottom: 30px;
}
.our-partners .trusted-logo .marquee-wrapper .marquee-content {
  display: flex;
  align-items: center;
	width: max-content;
}
.our-partners .trusted-logo .marquee-wrapper .marquee-content .client-logo-img {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-right: 60px;
}
.our-partners .trusted-logo .marquee-wrapper .marquee-content .client-logo-img img {
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.our-partners .trusted-logo .marquee-wrapper .marquee-content .client-logo-img img:hover {
  filter: grayscale(0%);
}
.our-partners .trusted-logo .marquee-wrapper .paused {
  animation-play-state: paused !important;
}
.our-partners .trusted-logo .marquee-wrapper .right {
  animation: scroll-right 60s linear infinite;
}
@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.our-partners .trusted-logo .right {
  width: 80%;
  margin: auto;
}

.main-industries-page .industries-info:nth-child(odd) {
  background-color: #F9F9F9;
}
.main-industries-page .industries-info p {
  font-size: 16px;
}
.main-industries-page .industries-info ul {
  margin: 15px 0 30px 0;
}
.main-industries-page .industries-info ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  padding-left: 16px;
  color: #000000;
  font-family: "LibreFranklin-Regular", sans-serif;
  position: relative;
}
.main-industries-page .industries-info ul li:before {
  content: "✔ ";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.main-industries-page .industries-info .industries-img {
  width: 100%;
}
.main-industries-page .industries-info .zoom-animate {
  border-radius: 0;
}
.main-industries-page .industries-info .industries-img-mobile {
  width: 100%;
}
.main-industries-page .our-partners {
  padding-top: 120px;
}
.main-industries-page .project-certificate{
	display:none;
}
.main-contact-page .our-partners {
  padding-top: 120px;
}
.main-contact-page .project-certificate{
	display:block !important;
}
.blog-section .blog-filter-option {
  padding-bottom: 40px;
}
.blog-section .blog-filter-option p {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.blog-section .blog-filter-option form .form-select:focus {
  box-shadow: none;
  border-color: unset;
}
.blog-section .card {
  background: transparent;
  border: 0;
  margin-bottom: 73px;
}
.blog-section .card:hover .top-card .blog-svg-card {
  display: block;
}
.blog-section .card:hover .card-body h5 {
  text-decoration: underline;
  color: #C92636;
}
.blog-section .card .top-card {
  position: relative;
}
.blog-section .card .top-card .zoom-animate {
  border-radius: 15px;
}
.blog-section .card .top-card img {
  width: 100%;
  height: 373px;
  border-radius: 15px;
  object-fit: cover;
}
.blog-section .card .top-card span {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #000000;
  display: inline-flex;
  padding: 6px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
.blog-section .card .top-card .blog-svg-card {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: unset;
    height: unset;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
}
.blog-section .card .card-body {
  padding: 20px 0 0 0;
}
.blog-section .card .card-body bdo {
  color: #777272;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.blog-section .card .card-body h5 {
  color: #000000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 22px;
  line-height: 30px;
  margin-top: 5px;
}

.blog-detail-page a {
  color: #E52E2A;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.blog-detail-page h3 {
  padding: 20px 0 4px 0;
  color: #333;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.blog-detail-page bdo {
  color: #818181;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.blog-detail-page .main-detail-img {
  margin: 30px 0;
}
.blog-detail-page .main-detail-img span {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #000000;
  display: inline-flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
.blog-detail-page h4 {
  color: #000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
  line-height: normal;
  margin: 30px 0 8px 0;
}
.blog-detail-page p {
  margin-bottom: 15px;
  font-size: 16px;
}
.blog-detail-page p:last-of-type {
  margin: 0;
}
.blog-detail-page .left-side-content {
  position: sticky;
  top: 80px;
}
.blog-detail-page .left-side-content .related-blog h5 {
  color: #000000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
  line-height: normal;
}
.blog-detail-page .left-side-content .related-blog ol {
  padding-left: 16px;
  margin-top: 18px;
	margin-left:0;
}
.blog-detail-page .left-side-content .related-blog ol li {
  list-style-type: decimal;
  margin-bottom: 18px;
}
.blog-detail-page .left-side-content .related-blog ol li a {
  color: #333333;
}
.blog-detail-page .left-side-content .related-blog ol li a:hover {
  color: #C92636;
  text-decoration: underline;
}
.blog-detail-page .left-side-content .related-blog ol li .active {
  color: #C92636;
  text-decoration: underline;
}
.blog-detail-page .left-side-content .smart-solution {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.blog-detail-page .left-side-content .smart-solution::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.blog-detail-page .left-side-content .smart-solution .detail-side-img {
  border-radius: 15px;
  height: 560px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail-page .left-side-content .smart-solution .smart-solution-card {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.blog-detail-page .left-side-content .smart-solution .smart-solution-card h5 {
  color: #F5F5F5;
  font-family: "LibreFranklin-Bold", sans-serif;
  font-size: 24px;
  line-height: 26px;
}
.blog-detail-page .left-side-content .smart-solution .smart-solution-card p {
  color: #F5F5F5;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0 30px 0;
}

.policy-page h1 {
  margin: 0;
}
.policy-page span {
  color: #333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
  display: block;
}
.policy-page .policy-content {
  margin-top: 60px;
}
.policy-page .policy-content h4 {
  color: #000000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 24px;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}
.policy-page .policy-content h4:first-of-type {
  margin-top: 0;
}
.policy-page .policy-content p {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.policy-page .policy-content p:last-of-type {
  margin: 0;
}
.policy-page .policy-side-content {
  position: sticky;
  top: 100px;
}
.policy-page .policy-side-content ul{
  border-left: 2px solid #E8E8E8;
}
.policy-page .policy-side-content ul li {
	position: relative;
  margin-bottom: 25px;
}
.policy-page .policy-side-content ul li:last-of-type {
  margin-bottom: 60px;
}
.policy-page .policy-side-content ul li:last-of-type a {
  margin-bottom: 0px;
}
.policy-page .policy-side-content ul li a {
  color: #333;
  padding-left: 12px;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}
.policy-page .policy-side-content ul .active a{
  color: #C92636;
  
}
.policy-page .policy-side-content ul .active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  border-left: 2px solid #C92636;
}
.policy-page .policy-sticky-side {
  background: #C92636;
  padding: 40px;
}
.policy-page .policy-sticky-side h4 {
  color: #ffffff;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.policy-page .policy-sticky-side p {
  color: #ffffff;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 30px 0;
}

.error-page {
  padding: 200px 0 275px 0;
}
.error-page h2 {
  margin-top: 50px;
}
.error-page p {
  margin-bottom: 30px;
}

.faq-section .box {
  border-radius: 15px;
  background: #C92636;
  color: #ffffff;
  padding: 50px 40px;
  margin-top: 60px;
}
.faq-section .box h5 {
  color: #ffffff;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 6px;
  margin-top: 22px;
}
.faq-section .box p {
  font-size: 14px;
  line-height: 19px;
  font-family: "LibreFranklin-Regular", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
.faq-section .sticky-side {
  position: sticky;
  top: 100px;
}
.faq-section .faq-list li {
  list-style: none;
  border-left: 3px solid #E8E8E8;
}
.faq-section .faq-list li a {
  color: #333333;
  font-size: 16px;
  line-height: normal;
  font-family: "LibreFranklin-Regular", sans-serif;
  text-decoration: none;
  padding: 11px 0 12px 23px;
  display: block;
  position: relative;
}
.faq-section .faq-list li:first-of-type a {
  padding-top: 0;
}
.faq-section .faq-list li:first-of-type a::before {
  top: 0px !important;
}
.faq-section .faq-list li:last-of-type a {
  padding-bottom: 0;
}
.faq-section .faq-list li.active a {
  color: #C92636;
}
.faq-section .faq-list li.active a::before {
  content: "";
  position: absolute;
  border-left: 2px solid #C92636;
  width: 10px;
  height: 18px;
  left: -3px;
  top: 10px;
}
.faq-section .faqs {
  margin-bottom: 30px;
}
.faq-section .faqs:last-of-type {
  margin-bottom: 0;
}
.faq-section .accordion-type {
  background: #F9F9F9;
  padding: 30px 40px;
  border-radius: 20px;
}
.faq-section .accordion .accordion-item {
  background: #F9F9F9;
  border: none;
  border-bottom: 1px solid rgb(206, 206, 206);
  padding: 10px 0px;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  padding-left: 0;
  background: transparent;
  color: #000000;
  font-size: 18px;
  line-height: normal;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.faq-section .accordion .accordion-item:last-of-type {
  border-bottom: 0;
}
.faq-section .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-left: 0;
}
.faq-section .accordion .accordion-item .accordion-body p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.faq-section .accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Ccircle cx='13.5' cy='13.5' r='13' stroke='black'/%3E%3Cpath d='M7.67188 14.0312H19.3281' stroke='black'/%3E%3Cpath d='M13.5 20.2324V8.57701' stroke='black'/%3E%3C/svg%3E");
}
.faq-section .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Ccircle cx='13.5' cy='13.5' r='13' stroke='black'/%3E%3Cpath d='M7.67188 14.0312H19.3281' stroke='black'/%3E%3C/svg%3E");
}

.conatct-form {
  padding: 50px 0 85px 0;
}
.conatct-form .contact-company h6 {
  color: #333;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.conatct-form .contact-company h5 {
  color: #000;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 7px;
}
.conatct-form .contact-company a {
  color: #333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.conatct-form .contact-company .get-direction {
  color: #C92636;
  display: inline-flex;
  gap: 4px;
  margin-top: 20px;
  align-items: center;
	text-decoration:underline;
}
.conatct-form .conatct-mail {
  padding-top: 55px;
}
.conatct-form .conatct-mail h5 {
  color: #888;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.conatct-form .conatct-mail a {
  color: #333;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.conatct-form .conatct-mail .contact-detail {
  gap: 12px;
  margin-top: 17px;
}
.conatct-form .conatct-mail .contact-detail:first-of-type {
  margin-top: 0;
}
.conatct-form .form-area {
  margin-top: -40%;
}

.map-sec {
  padding-bottom: 100px;
}
.map-sec iframe {
  width: 100%;
  height: 600px;
}

.why-choose {
  background: #C92636;
  position: relative;
}
.why-choose::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/contact/why-choose-before.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose bdi {
  color: #ffffff;
}
.why-choose h2 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 8px;
}
.why-choose .why-choose-card {
  row-gap: 36px;
}
.why-choose .why-choose-card h5 {
  color: #ffffff;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 24px;
  margin-top: 20px;
  line-height: 36px;
}
.why-choose .why-choose-card p {
  color: #ffffff;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}

.job-section .job-list {
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  background: #F9F9F9;
  padding: 15px;
  margin-bottom: 15px;
}
.job-section .job-list:last-of-type {
  margin-bottom: 0;
}
.job-section .job-list:first-of-type {
  margin-top: 30px;
}
.job-section .job-list h4 {
  color: #0D0D0D;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 18px;
  line-height: normal;
}
.job-section .job-list span {
  color: #9E9E9E;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.employee-benifite {
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(245, 246, 250, 0) 100%);
}
.employee-benifite .employee-main-header {
  padding-bottom: 30px;
}
.employee-benifite .employee-main-header h2 {
  margin-top: 6px;
}
.employee-benifite .employee-main-header p {
  margin-bottom: 20px;
}
.employee-benifite .employee-card:nth-of-type(2) {
  margin-top: 50px;
}
.employee-benifite .employee-card .card:nth-of-type(2) {
  margin-top: 10%;
}
.employee-benifite .employee-card .card {
  text-align: center;
  border-radius: 15px;
  border: 1px solid #E7E7E7;
  background: #ffffff;
  padding: 50px;
}
.employee-benifite .employee-card .card img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.employee-benifite .employee-card .card h5 {
  color: #000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 28px;
  line-height: normal;
margin-top: 50px;
}
.employee-benifite .employee-card .card p {
  color: #333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}

.home-banner-sec .banner-slider .slide {
  position: relative;
}
.home-banner-sec .banner-slider .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 0 0 / 69%) 0%, rgb(0 0 0 / 69%) 47.12%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}
.home-banner-sec .banner-slider .slide .container {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-banner-sec .banner-slider .slide h1 {
  color: #ffffff;
  margin-bottom: 10px;
}
.home-banner-sec .banner-slider .slide bdi {
  color: #ffffff;
}
.home-banner-sec .banner-slider .slide p {
  color: #ffffff;
  margin-bottom: 30px;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.home-banner-sec .banner-slider .slide .home-banner-slide-img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home-banner-sec .banner-slider .slick-next {
  position: absolute;
  bottom: 0;
  left: 58%;
}
.home-banner-sec .banner-slider .slick-prev {
  position: absolute;
  bottom: 0;
  left: 27%;
  z-index: 1;
}
.home-banner-sec .progressBarContainer {
  position: absolute;
  bottom: 40px;
  display: flex;
  left: 50%;
  justify-content: space-between;
  transform: translate(-50%);
}
.home-banner-sec .progressBarContainer .item {
  cursor: pointer;
}
form .iti__flag{
	display:none;
}
.home-banner-sec .progressBarContainer .item span img {
  width: 80px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.6;
}
.home-banner-sec .progressBarContainer .item .slick-now img {
  border: 1px solid #ffffff;
  opacity: 1;
}
.home-banner-sec .progressBarContainer .banner-bottom-content {
  display: flex;
  gap: 60px;
}
.home-banner-sec .progressBarContainer .banner-bottom-content h5 {
  color: #ffffff;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 3px;
}
.home-banner-sec .progressBarContainer .banner-bottom-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
}

.home-about {
  background: #C92636;
}
.home-about bdi {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
.home-about h5 {
  color: #ffffff;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 24px;
}
.home-about h5:last-of-type {
  margin-bottom: 0;
}
.home-about h4 {
  color: #ffffff;
  font-family: "LibreFranklin-Bold", sans-serif;
  font-size: 34px;
  line-height: 40px;
}
.home-about p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.home-about .count-area {
  padding-top: 40px;
}
.home-about .count-area .count-main-box {
  display: flex;
  align-items: center;
  gap: 60px;
}
.home-about .count-area .count-main-box h3 {
  color: #ffffff;
  font-family: "LibreFranklin-Bold", sans-serif;
  font-size: 50px;
  line-height: normal;
}
.home-about .count-area .count-main-box h6 {
  color: #ffffff;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: normal;
}

.home-services bdi {
  margin-bottom: 6px;
  display: block;
}
.home-services .card-link .card {
  border-radius: 30px;
  border: 1px solid #DADEF0;
  background: #F5F6FA;
  padding-left: 40px;
  overflow: hidden;
}
.home-services .card-link .card .card-row {
  padding: 50px 30px 30px 0px;
}
.home-services .card-link .card .card-row h5 {
  color: #000000;
  font-size: 24px;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  margin-bottom: 12px;
}
.home-services .card-link .card .card-row p {
  color: #000000;
}
.home-services .card-link .card .card-row .btn-arw {
  position: relative;
  z-index: 9;
  background: transparent;
  border: 0;
}
.home-services .card-link .card .card-row .btn-arw::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 25px;
  width: 25px;
  background-image: url("../images/home/arrow-down-right.png"), url("../images/home/arrow-down-right.png");
  background-position: 0 0px, -15px -15px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: none;
  transition: opacity 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  margin-left: 22px;
  animation-name: buttonArrow;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
}
@keyframes buttonArrow {
  0% {
    background-position: 0 0px, -15px 15px;
  }
  100% {
    background-position: 25px -25px, 0 0;
  }
}
.home-services .card-link .card .card-body {
  overflow: hidden;
}
.home-services .card-link .card .card-body .zoom-animate-img {
  border-top-left-radius: 30px;
}
.home-services .card-link .card .card-body img {
  width: 580px;
  height: 317px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s linear;
}
.home-services .card-link:hover .card {
  background: #C92636;
}
.home-services .card-link:hover .card h5 {
  color: #ffffff;
}
.home-services .card-link:hover .card p {
  color: #ffffff;
}
.home-services .card-link:hover .card .btn-arw img {
  visibility: hidden;
}
.home-services .card-link:hover .card .btn-arw::after {
  display: block;
  filter: brightness(0) invert(1);
}
.home-services .card-link:hover .card .card-body img {
  transform: scale(1.1);
}

.home-industries {
  background: #F7F7F7;
  overflow: hidden;
}
.home-industries bdi {
  margin-bottom: 7px;
}
.home-industries .industries-slider {
  margin-top: 50px;
}
.home-industries .industries-slider .slick-slide {
  padding: 0 12px;
}
.home-industries .industries-slider .slick-arrow {
  top: -80px;
  right: 12%;
  left: auto;
  width: 20px;
}
.home-industries .industries-slider .slick-arrow::before {
  display: none;
}
.home-industries .industries-slider .slick-arrow svg:hover rect {
  fill: #C92636;
}
.home-industries .industries-slider .slick-arrow svg:hover path {
  stroke: #ffffff;
}
.home-industries .industries-slider .slick-arrow svg:hover path:nth-of-type(1) {
  fill: #ffffff;
  stroke: unset;
}
.home-industries .industries-slider .slick-prev {
  right: 15%;
}
.home-industries .industries-slider .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}
.home-industries .industries-slider .box-image:hover .box-content p {
  max-height: 250px;
  opacity: 1;
}
.home-industries .industries-slider .box-image:hover .industry-hover-btn {
  opacity: 1;
}
.home-industries .industries-slider .box-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.home-industries .industries-slider .box-image .industry-hover-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.6s ease;
}
.home-industries .industries-slider .box-image .industries-main-img{
	height: 564px;
	object-fit:cover;
	width:100%;
}
.home-industries .industries-slider .box-image .box-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
	right:20px;
  z-index: 1;
  color: #ffffff;
}
.home-industries .industries-slider .box-image .box-content h5 {
  color: #ffffff;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.home-industries .industries-slider .box-image .box-content ul{
	display:none;
}

.home-industries .industries-slider .box-image .box-content p {
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.home-industries .industries-slider .box-image p:last-of-type:empty {
    display: none !important;
}
.home-faq {
  background: transparent;
  padding-bottom: 120px;
}
.home-faq bdi {
  margin-bottom: 7px;
}
.home-faq h6 {
  color: #333333;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 18px;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 2px;
}
.home-faq p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.home-faq .accordion {
  background: transparent;
  padding: 0;
}
.home-faq .mail-faq{
	display:block;
	margin-top:15px;
}
.home-faq .mail-faq span{
	display:block;
	color: #818181;
font-size: 12px;
font-weight: 400;
line-height: normal;
	text-transform:uppercase;
	margin-bottom:2px;
}
.home-faq .mail-faq a{
	color: #333;
	font-family: "LibreFranklin-Medium", sans-serif;
	font-size: 16px;
	line-height: normal;
}
.home-faq .accordion .accordion-item {
  background: transparent;
}
.home-faq .accordion .accordion-item:last-of-type {
  border-bottom: 1px solid rgb(206, 206, 206);
}
.home-faq .accordion .accordion-item:first-of-type {
  padding-top: 0;
}
.home-faq .accordion .accordion-item:first-of-type .accordion-button {
  padding-top: 0;
}
.home-faq .accordion .accordion-item .collapsed {
  color: #555 !important;
  line-height: normal;
}
.home-faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000000 !important;
  box-shadow: none !important;
}
.home-faq .accordion .accordion-item p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}

.home-blog {
  background: #F8F8F8;
}
.home-blog h2 {
  margin-top: 7px;
}
.home-blog .card {
  margin-bottom: 0;
}

.manufacturing-info h3 {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 15px;
}
.manufacturing-info h3 span {
  color: #333333;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 34px;
  line-height: 40px;
}
.manufacturing-info p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.manufacturing-info .manufacturing-info-content p:first-of-type {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}

.manufacturing-services {
  background: #F7F7F7;
}
.manufacturing-services bdi {
  margin-bottom: 6px;
  display: block;
}
.manufacturing-services h2 {
  margin-bottom: 20px;
}
.manufacturing-services p {
    margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.manufacturing-services p:first-of-type {
  margin-top: 0;
}
.manufacturing-services ul li {
  margin-bottom: 15px;
  padding-left: 16px;
  position: relative;
}
.manufacturing-services a {
  margin-top: 30px;
}
.manufacturing-services ul li:last-of-type {
  margin-bottom: 0;
}
.manufacturing-services p:last-of-type {
  margin-bottom: 0;
}
.manufacturing-services ul li:before {
  content: "✔ ";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}
.manufacturing-services ul li b {
  color: #333333;
}
.manufacturing-services .deliver-imgages {
  position: relative;
}
.manufacturing-services .deliver-imgages img {
  width: 396px;
  height: 396px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  z-index: 3;
  position: relative;
}
.manufacturing-services .deliver-imgages .back-img {
  position: absolute;
  left: 0;
  bottom: -170px;
  z-index: 0;
}

.tool-technologies {
  background: #F7F7F7;
}
.tool-technologies bdi {
  margin-bottom: 7px;
  display: block;
}
.tool-technologies .tools-card {
  border-radius: 20px;
  background: #ffffff;
  padding: 30px;
  margin-bottom: 15px;
  align-items: center;
}

.tool-technologies .tools-card:last-of-type {
  margin-bottom: 0;
}
.tool-technologies .tools-card h5 {
  color: #C92636;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
  line-height: normal;
}
.tool-technologies .tools-card p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.tool-technologies .tools-card li {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}
.tool-technologies .tools-card li:last-of-type {
  margin-bottom: 0;
}
.tool-technologies .tools-card li:before {
  content: "✔ ";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}
.tool-technologies .tools-card .tools-img {
  display: flex;
  align-items: center;
  gap: 60px;
}
.tool-technologies .tools-card .tools-img img {
  width: 99px;
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
}
.tool-technologies .tools-card .tools-img img:hover {
  filter: grayscale(0);
}

.main-enquiry .enquiry-form {
  padding: 150px 0;
}
.main-enquiry .enquiry-form .zoom-animate {
  margin-top: 50px;
  border-radius: 0;
}
.main-enquiry .enquiry-form h4 {
  color: #000;
  font-size: 34px;
  line-height: 42px;
  width: 75%;
}
.main-enquiry .enquiry-form .form-area {
  position: absolute;
  top: -72px;
  left: -133px;
}
.main-enquiry .manufacturing-services h2 {
  margin-bottom: 0;
}
.main-enquiry .manufacturing-services p {
  margin-top: 10px;
  margin-bottom: 0;
}
.main-enquiry .manufacturing-services .work-promise {
  padding-top: 35px;
}

.main-enquiry .manufacturing-services .work-promise h4 {
   color: #111;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
.main-enquiry .manufacturing-services .work-promise p {
  margin-top: 8px;
	color: #111;
}
 .main-manufacturing-page .main-manufacturing h6{
  color: #333;
  font-size: 28px;
  line-height: 36px;
}
.main-manufacturing-page .main-manufacturing p {
  margin-top: 15px;
}
.main-manufacturing-page .main-manufacturing p:first-child {
  margin-top: 0;
}
.main-manufacturing-page .manufacturing-sub-services {
  background: #F7F7F7;
}
.main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list {
  margin-top: 50px;
}
.main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card {
  padding: 30px;
  border-radius: 35px;
  border: 1px solid #DEDEDE;
  background: #ffffff;
}
.main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card:hover .zoom-animate .blog-svg-card {
  display: block;
}
.main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .zoom-animate {
  border-radius: 20px;
  position: relative;
}
.main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .zoom-animate .blog-svg-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 6;
}
.main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  width: 352px;
  height: 271px;
}
.main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body {
  padding: 0px;
  margin-top: 30px;
}
.main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body h5 {
  color: #333;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 24px;
  line-height: normal;
}
.main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}
.main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body .primary-btn {
  margin-top: 20px;
}
.main-manufacturing-page .design-to-delivery ul {
  padding-top: 20px;
}
.main-manufacturing-page .design-to-delivery ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}
.main-manufacturing-page .design-to-delivery ul li:last-of-type {
  margin-bottom: 0;
}
.main-manufacturing-page .design-to-delivery ul li:before {
  content: "✔ ";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}
.main-manufacturing-page .design-to-delivery .design-to-delivery-img {
  position: relative;
  row-gap: 30px;
}
.main-manufacturing-page .design-to-delivery .design-to-delivery-img .back-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.main-manufacturing-page .production-infrastructure {
  background: linear-gradient(180deg, #F7F7F7 0%, #FFF 100%);
}
.main-manufacturing-page .production-infrastructure h2 {
  margin-bottom: 8px;
}
.main-manufacturing-page .production-infrastructure .production-list {
  border-radius: 20px;
  border: 1px solid #F5D7DA;
  background: #FCF7F8;
  padding: 70px;
  margin-top: 50px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}
.main-manufacturing-page .production-infrastructure .production-list ul li {
  margin-top: 12px;
  position: relative;
  padding-left: 26px;
}
.main-manufacturing-page .production-infrastructure .production-list ul li::before {
  content: " ";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3e%3cpath d='M6.25407 10.75L9.25275 13.7487L15.25 7.75134M20.75 10.75C20.75 12.7278 20.1635 14.6612 19.0647 16.3057C17.9659 17.9502 16.4041 19.2319 14.5768 19.9888C12.7496 20.7457 10.7389 20.9437 8.7991 20.5579C6.85929 20.172 5.07745 19.2196 3.67893 17.8211C2.28041 16.4225 1.32802 14.6407 0.942163 12.7009C0.556311 10.7611 0.7543 8.75042 1.51118 6.92316C2.26805 5.0959 3.54981 3.53412 5.1943 2.4353C6.83879 1.33649 8.77219 0.750001 10.75 0.750001C12.0636 0.749458 13.3644 1.00771 14.5781 1.51002C15.7918 2.01232 16.8947 2.74883 17.8237 3.67747C18.7528 4.60611 19.4898 5.70868 19.9926 6.92221C20.4954 8.13573 20.7541 9.43643 20.7541 10.75H20.75Z' stroke='%23C92636' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
}
.main-manufacturing-page .production-infrastructure .production-list ul li:last-of-type {
  margin-bottom: 0;
}
.main-manufacturing-page .production-infrastructure .production-list .primary-btn {
  margin: 40px 0;
}
.main-manufacturing-page .production-infrastructure .production-list .infra-img {
  position: absolute;
  top: 10px;
  right: 12%;
}
.main-manufacturing-page .production-infrastructure .production-list .infra-img img {
  width: 500px;
  height: 570px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-manufacturing h6 span {
  color: #333333;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.design-development {
  padding-bottom: 140px;
}
.design-development h2 {
  margin-top: 6px;
  margin-bottom: 0;
}
.design-development .design-development-list {
  margin-top: 40px;
  row-gap: 20px;
}
.design-development .design-development-list .design-development-list-item:nth-child(3n+2) .card {
  margin-top: 40px;
}
.design-development .design-development-list .design-development-list-item .card {
  text-align: center;
  padding: 53px;
  border-radius: 15px;
  background: #F7F7F7;
  border: 0;
  height: 100%;
}
.design-development .design-development-list .design-development-list-item .card img {
  width: 113px;
  height: 113px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.design-development .design-development-list .design-development-list-item .card h5 {
  color: #000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 28px;
  line-height: normal;
  margin-top: 18px;
}
.design-development .design-development-list .design-development-list-item .card p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-top: 11px;
}

.eds-process-flow {
  padding-bottom: 120px;
}
.eds-process-flow h2 {
  margin-top: 6px;
  margin-bottom: 0;
}
.eds-process-flow p {
  margin: 10px 0 0 0;
}
.eds-process-flow .card-row {
  border-radius: 30px;
  padding: 60px;
  background: #FFF6F7;
}
.eds-process-flow .card-row .zoom-animate {
  border-radius: 0;
}
.eds-process-flow .card-row .zoom-animate-y img {
  width: 100%;
  mix-blend-mode: multiply;
}

.services-solutions {
  background: #F7F7F7;
}
.services-solutions .design-development-list .design-development-list-item .card {
  background: #fff;
}

.embedded-service h2 {
  margin-bottom: 0;
}
.embedded-service p {
  margin-top: 15px !important;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.embedded-service h4 {
  color: #707070;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  margin: 25px 0 14px 0;
}
.embedded-service ul li {
  margin-bottom: 9px;
}
.embedded-service ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
	header .dropdown:hover .dropdown-menu .wht-box{
		width:650px;
	}
  .home-industries bdi {
    margin-bottom: 8px;
  }
  .home-industries h2 {
    margin-bottom: 0px !important;
  }
  .home-industries .industries-slider .slick-prev {
    right: 16%;
  }
  .certificate-sec {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .certificate-sec h3 {
    font-size: 140px;
    line-height: 146px;
  }
  .certificate-sec .certificate-images {
    flex-wrap: wrap;
    gap: 23px;
    margin-bottom: 0px !important;
    margin-top: -20px;
  }
  .certificate-sec .certificate-images img {
    width: 10%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .get-in-touch {
    padding-bottom: 25px;
  }
  .footer .get-in-touch h4 {
    font-size: 80px;
    line-height: normal;
  }
  .footer .get-in-touch img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
	.error-page {
		padding: 100px 0 100px 0;
	}
}
@media screen and (min-width: 1026px) and (max-width: 1299px) {
  .py-100 {
    padding: 80px 0;
  }
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .home-industries bdi {
    margin-bottom: 8px;
  }
  .home-industries h2 {
    margin-bottom: 12px !important;
  }
  .home-industries .industries-slider .slick-prev {
    right: 16%;
  }
  .certificate-sec {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .certificate-sec h3 {
    font-size: 90px;
    line-height: 100px;
  }
  .certificate-sec .certificate-images {
    flex-wrap: wrap;
    gap: 23px;
    margin-bottom: 0px !important;
    margin-top: -20px;
  }
  .certificate-sec .certificate-images img {
    width: 10%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .get-in-touch {
    padding-bottom: 25px;
  }
  .footer .get-in-touch h4 {
    font-size: 80px;
    line-height: normal;
  }
  .footer .get-in-touch img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1199px) {
  .py-100 {
    padding: 80px 0;
  }
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  p {
    font-size: 14px !important;
  }
  .main-manufacturing-page .main-manufacturing h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list {
    margin-top: 30px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card {
    padding: 15px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .zoom-animate {
    border-radius: 15px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body {
    padding: 0px;
    margin-top: 10px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body h5 {
    font-size: 16px;
    line-height: normal;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body p {
    line-height: 20px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body .primary-btn {
    margin-top: 20px;
  }
  .main-manufacturing-page .design-to-delivery ul {
    padding-top: 20px;
  }
  .main-manufacturing-page .design-to-delivery ul li {
    font-size: 14px;
  }
  .main-manufacturing-page .design-to-delivery ul li:last-of-type {
    margin-bottom: 0;
  }
  .main-manufacturing-page .design-to-delivery .design-to-delivery-img {
    display: none;
  }
  .main-manufacturing-page .production-infrastructure .production-list {
    border-radius: 20px;
    padding: 30px 20px;
    margin-top: 30px;
    position: relative;
    top: unset;
  }
  .main-manufacturing-page .production-infrastructure .production-list ul {
    display: none;
  }
  .main-manufacturing-page .production-infrastructure .production-list .primary-btn {
    margin: 20px 0 0 0;
  }
  .main-manufacturing-page .production-infrastructure .production-list .infra-img {
    position: relative;
    top: 30px;
    right: unset;
  }
  .main-manufacturing-page .production-infrastructure .production-list .infra-img img {
    width: 205px;
    height: 260px;
  }
  .main-manufacturing h6 span {
    font-size: 22px;
    line-height: 28px;
  }
  .design-development {
    padding-bottom: 50px;
  }
  .design-development .design-development-list {
    row-gap: 20px;
  }
  .design-development .design-development-list .design-development-list-item:nth-child(3n+2) .card {
    margin-top: 0px;
  }
  .design-development .design-development-list .design-development-list-item .card {
    padding: 20px;
  }
  .design-development .design-development-list .design-development-list-item .card img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .design-development .design-development-list .design-development-list-item .card h5 {
    font-size: 20px;
  }
  .design-development .design-development-list .design-development-list-item .card p {
    font-size: 14px;
    line-height: 20px;
  }
  .eds-process-flow {
    padding-bottom: 50px;
  }
  .eds-process-flow .card-row {
    padding: 40px;
  }
  .eds-process-flow .card-row .zoom-animate {
    border-radius: 0;
  }
  .eds-process-flow .card-row .zoom-animate img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .py-100 {
    padding: 80px 0;
  }
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  p {
    font-size: 14px !important;
  }
  .main-header .container-width {
    padding: 0;
  }
  .main-header nav ul li a {
    color: #ffffff;
  }
  .main-header nav ul .dropdown .link-nav img {
    filter: brightness(0) invert(1);
  }
  .tab-bar {
    padding-top: 50px !important;
  }
  .tab-bar p {
    font-size: 14px;
    line-height: 20px;
  }
  .certificate-sec {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .certificate-sec h3 {
    font-size: 90px;
    line-height: 100px;
  }
  .certificate-sec .certificate-images {
    flex-wrap: wrap;
    gap: 23px;
    margin-bottom: 0px !important;
    margin-top: -20px;
  }
  .certificate-sec .certificate-images img {
    width: 10%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .our-partners {
    padding-bottom: 80px;
  }
  .home-industries bdi {
    margin-bottom: 8px;
  }
  .home-industries h2 {
    margin-bottom: 12px !important;
  }
  .home-industries .industries-slider {
    margin-top: 30px;
  }
  .home-industries .industries-slider .slick-slide {
    padding: 0 20px;
  }
  .home-industries .industries-slider .slick-prev {
    right: 18%;
  }
  .home-industries .industries-slider .box-image:hover .box-content p {
    max-height: 250px;
    opacity: 1;
  }
  .home-industries .industries-slider .box-image:hover .industry-hover-btn {
    opacity: 1;
  }
  .home-industries .industries-slider .box-image .industry-hover-btn {
    opacity: 1;
  }
  .home-industries .industries-slider .box-image .box-content {
    padding-right: 20px;
  }
  .home-industries .industries-slider .box-image .box-content h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-industries .industries-slider .box-image .box-content p {
    margin-top: 6px;
    opacity: 1;
    max-height: none;
    -webkit-line-clamp: 4;
  }
  .home-about bdi {
    margin-bottom: 8px;
  }
  .home-about h5 {
    display: none;
  }
  .home-about h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .home-about p {
    font-size: 14px;
    margin-top: 12px;
  }
  .home-about .count-area {
    padding-top: 30px;
  }
  .home-about .count-area .count-main-box {
    flex-wrap: wrap;
    gap: 25px;
  }
  .home-about .count-area .count-main-box h3 {
    font-size: 30px;
    line-height: normal;
  }
  .home-about .count-area .count-main-box h6 {
    font-size: 14px;
    line-height: normal;
  }
  .why-choose::before {
    display: none;
  }
  .why-choose bdi {
    margin-bottom: 8px;
  }
  .why-choose h2 {
    margin-bottom: 35px;
  }
  .why-choose .why-choose-card {
    row-gap: 30px;
  }
  .why-choose .why-choose-card h5 {
    font-size: 18px;
    line-height: normal;
  }
  .why-choose .why-choose-card p {
    margin-top: 6px;
    line-height: 20px;
  }
  .testimonial-section .testimonial-heading {
    padding-bottom: 20px;
  }
  .testimonial-section .testimonial-slider {
    padding-bottom: 20px;
  }
  .testimonial-section .testimonial-slider .card {
    padding: 20px !important;
    margin: 10px !important;
  }
  .testimonial-section .testimonial-slider .card .card-body {
    padding: 30px 0 47px 0;
  }
  .testimonial-section .testimonial-slider .card .card-footer h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .testimonial-section .testimonial-slider .card .card-footer span {
    font-size: 12px;
    line-height: 18px;
  }
  .home-faq {
    background: transparent;
    padding-bottom: 50px;
  }
  .home-faq bdi {
    margin-bottom: 7px;
    display: block;
  }
  .home-faq h2 {
    margin-bottom: 12px;
  }
  .home-faq h6 {
    font-size: 16px;
    line-height: normal;
    margin-top: 6px;
  }
  .home-faq p {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
  }
  .home-faq .accordion {
    margin-top: 30px;
  }
  .home-faq .accordion .accordion-item h2 {
    margin: 0;
  }
  .home-faq .accordion .accordion-item .accordion-button {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0;
  }
  .home-faq .accordion .accordion-item p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
  }
  .home-blog h2 {
    margin-top: 7px;
    margin-bottom: 12px !important;
  }
  .home-blog .card {
    padding: 10px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .get-in-touch {
    padding-bottom: 25px;
  }
  .footer .get-in-touch h4 {
    font-size: 38px;
    line-height: normal;
  }
  .footer .get-in-touch img {
    width: 27px;
    height: 27px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .main-footer-links {
    padding: 30px 0 0px 0;
  }
  .footer .main-footer-links h4 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .footer .main-footer-links .footer-address {
    padding-top: 15px;
  }
  .footer .main-footer-links .footer-address p {
    line-height: 20px;
  }
  .footer .main-footer-links .footer-address .company-address {
    padding-top: 20px;
  }
  .footer .main-footer-links .footer-address .company-address a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .main-footer-links .footer-address .footer-call {
    margin-top: 12px;
  }
  .footer .main-footer-links .footer-address .footer-mail {
    margin-top: 0px;
  }
  .footer .main-footer-links .footer-address .footer-social-links {
    margin-bottom: 50px;
  }
  .footer .main-footer-links .footer-quick-links h4 {
    font-size: 14px;
    line-height: normal;
  }
  .footer .main-footer-links .footer-quick-links ul {
    margin-top: 12px;
  }
  .footer .main-footer-links .footer-quick-links ul li {
    margin-bottom: 10px;
  }
  .footer .main-footer-links .footer-quick-links ul li:last-of-type {
    margin-bottom: 30px;
  }
  .footer .main-footer-links .footer-quick-links ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .main-footer-links .footer-quick-links .footer-second-row-links {
    margin-top: 0px;
  }
  .footer .footer-last-content p {
    width: 100%;
  }
  .main-banner {
    padding-top: 50px;
  }
  .main-banner h1 {
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .main-banner p {
    line-height: 20px;
  }
  .main-banner .main-banner-img {
    padding-top: 30px;
  }
  .main-banner .main-banner-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-banner .main-banner-trusted {
    margin-top: 16px;
    display: block;
    width: 100%;
  }
  .main-banner .main-banner-trusted p {
    margin-top: 8px;
  }
  .about-description {
    padding-top: 20px !important;
  }
  .about-description p {
    line-height: 20px;
  }
  .about-description .count-area {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .about-description .count-area .count-main-box {
    gap: 25px;
  }
  .about-description .count-area .count-main-box .count-box {
    margin-bottom: 25px;
  }
  .about-description .count-area .count-main-box .count-box h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .about-description .count-area .count-main-box .count-box h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-description .main-description-para p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
  .our-vision-sec {
    overflow: hidden;
  }
  .our-vision-sec h2 {
    width: 80%;
  }
  .our-vision-sec .card {
    padding: 25px;
  }
  .our-vision-sec .card img {
    width: 36px;
    height: 56px;
  }
  .our-vision-sec .card .card-body {
    padding: 0;
  }
  .our-vision-sec .card .card-body h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 6px 0;
  }
  .our-vision-sec .card .card-body ul {
    padding: 0;
  }
  .our-vision-sec .card .card-body ul li {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message {
    padding: 50px 0 0;
  }
  .our-vision-sec .ceo-message .card {
    padding: 30px;
    border-radius: 0px;
  }
  .our-vision-sec .ceo-message .card span {
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message .card h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px !important;
    margin-top: 0;
  }
  .our-vision-sec .ceo-message .card p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail {
    margin-top: 30px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail h6 {
    margin-bottom: 2px !important;
  }
  .our-vision-sec .ceo-message .card .ceo-detail p {
    margin: 0;
  }
  .our-vision-sec .ceo-message .vedio-sec .zoom-animate img {
    height: 100%;
    border-radius: 0px;
  }
  .our-vision-sec .ceo-message .vedio-sec button a svg {
    width: 80px;
    height: 80px;
  }
  .our-team .our-team-heading {
    margin-bottom: 30px;
  }
  .our-team .our-team-heading p {
    margin-bottom: 20px;
  }
  .our-team .our-team-heading h2 {
    margin-top: 8px;
  }
  .our-team .mobile-slide {
    row-gap: 40px;
  }
  .our-team .card {
    border: 0;
    padding: 12px;
  }
  .our-team .card h6 {
    font-size: 16px;
    margin: 15px 0 0px 0;
  }
  .our-team .card p {
    margin-top: 2px;
  }
  .our-team .card span {
    color: #000000;
    font-family: "LibreFranklin-Regular", sans-serif;
    font-size: 14px;
  }
  .blog-section .card .top-card span {
    font-size: 14px;
    padding: 8px;
  }
  .blog-section .card .card-body h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .job-section .job-list:last-of-type {
    margin-bottom: 50px;
  }
  .employee-benifite .employee-card {
    margin-top: 20px !important;
  }
  .employee-benifite .employee-card:first-of-type {
    margin-top: 0;
  }
  .employee-benifite .employee-card .card {
    padding: 50px 20px 50px 20px;
  }
  .employee-benifite .employee-card .card h5 {
    font-size: 20px;
    line-height: normal;
  }
  .employee-benifite .employee-card .card p {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-section .card {
    margin-bottom: 36px;
  }
  .tool-technologies h2 {
    margin-bottom: 12px !important;
  }
  .tool-technologies .tools-card {
    padding: 10px;
  }
  .tool-technologies .tools-card:first-of-type {
    margin-top: 30px;
  }
  .tool-technologies .tools-card h5 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .tool-technologies .tools-card p {
    line-height: 20px;
  }
  .tool-technologies .tools-card li {
    font-size: 14px;
    line-height: 20px;
  }
  .tool-technologies .tools-card .tools-img {
    flex-wrap: wrap;
    gap: 26px;
  }
  .tool-technologies .tools-card .tools-img img {
    width: 66.277px;
    height: 27.35px;
  }
  .manufacturing-info h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .manufacturing-info h3 span {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
  }
  .manufacturing-info p {
    line-height: 20px;
  }
  .manufacturing-info .manufacturing-info-content p:first-of-type {
    font-size: 18px;
    line-height: 26px;
  }
  .faq-section .box {
    padding: 30px;
  }
  .faq-section .accordion h4 {
    color: #C92636;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
  }
  .faq-section .accordion .accordion-item {
    background: transparent;
  }
  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: normal;
  }
  .faq-section .accordion .accordion-item:last-of-type {
    border-bottom: 0;
  }
  .faq-section .accordion .accordion-item .accordion-body {
    padding-top: 0;
    padding-left: 0;
  }
  .faq-section .accordion .accordion-item .accordion-body p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-family: "LibreFranklin-Regular", sans-serif;
  }
	.main-enquiry .enquiry-form {
    padding: 140px 0;
  }
  .main-enquiry .enquiry-form h4 {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
  .main-enquiry .manufacturing-services .work-promise {
    padding-top: 30px;
  }
  .main-enquiry .manufacturing-services .work-promise h4 {
    color: #111;
    font-size: 18px;
  }
  .main-enquiry .manufacturing-services .work-promise p {
    margin-top: 4px;
  }
	.main-manufacturing-page .main-manufacturing h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list {
    margin-top: 30px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card {
    margin: 0px;
    padding: 20px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .zoom-animate {
    border-radius: 15px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body {
    padding: 0px;
    margin-top: 10px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body h5 {
    font-size: 16px;
    line-height: normal;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body p {
    line-height: 20px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body .primary-btn {
    margin-top: 20px;
  }
  .main-manufacturing-page .design-to-delivery ul {
    padding-top: 20px;
  }
  .main-manufacturing-page .design-to-delivery ul li {
    font-size: 14px;
  }
  .main-manufacturing-page .design-to-delivery ul li:last-of-type {
    margin-bottom: 0;
  }
  .main-manufacturing-page .production-infrastructure .production-list {
    border-radius: 20px;
    padding: 30px 20px;
    margin-top: 30px;
    position: relative;
    top: unset;
  }
  .main-manufacturing-page .production-infrastructure .production-list ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .main-manufacturing-page .production-infrastructure .production-list ul li:last-of-type {
    margin-bottom: 0;
  }
  .main-manufacturing-page .production-infrastructure .production-list .primary-btn {
    margin: 20px 0 0 0;
  }
  .main-manufacturing-page .production-infrastructure .production-list .infra-img {
    position: relative;
    top: 30px;
    right: unset;
  }
  .main-manufacturing-page .production-infrastructure .production-list .infra-img img {
    width: 250px;
    height: 350px;
  }
	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .py-100 {
    padding: 60px 0 60px 0;
  }
  bdi {
    font-size: 14px;
    line-height: normal;
  }
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  p {
    font-size: 14px !important;
  }
  .container-width {
    padding: 0 30px;
  }
  .secondry-btn {
    font-size: 14px;
  }
  .main-header .container-width {
    padding: 0;
  }
  .main-header nav ul li a {
    color: #ffffff;
  }
  .main-header nav ul .dropdown .link-nav img {
    filter: brightness(0) invert(1);
  }
  .tab-bar {
    padding-top: 50px !important;
  }
  .tab-bar p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-banner-sec .banner-slider .slide .container {
    top: 56%;
  }
  .home-banner-sec .banner-slider .slide .container p {
    font-size: 14px;
  }
  .home-banner-sec .progressBarContainer {
    right: 6%;
    justify-content: end;
  }
  .home-banner-sec .progressBarContainer .item span img {
    width: 60px;
    height: 40px;
    border-radius: 8px;
  }
  .home-banner-sec .progressBarContainer .banner-bottom-content {
    display: none;
  }
  .home-about bdi {
    margin-bottom: 8px;
  }
  .home-about h5 {
    display: none;
  }
  .home-about h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .home-about p {
    font-size: 14px;
    margin-top: 12px;
  }
  .home-about .count-area {
    padding-top: 30px;
  }
  .home-about .count-area .count-main-box {
    flex-wrap: wrap;
    gap: 25px;
  }
  .home-about .count-area .count-main-box h3 {
    font-size: 30px;
    line-height: normal;
  }
  .home-about .count-area .count-main-box h6 {
    font-size: 14px;
    line-height: normal;
  }
  .home-services .card-link .card {
    border-radius: 15px;
    background: #C92636;
    padding-left: 20px;
  }
  .home-services .card-link .card .card-row {
    padding: 20px 20px 15px 0px;
  }
  .home-services .card-link .card .card-row h5 {
    line-height: normal;
    font-size: 18px;
    color: #ffffff;
  }
  .home-services .card-link .card .card-row p {
    color: #ffffff;
  }
  .home-services .card-link .card .card-row .btn-arw {
    display: none;
  }
  .home-services .card-link .card .card-body {
    overflow: hidden;
  }
  .home-services .card-link .card .card-body .zoom-animate-img {
    border-top-left-radius: 10px;
  }
  .home-services .card-link .card .card-body img {
    width: 100%;
    height: 250px;
  }
  .home-services .card-link:hover .card {
    background: #C92636;
  }
  .home-services .card-link:hover .card h5 {
    color: #ffffff;
  }
  .home-services .card-link:hover .card p {
    color: #ffffff;
  }
  .home-services .card-link:hover .card .btn-arw img {
    visibility: hidden;
  }
  .home-services .card-link:hover .card .btn-arw::after {
    display: block;
    filter: brightness(0) invert(1);
  }
  .home-services .card-link:hover .card .card-body img {
    transform: scale(1.1);
  }
  .home-industries bdi {
    margin-bottom: 8px;
  }
  .home-industries h2 {
    margin-bottom: 12px !important;
  }
  .home-industries .industries-slider {
    margin-top: 30px;
  }
  .home-industries .industries-slider .slick-slide {
    padding: 0 20px;
  }
  .home-industries .industries-slider .slick-prev {
    right: 18%;
  }
  .home-industries .industries-slider .box-image:hover .box-content p {
    max-height: 250px;
    opacity: 1;
  }
  .home-industries .industries-slider .box-image:hover .industry-hover-btn {
    opacity: 1;
  }
  .home-industries .industries-slider .box-image .industry-hover-btn {
    opacity: 1;
  }
  .home-industries .industries-slider .box-image .box-content {
    padding-right: 20px;
  }
  .home-industries .industries-slider .box-image .box-content h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-industries .industries-slider .box-image .box-content p {
    margin-top: 6px;
    opacity: 1;
    max-height: none;
    -webkit-line-clamp: 4;
  }
  .why-choose::before {
    display: none;
  }
  .why-choose bdi {
    margin-bottom: 8px;
  }
  .why-choose h2 {
    margin-bottom: 35px;
  }
  .why-choose .why-choose-card {
    row-gap: 30px;
  }
  .why-choose .why-choose-card h5 {
    font-size: 18px;
    line-height: normal;
  }
  .why-choose .why-choose-card p {
    margin-top: 6px;
    line-height: 20px;
  }
  .testimonial-section .testimonial-heading {
    padding-bottom: 20px;
  }
  .testimonial-section .testimonial-slider {
    padding-bottom: 20px;
  }
  .testimonial-section .testimonial-slider .card {
    padding: 20px !important;
    margin: 10px !important;
  }
  .testimonial-section .testimonial-slider .card .card-body {
    padding: 30px 0 47px 0;
  }
  .testimonial-section .testimonial-slider .card .card-footer h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .testimonial-section .testimonial-slider .card .card-footer span {
    font-size: 12px;
    line-height: 18px;
  }
  .our-partners {
    padding-bottom: 50px;
  }
  .our-partners h6 {
    font-size: 14px;
    line-height: normal;
  }
  .our-partners .trusted-logo {
    padding-top: 24px;
    gap: 10px;
  }
  .our-partners .trusted-logo .marquee-wrapper {
    position: relative;
    overflow: hidden;
  }
  .our-partners .trusted-logo .marquee-wrapper .marquee-content {
    display: flex;
    align-items: center;
  }
  .our-partners .trusted-logo .marquee-wrapper .marquee-content .client-logo-img {
    gap: 18px;
    align-items: center;
  }
  .our-partners .trusted-logo .marquee-wrapper .marquee-content .client-logo-img img {
    width: 100px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .certificate-sec {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .certificate-sec h3 {
    font-size: 75px;
    line-height: 56px;
  }
  .certificate-sec .certificate-images {
    flex-wrap: wrap;
    gap: 23px;
    margin-bottom: 0px !important;
    margin-top: -20px;
  }
  .certificate-sec .certificate-images img {
    width: 10%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-faq {
    background: transparent;
    padding-bottom: 50px;
  }
  .home-faq bdi {
    margin-bottom: 7px;
    display: block;
  }
  .home-faq h2 {
    margin-bottom: 12px;
  }
  .home-faq h6 {
    font-size: 16px;
    line-height: normal;
    margin-top: 6px;
  }
  .home-faq p {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
  }
  .home-faq .accordion {
    margin-top: 30px;
  }
  .home-faq .accordion .accordion-item h2 {
    margin: 0;
  }
  .home-faq .accordion .accordion-item .accordion-button {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0;
  }
  .home-faq .accordion .accordion-item p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
  }
  .home-blog h2 {
    margin-top: 7px;
    margin-bottom: 12px !important;
  }
  .home-blog .card {
    padding: 10px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .get-in-touch {
    padding-bottom: 25px;
  }
  .footer .get-in-touch h4 {
    font-size: 38px;
    line-height: normal;
  }
  .footer .get-in-touch img {
    width: 27px;
    height: 27px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .main-footer-links {
    padding: 30px 0 0px 0;
  }
  .footer .main-footer-links h4 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .footer .main-footer-links .footer-address {
    padding-top: 15px;
  }
  .footer .main-footer-links .footer-address p {
    line-height: 20px;
  }
  .footer .main-footer-links .footer-address .company-address {
    padding-top: 20px;
  }
  .footer .main-footer-links .footer-address .company-address a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .main-footer-links .footer-address .footer-call {
    margin-top: 12px;
  }
  .footer .main-footer-links .footer-address .footer-mail {
    margin-top: 0px;
  }
  .footer .main-footer-links .footer-address .footer-social-links {
    margin-bottom: 50px;
  }
  .footer .main-footer-links .footer-quick-links h4 {
    font-size: 14px;
    line-height: normal;
  }
  .footer .main-footer-links .footer-quick-links ul {
    margin-top: 12px;
  }
  .footer .main-footer-links .footer-quick-links ul li {
    margin-bottom: 10px;
  }
  .footer .main-footer-links .footer-quick-links ul li:last-of-type {
    margin-bottom: 30px;
  }
  .footer .main-footer-links .footer-quick-links ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .main-footer-links .footer-quick-links .footer-second-row-links {
    margin-top: 0px;
  }
  .footer .footer-last-content p {
    width: 100%;
  }
  .main-banner {
    padding-top: 50px;
  }
  .main-banner h1 {
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .main-banner p {
    line-height: 20px;
  }
  .main-banner .main-banner-img {
    padding-top: 30px;
  }
  .main-banner .main-banner-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-banner .main-banner-trusted {
    margin-top: 16px;
    display: block;
    width: 100%;
  }
  .main-banner .main-banner-trusted p {
    margin-top: 8px;
  }
  .about-description {
    padding-top: 20px !important;
  }
  .about-description p {
    line-height: 20px;
  }
  .about-description .count-area {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .about-description .count-area .count-main-box {
    gap: 25px;
  }
  .about-description .count-area .count-main-box .count-box {
    margin-bottom: 25px;
  }
  .about-description .count-area .count-main-box .count-box h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .about-description .count-area .count-main-box .count-box h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-description .main-description-para p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
  .our-vision-sec {
    overflow: hidden;
  }
  .our-vision-sec h2 {
    width: 80%;
  }
  .our-vision-sec .card {
    padding: 25px;
  }
  .our-vision-sec .card img {
    width: 36px;
    height: 56px;
  }
  .our-vision-sec .card .card-body {
    padding: 0;
  }
  .our-vision-sec .card .card-body h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 6px 0;
  }
  .our-vision-sec .card .card-body ul {
    padding: 0;
  }
  .our-vision-sec .card .card-body ul li {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message {
    padding: 50px 0 0;
  }
  .our-vision-sec .ceo-message .card {
    padding: 30px;
    border-radius: 0px;
  }
  .our-vision-sec .ceo-message .card span {
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message .card h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px !important;
    margin-top: 0;
  }
  .our-vision-sec .ceo-message .card p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail {
    margin-top: 30px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail h6 {
    margin-bottom: 2px !important;
  }
  .our-vision-sec .ceo-message .card .ceo-detail p {
    margin: 0;
  }
  .our-vision-sec .ceo-message .vedio-sec .zoom-animate img {
    height: 100%;
    border-radius: 0px;
  }
  .our-vision-sec .ceo-message .vedio-sec button a svg {
    width: 80px;
    height: 80px;
  }
  .our-team .our-team-heading {
    margin-bottom: 30px;
  }
  .our-team .our-team-heading p {
    margin-bottom: 20px;
  }
  .our-team .our-team-heading h2 {
    margin-top: 8px;
  }
  .our-team .mobile-slide {
    row-gap: 40px;
  }
  .our-team .card {
    border: 0;
    padding: 12px;
  }
  .our-team .card h6 {
    font-size: 16px;
    margin: 15px 0 0px 0;
  }
  .our-team .card p {
    margin-top: 2px;
  }
  .our-team .card span {
    color: #000000;
    font-family: "LibreFranklin-Regular", sans-serif;
    font-size: 14px;
  }
  .blog-detail-page .left-side-content {
    display: none;
  }
  .blog-section .card {
    margin-bottom: 36px;
  }
  .job-section .job-list:last-of-type {
    margin-bottom: 50px;
  }
  .employee-benifite .employee-card {
    margin-top: 20px !important;
  }
  .employee-benifite .employee-card:first-of-type {
    margin-top: 0;
  }
  .employee-benifite .employee-card .card {
    padding: 50px 20px 50px 20px;
  }
  .employee-benifite .employee-card .card h5 {
    font-size: 20px;
    line-height: normal;
  }
  .employee-benifite .employee-card .card p {
    font-size: 14px;
    line-height: 20px;
  }
  .form-area {
    padding: 30px 20px;
    border-radius: 15px;
  }
  .form-area h3 {
    font-size: 18px;
    line-height: normal;
  }
  .form-area p {
    line-height: 20px;
  }
  .form-area form {
    margin-top: 30px;
  }
  .form-area form textarea {
    resize: none;
  }
  .form-area form .resume input {
    padding: 50px;
    width: 100%;
  }
  .form-area form .row-gap-20 {
    row-gap: 20px;
  }
  .form-area form label {
    font-size: 14px;
    line-height: 20px;
  }
  .form-area form .form-control {
    padding: 12px;
  }
  .form-area form .form-select {
    padding: 12px;
  }
  .form-area form .form-select::-moz-placeholder {
    font-size: 14px;
  }
  .form-area form .form-select::placeholder {
    font-size: 14px;
  }
  .form-area form input::-moz-placeholder {
    font-size: 14px;
  }
  .form-area form input::placeholder {
    font-size: 14px;
  }
  .form-area form .comment {
    color: #818181;
    font-size: 14px;
    line-height: normal;
    margin-top: 8px;
  }
  .conatct-form {
    padding: 50px 0 36px 0;
  }
  .conatct-form .contact-company {
    padding-top: 30px;
  }
  .conatct-form .contact-company h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .conatct-form .contact-company h5 {
    font-size: 14px;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .conatct-form .contact-company a {
    font-size: 14px;
    line-height: 20px;
  }
  .conatct-form .contact-company .get-direction {
    margin-top: 8px;
    align-items: center;
    font-size: 14px;
  }
  .conatct-form .conatct-mail {
    padding-top: 30px;
  }
  .conatct-form .conatct-mail h5 {
    font-size: 14px;
    line-height: normal;
  }
  .conatct-form .conatct-mail a {
    font-size: 14px;
    line-height: normal;
  }
  .conatct-form .conatct-mail .contact-detail {
    gap: 12px;
    margin-top: 20px;
  }
  .conatct-form .conatct-mail .contact-detail:first-of-type {
    margin-top: 0;
  }
  .conatct-form .form-area {
    margin-top: -40%;
  }
  .form-area {
    padding: 30px 20px;
    border-radius: 15px;
  }
  .form-area h3 {
    font-size: 18px;
    line-height: normal;
  }
  .form-area p {
    line-height: 20px;
  }
  .form-area form {
    margin-top: 30px;
  }
  .form-area form textarea {
    resize: none;
  }
  .form-area form .resume input {
    padding: 50px;
    width: 100%;
  }
  .form-area form .row-gap-20 {
    row-gap: 20px;
  }
  .form-area form label {
    font-size: 14px;
    line-height: 20px;
  }
  .form-area form .form-control {
    padding: 12px;
  }
  .form-area form .form-select {
    padding: 12px;
  }
  .form-area form .form-select::-moz-placeholder {
    font-size: 14px;
  }
  .form-area form .form-select::placeholder {
    font-size: 14px;
  }
  .form-area form input::-moz-placeholder {
    font-size: 14px;
  }
  .form-area form input::placeholder {
    font-size: 14px;
  }
  .form-area form .comment {
    color: #818181;
    font-size: 14px;
    line-height: normal;
    margin-top: 8px;
  }
  .map-sec {
    padding-bottom: 50px;
  }
  .map-sec iframe {
    height: 400px;
  }
  .blog-section .card .top-card span {
    font-size: 14px;
    padding: 8px;
  }
  .blog-section .card .card-body h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .tool-technologies h2 {
    margin-bottom: 12px !important;
  }
  .tool-technologies .tools-card {
    padding: 10px;
  }
  .tool-technologies .tools-card:first-of-type {
    margin-top: 30px;
  }
  .tool-technologies .tools-card h5 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .tool-technologies .tools-card p {
    line-height: 20px;
  }
  .tool-technologies .tools-card li {
    font-size: 14px;
    line-height: 20px;
  }
  .tool-technologies .tools-card .tools-img {
    flex-wrap: wrap;
    gap: 26px;
  }
  .tool-technologies .tools-card .tools-img img {
    width: 66.277px;
    height: 27.35px;
  }
  .manufacturing-info h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .manufacturing-info h3 span {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
  }
  .manufacturing-info p {
    line-height: 20px;
  }
  .manufacturing-info .manufacturing-info-content p:first-of-type {
    font-size: 18px;
    line-height: 26px;
  }
  .faq-section .box {
    padding: 30px;
    margin-top: 0px;
  }
  .faq-section .sticky-side {
    position: unset;
  }
  .faq-section .faq-list {
    display: none;
  }
  .faq-section .faqs {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .faq-section .faqs:last-of-type {
    margin-bottom: 0;
  }
  .faq-section .accordion {
    background: transparent;
    padding: 0px;
  }
  .faq-section .accordion h4 {
    color: #C92636;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
  }
  .faq-section .accordion .accordion-item {
    background: transparent;
  }
  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: normal;
  }
  .faq-section .accordion .accordion-item:last-of-type {
    border-bottom: 0;
  }
  .faq-section .accordion .accordion-item .accordion-body {
    padding-top: 0;
    padding-left: 0;
  }
  .faq-section .accordion .accordion-item .accordion-body p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-family: "LibreFranklin-Regular", sans-serif;
  }
  .main-industries-page .our-partners {
    padding-top: 80px;
  }
  .manufacturing-services .deliver-imgages {
    display: none;
  }
  .policy-page .policy-sticky-side {
    display: none;
  }
	.main-enquiry .enquiry-form {
    padding: 50px 0;
  }
  .main-enquiry .enquiry-form .zoom-animate {
    display: none;
  }
  .main-enquiry .enquiry-form h4 {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
  .main-enquiry .enquiry-form .form-area {
    margin-top: 30px;
    position: unset;
  }
  .main-enquiry .manufacturing-services .work-promise {
    padding-top: 30px;
  }
  .main-enquiry .manufacturing-services .work-promise h4 {
    color: #111;
    font-size: 18px;
  }
  .main-enquiry .manufacturing-services .work-promise p {
    margin-top: 4px;
  }
	.main-manufacturing-page .main-manufacturing h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list {
    margin-top: 30px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card {
    margin: 0 10px;
    padding: 15px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .zoom-animate {
    border-radius: 15px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body {
    padding: 0px;
    margin-top: 10px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body h5 {
    font-size: 16px;
    line-height: normal;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body p {
    line-height: 20px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body .primary-btn {
    margin-top: 20px;
  }
  .main-manufacturing-page .design-to-delivery ul {
    padding-top: 20px;
  }
  .main-manufacturing-page .design-to-delivery ul li {
    font-size: 14px;
  }
  .main-manufacturing-page .design-to-delivery ul li:last-of-type {
    margin-bottom: 0;
  }
  .main-manufacturing-page .design-to-delivery .design-to-delivery-img {
    display: none;
  }
  .main-manufacturing-page .production-infrastructure .production-list {
    border-radius: 20px;
    padding: 30px 20px;
    margin-top: 30px;
    position: relative;
    top: unset;
  }
  .main-manufacturing-page .production-infrastructure .production-list ul {
    display: none;
  }
  .main-manufacturing-page .production-infrastructure .production-list .primary-btn {
    margin: 20px 0 0 0;
  }
  .main-manufacturing-page .production-infrastructure .production-list .infra-img {
    position: relative;
    top: 30px;
    right: unset;
  }
  .main-manufacturing-page .production-infrastructure .production-list .infra-img img {
    width: 205px;
    height: 260px;
  }
	.main-manufacturing h6 span {
    font-size: 22px;
    line-height: 28px;
  }
  .design-development {
    padding-bottom: 50px;
  }
  .design-development .design-development-list {
    row-gap: 20px;
  }
  .design-development .design-development-list .design-development-list-item:nth-child(3n+2) .card {
    margin-top: 0px;
  }
  .design-development .design-development-list .design-development-list-item .card {
    padding: 20px;
  }
  .design-development .design-development-list .design-development-list-item .card img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .design-development .design-development-list .design-development-list-item .card h5 {
    font-size: 20px;
  }
  .design-development .design-development-list .design-development-list-item .card p {
    line-height: 20px;
  }
  .eds-process-flow {
    padding-bottom: 50px;
  }
  .eds-process-flow .card-row {
    border-radius: 0px;
    padding: 40px;
  }
  .eds-process-flow .card-row .zoom-animate {
    border-radius: 0;
  }
  .eds-process-flow .card-row .zoom-animate img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
	
  .nav-up {
    transform: translateY(-100%);
  }
  .nav-down {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .sticky-header .is-fixed {
    background: #C92636;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
.testimonial-section .slick-arrow {
  top: -80px;
  right: 12%;
  left: auto;
  width: 20px;
}
.testimonial-section .slick-arrow::before {
  display: none;
}
.testimonial-section .slick-arrow svg:hover rect {
  fill: #C92636;
}
.testimonial-section .slick-arrow svg:hover path {
  stroke: #ffffff;
}
.testimonial-section .slick-arrow svg:hover path:nth-of-type(1) {
  fill: #ffffff;
  stroke: unset;
}
	.testimonial-section .slick-prev{
		right: 15%;
	}
}
@media only screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
  .sticky-header .hamburger .bar {
    background-color: #ffffff;
  }
	header .is-fixed .hamburger .bar{
		background-color: #ffffff !important;
	}
	.main-header nav ul li a{
		color:#fff !important;
	}
	.main-header nav ul li a:hover{
		color:#fff !important;
	}
	.main-header nav .dropdown{
		width:100%;
	}
	.main-header nav ul li .link-nav img{
		    filter: brightness(0) invert(1);
	}
  header .is-fixed {
    background: #C92636;
    top: 0;
    position: fixed;
    width: 100%;
  }
  .header .is-fixed {
    top: 0;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 14px;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #fff !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-43deg);
    background-color: #fff !important;
    width: 100% !important;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    gap: 0 !important;
    flex-direction: column !important;
    background: #C92636;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    text-align: start;
    z-index: -9;
    padding: 30px 30px 100px 30px;
    justify-content: space-between;
  }
  .nav-menu.active {
    left: 0;
    padding: 110px 30px 30px 30px;
  }
  .nav-active {
    position: fixed;
    width: 100%;
  }
  .main-header .tab-bar {
    display: none;
  }
  .main-header .dropdown:hover .dropdown-menu {
    position: unset;
    transform: none;
    padding-top: 14px;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box {
    border-radius: 0px;
    border: none;
    background: transparent;
    width: 100%;
    padding: 0;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box :before {
    display: none;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box .service-project {
    width: 100%;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a {
    padding: 0px;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a:hover {
    background: transparent;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a h6 {
    color: #ffffff;
    margin-bottom: 14px;
    position: relative;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a h6::before {
    content: "-";
    display: inline-block !important;
    background: transparent;
    border: 0;
    transform: none;
    position: unset;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a h6 svg {
    display: none;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box .service-project ul li a p {
    display: none;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box .service-project img {
    display: none;
  }
  .main-header .dropdown:hover .dropdown-menu .wht-box .zoom-animate {
    display: none;
  }
  .main-header .dropdown:hover .link-nav img {
    transform: rotate(180deg);
  }
  .main-header .dropdown .link-nav {
    justify-content: space-between;
  }
  .main-header .is-fixed .primary-btn {
    padding: 0 !important;
	        background: unset !important;
        border: 0 !important;
        color: #fff !important;
  }
  .main-header .primary-btn::before {
    display: none;
  }
  .main-header .primary-btn .round-white {
    display: none;
  }
.header-footer-social-links .footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.header-footer-social-links .footer-social-links ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.header-footer-social-links .footer-social-links ul li a {
  margin: 0;
}
	.header-footer-social-links .footer-social-links p{
		color:#fff;
	}
	.header-footer-social-links .copyright-content{
		border-top:1px solid #fff;
		margin-top:15px;
		padding-top:15px;
	}
	.header-footer-social-links .copyright-content p a{
		color:#fff;
	}
	.header-footer-social-links .copyright-content p:last-of-type{
		margin-top:10px;
	}
	.header-footer-social-links .copyright-content p{
		color: #FFF;
		font-size: 14px;
		line-height: 20px;
	}
}
@media screen and (max-width: 767px) {
  .py-100 {
    padding: 50px 0 50px 0;
  }
  bdi {
    font-size: 14px;
    line-height: normal;
  }
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  p {
    font-size: 14px !important;
  }
  .container-width {
    padding: 0 30px;
  }
  .secondry-btn {
    font-size: 14px;
  }
  .tab-bar {
    padding-top: 50px !important;
  }
  .tab-bar p {
    font-size: 14px;
    line-height: 20px;
  }
	header .resource-dropdown .dropdown-menu .wht-box .service-project ul{
		    grid-template-columns: repeat(1, 1fr);
	}
  .home-banner-sec .banner-slider .slide .container {
    top: 56%;
  }
  .home-banner-sec .banner-slider .slide .container p {
    font-size: 14px;
  }
  .home-banner-sec .progressBarContainer {
    right: 6%;
    justify-content: end;
  }
  .home-banner-sec .progressBarContainer .item span img {
    width: 60px;
    height: 40px;
    border-radius: 8px;
  }
  .home-banner-sec .progressBarContainer .banner-bottom-content {
    display: none;
  }
  .home-about bdi {
    margin-bottom: 8px;
  }
  .home-about h5 {
    display: none;
  }
  .home-about h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .home-about p {
    font-size: 14px;
    margin-top: 12px;
  }
  .home-about .count-area {
    padding-top: 30px;
  }
  .home-about .count-area .count-main-box {
    flex-wrap: wrap;
    gap: 25px;
  }
  .home-about .count-area .count-main-box h3 {
    font-size: 30px;
    line-height: normal;
  }
  .home-about .count-area .count-main-box h6 {
    font-size: 14px;
    line-height: normal;
  }
  .home-services .card-link .card {
    border-radius: 15px;
    background: #C92636;
    padding-left: 20px;
  }
  .home-services .card-link .card .card-row {
    padding: 20px 20px 15px 0px;
  }
  .home-services .card-link .card .card-row h5 {
    line-height: normal;
    font-size: 18px;
    color: #ffffff;
  }
  .home-services .card-link .card .card-row p {
    color: #ffffff;
  }
  .home-services .card-link .card .card-row .btn-arw {
    display: none;
  }
  .home-services .card-link .card .card-body {
    overflow: hidden;
  }
  .home-services .card-link .card .card-body .zoom-animate-img {
    border-top-left-radius: 10px;
  }
  .home-services .card-link .card .card-body img {
    width: 100%;
    height: 250px;
  }
  .home-services .card-link:hover .card {
    background: #C92636;
  }
  .home-services .card-link:hover .card h5 {
    color: #ffffff;
  }
  .home-services .card-link:hover .card p {
    color: #ffffff;
  }
  .home-services .card-link:hover .card .btn-arw img {
    visibility: hidden;
  }
  .home-services .card-link:hover .card .btn-arw::after {
    display: block;
    filter: brightness(0) invert(1);
  }
  .home-services .card-link:hover .card .card-body img {
    transform: scale(1.1);
  }
  .home-industries bdi {
    margin-bottom: 8px;
  }
  .home-industries h2 {
    margin-bottom: 12px !important;
  }
  .home-industries .industries-slider {
    margin-top: 30px;
  }
  .home-industries .industries-slider .slick-slide {
    padding: 0 20px;
  }
  .home-industries .industries-slider .slick-arrow {
    display: none;
  }
  .home-industries .industries-slider .box-image:hover .box-content p {
    max-height: 250px;
    opacity: 1;
  }
  .home-industries .industries-slider .box-image:hover .industry-hover-btn {
    opacity: 1;
  }
  .home-industries .industries-slider .box-image .industry-hover-btn {
    opacity: 1;
  }
  .home-industries .industries-slider .box-image .box-content {
    padding-right: 20px;
  }
  .home-industries .industries-slider .box-image .box-content h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-industries .industries-slider .box-image .box-content p {
    margin-top: 6px;
    opacity: 1;
    max-height: none;
    -webkit-line-clamp: 4;
  }
  .why-choose::before {
    display: none;
  }
  .why-choose bdi {
    margin-bottom: 8px;
  }
  .why-choose h2 {
    margin-bottom: 35px;
  }
  .why-choose .why-choose-card {
    row-gap: 30px;
  }
  .why-choose .why-choose-card h5 {
    font-size: 18px;
    line-height: normal;
  }
  .why-choose .why-choose-card p {
    margin-top: 6px;
    line-height: 20px;
  }
  .testimonial-section .testimonial-heading {
    padding-bottom: 20px;
  }
  .testimonial-section .testimonial-slider {
    padding-bottom: 20px;
  }
  .testimonial-section .testimonial-slider .card {
    padding: 20px !important;
    margin: 10px !important;
  }
  .testimonial-section .testimonial-slider .card .card-body {
    padding: 30px 0 47px 0;
  }
  .testimonial-section .testimonial-slider .card .card-footer h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .testimonial-section .testimonial-slider .card .card-footer span {
    font-size: 12px;
    line-height: 18px;
  }
  .our-partners {
    padding-bottom: 50px;
  }
	.home-industries .industries-slider .box-image .industries-main-img{
		height:450px
	}
  .our-partners h6 {
    font-size: 14px;
    line-height: normal;
  }
  .our-partners .trusted-logo {
    padding-top: 24px;
    gap: 10px;
  }
  .our-partners .trusted-logo .marquee-wrapper {
    position: relative;
    overflow: hidden;
  }
  .our-partners .trusted-logo .marquee-wrapper .marquee-content {
    display: flex;
    align-items: center;
  }
  .our-partners .trusted-logo .marquee-wrapper .marquee-content .client-logo-img {
    gap: 18px;
    align-items: center;
  }
  .our-partners .trusted-logo .marquee-wrapper .marquee-content .client-logo-img img {
    width: 100px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .certificate-sec {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .certificate-sec h3 {
    font-size: 32px;
    line-height: 56px;
  }
  .certificate-sec .certificate-images {
    flex-wrap: wrap;
    gap: 23px;
    margin-bottom: 0px !important;
    margin-top: -20px;
  }
  .certificate-sec .certificate-images img {
    width: 18%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-faq {
    background: transparent;
    padding-bottom: 50px;
  }
  .home-faq bdi {
    margin-bottom: 7px;
    display: block;
  }
  .home-faq h2 {
    margin-bottom: 12px;
  }
  .home-faq h6 {
    font-size: 16px;
    line-height: normal;
    margin-top: 6px;
  }
  .home-faq p {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
  }
  .home-faq .accordion {
    margin-top: 30px;
  }
  .home-faq .accordion .accordion-item h2 {
    margin: 0;
  }
  .home-faq .accordion .accordion-item .accordion-button {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0;
  }
  .home-faq .accordion .accordion-item p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
  }
  .home-blog h2 {
    margin-top: 7px;
    margin-bottom: 12px !important;
  }
  .home-blog .card {
    padding: 10px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .get-in-touch {
    padding-bottom: 25px;
  }
  .footer .get-in-touch h4 {
    font-size: 38px;
    line-height: normal;
  }
  .footer .get-in-touch img {
    width: 27px;
    height: 27px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer .main-footer-links {
    padding: 30px 0 0px 0;
    border: 0;
  }
  .footer .main-footer-links h4 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .footer .main-footer-links .footer-address {
    padding-top: 15px;
  }
  .footer .main-footer-links .footer-address p {
    line-height: 20px;
  }
  .footer .main-footer-links .footer-address .company-address {
    padding-top: 20px;
  }
  .footer .main-footer-links .footer-address .company-address a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .main-footer-links .footer-address .footer-call {
    margin-top: 12px;
  }
  .footer .main-footer-links .footer-address .footer-mail {
    margin-top: 0px;
  }
  .footer .main-footer-links .footer-address .footer-social-links {
    margin-bottom: 50px;
  }
  .footer .main-footer-links .footer-quick-links h4 {
    font-size: 14px;
    line-height: normal;
  }
  .footer .main-footer-links .footer-quick-links ul {
    margin-top: 12px;
  }
  .footer .main-footer-links .footer-quick-links ul li {
    margin-bottom: 10px;
  }
  .footer .main-footer-links .footer-quick-links ul li:last-of-type {
    margin-bottom: 30px;
  }
  .footer .main-footer-links .footer-quick-links ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .main-footer-links .footer-quick-links .footer-second-row-links {
    margin-top: 0px;
  }
  .footer .copyright-content {
    display: block;
  }
  .footer .footer-last-content {
    padding: 0;
  }
  .footer .footer-last-content p {
    margin-top: 6px;
    width: 100%;
  }
  .footer .footer-last-content p:last-of-type {
    color: #ffffff;
    line-height: 18px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer .footer-last-content p:last-of-type a {
    color: #ffffff;
    font-family: "LibreFranklin-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 18px;
  }
  .main-banner {
    padding-top: 50px;
  }
  .main-banner h1 {
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .main-banner p {
    line-height: 20px;
  }
  .main-banner .main-banner-img {
    padding-top: 30px;
  }
  .main-banner .main-banner-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-banner .main-banner-trusted {
    margin-top: 16px;
    display: block;
    width: 100%;
  }
  .main-banner .main-banner-trusted p {
    margin-top: 8px;
  }
  .about-description {
    padding-top: 20px !important;
  }
  .about-description p {
    line-height: 20px;
  }
  .about-description .count-area {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .about-description .count-area .count-main-box {
    gap: 25px;
  }
  .about-description .count-area .count-main-box .count-box {
    margin-bottom: 25px;
  }
  .about-description .count-area .count-main-box .count-box h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .about-description .count-area .count-main-box .count-box h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-description .main-description-para p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
  .our-vision-sec {
    overflow: hidden;
  }
  .our-vision-sec h2 {
    width: 80%;
  }
  .our-vision-sec .card {
    padding: 25px;
  }
  .our-vision-sec .card img {
    width: 36px;
    height: 56px;
  }
  .our-vision-sec .card .card-body {
    padding: 0;
  }
  .our-vision-sec .card .card-body h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 6px 0;
  }
  .our-vision-sec .card .card-body ul {
    padding: 0;
  }
  .our-vision-sec .card .card-body ul li {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message {
    padding: 50px 0 0;
  }
  .our-vision-sec .ceo-message .card {
    padding: 30px;
    border-radius: 0px;
  }
  .our-vision-sec .ceo-message .card span {
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message .card h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px !important;
    margin-top: 0;
  }
  .our-vision-sec .ceo-message .card p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail {
    margin-top: 30px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail h6 {
    margin-bottom: 2px !important;
  }
  .our-vision-sec .ceo-message .card .ceo-detail p {
    margin: 0;
  }
  .our-vision-sec .ceo-message .vedio-sec .zoom-animate img {
    height: 100%;
    border-radius: 0px;
  }
  .our-vision-sec .ceo-message .vedio-sec button a svg {
    width: 80px;
    height: 80px;
  }
  .our-team .our-team-heading {
    margin-bottom: 30px;
  }
  .our-team .our-team-heading p {
    margin-bottom: 20px;
  }
  .our-team .our-team-heading h2 {
    margin-top: 8px;
  }
  .our-team .mobile-slide {
    row-gap: 40px;
  }
  .our-team .card {
    border: 0;
    padding: 12px;
  }
  .our-team .card h6 {
    font-size: 16px;
    margin: 15px 0 0px 0;
  }
  .our-team .card p {
    margin-top: 2px;
  }
  .our-team .card span {
    color: #000000;
    font-family: "LibreFranklin-Regular", sans-serif;
    font-size: 14px;
  }
  .main-industries-page bdi {
    margin-bottom: 8px;
    display: block;
  }
  .main-industries-page .industries-info ul {
    margin: 15px 0 20px 0;
  }
  .main-industries-page .industries-info ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .main-industries-page .our-partners {
    padding-top: 50px;
  }
  .conatct-form {
    padding: 50px 0 36px 0;
  }
  .conatct-form .contact-company {
    padding-top: 30px;
  }
  .conatct-form .contact-company h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .conatct-form .contact-company h5 {
    font-size: 14px;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 6px;
  }
  .conatct-form .contact-company a {
    font-size: 14px;
    line-height: 20px;
  }
  .conatct-form .contact-company .get-direction {
    margin-top: 8px;
    align-items: center;
    font-size: 14px;
  }
  .conatct-form .conatct-mail {
    padding-top: 30px;
  }
  .conatct-form .conatct-mail h5 {
    font-size: 14px;
    line-height: normal;
  }
  .conatct-form .conatct-mail a {
    font-size: 14px;
    line-height: normal;
  }
  .conatct-form .conatct-mail .contact-detail {
    gap: 12px;
    margin-top: 20px;
  }
  .conatct-form .conatct-mail .contact-detail:first-of-type {
    margin-top: 0;
  }
  .conatct-form .form-area {
    margin-top: -40%;
  }
  .form-area {
    padding: 30px 20px;
    border-radius: 15px;
  }
  .form-area h3 {
    font-size: 18px;
    line-height: normal;
  }
  .form-area p {
    line-height: 20px;
  }
  .form-area form {
    margin-top: 30px;
  }
  .form-area form textarea {
    resize: none;
  }
  .form-area form .resume input {
    padding: 50px;
    width: 100%;
  }
  .form-area form .row-gap-20 {
    row-gap: 20px;
  }
  .form-area form label {
    font-size: 14px;
    line-height: 20px;
  }
  .form-area form .form-control {
    padding: 12px;
  }
  .form-area form .form-select {
    padding: 12px;
  }
  .form-area form .form-select::-moz-placeholder {
    font-size: 14px;
  }
  .form-area form .form-select::placeholder {
    font-size: 14px;
  }
  .form-area form input::-moz-placeholder {
    font-size: 14px;
  }
  .form-area form input::placeholder {
    font-size: 14px;
  }
  .form-area form .comment {
    color: #818181;
    font-size: 14px;
    line-height: normal;
    margin-top: 8px;
  }
  .map-sec {
    padding-bottom: 50px;
  }
  .map-sec iframe {
    height: 400px;
  }
  .job-section .job-list:last-of-type {
    margin-bottom: 50px;
  }
  .employee-benifite .employee-card {
    margin-top: 20px !important;
  }
  .employee-benifite .employee-card:first-of-type {
    margin-top: 0;
  }
  .employee-benifite .employee-card .card {
    padding: 50px 20px 50px 20px;
  }
  .employee-benifite .employee-card .card h5 {
    font-size: 20px;
    line-height: normal;
  }
  .employee-benifite .employee-card .card p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq-section .box {
    padding: 30px;
    margin-top: 0px;
  }
  .faq-section .sticky-side {
    position: unset;
  }
  .faq-section .faq-list {
    display: none;
  }
  .faq-section .faqs {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .faq-section .faqs:last-of-type {
    margin-bottom: 0;
  }
  .faq-section .accordion {
    background: transparent;
    padding: 0px;
  }
  .faq-section .accordion h4 {
    color: #C92636;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
  }
  .faq-section .accordion .accordion-item {
    background: transparent;
  }
  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: normal;
  }
  .faq-section .accordion .accordion-item:last-of-type {
    border-bottom: 0;
  }
  .faq-section .accordion .accordion-item .accordion-body {
    padding-top: 0;
    padding-left: 0;
  }
  .faq-section .accordion .accordion-item .accordion-body p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-family: "LibreFranklin-Regular", sans-serif;
  }
  .blog-section .blog-filter-option {
    padding-bottom: 40px;
  }
  .blog-section .blog-filter-option form {
    margin-top: 20px;
  }
  .blog-section .card {
    background: transparent;
    border: 0;
    margin-bottom: 30px;
  }
  .blog-section .card .top-card span {
    font-size: 14px;
    padding: 6px 8px;
  }
  .blog-section .card .top-card svg {
    width: 50px;
    height: 50px;
  }
  .blog-section .card .card-body {
    padding: 15px 0 0 0;
  }
  .blog-section .card .card-body bdo {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-section .card .card-body h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .error-page {
    padding: 100px 0 175px 0;
  }
  .error-page h2 {
    margin-top: 20px;
  }
  .error-page p {
    margin-bottom: 20px;
  }
  .blog-detail-page span {
    font-size: 14px;
  }
  .blog-detail-page h3 {
    padding: 8px 0 6px 0;
    font-size: 18px;
    line-height: 26px;
  }
  .blog-detail-page bdo {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-detail-page .main-detail-img {
    margin: 20px 0 30px 0;
  }
  .blog-detail-page .main-detail-img .zoom-animate {
    border-radius: 0;
  }
  .blog-detail-page .main-detail-img .zoom-animate img {
    border-radius: 0;
  }
  .blog-detail-page .main-detail-img span {
    padding: 8px;
  }
  .blog-detail-page h4 {
    font-size: 18px;
    margin: 30px 0 10px 0;
  }
  .blog-detail-page .left-side-content {
    display: none;
  }
  .tool-technologies h2 {
    margin-bottom: 12px !important;
  }
  .tool-technologies .tools-card {
    padding: 10px;
	  border-radius:10px;
  }
  .tool-technologies .tools-card:first-of-type {
    margin-top: 30px;
  }
  .tool-technologies .tools-card h5 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .tool-technologies .tools-card p {
    line-height: 20px;
  }
  .tool-technologies .tools-card li {
    font-size: 14px;
    line-height: 20px;
  }
  .tool-technologies .tools-card .tools-img {
    flex-wrap: wrap;
    gap: 26px;
  }
  .tool-technologies .tools-card .tools-img img {
    width: 66.277px;
    height: 27.35px;
  }
  .manufacturing-info h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .manufacturing-info h3 span {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
  }
  .manufacturing-info p {
    line-height: 20px !important;
  }
  .manufacturing-info .manufacturing-info-content p:first-of-type {
    font-size: 18px;
    line-height: 26px;
  }
  .manufacturing-services ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .manufacturing-services .deliver-imgages {
    display: none;
  }
  .policy-page span {
    font-size: 14px;
    line-height: 20px;
  }
  .policy-page .policy-content {
    margin-top: 30px;
  }
  .policy-page .policy-content h4 {
    font-size: 18px;
    line-height: normal;
  }
  .policy-page .policy-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .policy-page .policy-content p:last-of-type {
    margin: 0;
  }
  .policy-page .policy-content li {
    font-size: 14px;
    line-height: 20px;
  }
  .policy-page .policy-side-content {
    display: none;
  }
	 .main-enquiry .enquiry-form {
    padding: 50px 0;
  }
  .main-enquiry .enquiry-form .zoom-animate {
    display: none;
  }
  .main-enquiry .enquiry-form h4 {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
  .main-enquiry .enquiry-form .form-area {
    margin-top: 30px;
    position: unset;
  }
  .main-enquiry .manufacturing-services .work-promise {
    padding-top: 30px;
  }
  .main-enquiry .manufacturing-services .work-promise h4 {
    color: #111;
    font-size: 18px;
  }
  .main-enquiry .manufacturing-services .work-promise p {
    margin-top: 4px;
  }
	
  .main-manufacturing-page .main-manufacturing h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list {
    margin-top: 30px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card {
    margin: 0 10px;
    padding: 15px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .zoom-animate {
    border-radius: 15px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body {
    padding: 0px;
    margin-top: 10px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body h5 {
    font-size: 16px;
    line-height: normal;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body p {
    line-height: 20px;
  }
  .main-manufacturing-page .manufacturing-sub-services .manufacturing-services-list .card .card-body .primary-btn {
    margin-top: 20px;
  }
  .main-manufacturing-page .design-to-delivery ul {
    padding-top: 20px;
  }
  .main-manufacturing-page .design-to-delivery ul li {
    font-size: 14px;
  }
  .main-manufacturing-page .design-to-delivery ul li:last-of-type {
    margin-bottom: 0;
  }
  .main-manufacturing-page .design-to-delivery .design-to-delivery-img {
    display: none;
  }
  .main-manufacturing-page .production-infrastructure .production-list {
    border-radius: 20px;
    padding: 30px 20px;
    margin-top: 30px;
    position: relative;
    top: unset;
  }
  .main-manufacturing-page .production-infrastructure .production-list ul li{
    font-size:14px;
  }
  .main-manufacturing-page .production-infrastructure .production-list .primary-btn {
    margin: 20px 0 0 0;
  }
  .main-manufacturing-page .production-infrastructure .production-list .infra-img {
    position: relative;
    top: 30px;
    right: unset;
    text-align: center !important;
    padding-bottom: 20px;
  }
  .main-manufacturing-page .production-infrastructure .production-list .infra-img img {
    width: 155px;
    height: 260px;
  }
	.main-manufacturing h6 span {
    font-size: 22px;
    line-height: 28px;
  }
  .design-development {
    padding-bottom: 50px;
  }
  .design-development .design-development-list {
    row-gap: 20px;
  }
  .design-development .design-development-list .design-development-list-item:nth-child(3n+2) .card {
    margin-top: 0px;
  }
  .design-development .design-development-list .design-development-list-item .card {
    padding: 20px;
  }
  .design-development .design-development-list .design-development-list-item .card img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .design-development .design-development-list .design-development-list-item .card h5 {
    font-size: 20px;
  }
  .design-development .design-development-list .design-development-list-item .card p {
    line-height: 20px;
  }
  .eds-process-flow {
    padding-bottom: 50px;
  }
  .eds-process-flow .card-row {
    border-radius: 0px;
    padding: 0px 0 20px 0;
  }
  .eds-process-flow .card-row .zoom-animate {
    border-radius: 0;
  }
  .eds-process-flow .card-row .zoom-animate img {
    width: 100%;
  }
  .eds-process-flow .mobile-card-row {
    padding: 30px;
  }
	header .logo{
		width:100px;
	}
	.design-development h2{
		margin-bottom:10px;
	}
	.main-contact-page .our-partners{
		padding-top:50px;
	}
}/*# sourceMappingURL=style.css.map */