﻿/* CSS Document by Palakshi Dam -Krishna Tech */
.container1{width:90%; height:auto; margin:0 5%}
.h3{font-weight:normal; color:#808080;}
.h33{color:#17BED2;}
.handled{background:#333333; color:white; padding:1%; width:auto; float:left; margin:0 1%}
.handled span{font-family:Hind,sans-serif; color:#FAC304} 
.mailus{color:#FFFFFF; font-weight:normal; font-size:large}
.mailus span{color:#FAC304; font-size:large}

#home-services { text-align: center; background: white}
#home-services h2 {
    margin-bottom: 65px;
    text-transform: uppercase;
    margin-top: 45px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 25px;
}
.h-service {
    border: 1px solid #eee;
    margin-bottom: 25px;
    height:300px
}
#home-services .h-service-content h3 {
    padding-top: 50px;
    text-align: center;
    font-size:large
}
.h-service-content p {
    text-align: left;
    padding:1% 10%;
    margin:0;
    color:#17BED2
}
.h-service-content span{
	color: #808080;
	padding:0 2%  
}

.h-service-content a {
    color: #e74c3c;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.h-service-content a:hover { color: #16a085 }

.icon-wrap {
    font-size: 2em;
    height: 60px;
    width: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-right: 30px;
    padding:4% 0 0 0
}
.ico-bg { background: #48cfad }
.round-five {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.round-fifty {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin-left: 40%;
    margin-top: -25px;
}
footer{
	background:white
}
