@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: #f93;

}

body{
	font-family: 'Normal' !important; 
}

nav  ul  li  a{
	 font-family: 'Nino';
}

div[class*="col-"]{
	padding: 15px;
}

.rt-icon2-brush:before{
	 content: "";
}

.navbar-nav li a{
	 padding: 15px 0;
}

.carousel-caption h1{
	font-size: 1.8rem;
}

.intro-layer .grey{
    font-size: 35px;
    line-height: 45px;
    font-family: 'Nino';
}

h1, h2, h3, label{
	font-family: 'Nino';
}

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 {
    background-color: #FF5326;
}

.justify-content-center{
	 justify-content: center;
	 display: flex;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.navbar-nav li{
	 position: relative;
	 margin-right: 25px;
}

.navbar-nav .active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 50%;
    background-color: #fffefe;
}

.navbar-nav li:after{
	content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fffefe; 
    transition: .5s;
}

section{
	 margin-bottom: 50px;
}

.carousel-caption {
   
  position: static;
  text-align: left;
  width: 40%;

}



.carousel-item{
	height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-color: #0000004d;
    background-blend-mode: color-burn;
}

.carousel-item.active{
	 display: flex;
	 align-items: center;
}

.service_card img{
	 width: 100%;
	 height: 250px;
	 object-fit: cover;
}

.service_card h2{
   font-family: Nino;
   margin: 10px 0;
   
}

.carousel-control-next, .carousel-control-prev{
	 background-color: transparent;
	 border: none;
	 width: 10%;
}

.navbar-nav li:hover:after{
	width: 100%;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}

.bg-default{
	background-color:  var(--def_color);
	padding: 0;
}

.top_header{
	
	padding: 20px 0;
}

.top-contact{
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 justify-content: space-between;
}

.top-contact li p{
	 font-family: Nino;
	 font-size: 0.8rem;
	 color: grey;
}

.top-contact li a{
	 padding: 5px 0;
	 display: block;
	 margin-right: 10px;
	 text-decoration: none;
	 color: grey;
	 font-size: 1.3rem;
}

.top-contact li a:hover{
	color: var(--def_color);
}

.top-contact li a i{
	vertical-align: middle;
	margin-right: 5px;
	font-size: 13px;
	color: #f93;
}



.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: #2a2d33;
}

.service_card{
   
    
    border: 1px solid #80808029;
    perspective: 1000px;
    min-height: 200px;
}

.service_text{
   padding: 20px 20px 30px 20px;
}

.service_text p{
	  color: grey;
}
.service_card a{
   display: inline-block;
   margin: 10px 0;
   color: rgb(255, 153, 51);
   font-family: Nino;
}

.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;
}

.info_text strong{
display: block;
    font-size: 1.5rem;
    font-family: Nino;
    margin-bottom: 20px;
    border-left: 2px solid #ffa50052;
    padding-left: 20px;
}

.info_text p{
	 color: grey;
}

.callme{
	 position: relative;
	 background-image: url('../images/form-bg.jpg');
	 background-size: cover;
	 background-position: center;
	 padding: 20px;
}

.callme::after{
	content: "";
	background-color: #000;
	position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
    transition: opacity .4s;
    z-index: 1;
    opacity: .4;
}

.callme .form-control::placeholder{
	 font-family: Nino;
	 color: #80808061;
}

.btn-danger {
    color: #fff;
    background-color: #ff9933;
    border-color: #bd213024;
    font-family: Nino;
}

.callme form{
	 position: relative;
	 z-index: 2;
}

.callme form .form-control:not(textarea){
	  height: 50px;
}

.info_text small{
	  color: #ff9933;
      display: block;
      margin-bottom: 15px;
}

.callus{
	 background-image: url('../images/plx-dark.jpg');
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
	 padding: 80px 0;
	 background-color: rgba(255, 83, 38, 0.9);
	 background-blend-mode: color-burn;
}

.callustext{
	 text-align: center;
	 color: white;

}

.worck_step_ul{
	 margin-bottom: 20px;
	 min-height: 135px;
    box-shadow: 5px 4px 11px #00000017;
	padding: 15px; 
}

.info_text h4{
	font-family: Nino;
    font-size: 1rem;
    color: #ffa500a8;
    margin-left: 15px;
}

.detail_text p:first-child{
	  color: rgb(255, 153, 51);
	  letter-spacing: 9px;
	  font-family: Nino;
	  margin-bottom: 10px;
}

.detail_text a{
    display: block;
     color: rgb(255, 153, 51);
     font-family: Nino;
     margin-top: 20px;
}

.Why_us{
	 background-color: rgb(244, 248, 248);
	 padding: 70px 0;
}


.bottom_contact{
    padding: 60px 0;
    background-color: #f93;
}

.bottom_contact_text strong{
        display: block;
        color: white;
        font-size: 1.2rem;
        font-family: Nino;
}

.detail_text h3{
	   color: grey;
}

.details_photo img{
	   width: 100%;
	   display: block;

}

.callustext p{

}

.callustext strong{
     display: block;
     font-size: 1.6rem;
     margin: 25px 0; 
}

.bg_white{
	 background-color: white;
	 color: var(--def_color);
	 font-weight: bold;
	 transition: .5s;
}

.bg_white:hover{
	 background-color: var(--def_color);
	 color: white;
}


.callme h5{
	   z-index: 2;
	   position: relative;
	   color: #f93;
	   margin-bottom: 25px;
	   font-family: Nino;
	   font-size: 1rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff9933;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(255 153 51 / 12%);
}

.form-control:focus-visible{
	  outline: none;
}

.info{
	background-color: #f4f8f8;
	padding: 30px 0;
}

.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: white;
    text-align: center;
    border-radius: 3px;
    color: grey;
    margin-bottom: 20px;
    position: relative;
    transition: .5s;
    min-height: 315px;
}

.Us h4{
   margin: 20px 0;
   font-family: Nino;
   font-size: 1.2rem;
}

.Us .icon{
   
    color: #fdfdff;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000000b8;
    font-size: 25px;
    background-color: rgb(255, 83, 38);
    position: relative;
}

.Us .icon i{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}


.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: 1px solid #ff5326;
}

.confirmed_job strong{
     font-family: Nino;
     color: grey;
}

.confirmed_job .count{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ff9933;
    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: 150px 15px 10px 15px;
    color: white;
}

.sedan{

    background-image: url(../images/sedan.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.jeep{

    background-image: url(../images/jeep.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.moto{

    background-image: url(../images/moto.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tr_icon{
	position: absolute;
	right: 10px;
	top: 10px;
    width: 40px;
    height: 40px;
    background-color: #17a9a4;
    text-align: center;
    padding-top: 0px;
    border-radius: 50%;
    color: white;
}

.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: 70px 0;	 
	 background-image: url('../images/blog_bg.jpg');
	 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: #ff9933;
}

.footer_links i{
	color: #ff9933;
}

.footer_links{
	 list-style-type: none;
}

.footer_logo img{
	backdrop-filter: contrast(0.7);
}

.footer_title{
   color: #f93;
}

.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: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ff9933;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    box-shadow: 2px 3px 2px 1px #00000030;
}

.callustext strong{
	font-family: Nino;
}

.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.jpg');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  padding: 70px 0;
}

.breadcrumb-item{
	font-family: Nino;
	font-size: .8rem;
}

.breadcrumb-item a{
	color: var(--def_color);
}

.blog_title{
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
}

.blog_card{
    position: relative;
}

.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;
	 min-height: 50px;
}

.blog-title a:hover{
	 text-decoration: none;
	 color: #ff9933;
}

.article-date{
   color: grey;

}

.card_body > a{
    color: var(--def_color);
    font-family: Nino;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: 5px;
}

.card_body{
	 padding: 15px 10px;
	 border-bottom-right-radius: 10px;
	 border-bottom-left-radius: 10px;
    padding-bottom: 15px;
    background-color: #f8a62317;
}

.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: 0 40px 40px 60px;
    box-shadow: 2px 2px 6px 1px #ff99336b;

}

.blog_single_title{
	 text-align: center;
	 margin-top: 20px;
	 color: #1e8581;
	 font-size: 25px;
}


/* chvens shesaxeb */

.about_header{
	  background-image: url('../images/blog_bg.jpg');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover; 
	  padding: 70px 0;
}

.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; 
	  padding: 70px 0;  
}

.invalid-feedback{
	display: block;
}

.contact_phones a{
    display: block;
    padding: 10px 15px;
    background-color: #ff9933;
    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 #ff9933;
	 color: #ff9933;
}

.contact_address{
	 display: flex;
     align-items: center;
}

.contact_icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    margin-left: auto;
    margin-right: 30px;
    text-align: center;
    background-color: #ff9933;
    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: #ff9933;
     border: 1px solid #c13b07;
	 color: white;
	 font-family: 'Nino';
}

.btn-def-color:hover{
     background-color: rgb(255, 83, 38);
}

/* faq */


.faq_header{
	  background-image: url('../images/faq.jpg');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover; 
	  padding: 70px 0;  
}

.panel-heading{
	     padding: 10px 15px;
         background-color: #ff9933;
         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: #e18020;
     padding: 10px 15px;
     text-align: center;
	 bottom: 0;
	 left: 0;
	 right: 0;

}

.mobile_number a{
	 color: white;
	 font-weight: bold;
	 display: block;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
         padding-right: 15px; 
        padding-left: 15px; 
    }
	
	.carousel-caption {
   
     width: 60%;
}
}


@media screen and (max-width: 768px){

.d_mb_none{
	 display: none;
}

	.carousel-caption {
   
     width: 100%;
}

.navbar-toggler{
	margin-left:auto;
}

.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;
}


}