@charset "utf-8";
/* CSS Document */

.menuzord-brand {
    margin: 8px 30px 0 0;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}
.color-logo2 {
	color: #F58634;
}
.border-1px {
    border: 1px solid #ccc !important;
}
.pattern-bg-1 {background-color: #1762bd;
background-image:url("../vishwanet-computers/bg/blue-abstract.jpg");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */}
.bg-2{
	background-color: #F58632;
}
.bg-3{
	background-color: #f6f6f6;
background-image: url("https://www.transparenttextures.com/patterns/egg-shell.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
/**-----------agnis-list-04--------***/		
.agnis-list-04 {  }
.agnis-list-04  { list-style:none; }
.agnis-list-04 li { font-size:18px;  
                   }
.agnis-list-04 li a { 
    display:block;
    width:auto; 
    height:auto; 
    background-color:#2957A4; 
    border-left:5px solid #222; 
    border-right:5px solid #222; 
    padding:5px 10px 5px 10px;
    text-decoration:none;
    color:white;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}
.serviceBox{
    color: #666;
    background: linear-gradient(to right,#f1c40f 49%,#f58632 50%);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 2px 10px 12px;
    border-radius: 150px 0 50px 50px;
    transition: all 0.3s ease 0s;
}
.serviceBox .service-content{
    background: linear-gradient(to top left, #fff,#fff,rgba(255,255,255,0.8));
    padding: 20px 13px;
    border-radius: 0 130px 50px 50px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}
.serviceBox .service-icon{
    color: #f1c40f;
    font-size: 50px;
    margin: 0 0 10px 0;
}
.serviceBox:hover .service-icon i{
    color: #da8219;
    transform: rotateY(360deg);
    transition: all 0.3s;
}
.serviceBox .title{
    color: #da8219;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 22px;
    line-height: 35px;
	font-weight: 600;
}
.serviceBox.green{ background: linear-gradient(to right,#01acb3 49%,#007687 50%); }
.serviceBox.green .service-icon{ color: #01acb3; }
.serviceBox.green:hover .service-icon i,
.serviceBox.green .title{
    color: #007687;
}
.serviceBox.purple{ background: linear-gradient(to right, #ae3de2 49%, #8622d5 50%); }
.serviceBox.purple .service-icon{ color: #ae3de2; }
.serviceBox.purple:hover .service-icon i,
.serviceBox.purple .title{
    color: #8622d5;
}
.serviceBox.blue{ background: linear-gradient(to right, #0e90d4 49%,#2957a4 50%); }
.serviceBox.blue .service-icon{ color: #02aff1; }
.serviceBox.blue:hover .service-icon i,
.serviceBox.blue .title{
    color: #0179e9;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}