@font-face{
	 font-family: 'Nino';
	 src: url('../fonts/bpg_nino.ttf');
}

@font-face{
	 font-family: 'Normal';
	 src: url('../fonts/bpg_glaho.ttf');
}

@font-face{
	 font-family: 'Unicode';
	 src: url('../fonts/3d_unicode.ttf');
}

ul{
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}

p{
	 margin: 0;
	 padding: 0; 
}

img{
	 max-width: 100%;
	 vertical-align: middle;
}

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, label{
	font-family: 'Nino';
}

label{
	 color: grey;
}

.section_title strong{
   font-family: 'Bold';
}


.section_title{
	     border-left: 3px solid #e41c3361;
         padding-left: 20px;
}

.required{
	 color: #ff000061;
}

.slider_info{
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 top: 0;
	 width: 400px;
	 background-image: url('../images/slide-right-bg.png');
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
}

.navbar-brand img{
	height: 50px;
}

header{
	background-color: #f4efef;
}

.phone{
    position: absolute;
    left: -65px;
    bottom: 50px;
    width: 400px;
    display: flex;
    z-index: 9999;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

.mission_text div{
	  display: flex;
	  align-items: center;
	  margin-bottom: 10px;
}

.mission_text h3{
	 font-size: 25px;
	 margin-bottom: 0;
	 color: grey;


}

.mission_text img{
       height: 50px;
}

.mission_image{
	 padding: 15px;
     background-color: #1fc6c724;
}

.mission_icon{
position: absolute;
    right: 4px;
    bottom: 6px;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
}

.mission_icon i{
font-size: 28px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #51b7e3;
}

.mission_image > img{
    border-radius: 5px;
    height: 190px;
    width: 100%;
    object-fit: cover;
}


.icon_parent{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    position: relative;
    border: 5px solid #8080802e;
    margin-right: 30px;
}

.icon_parent i{
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}

.phone_container a{

   display: block;
}

.phone_container span{
    color: white;
}

.phone a{
	 font-size: 50px;
	 color: white;
}

.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 .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #51B7E3;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fe5454b3;
}

.navbar-nav li{
	 position: relative;
}

.navbar-nav .active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -8px;
    left: 50%;
    background-color: #fffefe;
}

.Why_us{
	  background-image: url('../images/choose-bg.jpeg');
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  padding: 100px 0;
	  position: relative;
     z-index: 1;
}

/*gadasatani*/

.small-item{
	 font-size: .8rem;
}

.color_1{
	 color: #ff662a !important;
}

.color_2{
	 color: #0aa2a3 !important;
}

.card .btn, .card-header{
	 font-family: Nino;
}

label{

font-size: .8rem;

}

.modal-body b{
	font-family: Nino;
    margin-right: 15px;
    font-size: .9rem;
    line-height: 35px;
}

.big_font_pay{
	 font-size: 1.2rem;
	 font-family: Nino;
}

.pay_info{
	 font-family: Nino;
}

.pay_info li{
	 line-height: 30px;
}

.iframe_parent{

    background-color: #03d62512;	
}

.iframe_parent a{
	  font-family: Nino;
	  padding: 20px 0;
}

.alert{
	 font-family: Nino;
}

.pay_info span{
	 text-decoration: underline;
}

.user_nav li a{
    color: grey;
    font-family: Nino;
    line-height: 50px;
    border: 1px solid #80808040;
    position: relative;
}

.user_nav li a i{
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 right: 25px;
     color: #17a2b866;
    font-size: 1.3rem;


}

.button_parent{
	 display: flex;
	 flex-direction: column;
}

.button_parent div:first-child{
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	gap: 10px;
}

.button_parent div:first-child a{
	width: 50%;
}

.button_parent div:last-child a{

	display: block;
	font-family: Nino;
}

.stat_card img{
	 width: 100%;
	 height: 180px;
	 object-fit: cover;
}

.stat_card .card-title{
	 font-family: Nino;
	 font-size: .9rem;
}

.premiums .card img{
   
   width: 100%;
   height: 200px;
   object-fit: cover;

}

.premiums .card h5{

	font-family: Nino;
	font-size: 1rem;
}

.btn-primary{
    background-color: #0aa2a3;
    border-color: #0fdcdd;
}

.btn-primary:hover{

	background-color: #4ebbbb;
	border-color: #4ebbbb;
}

.img_parent{
	position: relative;
}

.img_parent span:first-child{
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: #ff662a;
	color: white;
	padding: 4px 10px;
	font-family: unicode;
}

.card-body span.text-muted{
	font-family: Nino;
	font-size: .9rem;
}

.statement_title_section{

	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.statement_title_section::after{
	background: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
}

.blog_content .carousel .carousel-item{
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: difference;
    background-color: #ffffff9e;
}

.blog_content .carousel .carousel-item img{
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.carousel-control-next, .carousel-control-prev{

	background: transparent;
    border: none;
    cursor: pointer;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	outline: 1px solid #0aa2a3;
    outline-offset: 10px;
}

.avatar{
	padding: 20px 5px;
    background-color: #0aa2a3;
    text-align: center;
}

.avatar h4{

	font-family: Nino;
	color: white;
	margin-top: 30px;
    font-size: 1rem;
}

.avatar img{
	 width: 100px;
	 height: 100px;
	 border-radius: 50%;
	 display: block;
	 margin: 0 auto;
}

.contact_info h3{
	font-size: 1.2rem;
	border-bottom: 1px solid #f266266e;
	margin-bottom: 15px;
}

.stat_info_ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 15px;
	background-color: #80808026;
	margin-top: 5px;
}

.stat_info_ul li{
	 margin-right: 25px;
	 color: grey;
	 font-family: Nino;
}

.stat_info_ul li i{
	color: #ff662ac7;
	margin-right: 10px;
	vertical-align: text-top;
}

.statement_text{
   margin-top: 30px;
}


.statement_text p{
	text-align: justify;
	color: #645e5e;
}

.statement_text h6{
   font-family: Nino;
   color: #ff662ac7;
   font-size: 1rem;
   margin: 20px 0;
    border-left: 2px solid #0aa2a342;
    padding-left: 15px;
    padding-top: 5px;

}

.search .search_div{
    padding: 0px 20px;
    background-color: #ff662a1c;
    border-radius: 5px;
    border: 1px dashed #00000033;
}

.search .search_div button{
       font-family: Nino;

}

.stat_card_imgparent{

	position: relative;
}

.stat_card_imgparent span{
	 position: absolute;
	 right: 5px;
	 top: 5px;
	 font-family: Nino;
	 color: white;
	 font-size: .8rem;
	 padding: 5px 15px;

}

.stat_card_imgparent span.activeStat{
	background-color: green;
}

.stat_card_imgparent span.inActiveStat{
	background-color: red;
}


.index_info{
	 text-align: center;
	 font-size: 3rem;
}

.modal-title, .modal-footer button, .modal-footer a{
	font-family: Nino;
}



/*aqamde*/

.Why_us::after{
	background: rgba(31, 198, 199, 0.80) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.Why_us .section_title strong, .Why_us .section_title h2{
    
    color: white;

}

.navbar-nav li:after{
	content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fffefe; 
    transition: .5s;
}

section{
	 margin-bottom: 50px;
}

.navbar-nav li:hover:after{
	width: 100%;
}



.top_header{
	 background-color: #0aa2a3;
}

.card_image img{
	 height: 250px;
	 object-fit: cover;
	 width: 100%;
	 border-radius: 6px;
}

.latest_blogs{
	 border: none;
}

.latest_blogs:hover h2{
	color: #1fc6c7;
}

.blog_footer{

	display: flex;
    padding: 10px;
}

.work_parent{
	 text-align: center;

}

.work_iconparent{
	width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    outline: 7px solid #80808026;
    border-radius: 50%;
}

.work_iconparent i{
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 color: #ff662a;
	 font-size: 60px;
}

.work_iconparent h6{
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #1fc6c7;
        border: 2px solid #1fc6c7;
        top: -5px;
        right: -5px;
        color: white;
        text-align: center;
        padding-top: 15px;
        font-weight: bold;
}

.work_parent h3{
	 margin: 10px 0;
	 font-size: 1rem;

}

.work_parent p{
	 color: grey;
}



.latest_blogs h2{
	  font-size: 17px;
	  color: grey;
	  margin-top: 15px;
	  padding: 10px;
	  min-height: 61px;
}

.blog_footer span{
	 color: #ff662a;
	 font-weight: bold;
}

.blog_data{
	 margin-left: 30px;
}

.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{
     position: relative;
	 background-color: #00000052;
	 background-image: url('../images/banner.png');
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-blend-mode: darken;
}

.banner_text{
	 padding: 100px 30px;
	 background-color: #474747bd;	
	 text-align: center; 
}

.banner_text a{
   display: inline-block;
   padding: 15px 35px;
   text-align: center;
   background-color: #51b7e3;
   border-radius: 10px;
   color: white;
   font-family: 'Nino';
}

.banner_text h1{
	 font-size: 30px;
	 color: white;
	 font-family: 'Nino';
	
}

.banner_text p{
	 color: white;
	 font-family: 'Nino';
	 margin: 15px 0;
	 
}

footer{
	padding: 50px 0 0 0;
	background-color: #455050;
}

.service_card{
    text-align: center;
    padding: 40px;
    box-shadow: 3px 3px 8px 3px #1fc6c70d;
    min-height: 200px;
    position: relative;
    background-color: white;
    border-radius: 7px;
}

.service_bottom_text{
       padding: 20px 0;
       text-align: center;
}

.service_bottom_text p{
	  font-family: 'Nino';
}

.service_bottom_text a{
	font-family: 'Unicode';
    color: #ff662a;
    vertical-align: top;
    display: inline-block;
    margin-left: 15px;
    text-decoration: underline;
}

.service_card h2{
      color: grey;
      font-size: 22px;
      padding: 30px 0;
      position: relative;
}

.service_card:hover{
   box-shadow: 5px 5px 8px 3px #0000004a;
}

.service-button{
    position: absolute;
    background-color: #1fc6c7;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -62px;
    outline: 4px solid #ffffff87;
    z-index: 99;
    transition: all 500ms ease;
    transition-delay: .2s;
}

.Services{
	 padding: 100px 0;
	 position: relative;
     background: #f5f5f5;
     z-index: 1;
}



.service_card .icon::after{
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 0;
	  top: 0;
	  left: 0;
	  background-color: rgba(255, 102, 44, 0.70);;
	  transition: .5s;

}

.service_card > .icon img{
	 width: 100%;
	 height: 200px;
    object-fit: cover;
}

.service_card:hover .icon::after{
   height: 100%;
}

.service_card:hover .service-button{
	  background-color: #ff662a;
	  transform:translateX(-50%) rotate(360deg) ;

}

.service_card:hover h2{
	 color: #ff662a;

}


.service_card .icon{
     
	 border-radius: 10px;
	 margin: 0 auto;
	 text-align: center;
	 position: relative;
	 margin-bottom: 30px;
	 transition: 1s;
	 transform-style: preserve-3d;
	 z-index: 3;
	 overflow: hidden;
	 
}

.service-button i{
	 color: white;
	 display: block;
	 font-size: 25px;
	 vertical-align: middle;
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
}

.Us{
    padding: 45px 10px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 15px;
    border-top-left-radius: 0;
    margin-bottom: 20px;
    position: relative;
    transition: .5s;
}

.Us .icon{
    color: #e74254b5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin-bottom: 15px;
}



.Us:hover{
	 transform: scale(1.1);
}

.Us p {
	margin: 0;
	font-family: Nino;
}

.Detail_us{
	 position: relative;
	 padding: 15px 10px; 
}

.Details{
	background-color: #80808014;
    padding: 70px 0;
}

.Detail_us .icon{
    position: absolute;
    left: 0px;
    top: 18px;
    color: #24d0d1;
    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;
	 font-family: Unicode;
	 color: #ff662a
}

.text_section{
	  background-image: url('../images/video-gallery-bg.png');
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  padding: 100px 0;
	  background-color: #0f0f0fc9;
    background-blend-mode: multiply;
}

.text_section .section_title h2{
    margin: 20px 0;
}

.text_section .section_title strong, 
.text_section .section_title h2,
.text_section .section_title p
{
   
   color: white;

}

.text_section .section_title strong {

    color: #1fc6c7;
    text-decoration: underline;
}



.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: 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-family: 'Unicode';
   font-size: 1.2rem;
    color: #8080808c;

}


/* servisebi */

.service_title{
	 padding: 150px 0;	 
	 background-image: url('../images/sevices.png');
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 background-clip: padding-box;
	 position: relative;
	 z-index: 1;
}

.blog_title{
	 padding: 150px 0;	 
	 background-image: url('../images/sevices.png');
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 background-clip: padding-box;
	 position: relative;
	 z-index: 1;
}

.articles_header{
	 padding: 150px 0;	 
	 background-image: url('../images/sevices.png');
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 background-clip: padding-box;
	 position: relative;
	 z-index: 1;
}

.about_header{
	 padding: 150px 0;	 
	 background-image: url('../images/sevices.png');
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 background-clip: padding-box;
	 position: relative;
	 z-index: 1;
}

.contact_header{
	 padding: 150px 0;	 
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 background-clip: padding-box;
	 position: relative;
	 z-index: 1;
}

.faq_header{
	 padding: 150px 0;	 
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 background-clip: padding-box;
	 position: relative;
	 z-index: 1;
}

.faq_header::after{
	background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.blog_title::after{
		background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.contact_header::after{
	background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.breadcrumb{
	background-color: transparent;
	justify-content: center;
}

.breadcrumb-item a{
	 font-family: Nino;
	 color: white;

}

.breadcrumb-item.active{
	   font-family: Unicode;
	   color: #ff662a;
}

.about_header::after{
	background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.service_title::after{
	background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.articles_header::after{
	background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

div[class*="col-"]{
	  padding: 15px;
}

.serv_title_par{
	
     color: white;

}

.serv_title_par h1{
	 font-family: 'Nino';
	 font-size: 2rem;
}

.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: #1fc6c7;
}

.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 */




.blog_title{
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
}

.blog_card{
    position: relative;
}

.blog_card img{
	 max-width: 100%;
	 height: 100%;
	 transition: 1s;
}

.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 img{
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;

}

.otherprojects{
	display: flex;
	margin-bottom: 20px;
}

.otherprojects:hover h3{
	color: #1fc6c7;
}

.otherprojects img{
	 height: 100px;
	 width: 100px;
	 object-fit: cover;
}

.otherprojects h3{
	color: grey;
	font-size: 1.2rem;
	margin-left: 10px;
	transition: .5s;
}

.otherprojectsh2{
	 color:#e2001a91 ;
	 margin-bottom: 50px;
	 padding-left: 15px;
	 border-left: 2px solid #1fc6c7;
	     font-size: 1.3rem;
}

.blog_single_body{
	 border: 1px solid #17a9a40f;
     padding: 50px;
     box-shadow: 2px 2px 6px 1px #06060630;
}

.blog_single_title{
	 text-align: center;
	 margin-top: 50px;
	 color: #1e8581;
	 font-size: 25px;
}

.navbar-toggler{
	background-color: #0aa2a3;
}


/* chvens shesaxeb */

.about_header{
	
}

.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;   
}

.fancyparent{
	 display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}

.fancyparent div{
	 width: 25%;
	 margin-bottom: 10px;
	 padding: 10px;
}

.fancyparent img{
	 object-fit: cover;
	 height: 250px;
	 width: 100%;
}

.panel-heading{
	     padding: 10px 15px;
         background-color: #e63b4fab;
         border-radius: 5px;
         margin-bottom: 10px;
}

.panel-title a{
	 color: white;
	 display: block;
}

.panel-body{
	 background: #808080b5;
    min-height: 100px;
    padding: 20px;
    color: white;
}
.panel-title{
	 font-size: 17px;
     margin: 0;
}

.mobile_number{

	 display: none;
	 position: fixed;
	 background-color: #ff662a;
     padding: 10px 15px;
     text-align: center;
	 bottom: 0;
	 left: 0;
	 right: 0;

}

.mobile_number a{
	 color: white;
	 font-weight: bold;
}

@media screen and (max-width: 900px){

  .phone a {
    font-size: 30px;
    color: white;
}

.icon_parent {
    width: 60px;
    height: 60px;

 }

 .fancyparent div{
	 width: 33.3333%;

}

}


@media screen and (max-width: 866px){

.phone{
	 display: none;
}

 .fancyparent div{
	 width: 50%;

}

}

@media screen and (max-width: 377px){

.top-contact li a{
	 margin-right: 0;
}

}


@media screen and (max-width: 768px){

.d_mb_none{
	 display: none;
}

.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;
}

 .fancyparent div{
	 width: 100%;

}

.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;
}


}