@font-face {
    font-family: "Hurme";
    src: url('/assets/font/Hurme/HurmeGeometricSans1.otf')
}

body{
    font-family: Hurme;
}
.main .menu .pre-nav {
    background-color: #EDEDED;
}

.main .menu .nav-bar {
    background-color: #fff;
}

.main .menu .navbrands {

}

.main .app {
    min-height: 60vh;
}

.main .menu .navbar-contacts .contact {
    font-family: Hurme;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #322E2E;
}

.main .menu .navbar-contacts .contact:hover {
    color: #F7C02E;
}

.main .menu .navbar-contacts .contact span {
    color: #F7C02E;
    position: relative;
    display: inline-block;
    bottom: -4px;
    font-size: large;

}

.main .menu .navbar-contacts .nav-item {
    margin-right: 2rem;
}



.main .menu .navbar-contacts .socials li {
    margin-right: .5rem;
}

.main .menu .navbar-contacts .socials li:first-child {
    margin-left: auto;
}

.main .menu .navbar-contacts .socials .contact {
    font-size: 20px;
}

.main .ml-auto {
    margin-left: auto;
}

.main .menu .navbar-infos .navbar-info p {
    margin-bottom: 0px;
    padding-left: 10px;
    position: relative;
}

.main .menu .navbar-infos .navbar-info p:first-child {
    font-family: Hurme;
    font-weight: 600;
    font-size: 13px;
    color: #000000;

}

.main .menu .navbar-infos .navbar-info p:last-child {
    font-family: Hurme;
    font-weight: 400;
    font-size: 12px;
    color: #7D7D7D;
}

.main .menu .navbar-infos .navbar-info::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/assets/images/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    top: 20px;
    left: -20px;
    
}

.main .menu .navbar-infos li:not(:last-child) .navbar-info .info{
    border-right: .6px solid #CAC9C9;
    padding-right: 1rem;
    margin-right: 2rem;
}

.main .pr-0{
    padding-right: 0px !important;
}

.main .mr-0 {
    margin-right: 0px !important;
}

.main .menu .language-switcher {
    display: flex;
    height: 100%;
}

.main .menu .language-switcher span {
    margin: auto;
    color: #F7C02E;
    cursor: pointer;
}
.main .menu .navbar-main {
    background-color: #000000;
}

.main .menu .navbar-main{
    padding: 0px;
}

.main .menu .navbar-main .navbar-main-items .nav-link {
    color: #fff;
    margin-right: 1rem;
    padding: .8rem 1rem;
}

.main .menu .navbar-main .navbar-main-items .nav-item .active {
    color: #fff;
    border-bottom: 5px solid #F7C02E;
}


.main .menu .navbar-main .navbar-main-items .search-button {
    color: #fff;
    cursor: pointer;
    transition: .7s;
}

.main .menu .navbar-main .search-block {
    position: relative;
}


.main .menu .navbar-main .navbar-main-items .search-button:hover {
    color: #F7C02E;
}

.main .menu .navbar-main .navbar-main-items .search-form {
    margin: 10px;
}

.main .menu .navbar-main .navbar-main-items .search-form input,.main .menu .navbar-main .navbar-main-items .search-form button {
    border-radius: 0px;
    transition: .7s;
}

.main .menu .navbar-main .navbar-main-items .search-form button:hover {
    background: #000000;
    border-color: #000000;
}
/* Search box */


.search-box{
    transition: .7s;
    background: #E8E8E4;
    position: absolute;
    top: 43px;
    right: -18px;
    width: 350px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top:4px solid #F7C02E;
    display: none;
  }
  
  .search-box:before{
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #F7C02E;
  }
  
  .search-box input[type="text"]{
    width: 200px;
    padding: 5px 10px;
    margin-left: 23px;
    border: 1px solid #F7C02E;
    outline: none;
    height: 40px;
  }
  
  .search-box input[type="button"]{
    width: 80px;
    padding: 5px 0;
    background: #F7C02E;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #F7C02E;
    outline: none;
    cursor: pointer;
    height: 40px;
  }
  
  /* Media Queries */
  @media screen and (max-width: 700px) {

    .search-box{
      width: 270px;
      right: -16%;
    }
    .search-box input[type="text"]{
      width: 140px;
      margin-left: 15px;
    }
    .search-box input[type="button"] {
      margin-right: 12px;
    }
}

/* End search box */

/* Footer styles */

.footer {
    background: #000000;
    padding: 70px 0px;
}

.footer .footer-description {
    font-family: Hurme;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.footer .footer-title {
    font-family: Hurme;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.footer .footer-link {
    font-family: Hurme;
    font-weight: 400;
    font-size: 13px;
    color: #C9C9C9;
}

.footer .footer-link a {
    font-family: Hurme;
    font-weight: 400;
    font-size: 13px;
    color: #C9C9C9;
    text-decoration: none;
    transition: .7s;

    line-height: 24px;
}

.footer .footer-link a:hover {
    color: #F7C02E;
    text-decoration: none;
}

.footer .footer-link a span {
    margin-right: 1rem;
    color: #F7C02E;
}


/* Resposive design */
/* Sidebar */


#sidebar {
  min-width: 270px;
  max-width: 270px;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; 
}
#sidebar .h6 {
  color: #fff; 
}
#sidebar.active {
  margin-left: -270px; 
}

#sidebar {
  margin-left: -270px; 
  position: absolute;
}

#sidebar.active .custom-menu {
  margin-right: -50px; 
}
#sidebar h1 {
  margin-bottom: 20px;
  font-weight: 700; 
}
#sidebar h1 .logo {
  color: #fff; 
}
#sidebar ul.components {
  padding: 0; 
}
#sidebar ul li {
  font-size: 16px; 
}
#sidebar ul li > ul {
  margin-left: 10px; 
}
#sidebar ul li > ul li {
  font-size: 14px; 
}
#sidebar ul li a:hover {
  color: #F7C02E;
}
#sidebar ul li a:hover {
  color: #F7C02E; 
}
#sidebar ul li.active > a {
  background: transparent;
  color: #fff; 
}
  @media (max-width: 991.98px) {
    #sidebar {
      margin-left: -270px; 
      position: absolute;
      /* display: none; */
    }
    #sidebar.active {
      margin-left: 0; 
      position: absolute;
      z-index: 3;
      height: 100%;
    }
    #sidebar .custom-menu {
      margin-right: -60px !important;
      top: 10px !important; 
    } 
  }
  #sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    #sidebar .custom-menu .btn {
      width: 40px;
      height: 40px;
      border-radius: 50%; }
      #sidebar .custom-menu .btn.btn-primary {
        background: #393c7f;
        border-color: #393c7f; }
        #sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
          background: #393c7f !important;
          border-color: #393c7f !important; }
  
  a[data-toggle="collapse"] {
    position: relative; }
  
  .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  
  @media (max-width: 991.98px) {
    #sidebarCollapse span {
      display: none; } }
  
  #content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  
  .btn.btn-primary {
    background: #000;
    border-color: #000; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background: #000 !important;
      border-color: #000 !important; }
  
  .footer p {
    color: rgba(255, 255, 255, 0.5); }
  
  .form-control {
    height: 40px !important;
    background: #fff;
    color: #000;
    font-size: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: transparent; }
    .form-control:focus, .form-control:active {
      border-color: #000; }
    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.5); }
    .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5); }
    .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.5); }
    .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5); }
  
  .subscribe-form .form-control {
    background: #5356b1; }
  

  .main .menu .sidebar .sidebar-link a {
    text-decoration: none;
    color: #fff;
  }

  .main .menu .sidebar .sidebar-link a:hover, .main .menu .sidebar .sidebar-link a.active {
    text-decoration: none;
    color: #F7C02E;
  }



/* Trusted By More Than 650,000 Happy People. */

.main .trusted {
  padding: 70px 0px;

  background-repeat: no-repeat;
  background-size: cover;
}

.main .trusted .trusted-text .title {
  font-size: 40px;
  font-weight: 700;
  color: #F8C12C;
}

.main .trusted .trusted-text .text {
  font-size: 12px;
  font-weight: 400;
  color: #fff;

  margin-bottom: 2rem;
}

.main .trusted .trusted-text .get-a-quote {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  padding: 1rem 2rem;

  text-decoration: none;
  background-color: #F8C12C;
  transition: .7s;

}

.main .trusted .trusted-text .get-a-quote:hover {
  color: #F8C12C;
  background: #000;
  text-decoration: none;
}

/* our-partners */

.main .our-partners {
  padding: 70px 0px;
}

.main .card-link {
  text-decoration: none;
}

/* Media Queries */
@media screen and (max-width: 810px) {

  .main .news .digital-transition {
      margin-right: 0px;
  }
}

/* Banner */


.about-us .app .banner,.our-products .app .banner, .support .app .banner, .contact .app .banner, .faq .app .banner, .news .app .banner  {
  min-height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us .app .banner .container, .our-products .app .banner .container, .support .app .banner .container, .contact .app .banner .container, .faq .app .banner .container, .news .app .banner .container {
  min-height: 60vh;
  display: flex;
}

.about-us .app .banner p, .our-products .app .banner p, .support .app .banner p, .contact .app .banner p, .faq .app .banner p, .news .app .banner p{
  margin: auto;
  height: fit-content;
  width: fit-content;

  font-size: 44px;
  font-weight: 400;
  color: #FFFFFF;

  text-transform: uppercase;
}
