@charset "utf-8";
/* CSS Document */

.counter-section{
	padding: 80px 0px 80px;
}
.cta-section{
	padding: 100px 0px 250px;
}
.accordion-box .block .acc-btn{
	background-color:#ffffff;
}
.accordion-box .block .content{
	background-color:#ffffff;
}
.counter-section:before {
    
    background-color: rgba(0,0,0,0.70);
}
.project-challenge-section .inner-container:before{
	background-color: #0E76BC;
}
.font-18{
	font-size: 22px;
}
.bg-blue{
	background-color: #0E76BC;
}
.main-slider-two h2 {
   
	font-weight: 700;
	line-height: 1.1em;
}
.skill-section{
	padding-bottom: 80px;
}
.main-header .logo-box .logo img{
	max-height: 70px;
}
.page-title h1 {
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: capitalize;
	 position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
}
.project-challenge-section .inner-container{
	padding-right: 0px;
}
.text{
	font-size: 16px;
	color:#555555;
}
.agnis-service-box{
	padding: 60px 0 60px 0px;
}
.serviceBox{
    background: #fff;
    text-align: center;
    padding: 0 15px 25px;
    margin: 10px;
    border: 2px solid #82C12F;
    border-radius: 50px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.4) inset;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    width: 25px;
    height: 25px;
    border-top: 7px solid #82C12F;
    border-right: 7px solid #82C12F;
    position: absolute;
    top: -7px;
    right: -7px;
}
.serviceBox:after{
    border-top: none;
    border-right: none;
    border-bottom: 7px solid #82C12F;
    border-left: 7px solid #82C12F;
    top: auto;
    right: auto;
    bottom: -7px;
    left: -7px;
}
.serviceBox .service-icon{
    color: #fff;
    background: #82C12F;
    font-size: 35px;
    width: 90px;
    padding: 0 0 20px;
    margin: 0 auto 30px;
    border-radius: 0 0 15px 15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    position: relative;
}
.serviceBox:hover .service-icon i{
    transform: rotateX(360deg);
    transition: all 0.3s;
}
.serviceBox .service-icon:before{
    content: "";
    background: #82C12F;
    width: calc(100% + 14px);
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%;
}
.serviceBox .service-icon span:before,
.serviceBox .service-icon span:after{
    content: '';
    background-color: #82C12F;
    height: 10px;
    width: 15px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: -15px;
    top: -10px;
}
.serviceBox .service-icon span:after{
    left: auto;
    right: -15px;
}
.serviceBox .title{
    color: #82C12F;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 17px;
    line-height: 32px;
	color:#333;
}

.serviceBox.green .title{ color: #91c100; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 10px 10px 50px; }
}
.gallery-block .inner-box .lower-content{
	padding: 10px 20px 20px 30px;
}
.gallery-block .inner-box .lower-content h5 {
    margin-top: 8px;
    text-transform: capitalize;
	font-size: 18px;
	color: #333;
}
table th,table td{
	font-size: 16px;
}