body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	background: #EAFAFA;
}
a {
	display: inline-block;
	text-decoration: none;
	color: #10161a;
	transition: .3s;
}
a:hover {
	text-decoration: none;
}
.btn {
	font-weight: 600;
	border-radius: 0;
	padding: 10px 30px;
}
.bg-custom {
	background-color: #5E34B0;
	color: #ffffff;
}
.bg-custom:hover {
	background-color: #F99828;
	color: #ffffff;
}
.btn:focus {
	outline: none;
	box-shadow: none;
}
.specer {
	padding: 80px 0;
}
.header {
	background: #cccccc;
	background-image: url('img/header-bg.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.overlay {
  position: relative;
  z-index: 1; }

.overlay::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }
.logo img {
	width: 120px;
	height: auto;
}
.logo h2 a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
#main_nav {
	justify-content: right;
}
#main_nav ul {
	display: block;
	text-align: right;
	width: 100%;
}
#main_nav ul li {
	margin: 0 5px;
	display: inline-block;
}
#main_nav ul li a {
	font-weight: 600;
	padding: 0 5px;
	font-size: 14px;
	color: #ffffff;
}
#main_nav ul li a:hover, .nav-fixed #main_nav ul li a:hover, .preview-link a:hover, .nav-fixed #main_nav ul li a.active {
	color: #5E34B0;
}
.navbar-toggler {
	border: 1px solid #ffffff;
}
.navbar-toggler i {
	color: #ffffff;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffff;
  animation: 1s fadeIn both; 
}
.nav-fixed .logo h2 a, .nav-fixed #main_nav ul li a, .nav-fixed .navbar-toggler i {
	color: #10161a;
}
.nav-fixed .navbar-toggler {
	border-color: #10161a;
}
.header-content {
	padding: 250px 0;
}
.header-content .description {
	width: 75%;
	margin: 0 auto;
}

.heading h2 {
	font-size: 3rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.heading hr {
	border-color: #5E34B0;
	width: 10%;
	border-width: 5px;
}
.site-buttons a {
	margin: 5px;
}

.preview-container {
	position: relative;
	margin: 10px 0;
}

.preview-image {
	opacity: 1;
	width: 100%;
	height: auto;
	transition: .5s ease;
}
.preview-link {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.preview-container:hover .preview-image {
	opacity: 0.3;
}
.preview-container:hover .preview-link {
	opacity: 1;
}
.preview-link a {
	background-color: #5E34B0;
	color: white;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: bold;
}
.preview-link a:hover {
	background-color: #F99828;
	color: #ffffff;
}
.calltoaction {
	background: #5E34B0;
	padding: 30px 0;
}
.calltoaction .callhead h2 {
	color: #ffffff;
}

.library-items ul {
	list-style: none;
}
.library-items ul li {
	display: inline-block;
}
.library-items ul li img {
	width: 120px;
	height: auto;
}

.footer-message span {
	font-weight: bold;
	font-size: 14px;
}







@media all and (max-width: 991px){
	.header-content {
		padding: 130px 0;
	}
	.header-content .description {
		width: 100%;
	}
}
@media all and (max-width: 767px){
	.header-content {
		padding: 100px 0;
	}
	#main_nav ul {
		text-align: left;
		background: #ffffff;
		padding: 10px;
	}
	#main_nav ul li {
		display: block;
	}
	#main_nav ul li a {
		color: #333333;
	}
}
@media all and (max-width: 575px){
	.header-content {
		padding: 30px 0;
	}
}