/*
Theme Name: VR Enterprise 
Author: Webwork India
Author URI: https://www.webwork.in
Description: Wordpress Theme
Version: 1.0
*/


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    background-color: #fff;
    color: #333333;
}
a{
    text-decoration: none;
    color: inherit;
}
.c1{
    color: #00a9ff;
}
.c2{
    color: #083d9a;
}
.bg{
    background-color: #f5faff;
}
.bg1{
    background-color: #083d9a;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0;
}
.vr-btn{
    border: none;
    background-color: #00a9ff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s;
}
.vr-btn:hover{
    background-color: #083d9a;
    color: #fff;
    text-decoration: none;
}
.navbar-brand img{
    width: 280px;
}
.navbar-nav .nav-item {
    padding: 0 18px;
}
.navbar-nav .nav-item .nav-link{
    color: #083d9a;
    font-size: 16px;
    font-weight: 800;
}
.navbar-nav .nav-item .nav-link:hover{
    color: #00a9ff;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.btn-close:focus{
    box-shadow: none;   
}
.dropdown-menu{
    background-color: #fff;
    font-weight: 800;
    padding: 0;
    /* overflow: hidden; */
    top: 60px;
    border-radius: 0%;
    transition: all 0.3s;

}
.dropdown-menu::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 30px;
    background-color: transparent;
    top: -30px;
}
.dropdown-menu hr{
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #00a9ff;
}
/* .dropdown-menu li:first-child{
    border-bottom: 1px solid #00a9ff;
} */
.dropdown-item{
    color: #00a9ff;
    padding: 15px 35px;
    transition: all 0.3s;
    font-weight: 800;

}
.dropdown-item:hover{
    background-color: #083d9a;
    color: #fff;
}


.hero{
position: relative;
}
.hero-content{
    position: absolute;
    top: 33%;
    left: 16%;
    color: #fff;
}

.pro-card{
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    
}
.pro-img{
    /* position: relative; */
}
.pro-img::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0066ff86;
    transition: all 0.3s;
}
.pro-card:hover{
    box-shadow: 4px 6px 6px #9c9c9c;
}
.pro-card:hover .pro-img::after{
    background-color: #0066ff00;
    transition: all 0.3s;
}
.pro-card img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    
    transition: all 0.3s;
}
.pro-card:hover img{
    transform: scale(1.1);
}
.pro-content{
    width: 100%;
    padding: 30px 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 10px 0 0 10px;
    color: #00a9ff;
    background: #fff;
    z-index: 111;
    /* transform: translateX(0%); */
    transition: all 0.3s;
}
.pro-card:hover .pro-content{
    background-color: #083d9a;
    color: #fff;
    /* transform: translateX(100%); */
    transition: all 0.3s;
}
.industry-card{
    border-radius: 10px;
    border: 1px solid #00a9ff;
    height: 100%;
    padding: 40px 20px;
    transition: all 0.3s;
    background-color: #fff;
}
.form-control{
    border: 1px solid #00a9ff;
}
.form-control:focus{
    border: 2px solid #083d9a;
    box-shadow: none;
}
footer{
    border-top: 2px solid #083d9a;
}

@media (max-width: 600px) {
    .hero-content{
        top: 5%;
        left: 3%;
        right: 3%;
    }
    .hero-content .lead{
        font-size: 16px;
        font-weight: 400 !important;
    }
	.navbar-brand img {
    width: 220px;
}
}
@media (max-width: 768px) and (min-width: 601px){
    .hero-content{
        top: 20%;
        left: 4%;
        right: 15%;
    }
   
}
@media (max-width: 1400px) and (min-width: 770px){
   .hero-content{
        top: 18%;
        left: 9%;
    }
}
@media (max-width: 1600px) and (min-width: 1500px){
   .hero-content{
        top: 18%;
        left: 9%;
    }
}
@media (max-width: 1600px) and (min-width: 1590px){
   .hero-content{
        top: 18%;
        left: 5%;
    }
}
@media (max-width: 1700px) and (min-width: 1600px){
   .hero-content{
        top: 28%;
        left: 11%;
    }
}