body{
	background: url("../images/1.png") 0 0 scroll repeat;
}
body,html{
	width:100%;
	height:100%;	
}
.our-services {
    padding-top: 2%;
    padding-bottom: 2%;
}
.our-services .container{
	position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
    display: table;
    margin: auto;
}
.service-main-row {
    margin-top: 2%;
}

.our-service-h {
    color: #31364c;
    margin: 0;
    font-family: 'Courgette', cursive;
    font-weight: 300;
	padding: 20px 0;
}

.our-service-p {
    color: #9699a6;
    font-size: 16px;
    margin-top: 26px;
    font-weight: normal;
}

.service-col-h1 {
    color: #353535;
    font-size: 24px;
    margin: 0;
	padding: 22px 0px;
	cursor: default;
}
.service-col-h1 a{
	text-decoration:none;
	color:#353535;
}
.service-col-p {
    color: #9699a6;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
}
.service-icon-div img{
	padding: 0;
	border-radius: 50%;
	border: 4px solid #00ace5;
	background: #00ace5;
	transition:all .3s ease-in;
}

.service-content-row1 {
    margin-top: 0;
}

.service-content-row {
    margin-top: 30%;
	/*display: flex;*/
    align-items: center;
    vertical-align: middle;
}
.mid-img{
	position:relative;
	z-index:-1;
	padding: 45px 0;
}
.bottom-footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #007bc3;
}

.bottom-footer a {
    color: #fff;
}
ul {
    list-style: none;
    margin: 0;
}

.copy-right-box li{
	color: white;
}

.copy-right-box a {
    text-decoration: none !important;
}

.copy-right-box {
    background-color: #007bc3 !important;
    color: #9699a6;
 	margin-top: 1%;
    margin-bottom: 1%;
    padding: 0;
    font-weight: normal;
	text-align: center;
}

.copy-right-box>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}
.pointer:hover .address {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
.pointer:hover .service-icon-div img {
	background: #d40000;
}
.pop-left {
    left: 100px;
    margin: 20px 0 0;
    position: absolute;
    top: 0;
    width: 700px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	z-index: 99;
}
.pop-left:before {
    border-right: 10px solid rgb(244, 245, 240);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    content: "";
    left: -10px;
    position: absolute;
    top: 10px;
}
.pop-right {
    right: 100px;
    margin: 20px 0 0;
    position: absolute;
    top: 0;
    width: 700px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	z-index: 99;
}
.pop-right:before {
    border-left: 10px solid rgb(244, 245, 240);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    content: "";
    right: -10px;
    position: absolute;
    top: 10px;
}

.address.bg-1{
	background: url("../images/bg/bg-1.jpg") center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.address.bg-2{
	background: url("../images/bg/bg-2.jpg") center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.address.bg-3{
	background: url("../images/bg/bg-3.jpg") center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.address.bg-4{
	background: url("../images/bg/bg-4.jpg") center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.address ul {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.74);
    border-radius: 3px;
    float: left;
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: 0 0 23px #868686;
    -moz-box-shadow: 0 0 23px #868686;
    -ms-box-shadow: 0 0 23px #868686;
    -o-box-shadow: 0 0 23px #868686;
    box-shadow: 0 0 23px #868686;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.address ul li {
    padding: 5px 0px;
    font-size: 20px;
    color: #000;
    line-height: 22px;
    display: flex;
    font-weight: 500;
}
.address ul li i {
	margin-right: 5px;
}
.wealth{
	float:left;
	width: 100px;
}	
.service-left .service-col-h1{
	text-align:right;
}
.service-left .pointer:first-child{
	position: relative;
    right: -60px;
}	
.service-left .pointer:last-child{
	position: relative;
    right: -60px;
}	
.service-right .pointer:first-child{
	position: relative;
    left: -60px;
}	
.service-right .pointer:last-child{
	position: relative;
    left: -60px;
}
.organic{
	position: absolute;
    bottom: 0px;
    right: 0;
	width: 100px;
}	
.w-quote{
	color:#fff;
}



.header-quote {
	color: #ffffd8;
	text-transform: uppercase;
	text-shadow: 2px 3px 0 #000;
	display: table;
    float: right;
}
.header-quote b {
	padding: 0px 20px;
}
.header-quote span:after {
	background-color: #840505;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: -10;
}
.header-quote span:before {
	background-color: #630000;
	content: "";
	display: block;
	height: 60%;
	width: 100%;
	position: absolute;
	top: 26px;
	-webkit-transform: rotate(188deg);
	-moz-transform: rotate(188deg);
	-o-transform: rotate(188deg);
	-ms-transform: rotate(188deg);
	transform: rotate(188deg);
	z-index: -20;
}
.header-quote span {
	background-color: transparent;
	margin: 0 auto 10px;
	text-align: center;
	line-height: 30px;
	display:table;
	-webkit-transform: rotate(-11deg) skew(-11deg);
	-moz-transform: rotate(-11deg) skew(-11deg);
	-o-transform: rotate(-11deg) skew(-11deg);
	-ms-transform: rotate(-11deg) skew(-11deg);
	transform: rotate(-11deg) skew(-11deg);
	position: relative;
	z-index: 10;
	right: 20px;
}
.header-quote span:first-child {
	margin-top: 24px;
}
.header-quote span:last-child:before {
	display: none;
}
.header-quote span:first-child b:before{
	content: "";
	position: absolute;    
	display: block;
	border: 15px solid #840505;
	z-index: -1;
	right: -20px;
	top: 0;
	border-left-width: 1.5em;
	border-right-color: transparent;
}

.service-right .col-md-9,.service-right .col-md-7,.service-right .col-md-3{
	float:right;
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* STYLES GO HERE */
}
 
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* STYLES GO HERE */
}
 
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* STYLES GO HERE */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 780px) {
	.our-services .container{
		position: inherit;
		display: block;
	}
	.service-left .service-col-h1 {
		text-align: center;
	}
	.bottom-footer {
    	position: relative;
	}
	.service-left .pointer:first-child,.service-left .pointer:last-child {
		position: relative;
		right: 0px;
	}
	.service-content-row {
		margin-top: 12%;
		display: block;
	}
	.service-col-h1 {
		text-align: center;
	}
	.service-right .pointer:first-child,.service-right .pointer:last-child {
		position: relative;
		left: 0px;
	}
	.pop-right{
		position: static;
		width: 90%;
		display: table;
    	margin: 20px auto 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.pop-left{
		position: static;
		width: 90%;
		display: table;
    	margin: 20px auto 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.pop-left:before{
		border-bottom: 10px solid rgb(244, 245, 240);
		border-left: 10px solid rgba(0, 0, 0, 0);
		border-right: 10px solid rgba(0, 0, 0, 0);
		border-top: none;
		content: "";
		left: 48%;
		position: absolute;
		top: -10px;
	}
	.pop-right:before {
		border-bottom: 10px solid rgb(244, 245, 240);
		border-left: 10px solid rgba(0, 0, 0, 0);
		border-right: 10px solid rgba(0, 0, 0, 0);
		border-top: none;
		content: "";
		right: 48%;
		position: absolute;
		top: -10px;
	}
}
@media only screen and (max-device-width : 780px) and (orientation : landscape) {
}
@media only screen and (max-device-width : 768px) and (orientation : landscape) {
	.pop-right{
		position: static;
		width: 70%;
		margin: 0 auto;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.pop-left{
		position: static;
		width: 70%;
		margin: 0 auto;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@media only screen and (max-device-width : 737px) and (orientation : landscape) {
}
@media only screen and (max-device-width : 732px) and (orientation : landscape) {
}
@media only screen and (max-device-width : 700px) and (orientation : landscape) {
}
 
@media only screen and (max-device-width : 650px) and (orientation : landscape) {
}
/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
/* STYLES GO HERE */
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* STYLES GO HERE */
	
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* STYLES GO HERE */
}
 
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.header-quote span{
		font-size:10px;
	}
}

@media (max-width: 768px) {
    .service-icon-div img{
        width: 60px;
    }
    
    .mid-img{
        margin-top: 12%;
    }
    
    .mid-img img{
        height: auto;
        max-width: 105px;
    }
    
    .service-col-h1 a{
        font-size: 14px;
    }
    
    .service-left .pointer:first-child, .service-left .pointer:last-child{
        right: -60px;
    }
    
    .service-right .pointer:first-child, .service-right .pointer:last-child{
        left: -60px;
    }
    
    .service-main-row {
        margin-top: 25%;
        margin-bottom: 5%;
    }
    
    .service-col-h1{
        padding: 5px 0;
    }
    
    .bottom-footer{
        position: absolute;
    }
}