body{
    font-family: 'Archivo', sans-serif;
    color:#050708;
}

.text-blue{
    color:#1E6FB7;
}
.text-yellow{
    color:#FFC857;
}
.text-teal{
    color:#59C3C3;
}
.text-dark{
    color:#050708;
}
.background-blue{
    background-color:#1E6FB7;
}
.background-light-blue{
    background-color:#629acd;
}
.background-yellow{
    background-color:#FFC857;
}
.background-teal{
    background-color:#59C3C3;
}

a{
    transition: 0.5s ease;
    text-decoration:none;
    color: #1E6FB7;
}

a:hover{
    text-decoration:none;
}

form .form-control::-webkit-input-placeholder {
    color:#050708;
}

form .form-control::-moz-placeholder {
    color:#050708;
}

form .form-control::-ms-placeholder {
    color:#050708;
}

form .form-control::placeholder {
    color:#050708;
}

h1,h2, h3, h4, h5, h6,
.h1,.h2, .h3, .h4, .h5, .h6{
    font-weight:700;
    letter-spacing:1.2px;
}

h2{
    font-size: 2.3vw;
}
h5{
    font-size: 1.2vw;
}
.display-1{
    font-weight: 700;
    line-height: 1.2;
    font-size: 5.3vw;
}

.animate-text-1 {
    font-weight: 900;
    font-size: 3.5em;
  }
  
.animate-text-1 .letter {
    display: inline-block;
    line-height: 1em;
}
.animate-text-1 .letter:nth-child(-n+10) {
    color:#FFC857;
}
.display-2{
    font-weight: 700;
    line-height: 1.2;
    font-size: 4.3vw;
}
.slider-heading a {
    width: fit-content;
    display: table;
    margin: auto;
}
.btn{
    border-radius:0;
    transition: 0.5s ease;
    font-weight:700;
}

.btn-blue{
    background: #1E6FB7;
    color: #FFC857;
    border:2px solid transparent;
}

.btn-blue:hover{
    border-color: #1E6FB7;
    color: #050708;
    background:#ffffff;
}

.btn-yellow{
    color: #050708;
    background: #FFC857;
    border:2px solid transparent;
}
.btn-yellow:hover{
    color: #050708;
    background: #ffffff;
    border-color:#FFC857;
}

header{
    padding:  10px 0 2.65vw;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    background:#ffffff;
    z-index: 100;
}

.navbar-brand{
    width:15vw;
}
.nav-item{
    margin:0 .5vw 0 0;
   
}
.navbar-light .navbar-nav .nav-link {
    font-size: 1vw;
    text-transform: uppercase;
    font-weight:700;
    color:#050708;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#1E6FB7;
}
.dropdown-item{
    font-size:1vw;
    font-weight:700;
    color:#050708;
}
.dropdown-item:hover{
    color:#1E6FB7;
}
.nav-button-container .btn{
    font-size: 1vw;
    text-transform: uppercase;
    font-weight:700;
    margin:0 .5vw;
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu{
    border-radius:0;
    border:none;
}
section{
    padding: 90px 0;
}
.section-page-header.small{
    margin-top:0;
    min-height: 0;
}
.background{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
}

.section-home .slide{
    margin-top:calc(48.2px + 5.3vw);
    height: calc(100vh - 48.2px - 5.3vw);
    position: relative;
    overflow:hidden;
}
.section-services .background,
.section-home  .background{
    animation: move 40s ease infinite;
    /* Add infinite to loop. */
    
    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -moz-animation: move 40s ease;
}

@-webkit-keyframes move {
    0% {
      -webkit-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      -o-transform-origin: bottom left;
      transform-origin: bottom left;
      transform: scale(1.0);
      -ms-transform: scale(1.0);
      /* IE 9 */
      
      -webkit-transform: scale(1.0);
      /* Safari and Chrome */
      
      -o-transform: scale(1.0);
      /* Opera */
      
      -moz-transform: scale(1.0);
      /* Firefox */
    }
    50% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */
        
        -webkit-transform: scale(1.2);
        /* Safari and Chrome */
        
        -o-transform: scale(1.2);
        /* Opera */
        
        -moz-transform: scale(1.2);
        /* Firefox */
      }
    100% {
      transform: scale(1);
      -ms-transform: scale(1);
      /* IE 9 */
      
      -webkit-transform: scale(1);
      /* Safari and Chrome */
      
      -o-transform: scale(1);
      /* Opera */
      
      -moz-transform: scale(1);
      /* Firefox */
    }
  }
.featured-product-container{
    display:block;
}
.featured-product-title{
    padding: 150px 30px 30px;
}
.featured-product-snippet{
    padding: 15px 30px;
}
.featured-product-container .featured-product-header{
    overflow:hidden;
}
.featured-product-container .background .background{
    transition: all .15s ease-in-out;
    transform:scale(1);
}
.featured-product-container:hover .background .background{
    transition: all .15s ease-in-out;
    transform:scale(1.2);
}
.section-products > .background{
    top: 55%;
    height: 45%;
    background: #000000;
}

.section-page-header{
    /*margin-top:calc(48.2px + 5.3vw);*/
    min-height: calc(60vh);
}
.section-customers .customer-box h3{
    color:#212529;
}
.section-customers .customer-box:hover h3{
    color:#1E6FB7;
}
.section-customers .customer-box .icon{
    transform:scale(1);
    filter:none;
    transition: all .15s ease-in-out;
}
.section-customers .customer-box:hover .icon{
    /*filter: invert(86%) sepia(73%) saturate(4611%) hue-rotate(313deg) brightness(99%) contrast(108%);*/
    transform:scale(1.2);
}
.customer-box-two{
    padding-bottom:90%;
    position:relative;
    margin-bottom:30px;
}
.customer-box-two .inner{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

footer{
    padding:50px 0 10px;
}
footer .logo{
    filter: brightness(0) invert(1);
}
footer .background{
    background-image: url(/img/s.png);
    width: 30%;
    left: 60%;
    filter: brightness(0);
    opacity: .2;
}
@media (max-width: 768px){
    h2{
        font-size:calc(1.325rem + .9vw);
    }
    h5, .h5{
        font-size:1rem;
    }
    .navbar-brand {
        width: 35vw;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size:1rem;
    }
    .nav-button-container .btn {
        font-size: 1rem;

    }
    .display-2{
        font-size:10vw;
    }
    section.hero{
        margin-top:60px!important;
        padding:45px 0;
    }
    .dropdown-item{
        font-size:1rem;
    }
}

.smartest-patch-banner .background.background-blue {
    background-color: #1e6fb780;
}