/**
* Template Name: HeroBiz - v2.0.0
* Template URL: https://bootstrapmade.com/herobiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/**
* Check out variables.css for easy customization of colors, typography, and other repetitive properties
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

a {
  color: #1ec3e0;;
  text-decoration: none;
}

a:hover {
  color: #1ec3e0;
  text-decoration: none;
}
h1  {
  font-family: 'interstateextralight';
  font-size: 60.58pt !important; 
  
}

h2  {
  font-family: 'interstateextralight';
  font-size: 28px;
  
}

h3{
  font-family: 'interstateextralight';
  font-size: 60px;
  
}

 h4, h5, h6 {
  font-family: 'interstateextralight';
  text-align: left !important;
}
body {
  margin: 0;
  font-family: 'interstateextralight' !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #4b566b;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeSpeed !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 18, 2022 */



@font-face {
  font-family: 'interstateextralight';
  src: url('../fonts/interstate_extralight_regular-webfont.woff2') format('woff2'),
       url('../fonts/interstate_extralight_regular-webfont.woff') format('woff');
  font-weight:normal;
  font-style:normal;

}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 0 0;
  transition: all 0.5s;
  z-index: 997;
  height: 98px; 
}

#logo_img {
 
  max-height:55px;
  min-width: 200px;
  margin: 0 6px 0 0px;
}


.header .logo h1 span {
  font-weight: 500;
}
.header .btn-RequestaQuote, .header .btn-RequestaQuote:focus {
  font-size: 24px;
  color: white;
  background: #20409a;
  padding: 8px 20px;
  border-radius: 10px;
  margin-left: 6px;
  transition: 0.3s;
  font-family: 'interstateextralight'!important;
}
.header .btn-RequestaQuote:hover, .header .btn-RequestaQuote:focus:hover {
  color: white;
  background: #008cff;
}

.header .btn-RequestaQuote_s, .header .btn-RequestaQuote_s:focus {
  font-size: 24px;
  color: #4b566b;
  font-weight: 800 bold;
  background: #fff;
  padding: 8px 20px;
  border-radius: 10px;
  margin-left: 6px;
  transition: 0.3s;
  font-family: 'interstateextralight'!important;
}
.header .btn-RequestaQuote_s:hover, .header .btn-RequestaQuote_s:focus:hover {
  color: white;
  background: #008cff;
}

.inner-width-bottom {
    padding: 0 0 10px 0;
}
.copyright-center {
    padding-left: 30%;
}
.footer-copyright-logo {
    margin-right: -50px;
}
.header-banner{
  background-image:url("../img/banner/banner_01.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center; 
  }
  
  .header-banner-2{
    background-image:url("../img/banner/banner_03.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center; 
    }

.border-bottom{
  border-bottom: solid 1px #b3b3b3!important;
}

.banner_text {
  font-family: 'interstateextralight';
  font-size: 28px;
  
}

.btnRequestaQuote, .btnRequestaQuote:focus {
  font-size: 24px;
  color: white;
  background: #ec742c;
  padding: 8px 20px;
  border-radius: 10px;
  margin-left: 6px;
  margin-top: 10px;
  transition: 0.3s;
  font-family: 'interstateextralight'!important;
}
.btnRequestaQuote:hover, .btnRequestaQuote:focus:hover {
  color: white;
  background: #ec8e53;
}

.btn-signup, .btn-signup:focus {
  font-size: 24px;
  color: #4b566b;
  background: #fff;
  padding: 8px 20px;
  border-radius: 10px;
  margin-left: 15px;
  margin-top: 10px;
  transition: 0.3s;
  font-family: 'interstateextralight'!important;
}
.btn-signup:hover, .btn-signup:focus:hover {
  color: white;
  background: #008cff;
}


.normal_text{
  font-size: 33px;
  }


.gray-box{
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #ccc;  
  border-top-right-radius: 10px;
  font-size: 25px;
  border-bottom-right-radius: 10px;
}



.gray-box .span2{
  font-size: 50px; 
  line-height: 00px;
  margin-right: -200px;
  }

.how-it-worksbg{
  background-color: #cccccc;
background-image:url("../img/bg.png");
background-repeat: no-repeat;
background-size: auto;
background-position: center top; 
}

.vvGarageh-worksbg {
  background-color: #b3b3b3;
background-repeat: no-repeat;
background-size: auto;
background-position: center bottom; 
}


.reach_out_connect{
  background-color: #fff;
background-image:url("../img/reach_out_connect_bg.png");
background-repeat: no-repeat;
background-size: auto;
background-position: center bottom; 
}

.reach_out_connect_gray{

  background-color: #cccccc;
}

.reach_out_connect_normal_txt{
  font-size: 18px;
  font-weight: 200;
}

.orange-btn{
  background-color: #55c732!important;
}



.blue-bg{
  background-color: #008cff;
  color: #fff;
}

.border-radious{
  border-radius: 10px;
}

.white-bg{
  border-radius: 50%;
  background-color: #fff;
  padding: 25px;
}

.start-space{
  margin-left: 50px;
  font-size: 20px;
 
 
}

.hover-white{ 
  background-color: #1ea9e1;
  color: #fff;
}

.hover-gray
{ 
  background-color: #999999;
  color: #fff;
}

.hover-green{

  background-color: #1ea9e1;
  color: #fff;
}

.work_box{ background-color: #1ea9e1;}
.hover-white:hover{
  background-color: #fff;
  color: #000;
}

.border-radious-25{
border-radius: 20px;
}

.filter-green-size{
  width: 70px;
  height: 70px;
  text-align: center;
}



.hover-white:hover .white-bg {
  border-radius: 50%;
  background-color: #263b91;
  padding: 25px;
}

.hover-white:hover .filter-green{
  filter:  brightness(0) invert(1);
}
.maintxt {
  position: relative;
}
.maintxt > img, .overlay-text {
  position: absolute;
}
.overlay-text {padding: 150px 50px;}


.f-size-60px{
  font-size: 60px;
}

.f-size-30px{
  font-size: 25px;
  font-weight: 400;
}

.gray-585{
  color: #58585a;
}

.waiting-txt{
  font-size: 20px; 

}
.white-fff{
  color: #fff;
}
.form_blue_bg{
background-color: #20409a;

}
.form-control-text{ font-size: 24px; 
  font-weight: 200; color: #fff;
}

.border_color{ border-color: #8fd4f0 !important;}

.btn-send{
  font-size: 24px; 
  font-weight: 600;
}

.blue_icon{ width: 24px; }
.blue_icon_l{ float: left;}
.blue_icon_r{  float:right;}
.text_org{ color: #ec742c;}


@media (max-width: 1399px) { 
  .gray-box{
    font-size: 20px !important;
  }
  }

@media (max-width: 1200px) { 
  .gray-box{
    font-size: 19px !important;
    margin-top: 2px;
    margin-bottom: 5px;
    background-color: #ccc;  
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: auto!important;
  }
  }

  @media (max-width: 1199px) { 
    .gray-box{
      font-size: 17px !important;
    
    }


@media (max-width: 991px) { 
  .header .btn-RequestaQuote, .header .btn-RequestaQuote:focus {
    font-size: 18px;
  
  }

  .gray-box{
    font-size: 20px !important;
    margin-top: 0px!important;
    margin-bottom: 25px;
    background-color: #ccc;    
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: auto!important;
    
  }
  #gray-box-h2
  { height: 100%; background-color: #55c732;

  }
  
.gray-ccc-txt{

  font-size: 40px;
  margin: 0 !important;
  
}

}

@media (max-width: 768px) { 
  .header .btn-RequestaQuote, .header .btn-RequestaQuote:focus {
    font-size: 15px;
  
  }

  h3{
    font-family: 'interstateextralight';
    font-size: 45px;
    padding-bottom: 10px;
    
  }
  .banner_text {
    font-family: 'interstateextralight';
    font-size: 22px;
    padding-top: 10px;
    
  }

  .gray-box{

    margin-bottom: 25px;
   
  }

  .gray-ccc-txt{

    font-size: 40px;
    margin: 0 !important;
    padding: 0 !important;
    
  }

  .mainbanner_text {
  
  font-size: 30px;
  
}
.ourproduct_txt{ font-size: 18px;}
.team_txt-16{ font-size: 18px;}
.text-end {text-align:right!important}

.f-size-60px{
  font-size: 50px;
}

.normal_text {
    font-size: 30px;
}
.banner_text {
    font-family: 'interstateextralight';
    font-size: 22px;
    padding-top: 10px;
    
  }


}

@media (max-width:575px) { 
.btn-signup, .btn-signup:focus {
  font-size: 24px;
  color: #4b566b;
  background: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  margin-left: 5px;
  margin-top: 10px;
  transition: 0.3s;
  font-family: 'interstateextralight'!important;
}
}

.featured-services .service-item {
  transition: all ease-in-out 0.4s;
  height: 100%;
} 

.featured-services .service-item:hover {
  transform: translateY(-10px); 
}
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}