﻿@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
:root {
  --base-font-family: 'Open Sans', sans-serif;
  --white: #fff;
  --black: #000;
  --brand-blue: #006796;
  --light-blue: #3d7edb;
  --text-color: #666;
  --antrasit-black: #666666;
  --bg-gray: #f1f1f1;
  --h1-font-size: 45px;
}
body {
  font-family: var(--base-font-family);
  background-color: var(--white);
  color: var(--text-color);
  overflow-x: hidden;
}
a {
  color: #444;
  text-decoration: none;
}
a :hover {
  text-decoration: none;
}
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--text-color);
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--brand-blue);
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.bg-light-gray {
  background-color: var(--bg-gray);
}
.text-wrapper {
  background-color: var(--white);
  opacity: 0.7;
  position: absolute;
  z-index: 56565656;
  width: 100%;
  top: 0;
  color: var(--black);
  text-align: left;
  font-size: 16px;
  padding: 15px;
  display: none;
}
.text-wrapper .title {
  font-weight: 700;
  font-size: 22px;
}
.text-justified {
  text-align: justify;
}
/*sections*/
section {
  margin: 0 0 25px 0;
  font-size: 16px;
  padding: 75px 0;
  letter-spacing: -0.1px;
}
section.slider {
  margin: 0;
}
section.slider .mainslide {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
}
section.products {
  text-align: center;
  background-color: var(--bg-gray);
}
section.products h1 {
  font-size: var(--h1-font-size);
  font-weight: bold;
  text-align: center;
  color: var(--brand-blue);
}
section.products span {
  display: block;
  font-size: 15px;
}
section.products .detail-link {
  padding: 5px 0;
  float: left;
  width: 100%;
  background-color: var(--brand-blue);
  padding: 10px;
  text-align: left;
  bottom: 0;
}
section.products .detail-link a {
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
}
section.products .detail-link a:hover {
  color: var(--white);
  font-weight: 600;
}
section.products .detail-link span {
  display: block;
}
section.about-us {
  background-color: var(--white);
  text-align: center;
}
section.about-us h1 {
  font-size: var(--h1-font-size);
  font-weight: bold;
  text-align: center;
  color: var(--brand-blue);
}
section.about-us .sub-title {
  font-size: 24px;
  padding: 15px 0;
}
section.sub-content {
  font-weight: normal;
}
section.sub-content h1 {
  font-size: var(--h1-font-size);
  font-weight: bold;
  text-align: center;
  color: var(--brand-blue);
}
section.sub-content .sub-title {
  font-size: 24px;
  padding: 15px 0;
  margin: 15px 0;
}
/*custom form styles*/
.mat-input {
  border: none;
  background-color: transparent;
  border-bottom: solid 1px var(--white);
  border-radius: 0;
  color: var(--white);
}
.mat-input::placeholder {
  color: var(--white);
  opacity: 1;
}
.mat-input:focus {
  color: var(--white);
  background-color: transparent;
  border-bottom: solid 1px var(--bs-warning);
  outline: 0;
  box-shadow: none;
}
/*footer*/
footer {
  color: var(--bs-gray-600);
  margin-top: 100px;
  background-color: var(--bg-gray);
  padding: 25px;
  font-size: 13px;
}
/*footer bitti*/


/* BS Hacks */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--brand-blue);
  border-color: var(--brand-blue);
}

.text-info {
  color: var(--brand-blue) !important;
}
.accordion-body {
  padding: 0;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.accordion-button {
  padding: 1rem 0;
  font-size: 1.1rem;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
}
.form-check-input[type=checkbox] {
  cursor: pointer;
}
.modal-dialog section.newsletter {
  padding: 0;
  margin: 0;
}
.subscribe-modal .modal-body {
  background: #141414;
  padding: 0;
}
span.field-validation-error {
  color: var(--bs-red);
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
  display: inline-block;
}
label.form-check-label {
  cursor: pointer;
}
.btn-info {
  color: var(--white);
  background-color: var(--brand-blue);
  border-color: var(--brand-blue);
}
.btn-info:hover {
  border-color: var(--brand-blue);
  color: var(--white);
  background-color: var(--light-blue);
}
/* BS Hacks Bitti */
/* responsive*/
@media (max-width: 767px) {
  section.why-fleet {
    padding: 0;
  }
  .navbar-nav {
    float: right;
    text-align: right;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .font-size-58,
  .font-size-90,
  .font-size-36 {
    font-size: 40px !important;
  }
  section.blog .detail-link {
    width: 100%;
  }
  section.sub-content h1.small-title {
    font-size: 20px;
  }
  section.sub-content h1.big-title {
    font-size: 35px;
  }
  section.why-us h1.big-title {
    font-size: 35px;
    padding: 0 0 20px 10px;
  }
}

.content-title {
    font-weight: bolder !important;
    color: #212529 !important;
    text-align: left !important;
    font-size: 16px !important;
}


.menu-products-menu {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
    list-style:none;    
}


.menu-products-menu .nav-item {        
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.menu-products-menu .nav-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    z-index: 2;
    color: #fff;
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.menu-products-menu .nav-item:not(:first-child):hover {
    z-index: 2;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.menu-products-menu .nav-item .active {
    z-index: 2;
    color: #fff;
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.products-menu{
    margin-top:3rem;
}


/*.row {
    --bs-gutter-x: 0;
}*/


.alert-dismissible {
    padding-right: 3rem;
    position: absolute;
    z-index: 25000;
    width: 97vw;
    margin: 1vw;
}

button.g-recaptcha {
    font-size: var(--fs-18);
    background-color: var(--light-blue);
    transition: background-color .5s;
    padding: 8px 18px !important;
    border: solid 1px var(--light-blue);
    border-radius: 6px;
    font-weight: 400;
    color: #fff
}

    button.g-recaptcha:hover {
        font-size: var(--fs-18);
        background-color: var(--light-blue);
        transition: background-color .5s;
        padding: 8px 18px !important;
        border: solid 1px var(--light-blue);
        border-radius: 6px;
        font-weight: 400;
        color: #fff
    }
