:root{
    --theme-color-my: #0f3153; 
  }
  
  .footer__menu-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    left: 0;
  }
  .footer__menu-sticky .row [class^="col-"]:not(:last-child) {
    border-right: 1px solid #e3e3e3;
  }
  .footer__menu {
    background-color: #fff;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.07);
  }
  .footer__menu-wrap .offcanvas.offcanvas-bottom {
    max-height: calc(95vh - 180px);
    background-color: #f9f9f9;
    height: auto;
  }
  .footer__menu-wrap .offcanvas-body {
    padding: 0 1rem;
  }
  .footer__menu-wrap .offcanvas-header {
    justify-content: flex-end;
    padding: 6px 10px;
  }
  .footer__off-close {
    border: none;
    background-color: transparent;
  }
  .footer__off-close svg path {
    fill: var(--theme-color-my);
  }
  .footer__office-box .title {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
    padding-right: 0;
  }
  .footer__office-box .title h5 {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .footer__office-box:nth-last-child(-n + 6) .title h5 {
    min-height: 40px;
  }
  .footer__office-box .title img {
    width: 100%;
    object-fit: contain;
    height: 60px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(116deg) brightness(109%) contrast(109%);
    
  }
  .footer__office-box .title .icon {
    background-color: var(--theme-color-my);
    display: inline-flex;
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
  }
  .footer__office-box {
    flex: 0 0 auto;
    width: 31%;
    padding: 10px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .footer__office-box .footer__contact-list {
    display: none;
  }
  .footer__office-box:has(.footer__contact-list) {
    width: 100%;
  }
  .footer__office-box:has(.footer__contact-list) .title {
    width: 30%;
    padding-right: 12px;
  }
  .footer__office-box:has(.footer__contact-list) .title .icon {
    height: 80px;
  }
  .footer__contact-list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
  }
  .footer__contact-list li {
    font-size: 12px;
    color: #424242;
    position: relative;
    padding-left: 15px;
  }
  .footer__contact-list li a {
    color: inherit;
  }
  .footer__contact-list li span {
    position: absolute;
    left: 0;
    font-size: 11px;
    top: 1px;
  }
  .footer__contact-list li a:hover {
    color: #ca0404;
    text-decoration: underline;
  }
  .footer__office-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    justify-content: space-between;
  }
  .footer__menu-box {
    position: relative;
  }
  .footer__menu-box .navbar-toggler {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin: 0 auto;
  }
  .footer__menu-box .navbar-toggler img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(15%) sepia(36%) saturate(2169%) hue-rotate(181deg) brightness(91%) contrast(93%);
  }
  .footer__menu-qc ul li {
    flex: 0 0 auto;
    width: 30%;
  }
  .footer__menu-qc ul li a {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__menu-qc .qc-right .icon {
    display: inline-flex;
    border-radius: 50%;
    position: relative;
    right: 0;
    width: 75%;
    top: 0;
    padding: 16px;
    aspect-ratio: 1;
  }
  .footer__menu-qc .qc-right h5 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    color: #353535;
  }
  .footer__menu-qc .qc-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: relative;
    flex-direction: column;
  }
  .footer__menu-qc .qc-right h6 {
    font-size: 16px;
    margin-bottom: 0;
    display: none;
  }
  .footer__menu-qc ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 10px;
    justify-content: center;
    padding: 0;
  }
  .footer__menu-qc {
    margin-bottom: 25px;
  }
  .footer__menu-modal .form-group .form-control {
    background-color: var(--clr-white);
    border-radius: 6px;
    padding: 7px 15px;
    height: 36px;
    color: #000 !important;
    font-family: var(--ff-paragraph);
    font-size: 14px;
    transition: all 0.5s;
    width: 100% !important;  
  }
  .footer__menu-modal .form-group .form-control::placeholder {
    color: #000;
    opacity: 1;
  }
  .footer__menu-modal .form-group .form-control:focus,
  .footer__menu-modal .form-group .form-control:active,
  .footer__menu-modal .form-group .form-control:focus-visible,
  .footer__menu-modal .form-group .form-control :focus-within {
    border-color: #ff1414;
    box-shadow: none;
    outline: none;
  }
  .footer__menu-modal .wpcf7-response-output {
    border: none !important;
    color: red;
    padding: 0 !important;
    background: 0 0;
    margin: 15px 0 0 !important;
  }
  .footer__menu-modal .wpcf7-not-valid-tip {
    margin-top: 5px;
  }
  .footer__menu-modal .form-group {
    margin-bottom: 16px;
  }
  .footer__menu-modal textarea.form-control {
    height: 80px !important;
    resize: none;
  }
  .footer__menu-modal .custom-button,
  .footer__menu-form .custom-button {
    display: inline-flex !important;
    background-color: var(--theme-color-my) !important;
    border: 1px solid transparent !important;
    padding: 6px 25px !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 0;
    text-transform: capitalize !important;
    transition: all 0.5s;
    width: auto !important;

  }
  .footer__menu-modal .modal-content{
    padding: 10px !important;
    background: #FFFFFF !important;
  }
  body .footer__menu-modal .custom-button:hover,
  body .footer__menu-form .custom-button:hover {
    color: var(--theme-color-my) !important;
    background-color: transparent !important;
    border-color: var(--theme-color-my) !important;
  }
  .footer__menu-modal .modal-header h3 {
    margin-bottom: 0 !important;
    font-size: 20px;
    color: #000;
    font-weight: 600;
  }
  .footer__menu-modal .modal-header {
    padding: 5px 6px;
  }
  .footer__menu-modal .modal-header .btn-close {
    background-color: #ff1414 !important;
    opacity: 1;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    font-size: 11px;
    margin: 0;
  }
  iframe[title="Messaging window"] {
    height: 70% !important;
    bottom: 0 !important;
    top: unset !important;
  }
  .footer__factory-wrap .accordion-button {
    padding: 10px;
    background: 0 0 !important;
    box-shadow: none !important;
    border-bottom: none !important;
  }
  .footer__factory-wrap .accordion-button::after {
    --bs-accordion-btn-icon-width: 14px;
  }
  .footer__factory-wrap .accordion-body {
    padding: 15px 10px;
    border-top: 1px solid #e6e6e6;
  }
  .footer__factory-wrap .accordion-item {
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.04) !important;
    margin-bottom: 12px;
    border-bottom: 0;
    border-radius: 5px !important;
  }
  .footer__factory-title {
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 12px;
  }
  .footer__factory-title img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    border-radius: 50%;
  }
  .footer__factory-content ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .footer__factory-content ul li {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .footer__factory-content ul li h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .footer__factory-content ul .progress {
    --bs-progress-bar-bg: #24c60d;
    --bs-progress-height: 3px;
  }
  #footerMenuContactModal {
    z-index: 9999999;
  }
  #myLauncher::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #40655e;
    border-radius: 50%;
    top: 7px;
    right: 6px;
  }
  .footer__menu-qc ul li:nth-child(1) .icon {
    background-color: #7ab943;
  }
  .footer__menu-qc ul li:nth-child(2) .icon {
    background-color: #41b9f1;
  }
  .footer__menu-qc ul li:nth-child(3) .icon {
    background-color: #fe9191;
  }
  .footer__menu-qc ul li:nth-child(4) .icon {
    background-color: #ff960f;
  }
  .footer__menu-qc ul li:nth-child(5) .icon {
    background-color: #008000;
  }
  .desk_top_chatbot {
    position: fixed;
    z-index: 99;
    bottom: 25px;
    left: 25px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f73b7;
    border-radius: 100%;
    padding: 10px;
    color: #000;
    box-shadow: 0 3px 6px rgb(0 0 0/25%);
    display: none;
  }  
  .desk_top_chatbot span {
    display: block;
    margin-top: 3px;
  }
  .chaty-widget-0.chaty-key-0.chaty{
    display: none !important;  
  }
  @media only screen and (min-width: 768px){  
    .desk_top_chatbot{
      display: flex;
    } 
    .chaty-widget-0.chaty-key-0.chaty{   
      display: block !important;  
    }
  }
  @media only screen and (max-width: 479px){
    .footer__menu-qc .qc-right .icon{
      width: 65px;
      height: 65px; 
    }
    .footer__menu-qc .qc-right .icon img{
      width: 35px;
      height: 35px;
    }
  }

.section_our_view .map-part iframe{
	width: 100%;
	height: 360px;
}
.section_our_view .col-md-12.kickass_field{
	text-align: center;
}
.section_our_view .col-md-12.kickass_field input[type=submit]{
	background: #0f3153;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 30px;
    margin-top: 15px;
    width: auto;
}
.section_our_view .container form .wpcf7-response-output{
	border: none;
    color: red;
}
.section_our_view .container .form-part{
	padding: 0 12px;
}
.section_our_view .container .form-part .wpcf7-spinner{
	position: absolute;
}
.section_our_view .container .wpcf7-not-valid-tip{
	margin-top: 5px;
}
section.pro-page .pro-sec h3{
	flex-direction: column;
}
section.pro-page .pro-sec h3 strong{
	font-size: 12px;
    line-height: 16px;	
}
section.pro-page .product .ctext{
	font-weight: 700;
	margin-top: 5px;
}
.ctext span.crev {
    width: 70px;
    background-size: 14px 11.4px;
    height: 11.4px;
    width: 68px;
   background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
    background-repeat: repeat-x;
    display: inline-block;
}
.pro-page .pro-sec strong.ctext  img{
	width: 20px !important;
	height: 20px !important;
	object-fit: contain !important;
}
.pro_con{
  margin-top: 5px;
}
.pro_con h4{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #212121;
  min-height: 50px;
}
.pro_con strong{
	    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.pro_con a{
	color: #212121;
}
.pro_con .product-thumb-info-act,
.pro_con .product-thumb-info-act a:last-child{
	min-height: 50px !important;
	color: #FFFFFF;	
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 !important;
	    text-transform: uppercase;
}




.sitemap-sec {
  width: 100%;
  margin: 50px auto;
}

.sitemap {
  width: 100%;
 text-align: center;
}
.sitemap a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 5px;
  border-radius: 7px;
  text-align: center;
  position: relative;
}
.first > li{
  margin-bottom: 20px;
  display: inlblock;
}
.first > li > a {
  background: #0f3153;
  width: 150px;
  height: 60px;
  line-height:60px;
  display: block;
  margin: auto;
  color: #fff;
  font-weight: 600;
}
.first > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #9e9f9e;
  top: 100%;
}

.second {
  padding-top: 20px;
}
.second > li {
  display: inline-block;
  vertical-align: top;
}
.second a {
  background: #cbcccb;
  font-size: 14px;
  width: 125px;
  height: 50px;
  line-height: 50px;
  z-index: 10;
}
.second a:before {
  content: "";
  position: absolute;
  border: 1px solid #9e9f9e;
  border-left: none;
  border-bottom: none;
  height: 9px;
  top: -10px;
  left: -76px;
  width: 139px;
}
.second li:nth-child(2) a:before{
  left: -88px;
  width: 163px;
  border-left: 1px solid #9e9f9e;
}
.second li:first-child a:before {
  border-top: none;
  border-right: none;
}

.third {
  margin-left: 16px;
  padding-top: 20px;
}
.third a {
  background: #e4e4e3;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  z-index: 5;
  font-size: 10px;
}
.third a:before {
  border: 1px solid #9e9f9e;
  border-right: none;
  border-top: none;
  height: 35px;
  top: -20px;
  left: -8px;
  width: 7px;
}
.fourth a:before{
  top: -10px;
}
.second li:nth-child(2) .third a::before {
  left: -9px;
  width: 10px;
  border-left: 1px solid #9e9f9e;
}
/* Wrapper styles */
.cube-wrapper {
  position: fixed;
bottom: 30px;
width: 100px;
left:30px;
height: 100px;
perspective: 800px;
z-index: 1000;
}

/* Close button */
.close-btn {
 position: absolute;
 top: -10px;
 right: -10px;
 background: #000;
 color: #fff;
 border-radius: 50%;
 width: 24px;
 height: 24px;
 font-size: 16px;
 line-height: 24px;
 text-align: center;
 cursor: pointer;
 z-index: 10;
}

/* Cube base */
.cube {
 width: 100%;
 height: 100%;
 position: relative;
 transform-style: preserve-3d;
 animation: rotateCubeSmoothPause 12s infinite linear;
}

/* Cube face */
.face {
 position: absolute;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 background: linear-gradient(#1F4061, #2D4C6B, #0F3153);
 color: #fff;
 flex-direction: column;
}

/* .face img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 0px;
} */
.face h3 {
 color: #fff !important;
 font-size: 14px;
}

.face p {
 font-size: 18px;
 font-weight: 600;
}

/* Front face */
.front {
 transform: translateZ(50px);
}

/* Back face */
.back {
 transform: rotateY(180deg) translateZ(50px);
}

/* Right face */
.right {
 transform: rotateY(90deg) translateZ(50px);
}

/* Left face */
.left {
 transform: rotateY(-90deg) translateZ(50px);
}

/* Animation keyframes */
@keyframes rotateCubeSmoothPause {
 0% {
     transform: rotateY(0deg);
 }

 20% {
     transform: rotateY(-90deg);
 }

 25% {
     transform: rotateY(-90deg);
 }

 45% {
     transform: rotateY(-180deg);
 }

 50% {
     transform: rotateY(-180deg);
 }

 70% {
     transform: rotateY(-270deg);
 }

 75% {
     transform: rotateY(-270deg);
 }

 95% {
     transform: rotateY(-360deg);
 }

 100% {
     transform: rotateY(-360deg);
 }
}

/* 20-09-25 Fixing */

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: 0 0;
    border-radius: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 33px;
    left: 12px !important;
    top: 0 !important;
    pointer-events: none;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    margin: auto 0 !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: auto !important;
    right: 17px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin-right: 35px;
    display: none;
}

.menupart .dgwt-wcas-search-submit svg{
    position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #dc3232;
}

header.sticky {
    z-index: 999999 !important;
}


/* 20-09-25 Fixing */

/* 22-09-25 Fixing */
.cusform textarea{
	    padding-left: 59px;
}


/* 22-09-25 Fixing */


@media (max-width:991px) {
  .cube-wrapper {
    bottom: 75px;
    width: 80px;
    height: 80px;}  
  /* Front face */
.front {
  transform: translateZ(40px);
 }
 
 /* Back face */
 .back {
  transform: rotateY(180deg) translateZ(40px);
 }
 
 /* Right face */
 .right {
  transform: rotateY(90deg) translateZ(40px);
 }
 
 /* Left face */
 .left {
  transform: rotateY(-90deg) translateZ(40px);
 }  
 .face h3 {

  font-size: 12px;
 }
 
 .face p {
  font-size: 16px;
 }
    }
