@font-face{
	 font-family: 'Nino';
	 src: url('../fonts/bpg_nino.ttf');
}

.@font-face{
	 font-family: 'Normal';
	 src: url('../fonts/bpg_glaho.ttf');
}

ul{
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}

p{
	 margin: 0;
	 padding: 0; 
}

a{
	 text-decoration: none;
}

a:hover{
	  text-decoration: none;
}

:root{
 --def_color: #17a9a4;

}

body{
	font-family: 'Normal' !important; 
}

nav  ul  li  a{
	 font-family: 'Nino';
}

.rt-icon2-brush:before{
	 content: "";
}

.intro-layer .grey{
    font-size: 35px;
    line-height: 45px;
    font-family: 'Nino';
}

h1, h2, h3,  h5, h6, label{
	font-family: 'Nino';
}

.card-title a{
	color: #0e7a77;
	
}

label{
	 color: grey;
}

.required{
	 color: #ff000061;
}

.table_section h3 {
   text-align: center;
   font-size: 17px;
   line-height: 34px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #0be3db;
}

.justify-content-center{
	 justify-content: center;
	 display: flex;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.navbar-nav li{
	 position: relative;
}

.navbar-nav .active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -8px;
    left: 50%;
    background-color: #fffefe;
}

.navbar-nav li:after{
	content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fffefe; 
    transition: .5s;
}

.info{
	 padding: 70px 0;
	 background-color: #17a9a40d;
}

.info_text strong{
	  font-family: Nino;
	  margin: 20px 0;
	  display: block;
}

section{
	 margin-bottom: 50px;
}

.navbar-nav li:hover:after{
	width: 100%;
}

.bg-default{
	background-color:  var(--def_color);
}

.top_header{
	 background-color: #000000b8;
	 padding: 15px 0;
}

.add_banner{
	padding: 25px 0;
    background-color: #0e7a77;
}

#Image_Parent{
	margin-bottom: 20px;
}

.add_banner h2{
   color: white;
   padding-top: 8px;
}

.code{
    display: block;
    margin: 10px 0;
    text-align: center;
    font-size: 2rem;
    color: #d73b3b;

}

.top-contact{
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}

.top-contact li a{
	 padding: 5px 0;
	 display: block;
	 margin-right: 10px;
	 text-decoration: none;
	 color: white;
}

.top-contact li a:hover{
	color: #0be3db;
}

.top-contact li a i{
	vertical-align: middle;
	margin-right: 5px;
	font-size: 13px;
}

.Banner{

	 background-color: #00000052;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-blend-mode: darken;
}

.add_btn{
	background-color: #25c1bb;
    color: white;
    border: 1px solid #056a67;
    font-family: Nino;
    transition: .5s;
}

#Image_Parent img{
	    width: 100%;
	    object-fit: cover;
}

.add_btn:hover{
        background-color: transparent;
        color: #25c1bb;
}

.add_btn i{
	 margin-right: 7px;
}

.banner_text{
	 padding: 100px 30px;
	 background-color: #47474726;	 
}

.banner_text h1{
	 font-size: 40px;
	 color: white;
	 font-family: 'Nino';
	 text-align: center;
}

.banner_text p{
	 color: white;
	 font-family: 'Nino';
	 text-align: center;
}

footer{
	padding: 50px 0 0 0;
	background-color: #1e8581;
}

.service_card{
    text-align: center;
    padding: 10px;
    box-shadow: 3px 3px 8px 3px #0000004a;
    perspective: 1000px;
    min-height: 200px;
}

.service_card:hover{
   box-shadow: 5px 5px 8px 3px #0000004a;
}

.service_card:hover .icon{
   transform: rotateY(180deg);
}


.service_card .icon{
	 width: 100px;
	 height: 100px;
	 border-radius: 50%;
	 margin: 0 auto;
	 background-color: var(--def_color);
	 text-align: center;
	 position: relative;
	 margin-bottom: 30px;
	 transition: 1s;
	 transform-style: preserve-3d;
}

.service_card  h2{
	   font-size: 1.1rem;
}

.service_card .icon i{
	 color: white;
	 display: block;
	 font-size: 50px;
	 vertical-align: middle;
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
}

.Us{
	padding: 30px 10px;
    background-color: #17a9a4;
    text-align: center;
    border-radius: 15px;
    border-top-left-radius: 0;
    color: white;
    margin-bottom: 20px;
    position: relative;
    transition: .5s;
}

.Us .icon{
    position: absolute;
    left: 0px;
    top: -4px;
    color: #fdfdff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000b8;
    font-size: 12px;
}

.avakuator img{
	 height: 250px;
	 width: 100%;
	 object-fit: cover;
}

.avakuator{
	  border: none;
	  box-shadow: 6px 4px 4px 1px #00000014;
}

.avakuator .card-body{
	    padding: 15px 10px;
}

.avakuator .btn-primary{
   background-color: #319321;
    border-color: #27daad;
    margin-top: 10px;
    display: block;
	font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Nino';
}

.avakuator span{
	 position: absolute;
	 top: 5px;
	 right: 5px;
	 padding: 5px 20px;
    background-color: #00000070;
    color: white;
    font-family: 'Nino';
    font-size: .8rem;
    border-radius: 3px;
}

.carousel-item{
	 height: 350px;
	
}

.background-image{
	position: absolute;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
 -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.article_content h3{
	font-family: Nino;
	font-size: 1.2rem;
	margin: 30px 0;
    border-left: 3px solid #b50c0c;
    padding-left: 15px;
	
	
}

.carousel-item img{
	  height: 100%;
	    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  object-fit: contain;


}

.carousel-control-next, .carousel-control-prev{

	border: none;
	background-color: transparent;
	cursor: pointer;
}

.avatar img{
    width: 60px;
    border-radius: 50%;
    	    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.contact_person{
	 display: flex;
	 flex-direction: column;
	 width: 100%;
	 align-items: flex-start;
	 justify-content: space-between;

}

.avatar{
	width: 100%;
    height: 150px;
    background-color: #17a9a445;
    position: relative;
}

.contact_person h2{
	 color: grey;
	 margin: 20px 0;
	 color: grey;
	 font-size: 1.3rem;
}

.contact-info a{
	 text-decoration: none;
	 display: block;
	 padding: 10px 15px;
	 background-color: #b50c0c;
	 color: white;
	 font-weight: bold;
	 text-align: center;
}

.add_info{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #419f9b;
    margin-bottom: 25px;
	align-items: center;
}

.comments{
	margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #17a9a44a;
}

.add_info h5{
	margin: 0;
	color: white;
	font-size: .9rem;
}

.add_info i{
	 margin-right: 7px;
	 color: #b50c0c73;
}


.Us .icon:after{
    content: "";
    position: absolute;
    background-color: #000000b8;
    width: 5px;
    height: 5px;
    left: 28px;
    top: 1px;
    transform: rotate(45deg);
}

.Us:hover{
	 transform: scale(1.1);
}

.Us p {
	margin: 0;
}

.Detail_us{
	 position: relative;
	 padding: 15px 10px; 
}

.Detail_us .icon{
    position: absolute;
    left: 0px;
    top: 18px;
    color: #4ed522;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00000012;
    font-size: 12px;
    border-radius: 50%;
}

.Detail_us strong{
	 display: block;
	 padding-left: 20px;
	 margin-bottom: 15px;
}

.confirmed_job{
	 padding: 15px 10px;
	 text-align: center;
	 border-left: 3px solid #17a9a4;
}

.confirmed_job .count{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #17a9a4;
    margin-bottom: 15px;
}



abbr[data-original-title], abbr[title]{
	 text-decoration: none;
}

.vehicles_card{
	position: relative;
	background-color: #0000ff66;
	background-blend-mode: lighten;
}

.vehicles_card strong{
    display: block;
    padding: 10px;
    color: white;
	position: relative;
	font-family: Nino;
	z-index: 2;
	transition: 0.5s;
	background-color: #000000bd;
	width: 100%;
}

.sedan{

    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 250px;
	display: flex;
    align-items: flex-end;
	
    
}

.sedan:hover strong{
	  color: #17a9a4;
}
.sedan:hover:after{
	 opacity: 0;
	
}

.sedan:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #17a9a46e;
	transition: 1s;
	
	
	
}



.tr_icon{
	position: absolute;
    right: 10px;
    top: 10px;
    background-color: #a96117;
    text-align: center;
    padding-top: 0px;
    border-radius: 3px;
    color: white;
    z-index: 3;
    padding: 3px 10px;
}

.blog_card .card_body p{
	
	margin-bottom: 30px;
	
}

.service_a{
	 text-decoration: none;
	 color: black;
}

.service_a:hover{
	 color: #17a9a4;
	 text-decoration: none;

}

.tr_icon i{
	 padding-top: 10px;
}

.section_title h2{
	 font-size: 20px;
    color: grey;

}

/* servisebi */

.service_title{
	 padding: 40px 0;	 
	 background-image: url('../images/service.png');
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 background-clip: padding-box;
}

.serv_title_par{
	 padding: 55px 0;
	 background-color: #0000008c;
     color: white;

}

.serv_title_par h1{
	 font-family: 'Nino';
	 font-size: 25px;
}

.footer_text p{
	 color: white;
}

.footer_links li a{
	 text-decoration: none;
	 color: white;
	 line-height: 38px;
}

.footer_links li a:hover{
	 color: #0bede5;
}

.footer_links{
	 list-style-type: none;
}

.footer_title{
   color: #564f4fa6;
}

.social_icons{
   display: flex;
   justify-content: space-between;
   padding: 0px 132px 27px 0px;
   margin-top: 13px;
}

.footer_logo{
	 margin-bottom: 0.5rem;
}

.social_icons a{

    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #12d9d140;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    box-shadow: 2px 3px 2px 1px #00000030;
}

.social_icons a:hover{
	 text-decoration: none;
	 transform: rotate(45deg);

}

.social_icons a i{
	   vertical-align: middle;
	   font-size: 12px;
}

.footer_contact ul li a{
	 color: white;
	 line-height: 38px;
}

.footer_contact ul li a i{
	margin-right: 10px;
}

.footer_contact ul li a:hover{
	 color: white;
	 font-size: 18px;
	 text-decoration: none;
}

.bootom_footer{
	background-color: #000000b8;
	padding: 10px 0;
}

.copy p{
	color: white;
	margin: 0;
	padding: 0;
}

/* statiebi */


.articles_header{
	  background-image: url('../images/blog_bg.webp');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
}

.blog_title{
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
}

.blog_card{
    position: relative;
	box-shadow: 6px 6px 8px 1px #14dbd442;
    border-radius: 10px;
}

.blog_card .card_body a{
	
	font-family: Nino;
	
}

.blog_card img{
	 width: 100%;
    height: 100%;
    transition: 1s;
    object-fit: cover;
}

.blog_body{
	  border-top-left-radius: 10px;
	  border-top-right-radius: 10px;
	  overflow: hidden;
	  height: 200px;
	  
}

.blog-title a{
	 color: grey;
}

.blog-title{
	 font-size: 18px;
	 margin-top: 15px;
}

.blog-title a:hover{
	 text-decoration: none;
	 color: #17a9a4;
}

.article-date{
    position: absolute;
    right: 0px;
    top: 6px;
    color: #f5fdfd;
    background-color: #08c5be;
    padding: 0 10px;

}

.card_body{
	 padding: 15px 10px;
	 border-bottom-right-radius: 10px;
	 border-bottom-left-radius: 10px;
    padding-bottom: 15px;
    background-color: #80808021;
}

.buttons{
	 display: flex;
	 justify-content: space-between;
}

.buttons a{
	 width: 50%;
}

.buttons a:first-child{
	 margin-right: 5px;
}

.blog_body:hover img{
	 transform: scale(1.1);
}

.blog_img_parent{
	 height:  300px;
	 overflow: hidden;
}

.blog_img_parent img{
	 height: 100%;
	 max-width: 100%;
	 display: block;
	 margin: 0 auto
}

.blog_single_body{
	
	 border: 1px solid #17a9a40f;
     padding: 50px 20px;
     box-shadow: 2px 2px 6px 1px #06060630;
}

.blog_single_title{
	 text-align: center;
	 margin-top: 20px;
	 color: #1e8581;
	 font-size: 25px;
}


/* chvens shesaxeb */

.about_header{
	  background-image: url('../images/about-us.jpg');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover; 
}

.about_image{
	 width: 100%;
    filter: blur(3px);
}


/* kontaqti */

.contact_header{
	  background-image: url('../images/contact-us.webp');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;   
}

.invalid-feedback{
	display: block;
}

.contact_phones a{
    display: block;
    padding: 10px 15px;
    background-color: #11c9c3;
    color: white;
    border-radius: 15px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}

.contact_phones a:hover{
	 font-weight: bold;
	 background-color: white;
	 border: 1px solid #11c9c3;
	 color: #11c9c3;
}

.contact_address{
	 display: flex;
     align-items: center;
}

.contact_icon{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 40px;
    margin-left: auto;
    margin-right: 30px;
    text-align: center;
    background-color: #17a9a4;
    color: white;
}

.contact_icon i{
	 vertical-align: bottom;
}

.contact_address p, .contact_address a{
    color: grey;
    font-size: 17px;
}

.margintop_40{
	 margin-top: 40px;
}

.contact_address a:hover{
	 color: #17a9a4;
}

.btn-def-color{
     background-color: #11c9c3;
     border: 1px solid #12dfd8;
	 color: white;
	 font-family: 'Nino';
}

.btn-def-color:hover{
     background-color: #17a9a4;
}

/* faq */


.faq_header{
	  background-image: url('../images/faq.jpg');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;   
}

.panel-heading{
	     padding: 10px 15px;
         background-color: #13c9c3;
         border-radius: 5px;
         margin-bottom: 10px;
}

.panel-title a{
	 color: white;
	 display: block;
}

.panel-body{
	 margin-bottom: 20px;
}
.panel-title{
	 font-size: 17px;
     margin: 0;
}

.mobile_number{

	 display: none;
	 position: fixed;
	 background-color: #0b7a77;
     padding: 10px 15px;
     text-align: center;
	 bottom: 0;
	 left: 0;
	 right: 0;
	  color: white;
	 font-weight: bold;
	 z-index: 9999;
	

}

.mobile_number:hover{
 
    color: #78aef1;
    
}

.messenger{
	 position: fixed;
	 bottom: 30px;
	 right: 20px;
	 display: block;
	 width: 70px;
	 height: 70px;
	 border-radius: 50%;
}

div[class*="col-"]{
	 padding-top: 15px;
	 padding-bottom: 15px;
}
.card-title {
    min-height: 50px;
}

.same{
	margin-top: 30px;
}

.same li{
	 display: flex;
	 margin-bottom: 30px;
}

.same li img{
	 display: block;
	 height: 100px;
	 width: 100px;
	 object-fit: cover;
}

.same li h3{
	font-size: 1rem;
	margin-left: 10px;
	color: grey;
	padding-top: 10px;
	
}
.same a{
	
	display: flex;
}

@media screen and (max-width: 768px){

.d_mb_none{
	 display: none;
}
.messenger{
 
    bottom: 80px;
    z-index: 5;
}

.add_info{
	flex-direction: column;
}


.top-contact {
	 justify-content: space-between;
}

.banner_text{
	 padding: 30px 10px;
	 width: 100% !important;
}

.vehicles_card, .confirmed_job{
	 margin-bottom: 15px;
}

.mobile_number{
	 
	 display: block;
}

.blog_card img{
	 height: auto;
	 width: 100%;
}

.blog_single_body{
	width: 100%;
}

.contact_icon{
	width: 60px;
    height: 60px;
    font-size: 29px;
    margin-bottom: 10px;
    margin-left: 0;
}

.navbar-nav .active:after{
	bottom: 0px;
    background-color: #0e010140;
}

.navbar-nav li:after{
	 display: none;
}

.panel-body {
    padding: 0 20px;
}
.footer_contact{
	 margin-top: 27px;
}


}