*
{
	margin: 0;
	padding: 0;
}
body
{
  font-family: oswald,sans-serif;
  padding-left: 70px;
  padding-right: 70px;
  background-color: #8b0000;
}
/*#nav-bar
{
position: sticky;
top: 0;
z-index: 10;	
}
.navbar
{
	background-image: linear-gradient(to right, #a517ba, #5f1782);
	padding: 0 !important;

}
.navbar-brand img
{
	height: 40px;
	padding-left: 20px;
}
.navbar-nav li
{
	padding-left: 0 10px;
margin-right: 10px;
padding-right: 10px;
}
.navbar-nav a
{
	color: #fff !important;
	font-weight: 600;
	float: right;
	text-align: left;
}
.fa-bars
{
	color: #fff;
	font-size: 30px !important;
}
.navbar-toggler
{
	outline: none !important;
}*/

/*---------------banner section----------*/
/*
#banner
{
background-image:linear-gradient(to right, #a517ba, #5f1782);
color: #fff; 
padding-top: 5%;	
}
.promo-title
{
	font-size: 48px;
	font-weight: 600px;
	margin-top: 100px;
}
#banner a
{
	color: #fff;
	text-decoration: none;
}
.img-banner
{
	width: 100%;
}
.bottom-img
{
	width: 100%;
}
*/
/*-------------------services---------------*/
#services{
    background: #f8f9fa;
}
.offer_title {
  text-align: center;
  max-width: 740px;
  margin: 50px auto 20px;
}

.offer_title h5 {
 font-size: 30px;
	font-weight: 600px;
  text-transform: none;
 
  letter-spacing: 2.1px;
  color: #222222;
  margin-bottom: 15px;
}

.offer_title p {
  font-size: 24px;
  line-height: 36px;
  color: #777777;
  font-weight: normal;
  margin-bottom: 0px;
}

.offer_title p b {
  color: #222222;
}

.offer_item .offer_text {
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 50px 30px 50px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.offer_item .offer_text h4 {
  color: #222222;
  font-size: 18px;
  margin-bottom: 20px;
}

.offer_item .offer_text p {
  margin-bottom: 0px;
  color: #777777;
}

.offer_item:hover .offer_text {
  background-image: -moz-linear-gradient(90deg, #e187f0 0%, #f27fd3 33%, #a276ff 67%, #8889ff 100%);
  background-image: -webkit-linear-gradient(90deg, #e187f0 0%, #f27fd3 33%, #a276ff 67%, #8889ff 100%);
  background-image: -ms-linear-gradient(90deg, #e187f0 0%, #f27fd3 33%, #a276ff 67%, #8889ff 100%);
}

.offer_item:hover .offer_text h4 {
  color: #fff;
}

.offer_item:hover .offer_text p {
  color: #fff;
}

#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#loadMore a {
    background: #042a63;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}
#loadMore a:hover {
    background-color: #021737;
}

 /* Feature Area css
============================================================================================ */
#projects{
    background: #f8f9fa;
}
.feature_area {
  background: #f9f9ff;
}

.feature_item {
  border-radius: 10px;
  padding: 60px 20px 60px 30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
}

.feature_item h4 {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 25px;
  text-align: center;
}

.feature_item p {
  margin-bottom: 0px;
  text-align: none;
}

.feature_item:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(98, 71, 234, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(98, 71, 234, 0.1);
  border-radius: 5px;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #e187f0 0%, #f27fd3 33%, #a276ff 67%, #8889ff 100%);
  background-image: -webkit-linear-gradient(90deg, #e187f0 0%, #f27fd3 33%, #a276ff 67%, #8889ff 100%);
  background-image: -ms-linear-gradient(90deg, #e187f0 0%, #f27fd3 33%, #a276ff 67%, #8889ff 100%);
}

.feature_item:hover h4 {
  color: #fff;
}

.feature_item:hover p {
  color: #fff;
}

/*-------
#services
{
	padding: 80px 0;

}
.service-img
{
	width: 100%;
	margin-top: 20px;
	height: 200px;
}
.services
{
	padding-top: 20px;
}
.services h4
{
	padding: 5px;
	margin-top: 25px;
	text-transform: uppercase;
}
.title::before
{
	content: '';
	background: #7b1798;
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(63px);
}
.title::after
{
	content: '';
	background: #7b1798;
	height: 10px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(8px);
}
#services .btn-primary
{
	box-shadow: none;
	padding-top: 8px 25px;
	border: none;
	border-radius: 20px;
	background-image:linear-gradient(to right, #a517ba, #5f1782);
}
--*/
/*---------------About Us-------------*/

#about-us
{
	background: #f8f9fa;
	padding-bottom: 50px;
	padding-top: 50px;
}
.about-title
{
	font-size: 40px;
	font-weight: 600px;
	margin-top: 8px;
}
#about-us ul li
{
	margin: 10px 0;
}
#about-us ul
{
	margin-left: 20px;
}

Gallery Area css
============================================================================================ */
.isotope_fillter {
  margin-bottom: 50px;
}

.isotope_fillter .gallery_filter {
  text-align: center;
}

.isotope_fillter .gallery_filter li {
  display: inline-block;
  margin-right: 45px;
}

.isotope_fillter .gallery_filter li:last-child {
  margin-right: 0px;
}

.isotope_fillter .gallery_filter li a {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.isotope_fillter .gallery_filter li:hover a, .isotope_fillter .gallery_filter li.active a {
  color: #8d83ff;
}

.gallery_f_inner {
  margin-bottom: -45px;
}

.h_gallery_item {
  display: inline-block;
  margin-bottom: 45px;
}

.h_gallery_item .g_img_item {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}

.h_gallery_item .g_img_item:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: -moz-linear-gradient(90deg, #e187f0 0%, #f27fd3 33%, #a276ff 67%, #8889ff 100%);
  background-image: -webkit-linear-gradient(90deg, #e187f0 0%, #f27fd3 33%, #a276ff 67%, #8889ff 100%);
  background-image: -ms-linear-gradient(90deg, #e187f0 0%, #f27fd3 33%, #a276ff 67%, #8889ff 100%);
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.h_gallery_item .g_img_item .light {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
}

.h_gallery_item .g_item_text {
  text-align: center;
}

.h_gallery_item .g_item_text h4 {
  color: #222222;
  font-size: 18px;
  margin-top: 22px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.h_gallery_item .g_item_text p {
  margin-bottom: 0px;
}

.h_gallery_item:hover .g_img_item:before {
  opacity: 1;
}

.h_gallery_item:hover .g_img_item .light {
  opacity: 1;
}

.h_gallery_item:hover .g_item_text h4:hover {
  color: #8d83ff;
}

/* End Gallery Area css
============================================================================================ */
/*----------------------Projects-------------*/
/*----------------------------
#projects
{
	margin-left: 100px 0;

}
.projects
{
	border-left: 4px solid #7b1798;
	margin-top: 50px;
	margin-bottom: 50px;
}
.projects img 
{
	height: 150px;
	width: 150px;
	border-radius: 50%;
	margin: 0 10px;

}
.project-details
{
	margin-top: 10px;
	font-size: 16px;
}
-----*/
/*----------SOCIAL MEDIA--------*/

#social-media
{
	background: #f8f9fa;
	padding: 70px 0;
  margin-top: 50px;
  border-radius: 10px;

}
#social-media h2{
    font-size:36px;
    font-weight 600px;
}
#social-media p
{
	font-size: 16px;
	
}
.social-icons img
{
	width: 15px;
	height:15px;
	transition: 0.5s;
}
.social-icons a:hover img
{
	transform: translateY(-10px);
}

/*-----------------footer------------------*/

#footer
{
    background: #f8f9fa;
	color: #000;
}
.footer-img
{
	width: 100%;
}
.footer-box
{
 padding: 20px;	
}
.footer-box img
{
width: 120px;
margin-bottom: 20px;
}
.footer-box .fa 
{
	margin-right: 8px;
	font-size: 25px;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 7px;
	border-radius: 2px;
}
.foooter-box .form-control
{
	box-shadow: none !important;
	border: none;
	border-radius: 0;
	margin-top: 25px;
	max-width: 250px;
}
.footer-box .btn-primary
{
	box-shadow: none !important;
	border: none;
	border-radius: 0;
	margin-top: 30px;
}
hr
{
	background-color: #fff; 
}
.copyright
{
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
}



a, a:link, a:focus, a:active, a:visited {
    outline: 0;
}
a, a:link, a:focus, a:active, a:visited {
    outline: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}



