body
{
  padding:0;
  margin: 0;

}

.nav-link,.color-red :hover{
	font-family: 'Bree Serif', serif;
	color: #0770c3;
	color: #000!important;
}


	

.fixed-top{
	height: 50px;
}



.color-red{
	font-family: 'Bitter', serif;
	font-family: 'Anton', sans-serif;
	color: #0770c3;
}

.nav-item{
	padding-right: 40px;
}
.carousel-img-all{
	
	background-size:cover !important;
	height: 100vh !important;
	background-position: center!important;
	background-repeat: no-repeat !important;
}
.carousel-img-1{
	
	background: url("../img/caroselimg1.jpg");
}
.carousel-img-2{
	width: 100%!important;
	
	background: url("../img/caroselimg2.jpg");
}
.carousel-img-3{
	
	background: url("../img/caroselimg3.jpg");
}
#about
{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #555;
}
.btn{
	margin-top:20px;
	margin-bottom: 30px;
}
.about-content{
	padding-top: 20px;
}
.skills-bar p{
	margin-bottom: 6px;
	font-weight: 600;

}
.progress-bar{
	border-radius: 16px;
}
.progress{
	border-radius: 16px !important;
	margin-bottom: 20px;
}
#services{
	background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url(../img/services1.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef !important;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}
#services{
	
	text-align: center;
	color: #efefef !important;
	padding-bottom: 10px;

}

#services  h1::after{
	
	background: #efefef;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}
.services{
	margin-top: 40px;
}
.icon{
	font-size: 40px;
	margin: 20px auto;
	padding: 20px;
	height: 80px;
	width: 80px;
	border-radius: 50%; 
}
.services p{
	font-size: 14px;
	margin-top: 20px;
	color: #cccccc;
}
.services .col-md-3:hover{
	background: #007bff;
	cursor: pointer;
	transition: 0.7s;	
}
#promo{
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/promo.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	background-attachment: fixed;
	text-align: center;
	padding: 100px;
	font-family: sans-serif;
	font-size: 38px;
}

#price{
	padding: 40px 0;
	background: #efefef;
}
.single-price{
	margin: 10px auto;
	display: inline;
	float: left;
	width: 100%;
	background-color: #fff;
	transition: 0.5s;
}
.single-price:hover{
	box-shadow: 0 2px 20px #333;
}
.price-head{
	background-color: #2196f3;
	display: inline;
	float: left;
	padding: 10px 5px;
	text-align:center;
	width: 100%; 
}
.price-head h2{
	color: #fff;
	font-size: 30px;
	font-weight:bold;
	margin-bottom: 5px;
	padding: 5px;
	text-transform: uppercase;
}
.price-head p{
	font-size: 25px;
	color: #ccc;
	font-weight: bold;
	line-height: 30px;
}
#price span{
	font-size: 15px;
}
.price-content{
	display: inline;
	float: left;
	width: 100%;
	/*padding: 0 15px;*/
}
.price-content ul li{
	border-bottom: 1px solid #efefef;
	padding: 15px 10px;
	list-style:none;
}
ul li:last-child{
	border:none;
}
.fa-check-circle{
	color: green;
	margin-right: 10px;
	font-size: 20px;
}
.fa-times-circle{
	color: red;
	margin-right: 10px;
	font-size: 20px;
}
.price-button{
	display: inline;
	float: left;
	padding: 15px 15px 30px;
	 text-align: center;
	 width: 100%;
}
.buy-btn{
	background-color: #2196f3;
	border-radius: 3px;
	display: inline-block;
	font-size: 18px;
	padding: 15px 50px;
	transition: .5s;
}
.buy-btn:hover{
	border-color: 1px solid #fff;
	background-color: #3f51b5;
}
a{
	text-decoration: none !important;
	color: #fff !important;
}

#testimonials{
	padding-top: 50px;
	padding-bottom: 50px;
}
#testimonials .row{
	margin-top: 30px;
}
.col-md-4{
	margin: 40px auto;
}
.profile{
	padding: 70px 10px 10px;
	background-color: #efefef; 
}
.user{
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.profile img{
	top: -60px;
	position: absolute;
	left: 130px;
	border: 10px solid #fff;
}
.profile h3{
	font-size: 20px;
	margin-top: 15px;
	color:#007bff;
}
#testimonials span{
	font-size:12px;
	color:#333;
}
blockquote{
	font-size:16px;
	line-height: 30px;
}
blockquote::before{
	font-size: 50px;
	color : #007bff;
	position: relative;
	line-height: 20px;
	bottom: -15px;
	right: 5px;	
}
blockquote::after{
	font-size: 50px;
	color : #007bff;
	position: relative;
	line-height: 10px;
	bottom: -15px;
	right: 5px;	
}
.profile:hover{
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: 0.5s;
}

#contact{
	background-color: #efefef;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #777;
}

.contact-form{
	padding: 15px;
}	 
h1, .color-black{
	color: black;
}

.form-control{
	border-radius: 0 !important;
	border: none !important;	
}
::placeholder{
	color: #999 !important;
}
.follow{
	background: #fff;
	padding: 10px;
	margin: 15px;
}




.btnm {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btnm:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



.admin{
	margin-left: 400px;
}

/* Pseudo elements for icons */
.btnm:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.btnm-1 {
	border: 3px solid #000;
	color: #000;
}

/* Button 1c */
.btnm-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
}

.btnm-1c:hover,
.btnm-1c:active {
	color: #fff;
}

.btnm-1c:hover:after,
.btnm-1c:active:after {
	width: 100%;
}

#footer{
  margin-top: 80px;
  padding: 23px;
  background-color: #efefef;
  color: #013f7e;
}
.footer-logo{
  width: 260px;
  margin-top: 7px;
  margin-bottom: 15px;
}
#footer1{
  font-size: 15px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
		background-color: #efefef;
}
#footer h1{

    margin-bottom: .5rem !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 2.2 !important;
    color: inherit !important;
  font-size: 1.5em !important;
}

#footer1 p{
  font-size: 12px;
  text-align: center;
	padding: 20px;

}
#footer .city{
   margin-left: 37px;
}
#footer .fa{
  padding-right: 20px;
  font-size: 15px;
}
#footer  hr{
  margin-top: 10px;
}
#footer1 .fa-heartbeat {
  
  font-size: 17px;
  padding-right: 0px;

}
#footer1 .copyright {
  margin-bottom: -80px;
  text-align: center;
}
form-control:focus{
	border-color: red !important;
}
@media screen and
	(max-width:400px){
		.fa-envelope{
			margin-top: 10px;
		}
}
	



.btn1{
	color: #ed1846 !important;border:1px solid #ed1846 !important;
}
