/* Force LTR direction for the entire body and its content when Google Translate applies RTL classes */
body.translated-rtl,
body.translated-rtl * {
    direction: ltr !important;
    text-align: revert; /* Adjust text alignment if needed */
}

/* If Google Translate applies RTL to the HTML tag, also target it */
html.translated-rtl,
html.translated-rtl * {
    direction: ltr !important;
    text-align: revert;
}
/*@media (max-width: 992px) {
    body{
        display: none;
    }
}*/
#chat-bot-frame-container {
  bottom: 100px !important;
  max-height: 100% !important;
}
#chat-bot-launcher-container.chat-bot-avatar-launcher #chat-bot-launcher{
    width: 100px !important;
}
#chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button {
  width: 100px !important;
  height: 100px !important;
  background-size: 100px !important;
}
#chat-bot-message-container{
    display: none;
}
#chat-bot-launcher-container {
  right: 40px !important;
}
#chat-bot-launcher-container.chat-bot-avatar-launcher, #chat-bot-launcher-container.chat-bot-launcher-notext {
    bottom: 40px !important;
}
.mobile-menu-btn-container {
    display: none;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.mobile-menu-btn{
    width: 35px;
  display: flex;
  height: 35px;
  background: transparent;
  border: 0;
  flex-wrap: wrap;
  align-items: center;
}
.mobile-menu-btn span{
    width: 100%;
    height: 2px;
    background: white;
}
.dark-header .mobile-menu-btn span{
    background: black;
}
/* mobile menu */
#mobilemenu{
    width: 275px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: white;
  z-index: 999;
  transition: 0.5s;
  transform: translateX(275px);
  padding: 30px;
  overflow-y: scroll;
}
#mobilemenu.active{
    transform: translateX(0);
}
#mobilemenuclosebtn{
    width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 30px;
}
#mobilemenuclosebtn i{
    color:black;
    font-size: 24px;
    cursor: pointer;
}
.menu-menu{
    list-style:none;
    padding-left: 0;
}
.menu-menu li{
    margin: 0 0 15px 0;
}
.mobile-has-sub-menu-link {
  display: flex;
  justify-content: space-between;
}
.menu-menu li ul li{
    margin: 0 0 1px 0;
}
.menu-menu li a{
    width: 100%;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-family: 'GilroyMedium';
}
.menu-menu li a img{
    cursor: pointer;
}
.menu-menu li.active a{
    background: whitesmoke;
}
.menu-menu .mobile-has-sub-menu ul{
    list-style:none;
    padding-left: 0;
    display:none;
    transition: 0.5s;
}
.menu-menu .mobile-has-sub-menu.active ul{
    display:block;
}
.menu-menu .mobile-has-sub-menu ul li a{
    font-size: 14px;
  background: transparent;
  padding: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #05c;
}
.fade-in {
  animation: fadeIn ease-in 2.5s;
  -webkit-animation: fadeIn ease-in 2.5s;
  -moz-animation: fadeIn ease-in 2.5s;
  -o-animation: fadeIn ease-in 2.5s;
  -ms-animation: fadeIn ease-in 2.5s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
/* mobile menu */


#CertificateDownloadModalLabel, #CatelogueDownloadModalLabel {
  font-size: 18px !important;
  font-family: 'GilroyMedium';
}
#CertificateDownloadModalBtn, #CertificateDownloadModalBtn:hover, #CertificateDownloadModalBtn:focus, #CertificateDownloadModalBtn:active{
    background: rgba(0, 85, 204, 1);
    width: 100%;
    border-radius: 0;
    font-size: 14px;
  padding: 7px;
}
#CatelogueDownloadModalBtn, #CatelogueDownloadModalBtn:hover, #CatelogueDownloadModalBtn:focus, #CatelogueDownloadModalBtn:active{
    background: rgba(0, 85, 204, 1);
    width: 100%;
    border-radius: 0;
    font-size: 14px;
  padding: 7px;
}
.contact-form-label{
    width: 100%;
    font-size: 12px;
    margin: 0 0 7px 0;
}
.contact-form-input, .contact-form-input:hover, .contact-form-input:focus, .contact-form-input:active{
    width: 100%;
  font-size: 14px;
  margin: 0;
  padding: 10px;
  background: rgba(0, 85, 204, 0.05);
  border: 0;
  box-shadow: none;
  outline: 0;
  color: #222;
}
#certificatedownloadformstatus p, #cateloguedownloadformstatus p{
background: rgba(0, 129, 251, 0.1);
  margin: 0;
  padding: 7px;
  font-size: 12px;
  text-align: center;
  }
  button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.header {
  padding: 15px 5%;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background: linear-gradient(0deg,rgba(42, 123, 155, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.header-logo{
    width: 150px;
}
.nav-menus-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-menu{
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 1%;
}
.header-menu ul{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-menu ul{
    margin-right: 2%;
}
.header-menu ul li{
    margin-right: 2%;
    position: relative;
    padding: 7px;
}
.sub-menu {
    width: 100%;
    position: absolute;
  top: 100%;
  display: none;
  padding: 0;
  background: whitesmoke;
  min-width: 175px;
  left: 0;
}
.sub-menu ul{
    width: 100%;
    flex-wrap: wrap;
}
.sub-menu ul li{
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sub-menu ul li:hover{
    background: #05c;
}
.sub-menu ul li:last-child{
    margin: 0;
    border: 0;
}
.sub-menu ul li a {
    width: 100%;
  display: block;
  text-align: left;
  padding: 10px;
  font-size: 14px !important;
  color: #444 !important;
  text-decoration: none !important;
  font-family: 'GilroyMedium' !important;
  text-align: left;
}
.sub-menu ul li:hover a {
    color: #fff !important;
}
.header-menu ul li:hover .sub-menu{
    display: block;
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a{
    font-size: 16px;
  color: white;
  text-decoration: none;
  font-family: 'GilroyMedium';
    transition: color 0.3s ease-in;
}
/*.header-menu ul li:before {
	position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  z-index: -1;
  background-color: #CF1F48;
  opacity: 1;
  transition: all .4s ease-in;
  display: flex;
}
.header-menu ul li:after {
	position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  z-index: -1;
  background-color: #CF1F48;
  opacity: 1;
  transition: all .4s ease-in;
  display: flex;
}
.header-menu ul li:hover:before, .header-menu ul li:hover:after {
    height: 50%;
}*/
.header-menu ul li a img{
    width: 15px;
    margin-left: 15px;
}
.header-menu ul li a.active{
    color: #c9244a;
}
.dark-header{
    border-bottom: 1px solid rgba(68, 68, 68, 0.25);
    background: transparent;
}
.dark-header .header-menu ul li a{
    color: #444;
}
.dark-header .header-menu ul li a.active{
    color: #c9244a;
}
.dark-header .header-menu ul li:hover a, .header-menu ul li:hover a{
    color: #c9244a;
}
@media screen and (max-width: 1440px) {
    .header-menu ul li{
        margin-right: 2%;
    }
    .header-menu ul li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 992px) {
    .mobile-menu-btn-container {
        display: flex;
        margin-left: 10px;
    }
    .header-menu{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header{
        padding: 15px 10%;
    }
}

/* language custom select box starts */
.lang-translate-btn{
    display: flex;
  justify-content: center;
  align-items: center;
}
.lang-translate-btn button{
width: 40px;
  height: auto;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
    }
.lang-translate-btn button img{
width: 100%;
  height: auto;
  }
  .lang-translate-btn button i{
    font-size: 24px;
    color: #222;
  }
.lang-translate-btn button i.color-white{
        color: #fff;
  }
  .goog-te-gadget {
  width: 100%;
}
.goog-te-gadget-simple {
  width: 100%;
  display: flex !important;
  justify-content: space-between !important;
}
.goog-te-gadget-simple{
    background-color: #eff1f2 !important;
  border: 0 !important;
  font-size: 14px !important;
  padding: 14px !important;
}
.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  width: 100%;
  background: #eff1f2;
  padding: 10px;
  border: 0;
}
/* custom language select box */
.custom-language-select {
	position: relative;
	width: 60px;
	font-family: Arial, sans-serif;
}

.custom-language-select-box {
	display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 4px;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
}
.header .custom-language-select-box {
    background: transparent;
    color: white;
}
.dark-header .custom-language-select-box {
    background: transparent;
    color: black;
}
.home-header .custom-language-select-box {
    color: white;
}
.custom-language-select-box img{
	width: 20px;
	margin-right: 7px;
}
.custom-language-select-box-arrow {
	font-size: 14px;
}

.custom-language-select-box-options {
	display: none;
	position: absolute;
	width: 100%;
	background: white;
	border: 1px solid #ccc;
	border-top: none;
	max-height: max-content;
	overflow-y: auto;
	z-index: 10;
}

.custom-language-select-box-option {
	padding: 4px;
  	cursor: pointer;
  	display: flex;
  	align-items: center;
  	font-size: 12px;
}
.custom-language-select-box-option img{
	width: 20px;
	margin-right: 7px;
}
.custom-language-select-box-option:hover {
	background: #eee;
}
/* custom language select box */
    	
/* Hide default Google Translate widget */
#google_translate_element {
    display: none;
}
/* Custom dropdown styling */
/*.lang-select, .lang-select:hover, .lang-select:focus, .lang-select:active {
    width: 100px;
    height: auto;
    padding-left: 30px;
    font-size: 14px;
    background: url('https://flagcdn.com/w40/us.png') no-repeat left center;
    background-size: 20px 15px;
    border: 0;
    appearance: none;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
}
.home-header .lang-select {
    color: white;
}
.lang-select option{
    background: transparent;
    color: black;
}
.lang-translate, .lang-translate:hover, .lang-translate:focus, .lang-translate:active {
    background: transparent;
  border: 0;
  padding: 5px 10px;
  width: 100px;
  font-size: 14px;
  outline: 0;
  box-shadow: none;
}
.home-header .lang-translate {
    color: white;
}
.lang-translate option{
    background: transparent;
    color: black;
}
.custom-translate {
    font-size: 14px;
  padding: 2px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  color: black;
  font-weight: bold;
  width: 70px;
}
.home-header .custom-translate {
    color: white;    
}
.custom-translate option{
    background: transparent;
    color: black;
}*/

/* Prevent translation */
.notranslate {
    unicode-bidi: isolate; /* Ensures the text is ignored by Google Translate */
}
.skiptranslate iframe{
	display: none;
}
.translated-rtl body, .translated-ltr body{
	top: 0 !important;
}

/*.skiptranslate iframe{
    display: none;
}
.translated-rtl body, .translated-ltr body{
    top: 0 !important;
}
#google_translate_element{
    z-index: 999;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 15px 7% 0 7%;
}*/
/*.goog-te-combo {
	background: transparent;
	color: white;
	width: 150px;
	border: 0;
	outline: 0;
	box-shadow: none;
}
.goog-te-gadget {
    color: transparent !important;
}
.goog-te-gadget span{
    display: none !important;
}*/
/* language custom select box ended */

.d-content-center{
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
  
.footer{
    
}
.footer-row-1{
    display: flex;
    align-items: center;
  justify-content: center;
    padding: 15px 0;
    /*background: rgba(0, 85, 204, 0.05);*/
}
.footer-row-1.border-top-1{
    border-top: 1px solid rgba(68, 68, 68, 0.25);
}
.footer-row-1 p{
    font-size: 16px;
    margin: 0;
}
.footer-row-1 ul{
    list-style: none;
    display: flex;
    margin: 0;
}
.footer-row-1 ul li{
    margin-right: 15px;
}
.footer-row-1 ul li:last-child{
    margin-right: 0;
}
.footer-row-1 ul li a img{
    width: 30px;
}
.footer-row-2{
    padding: 70px 20% 70px 5%;
    background:#222;
}
.footer-h2-title{
    font-family: 'GilroyBold';
  color: white;
  font-size: 18px;
  margin: 0 0 15px 0;
}
.footer-links{
    list-style: none;
    padding-left: 0;
}
.translated-rtl .footer-links{
    padding-right: 0;
}
.footer-links li{
    margin: 0 0 10px 0;
}
.footer-links li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}
.color-yellow{
    color: #ffc50d;
}
.footer-btn, .footer-btn:hover, .footer-btn:focus, .footer-btn:active{
    background: rgba(255, 255, 255, 0.9);
  padding: 7px 25px;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  font-family: 'GilroyMedium';
  display: flex;
  align-items: center;
  border-radius: 7px;
    color: #444;
}
.footer-btn i{
font-size: 14px;
}
.a-link{
    text-decoration: none;
}
.footer-row-3{
    padding: 15px 5%;
    display: flex;
}
.footer-row-3-left{
    width: 50%;
}
.footer-row-3-right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.dd-copyright {
  color: rgb(34, 34, 34);
  font-size: 12px;
  margin: 0;
  text-align: center;
}
.dd-copyright img {
  width: 70px;
}

.footer-row-3 ul{
    list-style: none;
    padding-left: 0;
    color: #444;
    font-size: 12px;
    display: flex;
    margin: 0;
}
.footer-row-3 ul li{
    margin-right: 15px;
}
.footer-row-3 ul li:last-child{
    margin-right: 0;
}
.footer-row-3 ul li{
    margin: 0 30px 0 0;
}
.footer-row-3 ul li a{
    text-decoration: none;
    color: #444;
    font-size: 12px;
}
.footer-sm-links{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 7px 0;
}
.footer-sm-links li a img{
    width: 30px;
    margin-right: 10px;
}
@media screen and (min-width: 1440px) {
    .footer-bg{
        background-image: url('../images/pvs-footer-image.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }
}
@media screen and (max-width: 1440px) {
    .footer-row-2 {
        padding: 50px 5%;
    }
}
@media screen and (max-width: 768px) {
    .max-768-mb-30{
        margin: 0 0 30px 0;
    }
    .max-768-mb-0{
        margin: 0;
    }
    .max-768-d-none{
        display: none;
    }
    .footer-row-2 {
        padding: 50px 10%;
    }
    .footer-row-3 {
        padding: 15px 10%;
    }
    .footer-row-1{
        padding: 15px 10%;
    }
    .footer-row-1 p {
        font-size: 14px;
    }
    .footer-row-1 ul li a img {
        width: 25px;
    }
}
@media screen and (max-width: 575px) {
    .footer-row-3-left{
        width: 30%;
    }
    .footer-row-3-right{
        width: 70%;
    }
}
@media screen and (max-width: 425px) {
    .footer-row-3{
        flex-wrap: wrap;
    }
    .footer-row-3-left, .footer-row-3-right{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}