/*
Theme Name: Vitrum Slimline Systems Child
Theme URI: https://vitrum.in/
Description: Vitrum Slimline Systems Private Limited, with its strong workmanship and focus on innovation, offers a wide range of high-quality products with sophisticated functionality and aesthetic appeal. It is one of the few companies in India to have their systems internationally tested for wind resistance, static pressure, and air infiltration to ensure the highest quality and value for its clients. Furthermore, Vitrum Slimline Systems Private Limited has internal wind resistance verification capabilities to ensure the safest system solutions for all of our clients.
Author: Vitrum Slimline Systems Team
Author URI: https://vitrum.in/
Template: vitrum
Version: 3.2.1
Text Domain: vitrum-child
*/

:root {
  --second-bg: #101010;
  --theme-text-color: #878786;
  --whitetheme-text-color: #575656;
  --gallery-dots-bg: #d9d9d9;

  --error-message-color: #f8797f;
  --success-message-color: #00ad8a;
  --white-filter: brightness(0) saturate(100%) invert(99%) sepia(3%)
    saturate(2%) hue-rotate(31deg) brightness(114%) contrast(100%);
  --global-primary-filter: brightness(0) saturate(100%) invert(62%) sepia(39%)
    saturate(679%) hue-rotate(167deg) brightness(90%) contrast(86%);
}

body {
  background-color: var(--bs-black);
  font-family: var(--e-global-typography-primary-font-family);
  overflow-x: hidden;
} 

.thjmf-job-application .input-text:-webkit-autofill,
.dark-form .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill,
.thjmf-job-application .input-text:-webkit-autofill:hover,
.dark-form .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill:hover,
.thjmf-job-application .input-text:-webkit-autofill:focus,
.dark-form .wpcf7-form-control-wrap .wpcf7-form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--bs-white) !important;
  -webkit-box-shadow: 0 0 0 1000px #0000 inset;
  -moz-box-shadow: 0 0 0 1000px #0000 inset;
  -ms-box-shadow: 0 0 0 1000px #0000 inset;
  box-shadow: 0 0 0 1000px #0000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Theme button */ 
.primary-btn {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0% 100%);
  color: var(--bs-black);
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 42px;
  background-color: var(--e-global-color-primary);
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.primary-btn:hover {
  color: var(--bs-black);
}
.primary-btn:before {

  top: 0;
  bottom: 0;
  content: "";
  right: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: var(--bs-white) ;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform .4s cubic-bezier(.645, .045, .355, 1) .1s;
  transition: transform .4s cubic-bezier(.645, .045, .355, 1) .1s, 
        -webkit-transform .4s cubic-bezier(.645, .045, .355, 1) .1s;
}
.primary-btn:hover:before{

  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
  transition: transform .4s cubic-bezier(.645, .045, .355, 1);
  transition: transform .4s cubic-bezier(.645, .045, .355, 1), 
    -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
}

/* Header CSS */
header.site-header {
  padding: 16px 60px;
}
header.site-header .site-branding {
  margin-right: 30px;
}
header.site-header .site-branding .custom-logo-link {
  display: inline-block;
}
header.site-header .tag-line {
  font-size: 24px;
  line-height: 26px;
  color: var(--bs-white);
  position: relative;
  padding-left: 30px;
}
header.site-header .site-navigation { 
  position: relative;
}
header.site-header .tag-line::before,
header.site-header .site-navigation::before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 3px;
  height: 44px;
  border-radius: 2px;
  background-color: var(--e-global-color-primary);
}
header.site-header .site-navigation ul.menu {
  margin-bottom: 0;
}
header.site-header .site-navigation ul.menu li a {
  position: relative;
  padding: 0 30px;
  color: var(--bs-white);
  display: inline-block;
  line-height: 26px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.site-header .site-navigation ul.menu li.current-menu-item a {
  color: var(--e-global-color-primary);
}
header.site-header .site-navigation ul.menu li a {
  font-size: 16px;
}
header.site-header .site-navigation ul.menu li + li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  border-radius: 2px;
  background-color: var(--e-global-color-primary);
}
header.site-header .site-navigation ul.menu li a:hover {
  color: var(--e-global-color-primary);
}
header.site-header .site-navigation ul.menu li:last-child a {
  padding-right: 0;
}
header.site-header .site-navigation-toggle-holder {
  margin-left: auto;
  padding: 0;
}
header.site-header .site-navigation-toggle-holder .site-navigation-toggle {
  padding: 0;
  width: 38px;
  height: 38px;
}
header.site-header .site-navigation-toggle-holder .site-navigation-toggle:hover,
header.site-header .site-navigation-toggle-holder .site-navigation-toggle:focus {
  background-color: transparent;
  outline: none;
}
header.site-header .site-navigation-toggle-holder .site-navigation-toggle .site-navigation-toggle-icon {
  width: auto;
  height: auto;
}
header.site-header .site-navigation-toggle-holder .site-navigation-toggle .site-navigation-toggle-icon::before {
  content: none;
}
header.site-header .site-navigation-toggle-holder .site-navigation-toggle .site-navigation-toggle-icon::after {
  content: "";
  width: 38px;
  height: 4px;
  background-color: var(--bs-white);
}
header.site-header .site-navigation-toggle-holder .site-navigation-toggle[aria-expanded="true"] .site-navigation-toggle-icon:after {
  transform: translateX(1rem) rotate(-90deg);
}
header.site-header .site-navigation-toggle-holder .site-navigation-toggle:hover .site-navigation-toggle-icon::after {
  background-color: var(--e-global-color-primary);
}



header.site-header .site-navigation-dropdown {
  width: 170px;
  left: auto;
  right: 0;
  top: 100%;
}
header.site-header .site-navigation-dropdown ul.menu {
  background-color: color-mix(in srgb, var(--bs-black) 50%, transparent);
  padding: 5px;
}
header.site-header .site-navigation-dropdown ul.menu li a {
  background: transparent;
  color: var(--bs-white);
  text-decoration: none;
  padding: 13px;
  text-align: end;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.site-header .site-navigation-dropdown ul.menu li a:hover {
  color: var(--e-global-color-primary);
}
header.site-header .site-navigation-dropdown ul.menu li.current-menu-item a {
  color: var(--e-global-color-primary);
}

/* Footer CSS */
.footer {
  background-color: var(--second-bg);
}
.footer .custom-logo-link {
  display: inline-block;
}
.footer .custom-logo-link .custom-logo {
  width: auto;
  height: 78px;
}
.footer .footer-navmenu-wrap {
  padding: 50px 0 80px 0;
}
.footer .footer-navmenu-wrap .site-navigation {
  margin-bottom: 40px;
}
.footer .footer-navmenu-wrap .site-navigation ul.menu {
  margin-bottom: 0;
}
.footer .footer-navmenu-wrap .site-navigation ul.menu li a {
  font-size: 24px;
  padding: 0;
  color: var(--bs-white);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-navmenu-wrap .site-navigation ul.menu li a:hover {
  color: var(--e-global-color-primary);
}
.footer .footer-navmenu-wrap .site-navigation ul.menu li + li {
  margin-left: 70px;
}
.footer .footer-navmenu-wrap .footer-contact-info {
  margin-bottom: 40px;
} 
.footer-contact-item .contact-info p a {
  font-size: 18px;
  color: var(--theme-text-color);
  text-decoration: underline;
  font-family: var(--e-global-typography-primary-font-family);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-contact-item h4 {
	color:var(--bs-white);
} 
.footer-contact-item .flag-icon {
	height: 24px;
}
.footer-contact-item label {
	font-size: 18px;
	color: var(--theme-text-color); 
	font-family: var(--e-global-typography-primary-font-family);
}
.footer-contact-item .contact-info p a:hover {
  text-decoration: none;
  color: var(--e-global-color-primary);
}
.footer .footer-navmenu-wrap .social-menu {
  gap: 30px;
}
.footer
  .footer-navmenu-wrap
  .social-menu
  .parallax-wrap
  .parallax-element
  a:hover
  img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: var(--white-filter);
}
.footer .footer-navmenu-wrap .footer-copyright p {
  font-size: 16px;
  color: var(--theme-text-color);  
}
.about-content .elementor-widget-container strong,
.about-content .elementor-widget-container span {
  font-weight: 700;
  font-size: 36px;
}




/* Career Page CSS */
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job {
  border: none !important;
  padding: 0;
}
.thjmf-loop-job
  .thjmf-js-job-header
  .thjmf-job-title-group
  .thjmf-loop-job-title {
  padding: 32px 32px 32px 0;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--bs-white);
}
.thjmf-loop-job
  .thjmf-js-job-header
  .thjmf-job-title-group
  .thjmf-loop-job-title::before {
  left: auto;
  right: 0;
  width: 32px;
  height: 32px;
  filter: var(--white-filter);
}
.thjmf-loop-job
  .thjmf-js-job-header
  .thjmf-job-title-group
  .thjmf-loop-job-title[aria-expanded="true"] {
  color: var(--e-global-color-primary);
}
.thjmf-loop-job
  .thjmf-js-job-header
  .thjmf-job-title-group
  .thjmf-loop-job-title[aria-expanded="true"]::before {
  filter: var(--global-primary-filter);
}
.thjmf-loop-job:nth-child(odd) {
  background-color: var(--second-bg);
}
.thjmf-loop-job .collapse {
  padding-bottom: 50px;
}
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job .job-wrappper {
  padding-left: 0;
  padding-top: 20px;
}
.job-wrappper .job-positions {
  row-gap: 50px;
  margin-top: 0;
}
.job-wrappper .job-positions .job-description,
.job-wrappper .job-positions .label-content {
  color: var(--theme-text-color);
  padding-left: 52px;
  font-size: 20px;
}
.job-wrappper .job-positions .label-img {
  color: var(--bs-white);
  gap: 20px;
  margin-bottom: 14px;
  font-size: 24px;
}
.job-wrappper .job-positions .label-img img {
  filter: var(--white-filter);
  width: 32px;
}
.job-wrappper .job-positions .job-description h3,
.job-wrappper .job-positions .job-description h6 {
  color: var(--bs-white);
  font-size: 20px;
  font-weight: 600;
  margin-block: 20px 10px;
}
.job-wrappper .job-positions .job-description h3:first-child ,
.job-wrappper .job-positions .job-description h6:first-child {
  margin-top: 0px;
}
.job-wrappper .job-positions .job-description ul {
  padding-left: 20px;
}
.job-wrappper .job-positions .job-description a {
  color: var(--bs-white);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.job-wrappper .job-positions .job-description a:hover {
  color: var(--e-global-color-primary);
}
.thjmf-loop-job .theme-btn {
  margin-top: 30px;
  padding-left: 50px;
}

/* Career Details Page CSS */
.thjmf-job-contents .thjmf-single-job {
  padding: 100px 0;
}
.thjmf-job-contents .thjmf-single-job .container {
  padding: 0 20px;
}
.thjmf-job-contents .thjmf-single-job form {
  margin-bottom: 0;
}
.single .entry-header .entry-title.thjmf-js-job-title.thjmf-job-title,
.single .entry-jobs .entry-title.thjmf-js-job-title {
  font-size: 60px;
  font-weight: 500;
  color: var(--bs-white);
  margin-top: 0px;
  margin-bottom: 50px;
}
.entry-jobs .job-wrappper .jobs-form {
  margin-top: 50px;
}
.jobs-form form .contact-form > .row {
  outline: none;
}
.form-group .control-label,
.input .thjmf-form-row label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--bs-white);
}
.input .thjmf-form-row label .required {
  text-decoration: none;
}
.form-section .form-group .wpcf7-form-control-wrap,
.input .thjmf-form-row .thjmf-input-wrapper {
  display: inline-block;
  width: 100%;
}
.form-section .form-group .wpcf7-form-control-wrap .form-control,
.form-section .form-group .wpcf7-form-control-wrap .wpcf7-form-control,
.input .thjmf-form-row .thjmf-input-wrapper .input-text {
  color: var(--bs-white);
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid color-mix(in srgb, var(--bs-white) 40%, transparent);
  border-radius: 0;
  outline: none;
}
.form-section .form-group .wpcf7-form-control-wrap .wpcf7-textarea,
.input .thjmf-form-row .thjmf-input-wrapper textarea.input-text {
  resize: none;
  display: block;
  padding: 8px 10px;
}
.form-section .form-group .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 180px;
} 
.dscf7captcha .dscf7_lt {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
      gap: 10px;
}   
.dscf7captcha .dscf7_lt  {
	font-size: 14px;
    font-weight: 600; 
}
.form-section.dark-form .dscf7captcha .dscf7_lt { 
    color: var(--bs-white);
}
.dscf7_refresh_captcha {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: normal;
}
.form-section .dscf7_refresh_captcha img{
	width:20px !important;
}
.form-section.dark-form .dscf7_refresh_captcha  {
	filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(96deg) brightness(101%) contrast(98%); 
}
.form-group .dscf7captcha br{
	display:none;
}
.form-section .form-group .dscf7captcha .wpcf7-form-control-wrap { 
    margin-top: 8px;
}
.input .thjmf-form-row .thjmf-input-wrapper .input-text:hover {
  border-color: color-mix(in srgb, var(--bs-white) 40%, transparent);
}
.form-section .form-group .wpcf7-form-control-wrap .wpcf7-textarea:focus,
.form-section .form-group .wpcf7-form-control-wrap .form-control:focus,
.input .thjmf-form-row .thjmf-input-wrapper .input-text:focus {
  border-color: var(--e-global-color-primary);
  box-shadow: none;
}
.input .thjmf-field-file .thjmf-input-wrapper {
  background-color: transparent;
  border: 1px solid color-mix(in srgb, var(--bs-white) 40%, transparent);
  display: flex;
  align-items: center;
  border-radius: 0px;
  padding: 8px 10px;
  min-height: 120px;
  height: auto;
}
.input .thjmf-form-row .thjmf-input-wrapper .thjmf-upload-title {
  margin-bottom: 0;
  font-size: 14px;
}
.input .thjmf-form-row .thjmf-input-wrapper .thjmf-upload-title .thjmf-file-upload-link {
  margin-bottom: 6px;
  display: inline-block;
}
.input .thjmf-form-row .thjmf-input-wrapper .thjmf-uploaded-file-meta {
  border-width: 1px;
  padding: 8px 15px;
}
.input .thjmf-form-row .thjmf-input-wrapper .thjmf-upload-subtitle {
  width: fit-content;
  font-weight: 500;
}
.input .thjmf-form-row .thjmf-input-wrapper .thjmf-remove-uploaded-file {
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin-left: 10px;
}
.form-section .form-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.input .thjmf-form-row .thjmf-input-wrapper .thjmf-validation-message {
  margin-top: 4px;
  font-size: 14px;
}
form .wpcf7-form-control.primary-btn:hover,
form .wpcf7-form-control.primary-btn:focus,
form .primary-btn:hover,
form .primary-btn:focus {
  background-color: var(--e-global-color-primary);
  color: var(--bs-black);
}
.form-section .form-group {
  margin-bottom: 20px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  margin: 20px 0 0;
  padding: 12px 14px 12px 46px;
  color: var(--bs-white);
  background-color: var(--error-message-color);
  border: solid 1px var(--error-message-color);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg id='c-error' transform='translate(1 1)'%3e%3cg id='Oval'%3e%3cpath class='st0' d='M9,19C3.5,19-1,14.5-1,9C-1,3.5,3.5-1,9-1c5.5,0,10,4.5,10,10C19,14.5,14.5,19,9,19z M9,1C4.6,1,1,4.6,1,9 s3.6,8,8,8s8-3.6,8-8S13.4,1,9,1z'/%3e%3c/g%3e%3cg id='i-remove' transform='translate(5 5)'%3e%3cg id='Path'%3e%3cpath class='st0' d='M0.5,8.5C0.2,8.5,0,8.4-0.2,8.2c-0.4-0.4-0.4-1,0-1.4l7-7c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-7,7 C1,8.4,0.8,8.5,0.5,8.5z'/%3e%3c/g%3e%3cg id='Path-2'%3e%3cpath class='st0' d='M7.5,8.5C7.2,8.5,7,8.4,6.8,8.2l-7-7c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l7,7c0.4,0.4,0.4,1,0,1.4 C8,8.4,7.8,8.5,7.5,8.5z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 14px center;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 20px 0 0;
  border-radius: 5px;
  padding: 12px 14px 12px 46px;
  color: var(--bs-white);
  background-color: var(--success-message-color);
  border: solid 2px var(--success-message-color);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg id='c-check' transform='translate(1 1)'%3e%3cg id='Oval'%3e%3cpath class='st0' d='M9,19C3.5,19-1,14.5-1,9C-1,3.5,3.5-1,9-1c5.5,0,10,4.5,10,10C19,14.5,14.5,19,9,19z M9,1C4.6,1,1,4.6,1,9 s3.6,8,8,8s8-3.6,8-8S13.4,1,9,1z'/%3e%3c/g%3e%3cg id='Path'%3e%3cpath class='st0' d='M7.1,13.3c-0.3,0-0.5-0.1-0.7-0.3L3.3,9.8c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l2.4,2.4l5.5-5.5 c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4L7.8,13C7.6,13.2,7.4,13.3,7.1,13.3z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 14px center;
}
.lgx_logo_slider .lgx_app_item_row .lgx_app_item .lgx_app_item_img {
  filter: grayscale(1);
}

/* Home Page Modal Design CSS */
.modal .modal-dialog .modal-content {
  padding: 50px 100px;
  border-radius: 0;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0% 100%
  );
}
.modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 24px;
  right: 22px;
  padding: 6px;
}
.modal .modal-dialog .modal-content .btn-close:hover,
.modal .modal-dialog .modal-content .btn-close:focus {
  background-color: transparent;
  box-shadow: none;
}
.modal .modal-dialog .modal-content .vitrum-modal-content {
  width: 40%;
  padding-right: 64px;
}
.modal
  .modal-dialog
  .modal-content
  .vitrum-modal-content
  .vitrum-modal-description {
  position: relative;
  padding-top: 20px;
  margin-top: 16px;
}
.modal
  .modal-dialog
  .modal-content
  .vitrum-modal-content
  .vitrum-modal-description::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 2px;
  background-color: var(--theme-text-color);
}
.modal .modal-dialog .modal-content .vitrum-modal-shortcode {
  width: 60%;
  padding-left: 70px;
  border-left: 1px solid var(--e-global-color-primary);
  padding-block: 22px;
}

/* White Form Design CSS */
.form-section.light-form .form-group .wpcf7-form-control-wrap .form-control,
.form-section.light-form .form-group .wpcf7-form-control-wrap .form-contron,
.form-section.light-form
  .form-group
  .wpcf7-form-control-wrap
  .wpcf7-form-control {
  color: var(--bs-black);
  border: 1px solid var(--theme-text-color);
}
.form-section.light-form
  .form-group
  .wpcf7-form-control-wrap
  .form-control:focus,
.form-section.light-form
  .form-group
  .wpcf7-form-control-wrap
  .form-contron:focus,
.form-section.light-form
  .form-group
  .wpcf7-form-control-wrap
  .wpcf7-form-control:focus {
  border-color: var(--e-global-color-primary);
  box-shadow: none;
}
.form-section.light-form .form-group {
  text-align: left;
}
.form-section.light-form .form-group .control-label {
  color: var(--whitetheme-text-color);
}
.form-section.light-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-file {
  width: 100%;
  height: 39px;
  margin-top: 2px;
  padding: 8px 36px 8px 8px;
  position: relative;
  color: var(--bs-black);
}

.custom-file-upload {
  position: relative;
  display: flex;
  flex-direction: column;
}
.custom-file-upload .control-label span {
  font-size: 14px;
}
.custom-file-upload .wpcf7-form-control-wrap {
  display: inline-flex !important;
  flex-direction: column;
}
.custom-file-upload .wpcf7-form-control-wrap .wpcf7-form-control {
  font-size: 0 !important;
}
.custom-file-upload .file-name {
  font-size: 14px;
  line-height: 22px;
  width: calc(100% - 35px);
  height: 42px;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
  top: 22px;
  left: 0;
}

.form-section.light-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-file::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3e%3cpath d='M12.3125 18.25V8.57187L9.225 11.6594L7.5625 9.9375L13.5 4L19.4375 9.9375L17.775 11.6594L14.6875 8.57187V18.25H12.3125ZM6.375 23C5.72187 23 5.16296 22.7676 4.69825 22.3029C4.23354 21.8382 4.00079 21.2789 4 20.625V17.0625H6.375V20.625H20.625V17.0625H23V20.625C23 21.2781 22.7676 21.8374 22.3029 22.3029C21.8382 22.7684 21.2789 23.0008 20.625 23H6.375Z' fill='%23878786'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
}
.form-section.light-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-file::file-selector-button {
  display: none;
}
.form-section.light-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
  appearance: auto;
  padding: 8px;
  height: 42px;
}
.form-section.light-form .form-group .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 100px;
}
form .form-section.light-form .theme-btn .primary-btn {
  color: var(--bs-white);
}
form .form-section.light-form .theme-btn .primary-btn:hover,
form .form-section.light-form .theme-btn .primary-btn:focus {
  /* background-color: var(--bs-black); */
  color: var(--bs-white);
}

form .form-section.light-form .theme-btn .primary-btn:focus ,
form .form-section.light-form .theme-btn .primary-btn:before {
  background-color: var(--bs-black);
}

form .form-section.light-form .theme-btn .wpcf7-spinner {
  position: absolute;
}

/* Home Page CSS */
.home-banner img {
  height: calc(100vh - 68px);
  object-fit: cover;
}
.elementor-widget-vitrum_modal_widget .vitrum-button-title {
  outline: none;
 
}
.elementor-widget-vitrum_modal_widget .vitrum-button-title:hover,
.elementor-widget-vitrum_modal_widget .vitrum-button-title:focus {
  background-color: transparent;
  font-weight: 500 !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.our-systems-item {
  opacity: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.our-systems-item:hover {
  opacity: 100%;
}
.our-systems-item:hover .elementor-element.our-systems-content .elementor-image-box-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--e-global-color-primary);
}

/* Gallery Section CSS */
.vitrum-gallery-tabs .nav-tabs {
  border: none;
  justify-content: center;
  gap: 12px 70px;
  margin-bottom: 50px;
  padding: 0 20px;
}
.vitrum-gallery-tabs .nav-tabs .nav-link {
  padding: 0;
  border: none;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  box-shadow: none;
  color: var(--bs-white);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vitrum-gallery-tabs .nav-tabs .nav-link:hover {
  color: var(--e-global-color-primary);
  background-color: transparent;
}
.vitrum-gallery-tabs .nav-tabs .nav-link.active {
  color: var(--e-global-color-primary);
  text-decoration: underline;
  background-color: transparent;
}

.vitrum-gallery {
  overflow-x: hidden;
  padding-bottom: 50px;
}
 .vitrum-gallery .swiper-wrapper .swiper-slide .gallery-item{
  opacity: 0.5;
  transition: all 0.5s;
}
.vitrum-gallery .swiper-wrapper .swiper-slide.swiper-slide-active .gallery-item{
  opacity: 1;
}
.vitrum-gallery .swiper-wrapper:hover .swiper-slide .gallery-item,
.vitrum-gallery .swiper-wrapper:hover .swiper-slide.swiper-slide-active .gallery-item {
  opacity: 0.5;
}
.vitrum-gallery .swiper-wrapper:hover .swiper-slide:hover .gallery-item{
  opacity: 1;
} 
.vitrum-gallery .gallery-item .main-img-sec {
  display: inline-block;
}
.vitrum-gallery .gallery-item h3 {
  color: var(--bs-white);
  font-size: 24px;
  margin-bottom: 0;
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
.vitrum-gallery .gallery-item h3 span {
  color: var(--e-global-color-primary);
}

.vitrum-gallery .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
}
.vitrum-gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--gallery-dots-bg);
  width: 40px;
  height: 6px;
  border-radius: 5px;
}
.e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
  text-decoration: underline;
}

/* Product Page CSS */
.product-iconbox:hover .elementor-image-box-img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-iconbox:hover .elementor-image-box-title,
.product-iconbox:hover .elementor-image-box-description {
  color: var(--bs-white) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


/* 404 Page Design CSS */
.site-logo {
  padding: 12px 0;
  text-align: center;
}
.site-logo a {
  display: inline-block;
}
.site-logo a img {
  width: auto;
  height: 70px;
}
.notfound-page {
  min-height: calc(100vh - 94px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 30px 0;
}
.notfound-page .notfound-image {
  margin-bottom: 50px;
}
.notfound-page .page-header .entry-title {
  font-size: 48px;
  margin-bottom: 12px;
}
.notfound-page .page-content p {
  font-size: 20px;
  margin-bottom: 30px;
}
.notfound-page .theme-btn .primary-btn {
  text-decoration: none;
}

@media (min-width: 480px) {
  .elementor-element.elementor-position-top.customizable-finishes-items
    .elementor-widget-container
    .elementor-image-box-wrapper
    .elementor-image-box-img {
    margin-bottom: 0;
  }
}

/* Responsive Media Query */
@media (min-width: 1400px) {
  .container {
    max-width: 1540px;
  }
}

@media (max-width: 1600px) {

  header.site-header .site-navigation ul.menu li a {
    padding: 0 24px;
  }
  .footer .footer-navmenu-wrap .site-navigation ul.menu li + li {
    margin-left: 60px;
  }

  .thjmf-job-list-page .thjmf-jobs .thjmf-loop-job .container {
    padding: 0 20px;
  }
}

@media (max-width: 1400px) {
  header.site-header .tag-line {
    font-size: 20px;
  }
  header.site-header .site-navigation ul.menu li a {
    padding: 0 16px;
  }
  .footer .footer-navmenu-wrap .site-navigation ul.menu li a {
    font-size: 20px;
  }
  .footer .footer-navmenu-wrap .site-navigation ul.menu li + li {
    margin-left: 40px;
  }
  .footer .footer-navmenu-wrap .social-menu {
    gap: 24px;
  }
}

@media (max-width: 1200px) {
  .footer .container {
    max-width: 100%;
    padding: 0 20px;
  }
  header.site-header {
    padding: 16px 0;
  }
  header.site-header .container-fluid {
    padding: 0 20px;
  } 
  header.site-header .tag-line {
    font-size: 18px;
    padding-left: 22px;
  } 
  header.site-header .site-navigation ul.menu li a {
    padding: 0 12px;
  }

  .modal .modal-dialog .modal-content {
    padding: 40px 40px;
  }
  .modal .modal-dialog .modal-content .vitrum-modal-content {
    padding-right: 30px;
  }
  .modal .modal-dialog .modal-content .vitrum-modal-shortcode {
    padding-left: 30px;
  }

  .about-content .elementor-widget-container strong,
  .about-content .elementor-widget-container span {
    font-size: 28px;
  }
  .thjmf-loop-job
    .thjmf-js-job-header
    .thjmf-job-title-group
    .thjmf-loop-job-title {
    font-size: 28px;
  }
  .thjmf-loop-job
    .thjmf-js-job-header
    .thjmf-job-title-group
    .thjmf-loop-job-title::before {
    width: 28px;
    height: 28px;
  }

  .single .entry-header .entry-title.thjmf-js-job-title.thjmf-job-title,
  .single .entry-jobs .entry-title.thjmf-js-job-title {
    font-size: 44px;
  }

  .vitrum-gallery .gallery-item h3 {
    font-size: 20px;
  }
  .vitrum-gallery-tabs .nav-tabs {
    gap: 12px 50px;
  }
}

@media (max-width: 992px) {
  .footer {
    padding: 70px 0;
  }
  .footer .footer-navmenu-wrap .social-menu {
    gap: 20px;
  }
  .modal .modal-dialog .modal-content .btn-close {
    top: 12px;
    right: 12px;
  }
  .modal .modal-dialog .modal-content .vitrum-modal-content {
    padding-right: 0;
    width: 100%;
    padding-bottom: 30px;
  }
  .modal .modal-dialog .modal-content .vitrum-modal-shortcode {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--e-global-color-primary);
    padding-block: 30px 0;
  }

  .career-banner .elementor-widget-image .elementor-widget-container img {
    object-position: 22%;
  }
  .thjmf-job-contents .banner-img img {
    height: 200px;
    object-fit: cover;
    object-position: 37%;
  }

  .job-wrappper .job-positions {
    row-gap: 30px;
  }
  .job-wrappper .job-positions .label-img {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .job-wrappper .job-positions .job-description,
  .job-wrappper .job-positions .label-content {
    font-size: 18px;
  }
  .thjmf-job-contents .thjmf-single-job {
    padding: 70px 0;
  }
 
  .single .entry-header .entry-title.thjmf-js-job-title.thjmf-job-title,
  .single .entry-jobs .entry-title.thjmf-js-job-title {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .vitrum-gallery-tabs .nav-tabs {
    gap: 12px 40px;
    margin-bottom: 40px;
  }
  .vitrum-gallery-tabs .nav-tabs .nav-link {
    font-size: 20px;
  }
  .vitrum-gallery {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  header.site-header .container-fluid {
    padding: 0 30px;
  }
  header.site-header .site-branding {
    margin-right: 40px;
  }
  .primary-btn {
    font-size: 16px;
    padding: 10px 32px;
  }
  .footer {
    padding: 50px 0;
  }
  .footer .container {
    padding: 0 30px;
  }
  .footer .footer-navmenu-wrap .site-navigation ul.menu li + li {
    margin-left: 30px;
  }
  .about-content .elementor-widget-container strong,
  .about-content .elementor-widget-container span {
    font-size: 22px;
  }
  /* .form-section .form-group .wpcf7-form-control-wrap .form-control,
  .form-section .form-group .wpcf7-form-control-wrap .wpcf7-form-control,
  .input .thjmf-form-row .thjmf-input-wrapper .input-text {
    font-size: 14px;
  } */
  /* .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 14px;
  } */
  .job-wrappper .job-positions {
    row-gap: 20px;
  }
  #accordion .thjmf-loop-job .container {
    max-width: 100%;
  }
  .thjmf-loop-job
    .thjmf-js-job-header
    .thjmf-job-title-group
    .thjmf-loop-job-title {
    font-size: 22px;
    padding-right: 26px;
  }
  .job-wrappper .job-positions .label-img {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .job-wrappper .job-positions .label-img img {
    width: 24px;
  }
  .job-wrappper .job-positions .job-description,
  .job-wrappper .job-positions .label-content {
    font-size: 16px;
    padding-left: 44px;
  }
  .job-wrappper .job-positions .job-description h3,
  .job-wrappper .job-positions .job-description h6 {
    font-size: 16px;
    margin-block: 10px 6px;
  }
  .job-wrappper .job-positions .job-description h3:first-child,
  .job-wrappper .job-positions .job-description h6:first-child {
    margin-top: 8px;
  }
  .job-wrappper .job-positions .job-description ul li + li {
    margin-top: 2px;
  }
  .thjmf-loop-job .theme-btn {
    margin-top: 20px;
    padding-left: 42px;
  }
  .thjmf-job-contents .thjmf-single-job {
    padding: 50px 0;
  }
  .single .entry-header .entry-title.thjmf-js-job-title.thjmf-job-title,
  .single .entry-jobs .entry-title.thjmf-js-job-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
	.qlwapp-container .qlwapp-text  {
		display:none
	}
	#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
		margin:0;
	}
	#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
		height: 40px; 
	  padding: 0;
	  width: 40px;
	}

  .vitrum-gallery .gallery-item h3 {
    padding: 14px 30px 0;
  }
  .vitrum-gallery-tabs .nav-tabs {
    gap: 10px 20px;
    margin-bottom: 30px;
  }
  .vitrum-gallery-tabs .nav-tabs .nav-link {
    font-size: 18px;
  }
  .vitrum-gallery-tabs .nav-tabs {
    padding: 0 30px;
  }
  .thjmf-job-list-page .thjmf-jobs .thjmf-loop-job .container {
    padding: 0 30px;
  }
  .thjmf-job-contents .thjmf-single-job .container {
    padding: 0 30px;
  }
}

@media (max-width: 660px) {
	.vitrum-gallery .gallery-item h3 {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 6px; 
	}
}
@media (max-width: 576px) {

  header.site-header .tag-line {
    display: none;
  }
  .site-navigation ul.menu {
    flex-direction: column;
  }
  .footer .footer-navmenu-wrap .site-navigation,
  .footer .footer-navmenu-wrap .footer-contact-info {
    margin-bottom: 30px;
  }
  .footer .custom-logo-link .custom-logo {
    height: 50px;
  }
  .footer .footer-navmenu-wrap .site-navigation ul.menu li + li {
    margin-left: 0;
  }
  .thjmf-job-list-page
    .thjmf-jobs
    .thjmf-loop-job-header
    .thjmf-loop-job-title {
    padding: 26px 26px 26px 0;
  }
  .thjmf-job-list-page .thjmf-jobs .thjmf-loop-job .job-wrappper {
    padding-top: 10px;
  }
  .thjmf-loop-job
    .thjmf-js-job-header
    .thjmf-job-title-group
    .thjmf-loop-job-title::before {
    width: 18px;
    height: 18px;
  }
  .thjmf-loop-job .collapse {
    padding-bottom: 30px;
  }

  .vitrum-gallery-tabs .nav-tabs {
    margin-bottom: 20px;
    column-gap: 0;
  }
  .vitrum-gallery-tabs .nav-tabs .nav-item {
    width: 50%;
  }
  .vitrum-gallery {
    padding-bottom: 30px;
  } 
  .vitrum-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  
  .our-clients-sec #lgx_logo_slider_app_664 .lgx_app_item .lgx_app_item_inner {
    margin: 0;
  }


  .site-logo a img {
    height: 40px;
  }
  .notfound-page {
    min-height: calc(100vh - 64px);
  }
  .notfound-page .notfound-image {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .notfound-page .page-header .entry-title {
    font-size: 34px;
  }
  .notfound-page .page-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .our-systems-content .elementor-image-box-wrapper {
    display: flex;
    gap: 20px;
  }
  .about-content .elementor-widget-container strong,
  .about-content .elementor-widget-container span {
    font-size: 20px;
  }
  .footer .footer-navmenu-wrap .site-navigation,
  .footer .footer-navmenu-wrap .footer-contact-info {
    margin-bottom: 20px;
  }
  .career-banner .elementor-widget-image .elementor-widget-container img {
    object-position: 37%;
  }
  .job-wrappper .job-positions .label-img {
    gap: 14px;
  }
  .job-wrappper .job-positions .job-description,
  .job-wrappper .job-positions .label-content {
    padding-left: 38px;
  }
  .thjmf-loop-job
    .thjmf-js-job-header
    .thjmf-job-title-group
    .thjmf-loop-job-title {
    font-size: 18px;
    line-height: 22px;
  }
  .single .entry-header .entry-title.thjmf-js-job-title.thjmf-job-title,
  .single .entry-jobs .entry-title.thjmf-js-job-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}



.vitrum-gallery .gallery-item .main-img-sec {
  display: inline-flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 28.15% 50%;
  height: 347px;
}

.vitrum-gallery .gallery-item .main-img-sec img { 
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}




