* {
  font-family: "Mulish";
}

.font-source-sans-pro {
  font-family: "Source_Sans_Pro" !important;
}

#nav-theme-language-changer-search {
  padding-top: .5%;
}

#form-search {
  display:none; width: 300px; height:30px;
}

#search-id {
  padding-top: 2%; cursor: pointer;
}

#theme-changer-id{
  padding: 0 !important;
  padding-left: 15% !important; padding-right: 5% !important;
}
.btn-theme-toggler {
  padding: 0!important; padding-top:5% !important;
}

#language-changer-id {
  
}
.btn-language-toggler {
  padding: 0!important;
}

.lang-icon-active img.use{
  filter:grayscale(75%) brightness(200%);
}

.img-toggler-english {
  filter:grayscale(55%);
}
.span-toggler-english {
  padding-left: 25%;
  font-size:95%
}

#overlay-results h2 {
  color: aliceblue;
}

#ictom_industries div.border-left-right{
  margin-bottom: 1%;
}

.industries-txt {
  background-color: aliceblue;
  height: 40px;
}
.card-img-industry:hover .industries-txt{
  height: unset !important;
  min-height: 40px !important;
}
.card-img-industry .industries-txt.active{
  height: unset !important;
  min-height: 40px !important;
}
.card-img-industry:hover .industries-txt p{
  text-decoration:underline !important;
}
.card-img-industry:hover {
  cursor: pointer;
}
.card-img-industry img{
  overflow: hidden;
  position: relative;
  transition: .5s ease all;
}
.card-img-industry:hover img{
  transform: scale(1.1);
}


.card-img-industry {
  margin: .25em;
  padding: 0px !important;
  width: 15rem !important;
  height: 12rem !important;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
/*  border-radius: 2.5%;*/
  -webkit-transform: skew(3deg);
  -moz-transform: skew(3deg); 
  -o-transform: skew(3deg); 
  border: 1px solid rgba(231, 188, 97, 0.8) !important;
}
.industries-txt p {
  font-family: 'Montserrat';
  margin-top: 3%;
  margin-left:3%;
  margin-bottom:3%;
  color: rgba(202, 142, 10, 0.8);
  -webkit-transform: skew(-3deg);
  -moz-transform: skew(-3deg);
  -o-transform: skew(-3deg); 
}


[data-bs-theme="dark"] {
  --bs-body-bg: #212529;
  --bs-secondary-bg: #343a40;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-body-bg: #000;
  --bs-secondary-bg: #1a1d25;
  --bs-tertiary-color: rgba(192, 195, 198, 0.5);
}
:root, [data-bs-theme="light"] {
  --bs-dark-rgb: 33,37,41;
  --bs-dark-rgb: 0,0,0;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.iti__country-list {
  background-color: var(--bs-body-bg) !important;
}

@media (max-width:375px) {
  .iphone-8-size-hide{
    display: none;
  }
}

@media (max-width:414px) {
  .iphone-8-plus-hide{
    display: none;
  }
}

@media (min-width:320px) {
  .iphone-se-size-hide{
    display: none;
  }
}
@media screen and (orientation:portrait) {
  /* Portrait styles */
}
@media screen and (orientation:landscape) {
  /* Landscape styles */
}



.invert-colors {
  -webkit-filter: invert(100%);filter: invert(100%);
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}





/*  RazorXio slide button effect  */
.button-slide {
  color: #d89402;
  border: 2px solid #fca164;
  border-radius: 0px;
  padding: 12px 15px;
  display: inline-block;
  font-family: "Comfortaa";
  font-size: 14px;
  /*letter-spacing: 1px;*/
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #d89402;
  -webkit-transition: ease-out 0.7s;
  -moz-transition: ease-out 0.7s;
  transition: ease-out 0.7s;
  width: 251px;
}
.slide-right:hover {
  box-shadow: inset 400px 0 0 0 #d89402;
  color: #fff;
  border-radius: 25px;
}
.button-slide-reversed {
  color: #fff;
  border: 2px solid #d89402;
  border-radius: 0px;
  padding: 12px 15px;
  display: inline-block;
  font-family: "Comfortaa";
  font-size: 14px;
  /*letter-spacing: 1px;*/
  cursor: pointer;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, .7);
  -webkit-transition: ease-out 0.7s;
  -moz-transition: ease-out 0.7s;
  transition: ease-out 0.7s;
  width: 251px;
  background: #d89402;
}
.slide-right-reversed:hover {
  box-shadow: inset 400px 0 0 0 rgba(255, 255, 255, .7);
  color: #572503;
  border-radius: 25px;
}

.button-slide-reversed.black-white {
  color: var(--bs-body-bg);
  border: 2px solid var(--bs-body-color);
  border-radius: 0px;
  padding: 12px 15px;
  display: inline-block;
  font-family: "Comfortaa";
  font-size: 14px;
  /*letter-spacing: 1px;*/
  cursor: pointer;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, .7);
  -webkit-transition: ease-out 0.7s;
  -moz-transition: ease-out 0.7s;
  transition: ease-out 0.7s;
  width: 251px;
  background: var(--bs-body-color);
}
.slide-right-reversed.black-white:hover {
  box-shadow: inset 400px 0 0 0 var(--bs-body-bg);
  color: var(--bs-body-color);
}
/*

@media (max-width:576px) {
  .button-slide,.button-slide-reversed,.button-slide-reversed.black-white{
    width: 175px;
  }
}
*/



.dropdown-theme {
  background: rgba(0, 0, 0, 0);
}
.dropdown-item-theme {
  background: rgba(0, 0, 0, 0); 
}
.dropdown-item-theme:hover {
  background: rgba(216, 148, 2, 0.5); 
}
.dropdown-item-theme:hover.active{
  background: rgba(216, 148, 2, 1);
}
.dropdown-item-theme.active{
  background: rgba(216, 148, 2, 1);
}
.dropdown-item-theme.active > img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%) !important;
}
#bd-theme {
  border: 0;
}


@media (max-width:550px) {
  .dropdown-theme {
    background: var(--bs-body-bg);
  }
}




.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) rgba(202, 142, 10, 0.8) !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) rgba(202, 142, 10, 0.8) !important;
}



.border-left-right {
  width: 100%;
  height: 50px;
  margin: 50px 0;
  text-align: center;
  font-size: 28px;
  position: relative;
  background-color: var(--bs-body-bg);
}
.border-left-right:after {
  content: '';
  width: 100%;
  border-bottom: solid 1px rgba(202, 142, 10, 0.8);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.inner-border-left-right {
  padding: 0 20px 0 20px;
  position: relative;
  margin: 0;
  
  background-color: var(--bs-body-bg);
  z-index: 3;
  width: auto;
  display: inline-block;
}



.parallelogram-border {
  margin: .25em;
  padding: 0px !important;
  max-width: 70%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg); 
  -o-transform: skew(15deg); 
  border: 1px solid rgba(231, 188, 97, 0.8) !important;
  
}
.parallelogram-border-txt {
  display: inline-block;
  margin: 3%;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg);
}


@media (max-width:768px) {  
  .parallelogram-border {
    max-width: 130%;
  }
}


.arrow {
  border: solid black;
  border-width: 0 9px 9px 0;
  display: inline-block;
  padding: 9px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


.showing-changers{
  z-index: 1031;
  margin-top: 5px;
  padding-right: 51.2px !important;
}
.showing-search-bar{
  z-index: 1031;
  margin-top: 5px;
  padding-right: 1.52px !important;
}

@media (min-width: 992px) {
  #form-search{
    margin-right: 15.1px !important;
    margin-top: 7.1px;
  }
}

#form-search{
  margin-right: 52.1px;
}
#input-form-search {
  background: rgba(0, 0, 0, 0);
  border-radius: 0 !important;
}
#input-form-search:hover {
  background: rgba(255, 255, 255, 0.5);
}




.overlay-results {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  backdrop-filter: blur(5px); /* Apply a blur effect */
  z-index: 1099; /* Ensure the overlay is on top of everything */
}

.modal-results {
  background-color: #00021b;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  width: 75%;
}

#close-overlay {
  background-color: wheat;
  color: #00021b;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}


.top {
  --offset: 50px; 
  
  position: sticky;
  bottom: 20px;      
  margin-right:10px; 
  place-self: end;
  margin-top: calc(100dvh + var(--offset));
  
  text-decoration: none;
  padding: 10px;
  font-family: sans-serif;
  
  white-space: nowrap;
}

#scroll-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  
  border: none;
  outline: none;
  color: var(--bs-body-bg);
  background: var(--bs-body-color);
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
}

ul.dropdown-theme {
  width: 70% !important;
}


@media (max-width: 992px) {
  #theme-changer-id ul.dropdown-theme {
    background: var(--bs-body-bg) !important;
  }
  #language-changer-id ul.dropdown-theme {
    background: var(--bs-body-bg) !important;
  }
  #theme-changer-id ul.dropdown-theme li {
    background: var(--bs-body-bg) !important;
  }
  #language-changer-id ul.dropdown-theme li {
    background: var(--bs-body-bg) !important;
  }
}

img.use.theme-changer{
  bottom: 2px;
  position: relative;
}

#form-search {
  flex-direction:row;  
  border:1px solid grey;
  padding:1px;
}

#input-form-search{
  flex-grow:2;
  border:none;
}
#input-form-search:focus {
  outline: none;
}
#form-search:focus-within { 
  outline: 1px solid rgba(231, 188, 97, 1);
}
#btn-input-search {
  background: rgba(231, 188, 97, 0.3);
  color: white;
  cursor: pointer;
  width: 12%;
}
#btn-input-search i{
  margin-left: 25%;
}
#form-search .form-control:focus {
  box-shadow: 0 0 0 .15rem rgba(231, 188, 97, 3);
}




address {
  display: block;
  font-style: italic;
}



.spin {
  top:50%;
  left: 50vw;
  position: fixed;
  z-index: 1033;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


.overlay-spin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  backdrop-filter: blur(5px); /* Apply a blur effect */
  z-index: 1032; /* Ensure the overlay is on top of everything */
}

/*html { visibility:hidden; }*/



.btn-language-toggler:hover{
  background-image: linear-gradient(to right, rgba(255, 201, 128, 0.8), rgba(255, 201, 128, 0.8));
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 95% 3px;
  padding-bottom: 5px !important;
  border-radius: 0px !important;
}
#search-id i:hover{
  background-image: linear-gradient(to right, rgba(255, 201, 128, 0.8), rgba(255, 201, 128, 0.8));
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  padding-bottom: 5px !important;
}
.btn-theme-toggler:hover{
  background-image: linear-gradient(to right, rgba(255, 201, 128, 0.8), rgba(255, 201, 128, 0.8));
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 95% 3px;
  padding-bottom: 5px !important;
  border-radius: 0px !important;
}



#cookies_msg {
  font-size: 75%;
  opacity: .85;
  z-index: 997;
  width: 36.1%;
}
#x_cookie a{
  font-size: 113%;
  cursor: pointer;
  text-decoration: none;
  float: right;
  color: gray;
}
#x_cookie{
  margin-top: -1.25%;
  padding-right: 0.52%;
}


@media (max-width: 1400px) {
  #cookies_msg {
    width: 513px !important;
  }
  #x_cookie {
    font-size: 103% !important;
    
  }
}
@media (max-width: 1200px) {
  #cookies_msg {
    width: 513px !important;
  }
  #x_cookie {
    font-size: 103% !important;
    
  }
}
@media (max-width: 992px) {
  #cookies_msg {
    width: 513px !important;
  }
  #x_cookie {
    font-size: 103% !important;
    
  }
}
@media (max-width: 768px) {
  #cookies_msg {
    width: 513px !important;
  }
  #x_cookie {
    font-size: 103% !important;
    
  }
}
@media (max-width: 576px) {
  #cookies_msg {
    width: 100% !important;
  }
  #x_cookie {
    font-size: 103% !important;
  }
}
