/*@import "contacts.css";*/
/*@import url("contacts.css");*/

@font-face {
  font-family: 'montserrat';
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format('ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'montserrat';
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format('ttf');
  font-weight: 700;
}

body {
    line-height: 1.25;
    font-family: 'montserat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden;
    margin: 0 auto;
}

.page {
  margin: 0 auto;
  max-width: 1200px;
}

.page_wrapper {
  clear: both;
  margin: 0 auto;
  width: auto;
  position: relative;
  padding: 0 15px;
}

.bg-blue {
  background-color: rgb(28, 28, 28);
}

.nav-link {
    color:white;
    text-transform: uppercase;
}

.nav-link:hover {
    color: rgb(246, 171, 54);
    transition: color 0.5s;
}

p>a, .card-body>a, li>a {
    text-decoration: none;
    color: black;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

p>a:hover, .card-body>a:hover, li>a:hover {
    color: rgb(246, 171, 54);;
}

.get_consult {
    display:none;
}

.card-service {
    height: 200px;
    object-fit: cover;
    object-position: center;
}

h2, h3 {
    text-align: center;
    padding: 2rem;
}

.card-container, .news-container {
    position: relative;
    transition: box-shadow 0.5s, background-color 0.5s;
    background-color: #f9f9fa;
    border: none;
}



.card-container:hover, .news-container:hover {
    background-color: white;
    box-shadow: 0px 0px 20px rgba(37, 51, 75, 0.15); 
}

.card-body {
    display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.news-container {
    height: 500px;
    margin-bottom: 4vh;
}

.news-container>img {
    height: 60%;
    object-fit: cover;
    object-position: center;
}

.card-container>div>a::before, .news-container>div>a::before {
    position: absolute;
    content: '';
    inset: 0; 
}

.card-container>div>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8125em;
    display: inline-block;
    padding-right: 0.875rem;
}

.card-container>div>a::after {
    content: "";
  display: block;
  position: absolute;
  left: 7rem;
  bottom: 1.125rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(45deg);
    transform: translateX(0) translateY(-50%) rotate(45deg);
}

.dropdown:hover .dropdown-menu {
      display: block;
}

.header {
  position: sticky;
  top: 0;
  z-index: 2;  
}

.cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}

.news-blcok {
    margin: 3rem 0 ;
}

.fa-s {
    position:relative;
}

.fa-s::before {
    content: "";
    background: url(../img/icons/call3.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    display: block;
    filter: invert(100%) sepia(76%) saturate(0%) hue-rotate(217deg) brightness(105%) contrast(105%);
    position: absolute;
    left: -40px;
    top: 1px;
}

.counter {
    font-weight: 800
}

.logo {
    position: relative;
    text-decoration: none;
    margin: 0 0 0 2.5rem;
}
/* 
.logo-footer {
    filter: unset;
}

.logo-footer::before {
    content: "";
    background: url(../img/Logo-01.png) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 50px;
    display: block;
    position: absolute;
    top: -8px;
    left: -32px;
}
 */
.logo::before {
    content: "";
    background: url(../img/Logo-01.png) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 50px;
    display: block;
    position: absolute;
    top: -15px;
    left: -40px;
   
}

.white-logo::before {
    filter: invert(100%) sepia(76%) saturate(0%) hue-rotate(217deg) brightness(105%) contrast(105%);
    top: -8px;
    left: -32px;
}

.logo-img {
    filter: invert(100%) sepia(76%) saturate(0%) hue-rotate(217deg) brightness(105%) contrast(105%);
}

ol>li, ul>li {
    margin: 1rem 0;
}


.bc_main {
    display: inline-block;
  vertical-align: middle;
  position: relative;
}

.bc_main::after {
    content: "";
    background: url(../img/icons/arrow-right2.svg) no-repeat center;
    display: block;
    position: absolute;
    background-size: contain;
    width: 2.5em;
    height: 2.5em;
    left: 100%;
    top: -50%;
}

.card-img-project {
    height:250px;
    object-fit: cover;
    object-position: center;
}

.row-inner {
    /* flex-direction: row; */
}