#title_name_industreum_full_name {
  font-size: 42px !important;
  font-weight: BOLD;
  margin-top: 70px !important;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.company_logo {
  top: 0;
  left: 0;
  position: sticky;
  z-index: 3;
  background-color: powderblue;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0;
}

.header {
  position: sticky;
  height: 50px;
  z-index: 3;
  top: 133px;
  left: 0;
  padding: 0 0;
  /* background: #262626; */
  background-color: #0b80a0;
  width: 100%;
  box-sizing: border-box;
}

.header nav {
  float: right;
  padding-right: 50px;
}
.header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  background-color: #0b80a0;
}
.header nav ul li {
  list-style: none;
}
.header nav ul li a {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  display: block;
}

.header nav ul li a:hover,
.header nav ul li a.active {
  color: #fff;
  background: #2196f3;
}
.menu-toggle {
  color: #fff;
  float: right;
  line-height: 50px;
  cursor: pointer;
  display: none;
}
#menu_button_image {
  width: 40px;
  height: 30px;
}

@media (max-width: 991px) {
  .top_margin_on_all_pages_except_homepage {
    margin-top: 180px;
  }
  .contact_us_form_heading {
    font-size: 32px !important;
  }
  .home_company_title {
    padding-top: 0vh !important;
  }
  .dropdown-menu {
    margin: -9px 0px 0px 20px !important;
  }
  #our_divison_main_div {
    margin-top: 50px;
  }
  .job_title {
    margin-top: 0vh !important;
    margin-bottom: 5vh !important;
    position: relative;
    padding-top: 10vh;
    color: black;
  }
  /* specific news title margin */
  .news_specific_top_margin {
    padding-top: 15vh;
    padding-bottom: 0vh;
  }
  #background_shade_about_us_page {
    margin-top: 50px !important;
  }
  .our_mission_about_us_page {
    margin-top: 15px !important;
    font-size: 16px !important;
  }
  .our_mission_about_us_page_key_division {
    font-size: 16px !important;
  }
  /* bootstrap slider top margin */
  #bootstrap_banner_slider {
    margin-top: 183px !important;
  }
  /* about us top margin image */
  #about_us_page_image_top_margin {
    margin-top: 50px !important;
  }
  #our_services_image {
    margin-top: 50px;
  }
  /* contact us margin issue */
  .background_shade_contact_form {
    margin-top: 0px !important;
  }
  /* news page */
  #specific_new_description {
    font-size: 18px !important;
    letter-spacing: 1px !important;
  }
  #news_page_title {
    font-size: 52px !important;
  }
  #no_news_news_page {
    font-size: 38px !important;
  }
  /* job details  */
  .job_title_name_industreum {
    font-size: 38px !important;
  }
  .job_all_headings {
    font-size: 20px !important;
  }
  .job_all_headings_description {
    font-size: 17px !important;
  }
  /* career page job listing heading */
  .job_listing_title {
    font-size: 26px !important;
  }
  /* our product title heading */
  .product_title_heading {
    font-size: 42px !important;
  }
  /* home page our values */
  .our_values h1 {
    font-size: 42px !important;
  }
  .our_values p {
    font-size: 20px !important;
  }
  /* our services page */
  #our_services_list {
    font-size: 18px !important;
    letter-spacing: 1px !important;
  }
  #our_services_page_title {
    font-size: 52px !important;
  }

  /* home page center titel heading company  name */
  #title_name_industreum_home_page {
    font-size: 56px !important;
  }
  #title_name_industreum_full_name_home_page {
    font-size: 30px !important;
  }

  /* mobile toggle menu */
  #title_name_industreum {
    font-size: 48px !important;
  }
  #title_engineering {
    font-size: 36px !important;
    font-style: italic !important;
  }
  #title_pvtltd {
    font-size: 24px !important;
  }
  #home_page_welcome_heading {
    font-size: 48px !important;
  }
  #home_page_welcome_short_intro {
    font-size: 26px !important;
  }
  .header {
    padding: 0px 20px 0px 0px;
    top: 133px;
    position: fixed;
    width: 100%;
    z-index: 11;
  }
  .company_logo {
    position: fixed;
    z-index: 11;
  }
  .menu-toggle {
    display: block;
  }
  .header nav {
    position: fixed;
    overflow: hidden;
    width: 50%;
    height: 100vh;
    /* background: #333; */
    top: 49px;
    left: -100%;
    transition: 0.5s;
  }
  .header nav.active {
    left: 0;
    padding-right: 0px;
  }
  .header nav ul {
    margin-top: 84px !important;
    height: 100vh;
    display: block;
    text-align: center;
  }
  .header nav ul li a {
    border-bottom: 3px solid rgba(255, 255, 255);
  }
  /* end mobile toggle menu */

  html {
    z-index: -1;
    height: 100%;
  }
  /* end background image */
  /* contact us page city image border */
  .karachi {
    border-right: none !important;
  }
  .slick-slide .home_page_slider {
    height: 400px !important;
  }
  .slick-slide .home_page_slider img {
    height: 400px !important;
  }
  .job_text_small_description {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .top_margin_on_all_pages_except_homepage {
    margin-top: 150px;
  }
  #bootstrap_banner_slider {
    margin-top: 150px !important;
  }
  #company_logo_image {
    height: 100px;
    width: auto;
  }
  .header {
    top: 100px;
  }
  #social_icons_div {
    margin-top: 32px !important;
    margin-right: 10px !important;
  }
  #key_division_details_marging {
    margin-top: 0px !important;
  }
  .contact_us_form_heading {
    font-size: 24px !important;
  }
  /* news page */
  .our_mission_about_us_page {
    margin-top: 10px !important;
    font-size: 16px !important;
  }
  #specific_new_description {
    font-size: 16px !important;
    letter-spacing: 0px !important;
  }
  #recent_news_news_page {
    font-size: 32px !important;
    letter-spacing: 0px !important;
  }
  .news_title_links {
    font-size: 20px !important;
    letter-spacing: 0px !important;
  }
  #news_page_title {
    font-size: 36px !important;
  }
  #no_news_news_page {
    font-size: 24px !important;
  }
  /* job details  */
  .job_all_headings {
    font-size: 18px !important;
  }
  .job_all_headings_description {
    font-size: 15px !important;
  }
  .job_title_name_industreum {
    font-size: 24px !important;
  }
  .job_title_engineering {
    font-size: 20px !important;
  }
  /* career page job listing heading */
  .job_listing_title {
    font-size: 24px !important;
  }
  .job_text_small_description {
    font-size: 16px !important;
    letter-spacing: 0 !important;
  }
  .job_type_tag {
    font-size: 17px !important;
  }
  /* our product title heading */
  .product_title_heading {
    font-size: 32px !important;
  }
  /* home page our values */
  .our_values h1 {
    font-size: 32px !important;
  }
  .our_values p {
    font-size: 16px !important;
  }
  /* our services page */
  #our_services_list {
    font-size: 16px !important;
    letter-spacing: 0px !important;
  }
  #our_services_page_title {
    font-size: 40px !important;
  }
  /* home page center titel heading company  name */
  #title_name_industreum_home_page {
    font-size: 38px !important;
  }
  #title_name_industreum_full_name_home_page {
    font-size: 21px !important;
  }

  .slick-slide .home_page_slider {
    height: 350px !important;
  }
  .slick-slide .home_page_slider img {
    height: 350px !important;
  }
  .job_text_small_description {
    font-size: 17px;
    letter-spacing: 0px;
  }
  .header nav ul {
    margin-top: 51px !important;
  }
}
@media (max-width: 590px) {
  .top_margin_on_all_pages_except_homepage {
    margin-top: 110px;
  }
  #bootstrap_banner_slider {
    margin-top: 110px !important;
  }
  .header {
    top: 60px !important;
  }
  .header nav ul {
    margin-top: 11px !important;
  }
  #company_logo_image {
    height: 60px !important;
    width: auto;
  }
  .social_image_setting {
    height: 30px !important;
  }
  #social_icons_div {
    margin-top: 15px !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 575px) {
  #industreum_footer {
    font-size: 14px !important;
  }
  .job_availability_career {
    font-size: 16px !important;
  }
  #products_page_container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .send_us_text_description {
    font-size: 14px !important;
  }
  .contact_us_form_heading {
    font-size: 20px !important;
  }
  .contact_us_address {
    font-size: 16px !important;
  }
  .icon_text_info {
    font-size: 14px !important;
    color: black;
  }
  #department_location_salary {
    font-size: 14px !important;
  }
  .job_type_tag {
    font-size: 14px !important;
  }
  #automation_heading_home_page {
    font-size: 20px !important;
  }
  /* news page */
  #recent_news_news_page {
    font-size: 24px !important;
    letter-spacing: 0px !important;
  }
  .news_title_links {
    font-size: 16px !important;
    letter-spacing: 0px !important;
  }
  #news_page_title {
    font-size: 26px !important;
  }
  #no_news_news_page {
    font-size: 18px !important;
  }
  /* job details  */
  .job_all_headings {
    font-size: 16px !important;
  }
  .job_all_headings_description {
    font-size: 14px !important;
  }
  .job_title_name_industreum {
    font-size: 18px !important;
  }
  .job_title_engineering {
    font-size: 15px !important;
  }
  /* career page job listing heading */
  .job_listing_title {
    font-size: 20px !important;
  }
  /* our product page image */
  .product_image {
    width: 70px !important;
    height: 30px !important;
  }
  /* our services page */
  #our_services_list {
    font-size: 16px !important;
    text-align: left !important;
    list-style: circle !important;
    letter-spacing: 0px !important;
  }
  #our_services_page_title {
    font-size: 32px !important;
  }
  /* home page center titel heading company  name */
  #title_name_industreum_home_page {
    font-size: 32px !important;
  }
  #title_name_industreum_full_name_home_page {
    font-size: 18px !important;
    letter-spacing: 0px !important;
  }
  .job_text_small_description {
    font-size: 16px;
    letter-spacing: 0px;
  }
  #title_name_industreum {
    font-size: 38px !important;
  }
  #home_page_welcome_short_intro {
    font-size: 19px !important;
  }
  #home_page_welcome_heading {
    font-size: 32px !important;
  }
  #home_page_welcome_description {
    font-size: 16px !important;
  }
  #menu_button_image {
    width: 30px !important;
    height: 25px !important;
  }
  .lahore {
    border-right: none !important;
  }
  .karachi {
    border-right: none !important;
  }
  .islamabad {
    border-right: none !important;
  }
  .background_shade_contact_form {
    padding-left: 0px;
  }
  .slick-slide .home_page_slider {
    height: 250px !important;
  }
  .slick-slide .home_page_slider img {
    height: 250px !important;
  }
}
@media (max-width: 380px) {
  #bootstrap_banner_slider {
    margin-top: 100px !important;
  }
  .header {
    top: 50px !important;
  }
  .header nav ul {
    margin-top: 1px !important;
  }
  #company_logo_image {
    height: 50px !important;
    width: auto;
  }
  .social_image_setting {
    height: 25px !important;
  }
  #social_icons_div {
    margin-top: 12px !important;
    margin-right: 10px !important;
  }
}
/* job listing apply button */
@media (max-width: 426px) {
  #products_page_container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .listing_apply_button {
    display: none;
  }
  #listing_apply_button_id {
    display: block !important;
    float: right !important;
  }
  #lising_apply_link_button_id::before {
    content: "\a" !important;
    white-space: pre !important;
  }
  #permanent_job_tag::after {
    content: "\a" !important;
    white-space: pre !important;
  }
}
#listing_apply_button_id {
  display: none;
}
/* end job listing apply button */

/* footer of web */
#industreum_footer {
  background: transparent;
  color: white;
  font-style: italic;
  width: 100%;
  bottom: 0;
  font-weight: lighter;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: center;
  padding: 5px 0px 5px 0px;
  background-color: #262626;
  background-blend-mode: color;
}
/* contact us page classes  */
.background_shade_contact_form {
  margin-top: -25px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
.form-select {
  background-color: transparent !important;
  color: black;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}
option {
  background-color: white !important;
  color: black;
}
.form-control {
  background-color: transparent !important;
  outline: none !important;
}
input,
textarea {
  color: black !important;
}
textarea::placeholder {
  color: black;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: black !important;
}
.submit_button {
  box-shadow: none !important;
  border-color: black;

  color: black;
  font-weight: 800;
}
.btn:hover,
.btn:focus {
  box-shadow: none !important;
  border-color: black;
  color: black;
  font-weight: 800;
}
textarea:focus,
input:focus {
  border: 1px solid black;
}
.contact_us_margin_main {
  margin-top: 25px;
}
.location_image_icon {
  width: 55px;
  height: 45px;
  margin-bottom: 15px;
}
.phone_icon_image {
  width: 35px;
  height: 35px;
}
.icon_text_info {
  font-size: 18px;
  letter-spacing: 1px;
  color: black;
  font-style: italic;
}
.spacing_text {
  letter-spacing: 3px;
  font-size: 14px;
  color: black;
}
.contact_us_address {
  color: black;
  font-size: 20px;
}
.contact_us_form_heading {
  color: black;
  font-size: 48px;
  font-weight: bold;
}
.send_us_text_description {
  color: black;
  margin-bottom: 15px;
  line-height: 200%;
}
.contact_us_underline {
  color: black;
  font-weight: 600;
}
.response_message {
  color: black;
  margin-top: 15px;
  font-size: 18px;
}

.contact_us {
  font-family: "Times New Roman", Times, serif;
  background: transparent;
  background-color: #000000a3 !important;
  background-blend-mode: color;
  padding: 35px 35px 40px 35px;
}
.lahore {
  background-image: url("/static/image/lahore.jpg");
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid white;
}
.karachi {
  background-image: url("/static/image/karachi.jpg");
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid white;
}
.islamabad {
  background-image: url("/static/image/islamabad1.jpg");
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid white;
}
.coming_soon {
  background-image: url("/static/image/dubai.jpg");
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.city {
  color: white;
  font-size: 28px;
  font-weight: bold;
}
.location_image {
  height: 25px;
  width: 18px;
}
.email_image {
  width: 21px;
  height: 21px;
}
.address_phone_email {
  color: white;
  font-size: 15px;
}
.pin_icon_image {
  width: 18px;
  height: 30px;
}
.pin_icon_text {
  color: white;
}

.pin_link {
  color: white;
}
.myrow {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.myrow_aboutus {
  margin: -6px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.all_div_top_margin {
  margin-top: 50px;
}

.compose_icon_text {
  display: flex;
}
.icon_div {
  display: block;
  float: left;
}
.text_div {
  display: block;
  float: left;
}

/* end contact us page style */

/* start slider design */
#client_slider_homepage {
  height: 130px;
}

.client_slider_image {
  height: 100px;
}
.home_slider {
  width: 100%;
  margin-top: 50px;
  background: transparent;
  background-color: white !important;
  background-blend-mode: color;
}

.slick-slide {
  margin: 0 10px;
}
.home_slider .slick-slide {
  margin: 0 0;
}
.slick-slide img {
  width: 100%;
}
.slick-slide .home_page_slider {
  height: 600px;
}
.slick-slide .home_page_slider img {
  width: 100%;
  height: 600px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
}
/* home page company name */
/* .video_background_layout{
    height: 10px;
} */
/* career page title heading */
.career_title_page {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 30px 0 10px 0;
  color: black;
}

/* job listing page */
.company_title_job_listing_page {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 40vh;
  padding-bottom: 40vh;
  color: black;
}

.company_title {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 20vh;
  padding-bottom: 10vh;
  color: black;
}
#title_name_industreum {
  font-size: 72px;
  font-weight: bold;
}
/* job title heading */
.job_title_name_industreum {
  font-family: "Times New Roman", Times, serif;
  font-size: 54px;
  font-weight: bold;
  color: black;
}

#key_division_details_marging {
  margin-top: 75px;
}
#title_name_industreum_home_page {
  padding-top: 10vh;
  font-family: "Times New Roman", Times, serif;
  font-size: 72px;
  font-weight: bold;
  /* animation: mymove 3s; */
}
#title_name_industreum_full_name_home_page {
  font-family: "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: bold;
  margin-top: 30px !important;
  /* animation: mymove 3s; */
}
#automation_heading_home_page {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  color: cadetblue;
  font-family: "Times New Roman", Times, serif;
}

#title_engineering {
  font-size: 42px;
  font-style: italic;
  color: white;
  font-family: "Times New Roman", Times, serif;
}
#title_pvtltd {
  font-size: 32px;
}
#client_slider_heading {
  color: #c7efe6;
  font-size: 56px !important;
  font-weight: bold;
  margin-top: 80px;
}
#client_heading_home {
  border: 3px solid yellow;
  border-radius: 20px;
  padding: 5px 12px;
}

.home_contact_about_button {
  font-family: "Times New Roman", Times, serif;
  background: green;
  color: white;
  font-size: 18px;
  font-weight: inherit;
  border: 2px solid black;
}
.home_contact_about_button:hover,
.home_contact_about_button:focus {
  font-weight: inherit;
  background-color: white;
}
#welcome_industrium_html_div {
  padding-bottom: 25px;
}

/* home page our values */
.our_values {
  color: black;
  font-family: "Times New Roman", Times, serif;
}
.our_values h1 {
  font-size: 72px;
  font-family: "Times New Roman", Times, serif;
}
.our_values p {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}
/* end home page compnay title name */

/* start of career page city */
.city_top_margin {
  padding-top: 150px;
  padding-left: 20px;
}
.career_city_number {
  color: white;
  font-size: 48px;
}
.career_city_name {
  color: white;
  font-size: 22px;
}

.job_title {
  margin-top: 5vh;
  margin-bottom: 5vh;
  color: black;
}
.job_title_engineering {
  font-size: 24px;
  color: black;
  font-family: "Times New Roman", Times, serif;
}
.job_all_headings {
  font-size: 24px;
  color: black;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 2px !important;
}
.job_all_headings_description {
  font-size: 18px;
  line-height: 1.6;
  color: black;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 2px !important;
}
.background_shade {
  /* margin-top: 50px; */
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white !important;
}
.job_details {
  color: black;
  font-size: 18px;
}
.city_career_link {
  text-decoration: none;
}

/* career home page */
.welcome_industreum {
  /* padding-top: 50px; */
  background-color: white;
}

#home_page_welcome_heading {
  color: black;
  font-size: 58px;
  line-height: 1.6;
  font-family: "Times New Roman", Times, serif;
}
#home_page_welcome_short_intro {
  font-size: 28px;
  font-family: "Times New Roman", Times, serif;
  color: white;
}
#home_page_welcome_description {
  margin-top: 50px !important;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  color: black;
}
#border {
  border-bottom: 2px solid black;
  padding-bottom: 10px;
}

.career_click_here {
  color: white;
}
.career_click_here:hover {
  color: lightgreen;
}

/* job listing page */
.job_listing_border {
  border: 1px solid black;
  border-radius: 10px;
  padding: 20px 25px 10px 25px;
  margin-bottom: 20px;
}
.job_listing_title {
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
}
.job_type_tag {
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  background-color: #2c3e50 !important;
  padding: 5px 10px;
  border-radius: 5px;
}
.job_text_small_description {
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  letter-spacing: 1px;
}
.job_text_small_description_bottom {
  border-bottom: 1px solid black;
}
.job_listing_icon_button_div {
  color: black;
}
.brush_icon_image {
  width: 20px;
  height: 20px;
}
.brush_icon_image_red {
  width: 15px;
  height: 20px;
}
.time_icon_image_white {
  width: 25px;
  height: 25px;
}
.listing_apply_button {
  float: right;
  background-color: green !important;
  border-color: black !important;
  color: black;
  font-weight: 800;
}
.listing_apply_button:hover,
.listing_apply_button:focus {
  background-color: transparent !important;
  border-color: black !important;
  color: black;
}
.pagination {
  color: black;
  display: block;
}
.pagination_lings {
  text-decoration: none;
  color: white;
}

.paginator_button:hover,
.paginator_button:focus {
  font-weight: normal !important;
}
/* .career_listing_page_title{
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 20vh;
    margin-bottom: 50vh;
    color: white;
} */
.job_title_link {
  text-decoration: none;
  color: black;
}
.specific_job_apply_button {
  background-color: #228b22 !important;
  border-color: black !important;
  color: black;
  font-weight: 800;
  padding: 10px 100px;
  border-radius: 20px;
}
.specific_job_apply_button:hover,
.specific_job_apply_button:focus {
  background-color: transparent !important;
  border-color: black !important;
  color: black;
}

/* .specific_job_apply_button{
    background-color: white !important;
    border-color: #f8f9fa !important;
    color: black;
    font-weight: 800;
}
.specific_job_apply_button:hover, .specific_job_apply_button:focus{
    background-color: transparent !important;
    color: white;
} */
/* product page */
.product_title_heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center !important;
}
#brand_page_main_div {
  margin-top: 75px !important;
}
.product_image {
  width: 150px;
  height: 60px;
}
.table-bordered {
  border-color: #000000;
}
.product_name {
  font-size: 14px;
  /* padding: 0 1px 0 0 !important; */
  font-family: Verdana !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle;
}
.product_image_table {
  vertical-align: middle;
  text-align: center !important;
  /* padding: 0 0 0 0 !important; */
}
.product_description {
  /* padding: 0 1px 0 0 !important; */
  vertical-align: middle;
  font-size: 13px;
  font-family: Verdana !important;
  font-weight: normal !important;
}

/* end product page */

/* our services */

#our_services_list {
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  color: black;
  font-weight: bold;
  letter-spacing: 2px;
}
#our_services_page_title {
  color: black;
  padding-top: 25vh !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 72px;
}
.test_34 {
  padding-top: 50px;
}
/* new page */

.news_title_page {
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  padding-left: 20px;
  letter-spacing: 1px;
}
.news_title_links {
  color: black;
  text-decoration: none;
}
#news_page_title {
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 72px;
  font-weight: bold;
}
.news_top_margin {
  margin-top: 10vh;
}
.news_specific_top_margin {
  padding-top: 10vh;
  padding-bottom: 5vh;
}
#recent_news_news_page {
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  color: black;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 0px;
}
#specific_new_description {
  color: black;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 2px;
}
.job_availability_career {
  color: black;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
}
/* home page title aninmation */
@keyframes mymove {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* home page clients slider */
#home_page_client_slider {
  background-color: #0b80a0;
  /* margin-bottom: 30px; */
}
#home_page_client_logo_slider_heading {
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 48px;
  padding: 15px 0px;
  text-align: center;
}
/* news page  */
#no_news_news_page {
  font-family: "Times New Roman", Times, serif;
  font-size: 42px;
  font-style: italic;
  color: black;
  font-weight: bold;
}
#home_page_mission_image {
  height: 160px;
}
#our_strength_main_div {
  margin-top: 40px;
}
.key_devisions {
  height: 270px;
}
#our_strength_heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}
#our_strength_description {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  text-align: center;
}
/* about us */
.our_mission_about_us_page {
  margin-top: 50px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}
.our_mission_about_us_page_key_division {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}
.heading_about_us_page {
  font-family: "Times New Roman", Times, serif;
  font-size: 32;
  font-weight: bold;
}
.mission_div_background {
  padding: 25px 0px;
  background-color: #f2f2f2 !important;
}
.vison_div_background {
  padding: 30px 0px;
}
#background_shade_about_us_page {
  /* margin-top: 50px; */
  background-color: white !important;
}

/* home page bootstrap 5 slider */
.carousel-indicators [data-bs-target] {
  height: 10px !important;
  width: 10px !important;
  border-radius: 50% !important;
}
/* logo settings */
#logo_image_setting {
  height: 70px;
  margin-top: -17px;
}
#company_name {
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 1px;
  margin-top: -8px;
  margin-left: 10px;
}
#automation_control {
  font-family: "Times New Roman", Times, serif;
  font-weight: lighter;
  letter-spacing: 1px;
  margin-left: -243px;
  font-size: 12px;
  margin-top: 9px;
}
.background_shade_careers {
  margin-top: -25px;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* our division  */
.our_division_description {
  margin-top: 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}
#new_line_moving {
  background-color: #0b80a0;
  padding: 15px 0px;
}
#laest_news_text {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#new_page_footer {
  margin-top: -6px;
}
.key_divison_page {
  padding: 30px 15px 10px 15px;
  font-family: "Times New Roman", Times, serif;
  font-size: 32;
  font-weight: bold;
}
.round_image {
  border-radius: 50%;
}
.dropdown-toggle:hover {
  background-color: #0b80a0;
  border-radius: 0px;
  border-color: #0b80a0;
  font-weight: normal;
  color: white !important;
}
.dropdown-toggle:active {
  border-color: #0b80a0 !important;
  color: white;
  font-weight: normal !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  background-color: #0b80a0;
}
/* products page padding */

/* home page */
.social_image_setting {
  height: 40px;
}
#social_icons_div {
  margin-top: 45px;
  margin-right: 20px;
}
.company_social_links {
  text-decoration: none;
}
