*
{
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
}

/*----- Header -----*/
.header
{
    height: 105px;
    width: 100%;
    background-color: white;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 5;
    min-height: 90px;
}

.header img
{
    height: 90px;
}

.sticky
{
  position: sticky;
  top: 0;
  width: 100%;
}

.dropdown 
{
    position: relative;
    display: inline-block;
}
  
  .dropdown-content 
{
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 125px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-align: left;
    padding: 12px 16px;
}

.dropdown:hover .dropdown-content 
{
    display: block;
    transition: 1s;
}

.wrapper
{
    margin: 0px auto;
    max-width: 1200px;
}

img
{
   max-width: 100%;
}

/*----- Carousel -----*/
.carousels
{
    position: relative;
    line-height:1;
    top:0;
    left:0;
    min-width:100%;
    z-index: 1;
}

.carousel-wrapper
{
    margin: 0px auto;
    max-width: 2500px;
}

.carousel-inner img
{
    width: 100%;
}

/*----- Navigation Bar -----*/
nav
{
    display: flex;
    padding: 1% 0%;
    justify-content: space-between;
    align-items: center;
}

nav img
{
    width: 300px;
}

.nav-links
{
    flex: 1;
    text-align: right;
}

.nav-links ul li
{
    list-style: none;
    display: inline-block;
    padding: 0px 27px;
    position: relative;
    bottom: 50px;
}

.nav-links ul li a
{
    color:black;
    text-decoration: none;
    font-size: 15px;
}

.nav-links ul li :hover
{
    content:'';
    width: 100%;
    transition: 0.5s;
    opacity: 1;
    color: #f44336;
}

nav .fas
{
    display: none;
}

nav .far
{
    display: none;
}


/*----- Search Bar -----*/
form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
  }
  
  form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
  }
  
  form.example button:hover {
    background: #0b7dda;
  }
  
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }


/*----- Background -----*/
.text-box
{
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    margin-top: 50px;
}

.text-box h1
{
    font-size: 60px;
}

.text-box p
{
    margin: 0px auto;
    font-size: 17px;
    color: black;
    text-align: justify;
}


/*----- Buttons -----*/
.any-btn
{
    display: inline-block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border: 1px solid #f44336;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}


.any-btn:hover
{
    border: 1px solid #f44336;
    background: #cfcfcf;
    transition: 0.7s;
    text-decoration: none;
    color: black;
}


/*----- About Us -----*/
.about
{
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    margin-top: 50px;
}

.about h1
{
    margin-top: 50px;
    font-weight: 600;
    text-align: center;
}

.partners-col
{

    border-radius: 10px;
    padding: 20px 15px;
    box-sizing: border-box;
    margin: 0px auto;
}


/*----- products -----*/
.products
{
    width: 80%;
    margin: 12px auto;
    text-align: center;
    padding-top: 50px;
}

h1
{
    font-size: 36px;
    font-weight: 600;
}

p
{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px
}

.row
{
    margin-top: 5%;
    display: flex;
    justify-content: space-around;
}


.products-col
{
    background: #fff3f3;
    border-radius: 10px;
    padding: 20px 15px;
    box-sizing: border-box;
    transition: 0.5s;
    margin: 0px auto;
}

.products-col img
{
    transition: transform 1s ease-in;
}

.products-col :hover
{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    transform:scale(1.05);
}

.products-col h3
{
    text-align: center;
    font-weight: 600;
    margin: 20px 0;
    top: 10px;
}


/*----- Contact -----*/
.contact
{
    margin: 0px auto;
    margin-bottom: 100px;
    width: 1200px;
    background-image: linear-gradient(rgba(238, 238, 238, 0.7),rgba(4,9,30,0.7)), url(images/fulvio1.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0px;
  
}

.contact h1
{
    color: white;
    margin-bottom: 40px;
    padding: 0;
}


/*--- About Us Page ---*/
.about-us
{
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}

.about-col
{
    flex-basis: 45%;
}

.about-col p
{
   text-align: justify;
}

.about-col img
{
    margin-top: 50px;
    margin-left: 20%;
    min-width: 55%;
    width: 55%;
    height: 300px;
}

.about-col h1
{
    color: black;
}

.about-col ol
{
    text-align: justify;
}

.about-col ol li
{
   margin-left: 25px;
   text-align: justify;
}


.about-us-image-wrapper
{
    margin: 0px auto;
    max-width: 2500px;
}


.red-btn 
{
    border: 1px solid #f44336;
    background: transparent;
    color: black;
}

.red-btn :hover
{
    color: #fff;
}


/*--- Contact Us Page ---*/
.location
{
    width: 100%;
    margin: auto;
}

.location iframe
{
    width: 100%;
}

.contact-us
{
    width: 80%;
    margin: auto;
}

.contact-col
{
    flex-basis: 48%;
    margin-bottom: 40px;
}

.contact-col div
{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fas
{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p
{
    padding: 0px;
}

.contact-col div h5
{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea
{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}



/*--- Responsive Media(For Mobile Devices) ---*/
@media(max-width: 900px)
{

    *
    {
        max-width: 900px;
    }   


/*--- Responsive Header ---*/
    .header
    {   
        width: 100%;
        min-height: 10vh;;
        max-height: 90px;
        background-color: white;
        background-position: center;
        position: relative;
        padding: 10px 16px;
        overflow: hidden;
    }

    .header img
    {
        max-height: 80px;
    }

    .sticky 
    {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 5;
    }



    .dropdown :hover
    {
        margin-bottom: 240px;
    }

/*--- Responsive Navigation ---*/
    .nav-links
    {
        position: fixed;
        background: #f44336;
        height: 100vh;
        width: 165px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }

    .nav-links ul
    {
        padding-top: 50px;
    }

    .nav-links ul li
    {
        display: block;
        padding: 5px;
    }

    .nav-links ul li :hover
    {
        content:'';
        width: 100%;
        transition: 0.5s;
        opacity: 1;
        color: #ffffff;
    }

    nav .fas
    {
        display: inline;
        color: rgb(0, 0, 0);
        margin-right: 20px;
        padding-top: 25px;
        float: right;
        font-size: 20px;
        cursor: pointer;
    }

    nav .far
    {
        display: inline;
        color: rgb(0, 0, 0);
        margin-left: 10px;
      
        font-size: 20px;
        cursor: pointer;
    }

/*--- Responsive Background ---*/
    .text-box h1
    {
        position: relative;
        margin: 20px auto;
        overflow: hidden;
        font-size: 25px;
    }

    .text-box p
    {
        margin-top: 100px;
        margin: 20px auto;
    }


/*--- Responsive Products ---*/
    .products
    {
        width: 80%;
        margin: auto;
        text-align: center;
        padding-top: 30px;
    }

    .products h1
    {
        overflow: hidden;
    }

    .row
    {
        width: 100%;
        flex-direction: column;
    }

    .products-col h3
    {
        overflow-y: hidden;
    }

    .products-col img
    {
        transition: transform 1s ease-in;
    }

/*--- Responsive Contact Us ---*/
    .contact
    {
        margin: 0px auto;
        margin-bottom: 50px;
        margin-top: 50px;
        width: 80%;
        background-image: linear-gradient(rgba(99, 99, 99, 0.7),rgba(4,9,30,0.7)), url(images/fulvio1.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        text-align: center;
        padding: 100px 0px;
        overflow: hidden;
  
    }

    .contact h1
    {
        color: white;
        margin-bottom: 40px;
        padding: 0;
        overflow: hidden;
        font-size: 30px;
    }

    
/*--- Responsive Wrappers ---*/
    .wrapper
    {
        margin: 0px auto;
        max-width: 900px;
    }   

    .carousels
    {
        position: relative;
        line-height:1;
        top:0;
        left:0;
        min-width:100%;
        z-index: 1;
    }

    .carousel-wrapper
    {
        margin: 0px auto;
        width: 100%;
    }

    .glyphicon {
        overflow: hidden;
    }
        .footer-col h4 {
        overflow: hidden;
    }
    .carousel-indicators
    {
        overflow: hidden;
    }


/*--- Responsive About Us Page ---*/
    .about-us
    {
        width: 80%;
        margin: auto;
        padding-bottom: 50px;
    }

    .about-col
    {
        flex-basis: 48%;
    }

    .about-col p
    {
        text-align: justify;
        overflow: hidden;
    }

    .about-col h1
    {
        color: black;
        overflow: hidden;
    }

    .about-col img
    {
        height: 50%;
        width: 50%;
    }

    .about-col ol
    {
        text-align: justify;
        overflow: hidden;
    }

    .about-col ol li
    {
        margin-left: 25px;
        text-align: justify;
        overflow: hidden;
    }

    .vision
    {
        margin-top: -70px;
    }

    .about-us-image-wrapper
    {
        margin: 0px auto;
        width: 100%;
    }

}


