

/*============================================
home page banner
===============================================*/
	.banner
{
	background: url("../img/homeBanner.jpg") no-repeat;
	background-size: cover;
	    padding: 100px 0px 400px 0px;

}


.banner .heading
{

    text-align: center;
    font-size: 48px;
    font-weight: 700;

}


.banner .bg-banner1 {
    width: 65px; height: 55px;
    background: url('../img/bannerIcons.png') -10px -10px;
}


.banner .bg-banner2 {
    width: 65px; height: 55px;
    background: url('../img/bannerIcons.png') -95px -10px;
}


.banner .bg-banner3 {
    width: 65px; height: 55px;
    background: url('../img/bannerIcons.png') -10px -85px;
}


.banner .bg-banner4 {
    width: 65px; height: 55px;
    background: url('../img/bannerIcons.png') -95px -85px;
}

.banner .bg-banner5 {
    width: 65px; height: 55px;
    background: url('../img/bannerIcons.png') -180px -10px;
}


.banner [class^="bg-banner"]
{
	margin:auto;
	    margin-bottom: 20px;
}

.banner [class^="bg-banner"] + h6
{
	font-size: 14px;
	text-align: center;
}



/*============================================
what we do
===============================================*/
.whatWeDo h4
{
	    font-weight: 600;
    padding-bottom: 65px;
}
.whatWeDo [class^="bg-wwd"]
{
	margin: auto;
	margin-bottom: 40px;
}

.whatWeDo .bg-wwd1 {
    width: 243px; height: 146px;
    background: url('../img/wwd.png') -10px -10px;
}


.whatWeDo .bg-wwd2 {
    width: 243px; height: 146px;
    background: url('../img/wwd.png') -273px -10px;
}


.whatWeDo .bg-wwd3 {
    width: 243px; height: 146px;
    background: url('../img/wwd.png') -10px -176px;
}


.whatWeDo .bg-wwd4 {
    width: 243px; height: 146px;
    background: url('../img/wwd.png') -273px -176px;
}


.whatWeDo [class^="bg-wwd"] + h6
{
	margin-bottom: 35px;
	    font-weight: 700;
}

.whatWeDo [class^="bg-wwd"] + h6 + p
{
	color: #595959;
	    line-height: 2;
}

/*============================================
Services
==============================================*/

.services
{
	background: #f8f8f8;
}

.services [class^="col"]:first-child h4
{
	    margin-bottom: 60px;
    font-size: 36px;
}
.services [class^="col"]:first-child h4 + p
{
	padding-bottom: 40px;

}
.services [class^="col"]:first-child h4 ~ p
{
	color: #595959;
}
.services .allDiamonds
{
    margin-top: 90px;
        position: relative;
        text-align: right;
}

.services .allDiamonds ul>li
{
    background: #fff;
    height: 140px;
    width: 140px;
    padding: 20px;
    transform: rotate(-45deg);
    margin-right: 75px;
}


.services .allDiamonds ul>li .diamondContent {
    transform: rotate(45deg) !important;
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
    left: 8px;
    top: 11px;

}
.services .allDiamonds ul>li .diamondContent p
{
    margin: 0px;
    text-align: right;

}
.services .allDiamonds ul>li:nth-of-type(1)
{
	    position: absolute;
    top: -100px;
            left: 24.15%;
}
.services .allDiamonds ul>li:nth-of-type(3)
{
	    position: absolute;
    top: -100px;
       right: 15.25%;
}
.services .allDiamonds ul>li:nth-of-type(5)
{
	position: absolute;
    top: 100px;
   right: 15.25%;
}
.services .allDiamonds ul>li:nth-of-type(6)
{
    position: absolute;
    top: 100px;
        left: 24.15%;
}


.services [class^="bg-services"]
{
	margin: auto;
}


.services .bg-servicesH1 
{
    width: 45px; height: 45px;
    background: url('../img/servicesHome.png') -10px -10px;
}


.services .bg-servicesH2 
{
    width: 45px; height: 45px;
    background: url('../img/servicesHome.png') -75px -10px;
}


.services .bg-servicesH3 
{
    width: 45px; height: 45px;
    background: url('../img/servicesHome.png') -10px -75px;
}


.services .bg-servicesH4 
{
    width: 45px; height: 45px;
    background: url('../img/servicesHome.png') -75px -75px;
}


.services .bg-servicesH5 
{
    width: 45px; height: 45px;
    background: url('../img/servicesHome.png') -140px -10px;
}


.services .bg-servicesH6 
{
    width: 45px; height: 45px;
    background: url('../img/servicesHome.png') -140px -75px;
}


.services .bg-servicesH7 
{
    width: 45px; height: 45px;
    background: url('../img/servicesHome.png') -10px -140px;
}


/*============================================
pattern
==============================================*/

 .pattern
{
    padding: 80px 0px;
    text-align: center;
    border: 4px solid #f5adaf;
    border-radius: 10px;
    background: url(../img/pattern.png);
    background-size: cover;
}
 .pattern h4
{
	padding-bottom: 40px;
	    font-size: 30px;
}
 .pattern h4 + p
{
    color: #303030;
    padding-bottom: 60px;
    font-size: 21px;
    font-weight: 300;
}


/*============================================
Map 
===============================================*/
#map-canvas
{
    width: 100%;
    height: 369px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}