a {
  color: blue;
}
.sub-menu {
  width: 270% !important;
  left: 0 !important;
}

nav.navbar #navbar ul.navbar-nav ul.sub-menu li a {
  color: #1F1F1F;
  padding: 10px 10px;
}

.menuvr {
  border-right: 1px solid #000;
}

#homepage-block-2 {
  padding-top: 30px !important;
}

.homepage-block-yellow-2 {
  height: 128px;
}

#top-bar .btn.pull-right {
  margin-top: -3px;
}

.contacts>div>a {
  color: #000;
}

form textarea,
form input[type="email"] {
  width: 100%;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  background: #fff;
  background-clip: border-box;
  padding: 12px 18px;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}

h1,
.h1 {
  font-size: 35px;
  margin: 20px 0 !important;
}

h2,
.h2 {
  margin: 20px 0 !important;
  font-size: 30px;
}

h3 {
  margin: 20px 0 !important;
  font-size: 25px;
}

h4,.h4{
  margin: 20px 0 !important;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#tariffs .item .h4{
  font-weight: 700;
  text-transform: uppercase;
}
#car-block h2 {
  margin-bottom: 20px !important;
}

.about-image-block {
  overflow: hidden;
  border-radius: 10px;
}

.about-image-block>img {
  width: 100%;
}

.designation {
  background: #ffc61a;
  text-align: center;
  color: #111;
  padding: 20px;
}

.designation .name {
  font-size: 30px;
  color: #111;
  font-weight: 700;
}

.m-top-60 {
  margin-top: 60px;
}

.p-top-60 {
  padding-top: 60px;
}

#services {
  padding: 60px 0 60px;
  background: #ffc61a;
}

#tariffs {
  padding: 60px 0 60px;
}

#tariffs .item ul {
  text-align: left;
}

#tariffs .item,
#tariffs .item h4 {
  text-align: left;
}

#tariffs .item {
  padding: 30px 90px 30px 90px;
}

.skills {
  background: transparent;
}

#download {
  min-height: auto !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

#tariffs-in .item {
  background: #fff;
  background-clip: border-box;
  text-align: center;
  padding: 10px 0px 20px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  position: relative;
  transition: all .3s ease;
}

#tariffs-in {
  background-color: #F5F5F5;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#tariffs-in {
  padding: 60px 20px 60px;
}

ul.feature-list {
  list-style: none;
  padding: 0 20px;
}

ul.feature-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.feature-list .price-line {
  font-weight: bold;
}

.btn.btn-md {
  text-transform: uppercase;
  font-size: 15px;
  padding: 12px 60px;
  margin: 0;
}

.bottom-footer .inner-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-footer .link-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bottom-footer .link-lists li {
  display: inline-block;
  vertical-align: middle;
}

.bottom-footer .link-lists li a {
  color: #b5b5b5;
  transition: all .4s ease;
  padding: 0 20px;
}

.bottom-footer .link-lists li a:hover {
  color: #ffc61a;
}

.bottom-footer .link-lists li a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
  color: #FFC61A;
}

.float-1 {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  right: 21px;
  background-color: green;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  /*  box-shadow: 2px 2px 3px #999; */
  z-index: 99;
}
.my-float-1 {
  margin-top: 8px;
  font-size: 40px !important;
  color: #ffffff;
}
.footer-fix-button {
  display: none;
}
#services .h5 {
  margin: 35px 0 20px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
#testimonials .arrow-left, #testimonials .arrow-right {
  color: #000;
}
#block-footer .h4 {
  color: #FFC61A;
  margin-bottom: 30px;
  font-family: 'Fira Sans Condensed', sans-serif;
}
nav.navbar .logo {
  padding: 30px 0;
}
.banner-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-button {
  /* Add your button styles here */
}





@media (max-width: 1199px){
nav.navbar ul.navbar-nav a {
  font-size: 17px;
  font-weight: normal;
  padding: 9px 40px;
}
nav.navbar ul.navbar-nav ul a {
  font-size: 17px;
}
.sub-menu {
  width: 80% !important;
}
nav.navbar ul.navbar-nav {
  padding: 0px 0px 110px 0;
  overflow: scroll !important;
}
nav.navbar ul.navbar-nav > li.hasSub::after {
  font-size: 18px;
  margin: 0px 0 0 8px;
  top: 8px;
}
}
@media (max-width: 991px) {
  #homepage-block-2 #large-image {
    display: block;
  }
  #large-image img {
    width: 100%;
  }
  #homepage-block-2 #large-image .dialog {
    right: 11px;
    top: -30px;
  }
  #services .row > div {
    margin-bottom: 0px;
  }
  #tariffs .item {
    padding: 30px 30px 30px 30px;
  }
  .skills .item {
    padding: 0px 20px 30px;
  }
}
@media (max-width: 767px) {
    .float-1 {
      display: none;
    }
    .footer-fix-button {
      position: fixed;
      bottom: 0px;
      display: inline-block;
      vertical-align: middle;
      border: none;
      outline: none;
      text-align: center;
      background-color: #ffc61a;
      width: 100%;
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      padding: 10px 20px;
      box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, 0.15);
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
      z-index: 999;
      margin-top: 100px;
    }
    .strip-icon {
      color: #000;
      font-size: 22px;
    }
    .fixed-wa {
      padding-left: 80px;
    }
    .fixed-ph {
      padding-right: 80px;
    }
    .fixed-wa {
      border-left: 2px solid #000;
    }
    .menuvr {
      border-right:none !important;
    }
}


@media (max-width: 367px) {
}


@media only screen and (max-width: 375px){
.fixed-wa {
  padding-left: 20px;
}
.fixed-ph {
  padding-right: 20px;
}
}