@font-face {
  font-family: 'NINO';
  src: url('../fonts/bpg_nino_mtavruli_normal.ttf');
}
*{
  font-family: NINO; 
}

body{
overflow-x: hidden;

}
nav{
  background-color: #00746B;
  transition: .2s;
}
.navbar-transparent{
  background-color: rgba(0, 116, 107, .75);
}

.navbar-nav .nav-link{
color: #fff ;

}
.navbar-nav .nav-link:hover{

color:rgba(255,255,255,.75);

}
.navbar-nav .nav-item{

margin-right:0.85rem;

}
.navbar-toggler{
border:1px solid #fff;  
}

.navbar-toggler i{

    color:#fff;

}
.landing_img{

    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    height:calc(100vh - 70px);
    background-size:100% auto ;
    margin-top: 70px;
}
.landing_img h1{

    background-color: rgba(0,116, 107, .75);
    color: #fff;
}
.owl-carousel .item{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.owl-carousel .item .card{
  transition: .3s;
}
.owl-carousel .item .card:hover{
  padding: 8px;
  box-shadow: 0px 5px 20px  rgba(109, 114, 114, 0.271);
  cursor: pointer;
  
}
 
.container-1 {
    display: grid;
    grid-template-columns: 300px 300px 300px;
    grid-gap: 50px;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ffffff;
   
  }
  
  .cards{
    background-color:rgba(0,116, 107, .75);
    height: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
   color:#fff;

  }
  
  .card__name {
    margin-top: 15px;
    font-size: 1.5em;
  }
  
  .card__image {
    height: 220px !important;
    width: 160px !important;
    border-radius: 50%;
    border: 5px solid #00746B;
    margin-top: 20px;
    box-shadow: 0 10px 50px  rgba(55, 168, 168, 0.671);
  }
  
  
  .draw-border {
    box-shadow: inset 0 0 0 4px #58cdd1;
    color: #58afd1;
    -webkit-transition: color 0.25s 0.0833333333s;
    transition: color 0.25s 0.0833333333s;
    position: relative;
  }
  
  .draw-border::before,
  .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0rem;
    height: 0;
    bottom: 0;
    right: 0;
  }
  
  .draw-border::before {
    border-bottom-width: 4px;
    border-left-width: 4px;
  }
  
  .draw-border::after {
    border-top-width: 4px;
    border-right-width: 4px;
  }
  
  .draw-border:hover {
    color: #ffe593;
  }
 
  .social-icon {
    padding: 0;
    list-style: none;
    margin: 1em;
  }
  
  .social-icon li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1em;
  }
  
  .social-icon i {
    color: #fff;
    position: absolute;
    top: 0.95em;
    left: 0.96em;
    transition: all 265ms ease-out;
  }
  
  .social-icon a {
    display: inline-block;
  }
  
  .social-icon a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #00746B,#28a7468f);
    transition: all 265ms ease-out;
  }
  
  .social-icon a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
  }
  
  .social-icon a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #5ab3a1;
  
  }
  
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    font-size: 1.2em;
  }
 .card img{
    height: 170px;
    max-width: 100%;
  }
   .card{
   min-height: 25rem;
   max-height: 25rem;
 }
  .custom-btn{
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
 }

 .parallax{
   background-image: url(../images/bg.jpg);
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 100%;
 }
 .footer-section{
 background-color: #f5f7fa;

 }
 .btn-green{
  background-color: #00746B;
 color:#f5f7fa;
 }
 .socialBtn{
  
    font-size: 2rem;
    color: #000;
    transition: .2s;
 }
 .btn-green:hover{
background-color: #f5f7fa;
  color:#00746B;
  border: 1px solid #00746B;
 }
 .socialBtn:hover{
 color:#00746B;


 }
 #scrollDown{
  position: absolute;
  bottom: 89px;
  left: 50%;
  font-size: 3rem;
  color: #fff;
  animation-iteration-count: infinite ;
}
#scrollTop{
  opacity: 0;
 position: fixed;
 right:10px;
 bottom: 30px;
 color:#f5f7fa;
font-size: 2rem;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
border-radius: 50%;
background-color: #00746B;
z-index: 99999;  
box-shadow: 0px 5px 15px rgba(0, 116, 107,.50);
transition: all .3s;
}

@media screen and (max-width: 768px ){
.section-news{
    position: relative;
    top:400px;
}
}

 