/*
  Theme Name: Name - Multipurpose HTML Template
  Author:
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 0;
  padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:hover {
	background: #106fab;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}



/* header */
.logo {
  margin-top: 4px;
}
.header-area {
  border-bottom: 1px solid #e0e0e0;
}
.purchase-link {
	margin-top: 10px;
}
.purchase-link a {
  background: #000000 none repeat scroll 0 0;
  border-color: #000000;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
  padding: 5px 30px;
  text-transform: uppercase;
  border:2px solid transparent;
}
.purchase-link a:hover{border:2px solid #000;background:transparent;color:#000}

/* intro */
.intro-wrapper h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.title-area {
    padding: 150px 0;
}
.intro-wrapper h2 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.intro-wrapper p {
  margin: 0;
}
.ready-wrapper > h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.ready-wrapper p {
  margin-bottom: 0;
}

/* demo */
.demo-wrapper {
  margin-bottom: 50px;
}
.demo-thumb {
	overflow:hidden;
	position: relative;
}
.demo-thumb span {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #e94040;
	color: #fff;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 57px;
	font-weight: 600;
}
.demo-thumb > a {
  display: block;
}
.demo-thumb a > img {
    width: 100%;
	transition:.3s;
}
.demo-thumb a > img:hover{transform:scale(1.1)}
.demo-title > h4 {
    color: #ccc;
    font-size: 16px;
}
.demo-title {
    padding-top: 25px;
}

/* features */
.features-wrapper {
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  padding: 60px 30px;
  text-align: center;
  transition:.3s;
}
.features-wrapper:hover {
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
.features-icon {}
.features-icon i {
  color: #b7b7b7;
  font-size: 35px;
}
.features-content {
  margin-top: 15px;
}
.features-content h3 {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
.features-content p {
  margin: 0;
}
.more-features{}
.more-features ul{}
.more-features ul li {
  font-size: 14px;
}
.more-features ul li span {
  color: #444;
  font-weight: 300;
  margin-right: 10px;
}


/* footer */
.footer-area {
  background-position: center bottom;
  background-size: cover;
}
.footer-text h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.footer-text p {
  color: #ddd;
  margin-bottom: 25px;
}
.footer-text a {
  background: #f0442c none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: montserrat;
  font-size: 12px;
  font-weight: 600;
  padding: 15px 25px;
  text-transform: uppercase;
}
.footer-text a:hover{background:#fff;color:#222}


