﻿/*========================
====== Our Services ======
==========================*/
.services{
	background-color:#383f48;
	padding-bottom:15px;
}
#servTitle,#servPar{
	color:white;
}
#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:#ffffff!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 {
    height:400px;
	padding: 45px 10px 30px 10px;
    background-color:#2d2e2e;
    margin-bottom: 10px;
}
.service-content p{
	color:white;
}
.service-content i
{
    
    color: #ffffff;
    
}
.circle{
	color:#333 !important;
}
.service-content h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 34px 0 18px;
    color:#ffffff
}
.service-para{
    height:110px;
}
.height
{
    height : 40px;
   
}
