header nav .nav-item{
    font-size: 16px;
}

header .active .nav-link{
    color: #2254D4!important;
    border-bottom: 4px solid #2254D4;
    padding-bottom: 7px;
}

header .nav-link{
    padding-bottom: 15px;
}
header .nav-link:hover{
    color: #2254D4!important;
    border-bottom: 4px solid #2254D4;
    transition: all ease 0.5s;
    padding-bottom: 7px;
}


footer .topFooter h5{
    color: #FD7406;
}
footer .topFooter{
    background: #1A1717;
    color: #FFFFFF;
}
footer .nav-link:hover{
    color: #FD7406;
    transition: all ease 0.5s;
}
footer .nav-link{
    color: #FFFFFF;
    font-size: 15px;
}
footer p{
    font-size: 14px;
}
footer .copyrightFooter{
    background: #282828;
    color: #ffffff;
    font-size: 12px;
}
footer .fa{
    color: #ffffff;
    font-size: 20px;
}
.products-header{
    background: repeating-linear-gradient(
        -45deg,
        #00326a,
        #00326a 150px,
        #004072 10px,
        #004072 300px /* determines size */
    );
}
.product-container .more-info{
    color: #0f74a8;
}
.product-container img{
    width: 100%;
    max-height: 350px;
}
.product-container > div {
    position: relative;
    padding: 0;
}
.product-container {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.product-info-container{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.7) 100%);
    transition: all ease 0.5s;
    overflow: hidden;
}
.product-info-container p{
    opacity: 0;
    font-size: 15px;
}
.product-container:hover .product-info-container p{
    opacity: 1;
}
.product-container:hover .product-info-container{
    height: 200px;

    background: #ffffff;
    color: #000000;
}
.img-gallery-container{
    position: absolute;

    bottom: 10px;
}
.img-gallery-container img:hover{
    opacity: 1;
}
.img-gallery-container img{
    cursor: pointer;
    opacity: 0.5;
    transition: all ease 0.5s;
}
.img-container .view-more{
    cursor: pointer;
}
#img-viewer{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(34,84,212,0.3);
    top: 0;
    z-index: 1000;
}
.close-viewer{
    font-size: 25px;
    color: #FD7406;
    cursor: pointer;
}
.arrow{
    cursor: pointer;
    font-size: 25px;
    color: #FD7406;
}
.blog-container > div {
    position: relative;
    padding: 0;
}
.blog-container .more-info{
    color: #0f74a8;
}
.blog-container img{
    width: 100%;
    height: 350px;
}
.blog-container > div{
    height: 350px;
}
.blog-container {
    position: relative;
    cursor: pointer;
}
.blog-info-container{
    position: absolute;
    bottom: -20px;
    right: 5%;
    height: 90px;
    color: #1A1717;
    width: 90%;
    background: #FFFFFF;
    transition: all ease 0.5s;
    box-shadow: 0 0 2px 1px rgba(40,40,40,0.4);
}
.blog-info-container h4{
    font-weight: 600;
}
.blog-info-container p{
    opacity: 0;
    font-size: 15px;
}
.img-circle{
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
/*.blog-container:hover .blog-info-container p{*/
/*    opacity: 1;*/
/*}*/
/*.blog-container:hover .blog-info-container{*/
/*    height: 200px;*/

/*    background: #ffffff;*/
/*    color: #000000;*/
/*}*/

.img-container{
    height: auto;
    position: relative;
    border: 0.5px solid rgba(42,42,42,0.2);
    min-height: 300px;
}
.features-container li::marker{
    color: #FD7406;
}
.features-container ul{
    list-style: square;
    color: #1A1717;
}
.features-container{
    background: rgba(34,84,212,0.08);
    height: auto;
    padding: 10px;
}
.features-container h5{
    color: #2254D4;
}
.user-comment p{
    font-size: 14px;
}
.user-comment .rates{
    direction: ltr;
    color: gold;
}
.user-comment .fa-reply{
    transform: rotateX(180deg);
    color: #FD7406;
}
.user-comment .reply b{
    font-size: 15px;
}
.color-white{
    color: #FFFFFF;
}
.color-blue{
    color: #2254D4;
}
.color-black{
    color: #1A1717;
}
.color-orange{
    color: #FD7406;
}
.btn-orange{
    background: #FD7406;
    color: #FFFFFF;
}
.slide{
    position: relative;
    background: url("../image/1c7463a967c3f7207b1d5ace3039360d.jpg");
    background-size:cover;
    min-height: 400px;
    height: auto;
}
.slide > div{
    min-height: 400px;

    background: rgba(32,32,33,0.6);
}
.slide .site-name{
    font-weight: 900!important;
    text-shadow: 0 0 2px #1A1717;
}
.slide-btn{
    box-shadow: none;
    background: #2254D4;
    color: #FFFFFF;
    border: none;
    padding: 10px;
    margin: 10px;
    position: relative;
    transition: all ease 0.4s;
}
.slide-btn a{
    color: #FFFFFF;
}
.slide-btn a:hover{
    color: #FFFFFF;
    border: none;
    text-decoration: none;
}
.slide-btn:hover{
    margin-top: 0;
    margin-bottom: 20px;

}
.slide .arrow-down {
    color: #FFFFFF;
    font-size: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #2254D4;
    padding-top: 5px;
    border-radius: 100%;
    position: absolute;
    bottom: -25px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.slide .arrow-down:hover{
    box-shadow: 0 0 2px 1px #1A1717;
    bottom: -40px;
}
.hr-dot-blue{
    width: 40%;
    height: 0;
    padding: 0;
    border-radius: 100%;
    border-style:dashed;
    border-color: aqua;
}
.home-form{
    background: rgba(219,219,219,0.33);
    font-size: 14px;
}
.home-form input::placeholder{
    font-size: 14px;
    color: #1A1717;
}

.home-form i{
    position: absolute;
    font-size: 25px;
    left: 25px;
    top: 52px;
    color: gray;
}
.home-form .form-group div{
    position: relative;
}
.contact-info{
    font-size: 13px;
}
.contact-info i{
    font-size: 20px;
}

@media (max-width: 800px) {
    .nav-link{
        padding-bottom: 7px;
    }
}
