@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
:root {
  --primary-color: #030028;
  --secondary-color: #0e358d;
  --text-color: #333333;
  --gray-text-color: #adabaa;
  --sky-blue-color: #5681bc;
}

ul, li, ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

body {
  font-family: "Didact Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: var(--text-color);
  background: #fefbef;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
}

.seprate_section {
  background: #030028;
  font-size: 40px;
  color: #fff;
  padding: 20px;
}

header {
  padding: 15px;
  background: rgba(11, 31, 80, 0.7176470588);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
header .cs-logo img {
  height: 45px;
}
header .top-search-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .top-search-social .cs-search {
  display: flex;
  align-items: center;
}
header .top-search-social .cs-search input {
  min-width: 300px;
  height: 45px;
  padding-left: 15px;
  border-radius: 30px 0px 0px 30px;
  border: 0px;
  outline: none;
}
header .top-search-social .cs-search button {
  height: 45px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d4ed8;
  border-radius: 0px 30px 30px 0px;
  border: 0px;
  outline: none;
}
header .top-search-social .cs-search button i {
  color: #fff;
}
header .top-search-social .social-icons {
  display: flex;
}
header .top-search-social .social-icons a {
  display: flex;
  margin-left: 15px;
}
header .top-search-social .social-icons a img {
  height: 30px;
  border-radius: 6px;
}
header nav.navbar {
  background: transparent !important;
  margin-top: 20px;
}
header nav.navbar .collapse .navbar-nav {
  width: 100%;
}
header nav.navbar .collapse .navbar-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
header nav.navbar .collapse .navbar-nav ul li a {
  padding: 0px 30px;
  color: #fff;
  font-size: 18px;
}
header nav.navbar .collapse .navbar-nav ul li a.active {
  color: #fff;
}
header nav.navbar .collapse .navbar-nav ul li .dropdown-menu {
  max-width: 250px;
  flex-direction: column;
  align-items: flex-start;
  display: none;
}
header nav.navbar .collapse .navbar-nav ul li .dropdown-menu li {
  width: 100%;
}
header nav.navbar .collapse .navbar-nav ul li .dropdown-menu li a {
  color: var(--text-color);
  display: block;
  padding: 10px 20px;
}
header nav.navbar .collapse .navbar-nav ul li:hover .dropdown-menu {
  display: flex;
}

.hero-video {
  height: 95vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgb(28, 41, 71);
}
.hero-video video {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: overlay;
}
.hero-video .tq_better {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: large;
  justify-content: center;
}


.cs-content p {
  font-size: 16px;
}
.cs-content p.font-14 {
  font-size: 14px;
}
.cs-content h2 {
  font-family: "Fira Sans Condensed", serif;
  font-size: 24px;
  color: #5681bc;
  font-weight: 900;
}
.cs-content .cs-button a {
  background: #5681bc;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  padding-left: 20px;
  letter-spacing: 1px;
}
.cs-content .cs-button a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-left: solid 1px #fff;
  margin-left: 20px;  
  font-size: 30px;
}

.cs-heading h1 {
  font-family: "Fira Sans Condensed", serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 56px;
}
.cs-heading h2 {
  font-family: "Fira Sans Condensed", serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
}

.tq-about {
  padding: 100px 0px;
}
.tq-about .cs-img img {
  width: 100%;
}

.tq-porducts {
  padding: 30px 0px 100px;
}
.tq-porducts .col-sm-12 {
  padding: 0px;
}
.tq-porducts .cs-heading {
  margin-bottom: 40px;
}
.tq-porducts .carousel .carousel-indicators {
  position: relative;
  justify-content: space-around;
  margin: 0px;
  align-items: center;
  margin-top: -90px;
}
.tq-porducts .carousel .carousel-indicators button {
  width: 200px;
  height: 200px;
  background: transparent;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tq-porducts .carousel .carousel-indicators button img {
  height: 150px;
}
.tq-porducts .carousel .carousel-indicators button.active {
  width: 300px;
  height: 300px;
}
.tq-porducts .carousel .carousel-indicators button.active img {
  height: 300px;
}
.tq-porducts .cs-content {
  padding-top: 60px;
}

.tq-presence {
  background: url("../images/globe_home.png") center no-repeat;
  padding: 80px 0px 30px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.tq-presence .cs-heading {
  margin-bottom: 30px;
}
.tq-presence .cs-heading h1 {
  color: #fff;
  font-size: 7em;
}
.tq-presence .cs-content p {
  color: #fff;
}
.tq-presence:after {
  content: "";
  background: rgba(14, 53, 141, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.tq-history {
  padding: 100px 0px;
}
.tq-history .ing-wrap img {
  width: 100%;
}
.tq-history .cs-heading {
  margin-bottom: 50px;
}
.tq-history .cs-content .cs-year-list {
  margin-bottom: 20px;
}
.tq-history .cs-content .cs-year-list p {
  margin-top: 10px;
}

.tq-team {
  padding-bottom: 100px;
}
.tq-team .cs-figure {
  position: relative;
}
.tq-team .cs-figure h2 {
  text-align: center;
  font-size: 16px;
  color: var(--gray-text-color);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.tq-team .cs-figure .img-wrap {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.tq-team .cs-figure .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tq-team .cs-figure a {
  background: #0e358d;
  color: #fff;
  font-size: 18px;
  display: none;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  bottom: -20px;
}
.tq-team .cs-figure:hover a {
  display: flex;
}

footer {
  background: var(--primary-color);
  padding: 70px 0px;
  padding-bottom: 0;
}
footer .cs-logo img {
  height: 50px;
}
footer .cs-content p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .cs-content a {
  color: #fff;
}
footer .cs-content .cs-socials {
  display: flex;
  margin-top: 20px;
}
footer .cs-content .cs-socials a {
  display: flex;
  margin-right: 15px;
}
footer .cs-content .cs-socials a img {
  height: 30px;
  border-radius: 6px;
}
footer .footer-menu h2 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
footer .footer-menu ul li a {
  color: #fff;
  padding: 10px 0px;
  display: flex;
}
footer .copyright {
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top: solid 2px #fff;
  display: inline-block;
  padding: 20px;
  margin-top: 20px;
}

.inner_hero_section {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.inner_hero_section .col-sm-12 {
  padding: 0px;
}
.inner_hero_section .hero_img_wrap {
  position: relative;
  background: rgb(28, 41, 71);
}
.inner_hero_section .hero_img_wrap img {
  width: 100%;
  mix-blend-mode: overlay;
}
.inner_hero_section .hero_heading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_hero_section .hero_heading h1 {
  color: #fff;
  font-size: 56px;
  letter-spacing: 1px;
}

.company_profile {
  padding: 100px 0px;
}
.company_profile .container {
  background: url("../images/The-group_CompanyProfile.png") center no-repeat;
  padding: 50px;
  background-size: cover;
}
.company_profile .container .col-sm-5 .cs-heading {
  border-bottom: solid 5px #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.company_profile .container .col-sm-5 .cs-heading h1 {
  color: #fff;
}
.company_profile .container .col-sm-5 .cs-content p {
  color: #fff;
}

.tq-qualti_box .bln {
  font-size: 0px;
}
.tq-qualti_box .cs_figure .cs-heading {
  margin-bottom: 20px;
}
.tq-qualti_box .cs_figure .img_thumb_2,
.tq-qualti_box .cs_figure .img_thumb_1 {
  background: url("../images/About_Quality.jpeg") center no-repeat;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.tq-qualti_box .cs_figure .img_thumb_2 .cs-content,
.tq-qualti_box .cs_figure .img_thumb_1 .cs-content {
  padding: 20px;
  background: linear-gradient(transparent 0%, #000 100%);
}
.tq-qualti_box .cs_figure .img_thumb_2 .cs-content p,
.tq-qualti_box .cs_figure .img_thumb_1 .cs-content p {
  text-align: center;
  color: #fff;
}
.tq-qualti_box .cs_figure .img_thumb_2 {
  background: url("../images/About_Environment.jpeg") center no-repeat;
  background-size: cover;
}

.tq_value {
  padding: 100px 0px;
  padding-bottom: 0;
}
.tq_value .cs-heading {
  text-align: center;
  margin-bottom: 30px;
}
.tq_value .cs_figure {
  text-align: center;
  margin-bottom: 30px;
}
.tq_value .cs_figure .vl_icon img {
  height: 120px;
  margin-bottom: 20px;
}
.tq_value .cs_figure .cs-content h3 {
  text-align: center;
  font-size: 16px;
  color: var(--gray-text-color);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 30px;
}
.tq_value .cs_figure .cs-content p {
  opacity: 0;
  color: var(--gray-text-color);
}
.tq_value .cs_figure:hover .vl_icon img {
  height: 120px;
  margin-bottom: 20px;
}
.tq_value .cs_figure:hover .cs-content h3 {
  font-family: "Fira Sans Condensed", serif;
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 900;
}
.tq_value .cs_figure:hover .cs-content p {
  opacity: 1;
}

.cs_mission_vission {
  padding: 100px 0px;
  padding-top: 0;
}
.cs_mission_vission .cs-img img {
  width: 100%;
}
.cs_mission_vission .cs-heading {
  margin-bottom: 20px;
}

.teq_leadership .row {
  margin-top: 100px;
}
.teq_leadership .row:nth-child(odd) .leader_info {
  padding-right: 50px;
}
.teq_leadership .row:nth-child(even) .leader_info {
  padding-left: 50px;
}
.teq_leadership .leader_profile img {
  width: 100%;
}
.teq_leadership .leader_info h1, .teq_leadership .leader_info h2 {
  font-family: "Fira Sans Condensed", serif;
  font-size: 3.75rem;
  font-weight: 400;
  color: rgb(67, 68, 80);
}
.teq_leadership .leader_info h2 {
  font-size: 1.875rem;
  margin-top: 10px;
}
.teq_leadership .leader_info h3 {
  color: rgb(193, 181, 155);
  font-size: 1.875rem;
  margin-top: 40px;
  font-weight: 600;
}
.teq_leadership .leader_info .cs-content {
  margin-top: 30px;
  border-top: solid 5px rgb(86, 129, 188);
  padding-top: 20px;
}
.inner_top_left_head {
  padding: 70px 0px;
  position: relative;
}
.inner_top_left_head .cs-heading {
  display: flex;
  justify-content: flex-end;
  border-right: solid;
  padding-right: 50px;
}
.inner_top_left_head .cs-heading h2 {
  text-align: center;
}

.media_wrapper .media_item {
  margin-bottom: 50px;
}
.media_wrapper .media_item .media_thumb {
  position: relative;
  background: linear-gradient(#88b9ff 0%, #0038ff 100%);
  padding: 10px;
}
.media_wrapper .media_item .media_thumb .media_icon {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.media_wrapper .media_item .media_thumb .media_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media_wrapper .media_item .media_thumb .cs_web_link {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #434450;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.media_wrapper .media_item .media_thumb .cs_web_link p {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}
.media_wrapper .media_item .media_thumb .cs_web_link a {
  background: #6c8ade;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px 10px;
}
.media_wrapper .media_item .media_info {
  background: #434450;
  margin-top: 15px;
  padding: 15px;
}
.media_wrapper .media_item .media_info p {
  text-align: center;
  color: #fff;
}
.media_wrapper .media_item .media_info p:nth-child(2) {
  margin-top: 10px;
}
.media_wrapper .media_item:hover .media_thumb {
  background: #434450;
}
.media_wrapper .media_item:hover .media_thumb .cs_web_link {
  display: flex;
}
.media_wrapper .media_item:hover .media_info {
  background: linear-gradient(#88b9ff 0%, #0038ff 100%);
}

.cs_tab-select .nav-tabs {
  border: 0px;
  padding: 50px;
  justify-content: center;
}
.cs_tab-select .nav-tabs .nav-item {
  border-right: solid 1px var(--gray-text-color);
}
.cs_tab-select .nav-tabs .nav-item button {
  font-size: 20px;
  color: var(--text-color);
  background: transparent;
  border: 0px;
  padding: 5px 20px;
}
.cs_tab-select .nav-tabs .nav-item button.active {
  font-weight: 600;
  color: rgb(86, 129, 188);
}
.cs_tab-select .nav-tabs .nav-item:last-child {
  border-right: 0px;
}
.cs_tab-select .tab-content {
  position: relative;
}
.cs_tab-select .tab-content .tab-pane .cs_select {
  position: absolute;
  top: -117px;
  right: 100px;
}
.cs_tab-select .tab-content .tab-pane .cs_select select {
  width: 250px;
  border: solid 1px var(--sky-blue-color);
  font-size: 20px;
  padding: 10px 5px;
  background: transparent;
}
.cs_tab-select .tab-content .slide {
  margin-bottom: 100px;
}
.cs_tab-select .tab-content .slide .cs-heading {
  margin-bottom: 40px;
}
.cs_tab-select .tab-content .slide .carousel-inner .carousel-item .cs_event-slider {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cs_tab-select .tab-content .slide .carousel-inner .carousel-item .cs_event-slider .img_thumb {
  width: 250px;
  height: 370px;
  overflow: hidden;
}
.cs_tab-select .tab-content .slide .carousel-inner .carousel-item .cs_event-slider .img_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_tab-select .tab-content .slide .carousel-control-next {
  margin-right: -30px;
}
.cs_tab-select .tab-content .slide .carousel-control-prev {
  margin-left: -30px;
}
.cs_tab-select .tab-content .slide .carousel-control-next,
.cs_tab-select .tab-content .slide .carousel-control-prev {
  opacity: 1;
  background: #fefbef;
  width: 90px;
  padding-top: 60px;
}
.cs_tab-select .tab-content .slide .carousel-control-next img,
.cs_tab-select .tab-content .slide .carousel-control-prev img {
  height: 50px;
}

.tq_contacts {
  padding-top: 50px;
}
.tq_contacts .cs_contactinfo .cs_figure {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.tq_contacts .cs_contactinfo .cs_figure .cs_icon {
  min-width: 64px;
  height: 64px;
  border-radius: 100px;
  border: solid 5px var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
}
.tq_contacts .cs_contactinfo .cs_figure .cs_icon i {
  font-size: 40px;
  color: var(--secondary-color);
}
.tq_contacts .cs_contactinfo .cs_figure .cs_detail h1 {
  font-size: 36px;
}
.tq_contacts .cs_contactinfo .cs_figure .cs_detail p {
  font-size: 16px;
  margin-top: 10px;
}
.tq_contacts .cs_form {
  box-shadow: 0px 0px 20px 0px #c4bfac;
  border-radius: 20px;
  padding: 30px;
}
.tq_contacts .cs_form .cs-heading h2 {
  color: var(--sky-blue-color);
  text-align: center;
}
.tq_contacts .cs_form .cs_field {
  margin-top: 30px;
}
.tq_contacts .cs_form .cs_field label {
  color: var(--sky-blue-color);
  font-weight: 500;
  margin-bottom: 5px;
}
.tq_contacts .cs_form .cs_field textarea,
.tq_contacts .cs_form .cs_field select,
.tq_contacts .cs_form .cs_field input {
  width: 100%;
  border-radius: 10px;
  height: 40px;
  border: 0px;
  border-bottom: solid 1px var(--sky-blue-color);
}
.tq_contacts .cs_form .cs_field textarea {
  height: 120px;
}
.tq_contacts .cs_form .cs_field input[type=submit] {
  background: var(--secondary-color);
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
}

.left-cycle {
  background: var(--secondary-color);
  width: 220px;
  height: 220px;
  border-radius: 100%;
  position: absolute;
  margin: -60px 0px 0px -130px;
}
.left-cycle:after {
  content: "";
  position: absolute;
  background: url("../images/blur_circle.png") center no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 1;
  top: 0px;
  right: 0px;
  background-size: cover;
}

.media_viedo_wrapper .video_item {
  margin-bottom: 50px;
}
.media_viedo_wrapper .video_item .video_thumb {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  line-height: 0px;
}
.media_viedo_wrapper .video_item .video_thumb iframe {
  width: 100%;
}
.media_viedo_wrapper .video_item .cs-content {
  margin-top: 10px;
}
.media_viedo_wrapper .video_item .cs-content p {
  text-align: center;
}

.cs_download_br {
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin: auto;
  margin-top: 50px;
  outline: none;
  border: 0px;
  padding: 15px 30px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}
.cs_download_br img {
  margin-left: 15px;
}

.produc_wrapper {
  padding-bottom: 100px;
}
.produc_wrapper .cs-heading {
  margin-bottom: 20px;
}
.produc_wrapper .cs-heading:after {
  content: "";
  position: absolute;
  height: 4px;
  background: var(--secondary-color);
  width: 35%;
  left: 0px;
}
.produc_wrapper .cs-heading h1 {
  font-weight: 400;
}
.produc_wrapper .category_list {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.produc_wrapper .category_list ul li {
  padding: 3px;
  position: relative;
}
.produc_wrapper .category_list ul li a {
  font-size: 1.5rem;
  color: rgb(112, 112, 112);
  font-weight: 600;
}
.produc_wrapper .category_list ul li a.active {
  color: var(--secondary-color);
}
.produc_wrapper .category_list ul li a.active:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/arrow.png") center no-repeat;
  background-size: contain;
  right: 30px;
  top: 13px;
}
.produc_wrapper .cs_products {
  margin-top: 70px;
}
.produc_wrapper .cs_products .product_item {
  box-shadow: 0px 0px 20px 0px #c4bfac;
  height: 300px;
  margin-bottom: 30px;
}
.produc_wrapper .cs_products .product_item .product_icon {
  height: 200px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produc_wrapper .cs_products .product_item .product_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.produc_wrapper .cs_products .product_item .product_info {
  text-align: center;
  padding: 10px;
  padding-top: 0;
}
.produc_wrapper .cs_products .product_item .product_info p {
  font-size: 1rem;
  color: rgb(112, 112, 112);
  font-weight: 600;
  text-transform: uppercase;
}
.produc_wrapper .cs_products .product_item .product_info a {
  margin-top: 20px;
  background: #6c8ade;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 10px;
}
.produc_wrapper .cs_products .product_item .cs_hover {
  display: none;
}

.product_detail {
  padding-top: 200px;
  padding-bottom: 100px;
}
.product_detail .product_img img {
  width: 100%;
}
.product_detail .product_info h1 {
  color: rgb(67, 68, 80);
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.product_detail .product_info .inner_detail {
  font-size: 16px;
}
.product_detail .product_info .inner_detail strong {
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 20px;
  text-transform: uppercase;
}/*# sourceMappingURL=stylesheet.css.map */




.manufacturing_detail,
.company_profile {
  padding: 100px 0px;
}
.manufacturing_detail .container,
.company_profile .container {
  background: url("../images/The-group_CompanyProfile.png") center no-repeat;
  padding: 50px;
  background-size: cover;
}
.manufacturing_detail .container .col-sm-5 .cs-heading,
.company_profile .container .col-sm-5 .cs-heading {
  border-bottom: solid 5px #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.manufacturing_detail .container .col-sm-5 .cs-heading h1,
.company_profile .container .col-sm-5 .cs-heading h1 {
  color: #fff;
}
.manufacturing_detail .container .col-sm-5 .cs-content p,
.company_profile .container .col-sm-5 .cs-content p {
  color: #fff;
}

.manufacturing_count {
  background: url("../images/manufacturing_count.jpg") center no-repeat;
  padding: 100px 0px;
  margin-bottom: 100px;
  background-attachment: fixed;
  background-size: cover;
}
.manufacturing_count .cs_figure {
  border-radius: 10px;
  background: #fff;
  padding: 100px 30px 30px;
  margin-top: 50px;
}
.manufacturing_count .cs_figure .cs_icon {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
}
.manufacturing_count .cs_figure .cs_icon i {
  color: #fff;
  font-size: 30px;
}
.manufacturing_count .cs_figure .count_info h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.manufacturing_slider .nav-tabs {
  border: 0px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.manufacturing_slider .nav-tabs li {
  padding-right: 20px;
}
.manufacturing_slider .nav-tabs li button {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  background: #fff !important;
  padding: 10px 20px;
  border: solid 1px var(--gray-text-color) !important;
  border-radius: 40px;
  line-height: 30px;
  color: var(--primary-color);
}
.manufacturing_slider .nav-tabs li button.active {
  background: var(--sky-blue-color) !important;
  color: #fff;
  border: 0px !important;
}
.manufacturing_slider .tab-content .tab-pane {
  padding: 0px !important;
}
.manufacturing_slider .carousel .carousel-item .slider_wrap {
  border: solid 1px var(--gray-text-color);
  border-radius: 15px;
  padding: 20px;
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_img {
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_info .cs-heading {
  margin-top: 20px;
  margin-bottom: 20px;
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_info .cs-heading h2 {
  font-size: 22px;
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_info .cs_location {
  font-weight: 600;
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_info .cs-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_info .pc_info {
  border-top: solid 1px var(--gray-text-color);
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_info .pc_info .cs_figure {
  width: 50%;
  border-right: solid 1px var(--gray-text-color);
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_info .pc_info .cs_figure p {
  font-size: 14px;
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_info .pc_info .cs_figure p:nth-child(1) {
  color: var(--secondary-color);
}
.manufacturing_slider .carousel .carousel-item .slider_wrap .cs_info .pc_info .cs_figure:last-child {
  border-right: 0px;
  padding-left: 20px;
}
.manufacturing_slider .carousel .carousel-control-next {
  margin-right: -100px;
}
.manufacturing_slider .carousel .carousel-control-prev {
  margin-left: -100px;
}
.manufacturing_slider .carousel .carousel-control-next,
.manufacturing_slider .carousel .carousel-control-prev {
  opacity: 1;
  background: #fefbef;
  width: 90px;
  padding-top: 60px;
}
.manufacturing_slider .carousel .carousel-control-next img,
.manufacturing_slider .carousel .carousel-control-prev img {
  height: 50px;
}