@media screen and (min-width:970px){
	html,body {
		height:100%;
	}

	header{
		min-height: 100%;
		overflow-y:hidden;
		display: block;
	}

	.about-cont{
		padding-left:30px; 
		padding-right: 0px;
		margin-top: 8%;
	}

	.services-cont{
		padding-left:30px; 
		padding-right: 0px;
		margin-top:2%;
	}

	.service-row-2{
		margin-top: 8%;
	}

	#map {
		display: block;
        height: 500px;
        width: 100%;
        margin-top: -50px;
	}

	.head-wrap{
		border-right: solid 2px #ffdd00;
		margin-top: 8%;
	}

	.head-wrap2{
		border-right: solid 2px #ffdd00;
		margin-top: 8%;

	}

	#about-us{
		height: 100%;
		padding-top: 80px;
		display: block;
	}

	#services{
		padding-top: 90px;
		display: block;
	}

	#getintouch{
		height: 100%;
		padding-top: 80px;
		margin-top: 3%;
		display: block;
		position: relative;
	}

	.services-head, .getintouch-head ,.about-head{
		text-align: right;
	}


	.navbar-default{
		background-color: transparent;
		min-height: 80px;
		border:none;
	}

	.navbar-default .navbar-nav > li > a{
		color: white;
		font-size: 18px;
	}

	.navbar-default .navbar-nav > li > a:hover{
		color: #51C5B7;
	}

	.navbar-brand{
		margin-top: 15px;
		padding-top: 0px;
	}
	.head{ 
		margin-top: 12%;
	}
	.img-child{
		float: right;
		height: 450px;
		bottom: -18px;
	}
	.quote{
		margin-left: 30px;
		margin-top: 36%;
	}
	.logo-edit{
		height:65px;
	}

	.circle2 {
	  width: 170px;
	  height: 170px;
	  border-radius: 50%;
	  font-size: 20px;
	  color: #fff;
	  padding-top: 24%;
	  text-align: center;
	  background: #FB2B69;
	  margin:25px auto 0 auto;
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	}
	.circle2:hover{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);

}
}


@media screen and (max-width: 970px){
	
	.navbar-default{
		background-color: white;
		min-height: 50px;
		border:none;
	}

	.navbar-default .navbar-nav > li > a{
		color: ;
		font-size: 15px;
	}

	.navbar-default .navbar-nav > li > a:hover{
		color: #51C5B7;
	}

	.navbar-brand{
		margin-top: 5px;
		padding-top: 0px;
	}

	#map {
        height: 350px;
        width: 100%;
	}

	.head-wrap{
		
		margin-top: ;
	}

	.head-wrap2{
		
		margin-top: ;
	}

	#about-us{
		height: 100%;
		display: block;
	}

	#services{
		height: 100%;
		padding-top: 20px;
		display: block;
	}

	#getintouch{
		height: 100%;
		display: block;
	}

	.services-head, .getintouch-head, .about-head{
		text-align: center;
		font-family: 'Lato', sans-serif; 
	}
	.head{ 
		max-width: 98%;
    	height: auto;
		margin-top: 12%;
	}
	.quote{
		margin-top: 35%;
	}
	.logo-edit{
		height:45px;
	}


.circle2 {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  padding-top: 60px;
  text-align: center;
  background: #FB2B69;
  margin:25px auto 0 auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

}


#home {
  display: block;
  text-align: center;

}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -40px;
}

header{
	  overflow-x: hidden;
	  background: #1b4c9a;
	  background: linear-gradient(135deg ,#5aeec2 0%, #1b4c9a 100%);
	  background: -moz-linear-gradient(135deg ,#5aeec2 0%, #1b4c9a 100%);
	  background: -webkit-linear-gradient(135deg ,#5aeec2 0%, #1b4c9a 100%);
	  background: -o-linear-gradient(135deg ,#5aeec2 0%, #1b4c9a 100%);
	  background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center;
}

.overlay{
	display: inline-block;
    width: 100%;
	background: url("images/overlay.png");
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;

}

.head-cont{
		font-weight: 1000;
		width: 100%;
		text-align: center;
}



.sub-head{
		margin-top: 10px;
		margin-right: 10px;
		color:#fff;
		font-family: 'Slabo 27px', serif;
		font-weight: 700;
		font-size: 50px;
}

.quote{
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	color: white;
	
}

.navbar-nav > li{
	margin-top: 15px;
}

.navbar-default{
	  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Nunito', sans-serif;
      text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
      background: none;
      color: #51C5B7;

 }

.about-head{
	font-size: 58px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.about-cont p{
	text-align: justify;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size: 20px;
	line-height: 1.4em;
}


.services-head{
	font-size: 58px;
	font-family: 'Lato', sans-serif; 
	color: #;
	display: block;

}

.services-cont{
	text-align: left;
	font-family: 'Roboto Slab', serif;
}

li{
	list-style:none;
}

.service-ico{
	text-align: center;
	height: 100px;
}

.services-cont > ul > li{
	display: inline;

}

.service-cont-head{
	padding-left: 10px;
	font-family: 'Raleway', sans-serif;

}

.service-list{
	line-height: 1.8em;
	color: #939090;
	font-family: 'Vollkorn', serif;
	font-size: 16px;
}

.contact-ico{
	height: 90px;
	padding-top: 10px;
}

.contact-ico2{
	height: 30px;
	padding-right: 10px;

}

.link-ed{
	text-decoration: none;
	color: black;
}

.link-ed:hover{
	color: black;
	text-decoration: none;
}

.fa{
	color: #51C5B7;
}




.getintouch-head{
	font-size: 58px;
	font-family: 'Lato', sans-serif; 
	display: block;

}

.getintouch-cont{
	text-align: justify;
	margin-top:6%;
	font-family: 'Vollkorn', serif;
	font-size: 16px;
	color:#595757;
}

.getintouch-cont a{
	color: #939090;
}

#footer{
	width: 100%;
	background-color: #000;
	height: 13%;
  	
  	clear: both;
    position: relative;
    z-index: 10;
    margin-top: -5em;
}

.navbar-inverse{
	background-color: #000;
	position: relative;
	width: 100%;
  	height: 50px;
  margin-bottom: 0px;
}

.logo-edit-footer{
	height: 30px;
	width:150px;
	padding-top:25px;
	display: block;
    margin: auto;
}
.footer-text{
	text-align: center;
	color: white;
}

.getintouch-head, .services-head{
	color: #000;
	text-transform: uppercase;
}

#about-us{
		background: linear-gradient(175deg ,#D74059 0%,#A234D5  100%);
		  background: -moz-linear-gradient(175deg ,#D74059 0%,#A234D5  100%);
		  background: -webkit-linear-gradient(175deg ,#D74059 0%,#A234D5  100%);
		  background: -o-linear-gradient(175deg ,#D74059 0%,#A234D5  100%);
		  background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		  background-repeat: no-repeat;
		  background-position: center;
	}

.hurits-bold{
	font-family: 'Vollkorn', serif;
	font-weight: 700;
	font-size: 16px;
}

.circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  line-height: 170px;
  text-align: center;
  background: #FB2B69;
  margin:25px auto 0 auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.circle:hover{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);

}


.circle2:hover{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);

}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-ripple,
.la-ball-scale-ripple > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-scale-ripple {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-scale-ripple.la-dark {
    color: #333;
}
.la-ball-scale-ripple > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-scale-ripple {
    width: 32px;
    height: 32px;
}
.la-ball-scale-ripple > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
       -moz-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
         -o-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
            animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
}
.la-ball-scale-ripple.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-scale-ripple.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-ball-scale-ripple.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-scale-ripple.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-ball-scale-ripple.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-scale-ripple.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}


/*
 * Animation
 */
@-webkit-keyframes ball-scale-ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
                transform: scale(.1);
    }
    70% {
        opacity: .65;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes ball-scale-ripple {
    0% {
        opacity: 1;
        -moz-transform: scale(.1);
             transform: scale(.1);
    }
    70% {
        opacity: .65;
        -moz-transform: scale(1);
             transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes ball-scale-ripple {
    0% {
        opacity: 1;
        -o-transform: scale(.1);
           transform: scale(.1);
    }
    70% {
        opacity: .65;
        -o-transform: scale(1);
           transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}
@keyframes ball-scale-ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
           -moz-transform: scale(.1);
             -o-transform: scale(.1);
                transform: scale(.1);
    }
    70% {
        opacity: .65;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    100% {
        opacity: 0;
    }
}