body{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
header{
  height: 100vh;
}
#offcanvasNavbar{
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/assets/bg/90714.jpg);
  background-size: cover;
  background-blend-mode: darken;
}
.offcanvas-body .nav-link i{
  transition: .4s;
}
.nav .nav-item{
  transition: .3s;
}
.lang-mobile-select{
  display: none;
}
.nav .nav-item:hover{
  background: rgba(115, 115, 115, 0.45);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.2px);
  -webkit-backdrop-filter: blur(9.2px);
  transition: .2s;
  border-top: 2px solid white;
}
.offcanvas-body .nav-link:hover i{
  color: white;
  transition: .4s;
}
.cut-on-5{
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cut-on-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cursor-pointer{
  cursor: pointer;
}
.object-bg{
  position: relative;
  background-image: url("/assets/bg/objects.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.object-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 41, 0.7);
  z-index: 1;
}
.object-content {
  position: relative;
  z-index: 2;
  color: white; /* Adjust the text color as needed */
}
.navbar-toggler:focus {
  box-shadow: none;
}
.msc-5{
  padding: 0 5em;
  margin: 0;
}
.toggler-btn, .logo-wr{
  z-index: 3333;
}
.nav-item .nav-link{
  color: white;
}
.default-icon{
  color: #404040;
}
.divider-colored{
  border-bottom: 2px solid #0948CA;
}
.gray-container{
  background-color: #FAFAFA;
}
.sort-card-btn, .more-btn{
  background-color: white;
}
.sort-card-btn:hover, .more-btn:hover{
  background-color: #0948ca;
  color: white;
}
.img-fitter{
  max-height: 300px;
}
.fs-7{
  font-size: 1em;
}
.fs-9{
  font-size: 32px;
}
.fs-11{
  font-size: 24px;
}
.fs-40{
  font-size: 40px;
}
.fs-78{
  font-size: 78px;
}
.fs-8{
  font-size: .7em;
}
.fs-48{
  font-size: 48px;
}
.fs-18{
  font-size:18px;
}
.fs-12{
  font-size: 12px;
}
.fs-20{
  font-size:20px;
}
.fs-64{
  font-size: 64px;
}
.lh-20{
  line-height: 20px;
}
.ls-4{
    letter-spacing: 4px;
}
.customers-logo{
  max-height: 82px;
}
.mt-15{
  margin-top: 15em;
}
.mt-30{
  margin-top: 30em;
}
.divider-y{
  margin-top: 1em;
  margin-bottom: 1em;
}
.external-link-icon{
  background-color: rgba(0, 0, 0, .2);
  color: #ffffff9c;
  z-index: 9999;
}
.external-link-icon.hovered{
  background-color: #0948ca;
  color: white;
}

.project-card-hover {
    min-height: 33em;
    max-height: 33em;
    overflow: hidden;
}
.news-row-1{
  margin-top: 2.25em;
}
.news-row-2{
  margin-top: 7em;
}
.project-card-hover img {
    transition: transform 0.3s ease;
}

.project-card-hover:hover img {
    transform: scale(1.02);
}

.project-card-hover .fa-external-link {
    transition: color 0.3s ease;
}

.project-card-hover:hover .fa-external-link {
    background-color: #0948ca;
    color: white;
}

.project-card-hover .card-title {
    transition: color 0.3s ease;
}

.project-card-hover:hover .card-title {
    color: #0948ca;
}
.card-text.overflow-hide{
  max-height: 7em;
  overflow: hidden;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #0d6efd;
}
.categories li:hover{
  background-color: #F3F6FC;
}
.active-menu {
    border-top: 2px solid white;
}
footer{
  background-color: #090b19;
}
.gutter-x{
  height: 88px;
}
.gutter-2x{
  height: 487px;
}
.list-footer{
  border-radius: 0;

}
.list-footer li{
  background-color: #090b19 !important;
  color: white;
  border-radius: 0;
  border-color: #272935;
  padding: 1em;
}
.card {
  border-color: #EEEEEE;
}


.my-6 {
  /* margin-top: 5em;
  margin-bottom: 5em; */
}

.customer-companies div.img {
  min-height: 64px;
  max-height: 64px;
}

.customer-companies .card{
  cursor: pointer;
  transition: .4s;
}
.customer-companies .card:hover{
  -webkit-box-shadow:inset 0px 0px 0px 2px #0948CA;
  -moz-box-shadow:inset 0px 0px 0px 2px #0948CA;
  box-shadow:inset 0px 0px 0px 2px #0948CA;
  transition: .4s;
}

.customer-companies .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.customer-companies .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.text-muted.mt-auto {
  margin-top: auto;
}

.customer-companies .card:hover .hover-desc{
  display: block !important;
}
.customer-companies .card:hover .img{
  display: none !important;
}
.offcanvas{
  z-index: 2222;
}
.offcanvas.w-90{
  width: 95%;
}
.img-gray-wrapper{
  background-color: #f5f5f5;
}
.vertically-center{
 margin: 0;
 position: absolute;
 top: 50%;
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.bg-gray-white{
  background-color: #fafafa;
}
.customers{
  background-color: #ffffff;
}
.customers-label{
  color: #73747c;
}
.customers-label::after{
  content: '';
  display: inline-block;
  border-top: 1px solid #9797a536;
  vertical-align: middle;
  width: calc(90% - 10px);
  margin-left: 10px;
  color: #9797a5;
}
.bg-gray{
  background-color: #f3f6fc;
}
.text-muted-cs{
  color: #b9bed0;
}
.border-cs{
  border-color: #EEEEEE !important;
}
.img-bg-report{
  background:url('/assets/main/iqti.jpg');
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  position: relative;
  width: 100%;
  height: 400px;
}
.direktor-img{
  background:url('/assets/main/head.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 450px;
}
.last-projects img{
  height: 360px;
}
.section-full{
  background-color: #090b19;
  width: 100%;
}
.img-full-w{
  max-width: 100%;
  max-height: 100%;
}
.card-on::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #050a31;
}
.full-div{
  max-width: 100%;
  max-height: 100%;
}
.direktor .wrapper{
  min-height: 450px;
}
.text-ggray{
  color: #6E7488;
}
.slash-margin{
  margin-top: 2.2rem;
}
/* .news-row .news:nth-child(3){
  margin-top: 4rem;
} */
.floating-desc{
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,0) 100%, rgba(255,255,255,1) 100%);
}
.prezident .bg-light{
  background-color: #f3f6fc !important;
}

@media only screen and (max-width: 600px) {
  .scroll-down{
    position: absolute;
    bottom: -15%;
    left: 20%;
  }
  .scroll-down .fa-arrow-down{
    padding: 2em;
  }
  .last-news-top{
    display: none;
  }
  .activity-more-btn{
    display: none;
  }
  .object-content .text-muted{
    color: white !important;
  }
  .last-projects-row .col-md-4:last-child{
    display: none;
  }
  .news-block .fw-bold{
    text-align: start !important;
  }
  .news-block .categories{
    display: none;
  }
}
