
.topbar{
   background: #ffffff;
   padding: 10px 0;
}

.logo-header img, .logo-footer img {
    width: 118px;
}
.extra-nav .site-button{
   background: var(--color2);
}
.carousel-caption{
   width: 50%;
   text-align: left;
   top: 20%;
   left: 7%;
}
.carousel-caption h1{
   color: #fff;
   font-size: 68px;
   line-height: 1.4;
}
.carousel-caption button{
   background: var(--color2);
   transition: 0.5s ease;
}
.carousel-caption button:hover{
   background: var(--color);
}
.carousel-control-next, .carousel-control-prev{
   position: absolute;
   width: 50px;
   height: 50px;
   top: 44%;
}
.carousel-indicators {
    bottom: 10px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    bottom: 25px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;

}

.homeinfo h1{
   text-align: center;
   padding-bottom: 25px;
   transition: 0.5s ease;
}
.icon-bx-wraper{
	transition: 0.5s ease;
}
.icon-bx-wraper:hover{
	background-color: #aa1a0f !important;
}
.icon-bx-wraper:hover h2{
	color:#fff;
}
.icon-bx-wraper:hover p{
	color:#fff;
}
.icon-bx-wraper.whybox img{
	margin-bottom: 0px;
}
.icon-bx-wraper .srimg{
	overflow:hidden;
	margin-bottom: 20px;
}
.icon-bx-wraper:hover img{
	transform: scale(1.2);
	filter: grayscale(0%);
}
/*.icon-bx-wraper:hover i{
   color: var(--color2);
}*/
.social-bx li a:hover, .login-bx li a:hover {
    background-color: #ffffff30;
}
.toplink ul li a:hover{
   background: none!important;
   color: #ffffff95;
}
.box-services-content h2{
   color: #333333;
}
.topbar{
   background: #ffffff;
}
.logo2 img{
   width: 180px;
}
.topmid {
   text-align: right;
}
.topmid ul li{
   list-style: none;
   display: inline;
}
.topmid ul{
   margin-top: 34px;
}
.topmid ul li{
   margin: 0 15px;
}  
.topmid ul li a{
    color: #333333;
}
.topmid ul li a.callbtn{
   background: #aa1a0f;
   color: #fff;
   padding: 12px 18px;
   border-radius: 3px;
   font-weight: 500;
}
.topmid ul li a i{
   margin-right: 5px;
   color: #aa1a0f;
   font-size: 18px;
   transform: translateY(2px);
}
.logo1 img{
   width: 143px;
}
.header-nav .nav > li .sub-menu{
   
}
.header-nav .nav > li .sub-menu li a {
    color: #333333!important;
    font-weight: 500;
}
.nav-dark.header-nav .nav > li .sub-menu li {
    border-bottom: none;
}
.nav-dark.header-nav .nav > li .sub-menu li a:hover {
    background-color: #ffffff;
    color: #aa1a0f!important;

}
.header-nav ul li img {
    width: 33px;
    position: absolute;
    top: 9px;
    right: -35px;
}
.header-style-6.style-1 .header-nav .nav > li:last-child > a:after{
   display: none;
}
.about-contant{
   text-align: center;
}
.about-contant h2{
   font-size: 38px;
   color: var(--color);
   text-transform: uppercase;
   text-align: center;

}
.about-contant a i{
/*   font-size: 17px;*/
   margin-left: 7px;
}
.about-contant h2 span{
   color: var(--color2);
}
.about-contant h4{
   text-align: center;
       font-family: 'Nunito', sans-serif;
   font-size: 18px;
   color: #666666;
   font-weight: 300;
}
.about-contant p{
   text-align: center;
}
.get-a-quote{
   padding: 60px 0;
}
.homebox1{
   padding: 15px;
   transition: 0.5s ease;
   box-shadow: 0 0 5px 2px #00000010;
   border-radius: 20px;
}

.site-button.btnabt{
   margin-top: 25px;
}
.dlab-appoinment-now-form .form-group{
   margin-bottom: 15px;
}
.homebox1 i{
   font-size: 35px;
   background: #aa1a0f;
   color: #fff;
   width: 65px;
   border-radius: 100%;
   height: 65px;
   line-height: 65px;
   text-align: center;
/*   margin-bottom: 30px;*/
}
.homebox1 i:hover{
   border-radius: 100px!important;

}
.homebox1 p{
   font-weight: 500;
   font-size: 18px;
   font-family: 'Nunito', sans-serif;
}
.homebox1 h2, .homebox1 h2 span{
   padding-top: 15px;
   color: #666;
}
.whybox{
 padding: 15px;
   height: 360px;
   margin-bottom: 25px;
}
.whybox h2{
   margin: 0;
   font-size: 20px;
   padding: 0 0 12px 0;
   color: #1d1c1e;
   font-weight: 700;
   font-family: 'Nunito', sans-serif;
}
.whybox p{
   color: #333333;
}
.whybox img{
     margin-bottom: 15px;
     filter: grayscale(50%);
     transition: 0.5s ease;
}
.whybox img:hover{
     filter: grayscale(0%);
}
.section-head h1 {
    font-size: 38px;
    color: var(--color);
    text-transform: uppercase;
    text-align: center;
   padding-bottom: 0;
}
.section-head h1 span{
    color: var(--color2);
}
.quote{
   margin-top: 15px;
}
.quote a.callbtn {
    background: #ffffff;
    border: 1px solid #666666;
    color: #333333;
    font-size: 15px;
    padding: 10px 15px;
    margin: 0;
    border-radius: 5px;
    font-weight: 600;

}
.quote a.callbtn:hover{
   background: #aa1a0f;
   border: 1px solid #aa1a0f;
   color: #fff;
}
.quote a{
   position: relative;
}
.quote a i{
   font-size: 15px;
   margin-left:5px;
/*   transform: translate(5px, 5px);*/
/*   background: green;*/
/*   padding: 5px 8px;*/
   border-radius: 5px;
}
.servleft{
   padding-top: 60px;
}
.servleft h2{
   font-size: 26px;
}
.service-carousel{
   padding-top: 35px;
  
}
.ourwork{
   padding: 5em 0;
}
.workbox {
   position: relative;
   overflow: hidden;
}
.workbox img{
   transition: 0.6s ease;
}
.workbox:hover img{
   transform: scale(1.1);
}
.overlay{
   width: 100%;
   padding: 60px 15px;
   background-image: linear-gradient(#00000015, #000000);
   position: absolute;
   bottom: 0;
   text-align: center;
}
.overlay h2{
   font-size: 26px;
   color: #ffffff;
}
.overlay a button{
   background: #2e5290;
   color: #ffffff;
   font-size: 18px;
   border: none;
   padding: 5px 15px;
   border-radius: 2px;
}
.widget h4{
   color: #323232;
   font-size: 20px;
   font-family: 'Nunito', sans-serif;
}
.widget p{
   color: #333333;
    font-size: 15px;
}
.logo-footer img{
   padding: 10px;
   background: #ffffff;
   text-align: center;
}
footer .widget_services ul li a{
   color: #333333;
   font-size: 15px;
}
.widget-post-bx img{
   margin-bottom: 15px;
   transition: 0.5s ease;
}
.widget-post-bx img:hover{
   transform: scale(1.1);
}
.brands{
   background: #222121;
  padding: 5em 0;
}
.brands .section-head h1{
   color: #ffffff;
}
.bbox{
   margin-bottom: 20px;
   text-align: center;
}
.bbox img{
   background: #ffffff15;
   padding: 5px;
   transition: 0.5s ease;
}
.bbox img:hover{
   background: #ffffff60;
   padding: 5px;
}
.logo-footer img{
   width: 130px;
}
footer{
   font-family: 'Nunito', sans-serif;
}
.footericon{
   margin-top: 20px;
}
.footericon ul li{
   display: inline;
   margin-right: 4px;
}
.footericon ul li a img{
   width: 30px;
}
.footericon ul li a{
 /*  background: var(--color);
   width: 35px;
   height: 35px;
   line-height: 35px;
   text-align: center;*/
}
.footericon ul li a:hover{
/*   background: var(--color2);*/
   color: #ffffff;
} 
.ow-entry-content{
   height: 250px;
}
.footer-bottom span{
   color: #ffffff;
   font-size: 15px;
}
.widget_services ul li:before {
   color: #666666;
}
.dlab-appoinment-now-form{
   padding: 30px 20px;
   border-radius: 10px;
}
.workbox{
   margin-top: 20px;
}
.dlab-bnr-inr-entry{
   text-align: center;
}
.dlab-bnr-inr-entry h1{
   background: #aa1a0f;
   display: inline-block;
   padding: 10px 30px;
   color: #fff;
   font-weight: 300;
   border-radius: 5px;
   font-size: 30px;
}  
.dlab-bnr-inr-entry ul{
   color: #ffffff;
   margin: 0;
}
.dlab-bnr-inr-entry ul li{
   color: #ffffff;
   display: inline;
   padding: 0 5px;
}
.dlab-bnr-inr-entry ul li a{
   color: #ffffff;
}
.abtpage h1{
   font-size: 35px;
   text-transform: uppercase;
   color: var(--color);
}
.abtpage h1 span{
   color: var(--color2);
}
.abbox i{
   color: #ffffff;
   font-size: 37px;
}
.abbox .icon-bx-sm{
   background: var(--color)!important;
}
.whts{
   width: 30px;
   position: absolute;
   left: 0;
}
.map {
   text-align: center;
   padding-top: 2em;
}
.dlab-appoinment-now-form{
   border: none;
   background: #2e5290;
}
.DZ-theme-btn.DZ-bt-buy-now{
   display: none;
}

.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    bottom:10%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}
.DZ-theme-btn.DZ-bt-support-now{
   display: none;
}
.map h1{
   font-size: 38px;
   color: #2e5290;
   padding-bottom: 20px;
}
.contact-area ul li a i{
   width: 35px;
   height: 35px;
   font-size: 22px;
   color: #ffffff;
   line-height: 35px;
   background: #00000090;
   border-radius: 30px;
}
.ourwork1{
   display: flex;
   flex-wrap: wrap;
   padding-top: 70px;
   padding-bottom: 70px;
}
.ourwork1 .wbox{
   width: 30.33%;
   margin: 20px;
   border: 1px solid #cccccc;
}
.wbox{
   overflow: hidden;
}
.wbox{
   margin-bottom: 25px;
}
.wbox img{
   transition: 0.5s ease-in;
}
.wbox img:hover{
   transform: scale(1.3);
}

.workstation{
   padding: 70px 0;
}
.wkbox{
   overflow: hidden;
}
.wkbox{
   margin-bottom: 25px;
}
.wkbox img{
   transition: 0.5s ease-in;
}
.wkbox img:hover{
   transform: scale(1.2);
}
.car-services{
   box-shadow: 0 0 5px #00000055;
   padding: 15px;
   height: 650px;
}
.car-services h3{
   color: #2e5290;
}
.buttonser i{
   width: 42px;
   height: 42px;
   color: #ffffff;
   text-align: center;
   line-height: 42px;
   font-size: 30px;
   background: green;
   position: relative;
   top: 6px;
   border-radius: 3px;
}
.buttonser i:hover{
   opacity: 0.9;
}
.app{
   position: fixed;
   right: -65px;
   z-index: 999;
   bottom: 30%;
}
.app a{
   padding: 18px;
}
.app a button{
   transform: rotate(-90deg);
   padding: 8px 15px;
   color: #ffffff;
   background: #ed1b24;
   border: none;
}

/**/
.hform { width: 50%; margin: auto;}
.hform input{ width : 100%; height: 50px;} 
.hform button{ height: 50px; }

.fixed-tel {
  position: fixed;
  bottom: 290px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
  text-align: center;
}

.fixed-tel:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #38c14a;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  z-index: 1;
  top: 0;
  left: 0;
}

.fixed-tel i {
  vertical-align: middle;
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 20px;
}