﻿.services{
    border-top:1px solid black;
}
.service{
    margin-top : 20px;
}
.image{
    width: 100%;
    height: 280px;
    background-image: url("../images/Services2.jpeg");
    background-size: cover;
    background-repeat: no-repeat;    
    background-position:20% 30%;
}
.content-info{
    padding:5px;
    margin-top:20px;
    text-align:left;
}
/*========================
========= Header =========
==========================*/
.container h1{
    font-size:40px;
    margin-bottom:10px;
}
/*========================
====== Our Services ======
==========================*/

#our-services .col-sm-6.col-md-3
{
    position: relative;
}

#our-services .col-sm-6.col-md-3:nth-of-type(4n)
{
    border-right: none;
}
#our-services p{
    color:#000000!important;
}
#our-services .col-sm-6.col-md-3:nth-of-type(1):before, #our-services .col-sm-6.col-md-3:nth-of-type(2):before, #our-services .col-sm-6.col-md-3:nth-of-type(3):before
{
    position: absolute;
    content: "";
    right: -3px;
    bottom: -3px;
    width: 5px;
    height: 5px;
    box-shadow:none
}

.service-content {
	padding: 45px 0px 30px;
    background-color:rgba(128, 128, 128, 0.09);
    margin-bottom: 10px;
    border-radius: 5px 10px;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.bullet li {
    font-size: 17px;
    color:#000;
    list-style:disc;
    margin-left:15px;
}
.number li {
    font-size: 17px;
    color:#000;
    list-style: decimal;
    margin-left:15px;
}
.service-content i
{
    font-size: 36px;
    color: #000000;
    
}

.service-content h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 34px 0 18px;
    color:#000000
}
.service-content p{
    font-size: 15px;
}
.height
{
    height : 40px;
   
}
p{
    font-size: 18px;
    color:black;
}
