*
{
	margin: 0;
	padding: 0;

}
/*------Navigation-----*/
#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff
}
.navbar-brand img
{
	padding-left:30px;
	width: 80px;
}
.navbar-nav li
{
	padding: 0 10px;
}
.navbar-nav li a
{
	float: right;
	text-align: left;
}
#nav-bar ul li a:hover
{
	color: #007bff!important;
}
.nav-bar
{
	background: #fff;
}
.navbar-toggler
{
	border: none!important;
}
.nav-link
{
	color: #555!important;
	font-weight: 600:
	font-size: 16px;	
}
/*------Slider-----*/
#slider
{
	width: 100%;
	
}
.carousel-caption
{
	top: 70%;
	transform: translateY(-50%);
	bottom: initial!important;
	text-shadow: #FC0 1px 0 10px;	
}
.carousel-caption h5
{
	color: #fff;
	font-size: 30px;
}

/*-------About-----*/
#about
{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #555;
}
#about .btn
{
	margin-top: 20px;
	margin-bottom: 30px;
}

.aboutme
{
	text-align: center;
}
.about-content
{
	padding-top: 20px;
}
/*---.skills-bar p
{
	margin-bottom: 6px;
	font-weight: 600;
}----*/
#titles
{
	margin-top: 5px;
}
.logo
{
	display: block;
	position: sticky; 
	padding-left: 70px !important;
	padding-top:	20px;
}

/*--- Video ---*/
/*---
.video
{
	display:block;
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-bottom:	10px;
}---*/
  .main 
  {
	  padding: 20px 250px 50px;
  }
  .iframe-container
  {
	  position: relative;
	  width: 100%;
	  padding-bottom: 56.25%; 
	  height: 0;
  }
	.iframe-container iframe
  {
	  position: absolute;
	  top:20px;
	  left: 0;   
	  width: 100%;
	  height: 100%;
  }


/*---------Services-----------*/
#services
{
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(images/services.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef !important;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}	
#services h1
{
	text-align: center;
	color: #efefef !important;
	padding-bottom: 10px;
}
#services h1::after
{
	content: '';
	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:1px solid #fff;
	border-radius: 50%;
}
#services p
{
	font-size: 14px;
	margin-top: 20px;
	color: #ccc;
}
.services .col-md-3:hover
{
	background: #007bff;
	cursor: pointer;
	transition: 0.7s;
}
/*------Team Members-------*/
#team
{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #555;
}

h1
{
	text-align: center;
	color: #555 !important;
	padding-bottom: 10px;
}
h1::after
{
	content: '';
	background: #007bff;
	display: block;
	height: 3px;
	width: 170px;
	margin:	20px auto 5px;
}
.profile-pic
{
	margin-top: 25px;

}
.profile-pic .img-box
{
	opacity: 1;
	display: block;
	position: relative;
}
.profile-pic .img-box img
{
	filter: grayscale(1);	
}
.profile-pic .img-box img:hover
{
	filter: grayscale(0);	
	cursor: pointer;
}
.profile-pic h2
{
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	color: #007bff !important;
}
.profile-pic h3 
{
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
#team .fa
{
	height: 25px;
	width: 25px;
	color:	#007bff important;
	background: #fff;
	padding: 4px;
	border-radius: 50%; 
}
.img-box ul
{
	padding: 15px 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.img-box ul li
{
	padding: 5px;
	display: inline-block;
}
.img-box:hover ul
{
	opacity: 1;
}
.img-box ul, .img-box ul li
{
	transition: 0.5s;
}
/*-------- Promo-------*/
#promo
{
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(images/promo1.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	background-attachment: fixed;
	text-align: center;
	padding: 100px;
	font-family: sans-serif;
	font-size: 38px;
}
/*------Clients-------*/

#clients{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-padding{
    padding:10px 0;
}
.brand-carousel {
	margin-top: 10px;
}

.owl-dots{
    text-align: center;
}

.owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #222222 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 20px 5px;
}

.owl-dot.active {
    background-color: #FF170F !important;
}
.single-logo {
    align-items: center;
    display: block;
    width: 70%;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
}
/*-------Testimonials-----*/
#testimonials
{
	padding-top: 50px;
	padding-bottom: 50px;	
}
#testimonials .row
{
	margin-top: 60px;
}
.col-md-4
{
	margin: 40px auto;
}
.profile
{
	padding: 70px 10px 10px;
	background-color: #efefef;
}
.user
{
	width: 120px;
	height: 120pxx;
	border-radius: 50%;
}
.profile img
{
	top: -60px;
	position: absolute;
	left: calc(50% - 60px);
	border: 10px olid #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
{
	content:'"';
	font-size: 50px;
	color: #007bff;
	position: relative;
	line-height: 20px;
	bottom: -15px;
	right: 5px;
}
blockquote::after
{
	content:'"';
	font-size: 50px;
	color: #007bff;
	position: relative;
	line-height: 10px;
	bottom: -15px;
	left: 5px;
}
.profile:hover
{
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: 0.5s;
}
/*-------Get in Touch------*/
#contact
{
	background: #efefef;
	padding-top: 50px;
	padding-bottom: 60px;
	color: #777; 
}
.contact-form
{
	padding-bottom: 15px;
}
.form-control
{
	border-radius: 0 !important;
	border: none !important;
}
::placeholder
{
	color: #999 !important;
}
.follow
{
	background: #fff;
	padding: 10px;
	margin: 15px;
}
.contact-info .fa
{
	margin: 10px;
	color: #007bff;
	font-weight: bold;
}
/*------Footer-----*/
#footer
{
	background: #333;
	color: #fff;
	padding: 12px;
}
.fa-heart-o
{
	margin: 3px;
	color: red; 	
}

@media (max-width: 992px)
{
	.main 
	{
		padding: 20px 30px 50px;
	}
}