/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100% }
body {
	font-weight: 400;
	font-size: 14px;
}
a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}
a:hover, button:hover  { 
	transition: 0.5s;
	text-decoration: none;
}
.padding-75 {
	padding: 75px 0px;
}
.padding-100 {
	padding: 100px 0px;
}
.dark {
	background: #333;
	color: #fff;
}
.smoke {
	background: #F1F1F1;
}
.gray {
	background: #E5E5E5;
}
h2.heading_text {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.container {
	width: 81%;
}
@media only screen and (max-width: 480px) {
	.container {
		width: 92%;
	}
}
/*
|--------------------------------------------------------------------------|
|  Preloader Custom CSS													   |
|--------------------------------------------------------------------------|
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(33,33,33,0.6);
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
}
#status {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 75px;
    height: 75px;
    background: url(../images/preloader.gif) no-repeat center;
    margin: -30px 0 0 -30px;
    overflow: hidden;
}

/* ========== * = Menu Area Design CSS = *  ========== */
.main_navbar .navbar {
	padding: 0 30px;
}
.navbar-custom .nav li a {
	font-weight: 400;
}
.navbar-custom .nav li a:hover {
	color: #38C8BD;
}
.main_navbar .navbar.navbar-default.navbar-custom.navbar-fixed-top {
    border-bottom: 1px solid #cecece;
}
.main_navbar a.navbar-brand {
    font-size: 25px;
    padding-bottom: 40px;
	border-right: 1px solid #cecece;
}
.main_navbar a.navbar-brand span {
	color: #38C8BD;
}
/* ========== * = Page Header Design CSS = *  ========== */
.header_banner {
	background: linear-gradient(rgba(78,85,99,0.7),rgba(51,51,51,0.7)), url(../images/ahl_bg.jpg) no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
	width: 100%;
	height: 100vh;
}
.header_banner h1 {
	margin: 0px;
	padding: 0px;
	font-size: 7.5vw;
	text-transform: uppercase;
	color: #38C8BD;
	padding: 100px 0px 50px 0px;
	font-weight: 700;
	padding-bottom: 0px;
}
.header_banner h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.6vw;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	padding-top: 0px;
	font-weight: 400;
}
.header_banner a.btn {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #38C8BD;
	text-transform: uppercase;
	padding: 12px 35px ;
	background: #fff;
	margin-top: 75px;
	border-radius: 20px;
}
.header_banner a.btn:hover {
	color: #fff;
	background: #38C8BD;
	transition: 0.5s;
}

/* ========== * = Page Content Area Design CSS = *  ========== */
.col-md-4.page_item,.col-md-4.scroll_item {
	padding: 0px;
	width: calc(33.33% - 20px);
	margin: 10px;
}
.col-md-3.page_item {
	padding: 0px;
	width: calc(25% - 20px);
	margin: 10px;
}
.page_item  {
	position: relative;
	overflow: hidden;
}
.page_item_footer h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.30px;
	line-height: 22px;
	padding: 15px 20px ;
	text-align: center;
	background: #fff;
	color: #333;
}
.page_item img {
	min-height: 225px;
}
.page_item:hover .page_item_footer h3 {
	background: #38c8db;
	color: #fff;
	transition: 0.5s;
}
.page_item:hover .page_item_footer h3 {
	background: #38c8db;
	color: #fff;
	transition: 0.5s;
}
.page_item:hover,.page_item img {
	opacity: 0.9;
	transition: 0.5s;
}
.page_item a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #38c8db;
	border:0px;
	border-radius:0px;
	padding: 12.5px 15px;
	position: absolute;
	text-align: center;
	top: 0;
}


/* ========== * = Header Area Design CSS = *  ========== */

/* ========== * = Header Area Design CSS = *  ========== */
.imac {
  padding: 4%;
  margin: 0 auto;
  max-width: 100%;
}

.screen {
  background: #000;
  border-radius: 3% 3% 0 0 / 5% 5% 0 0;
  position: relative;
  width: 100%;
}

.screen:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.logo {
  background: linear-gradient(90deg, #A6A6AA, #E1E2E4);
  border-radius: 0 0 3% 3%/ 0 0 33.33% 33.33%;
  position: relative;
  width: 100%;
}

.logo:before {
  content: "";
  display: block;
  padding-top: 9%;
}

.logo:after {
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgc3R5bGU9J2hlaWdodDoyNHB4O3dpZHRoOjI0cHg7Jz4NCgk8cGF0aCBkPSdNNzcuMjk1IDUzLjEzNGMtMC4xMjYtMTIuNjY0IDEwLjMyOC0xOC43MzggMTAuNzk1LTE5LjA0MC01Ljg3NC04LjU5Ni0xNS4wMjQtOS43NzMtMTguMjg1LTkuOTA5LTcuNzg3LTAuNzg4LTE1LjE5NSA0LjU4NS0xOS4xNDcgNC41ODUtMy45NDIgMC0xMC4wNDEtNC40NjgtMTYuNDk5LTQuMzUxLTguNDg4IDAuMTI2LTE2LjMxNCA0LjkzNS0yMC42ODUgMTIuNTM3LTguODE5IDE1LjMwMy0yLjI1OCAzNy45NzMgNi4zMzcgNTAuMzgzIDQuMiA2LjA3NSA5LjIwOCAxMi44OTggMTUuNzg0IDEyLjY1NCA2LjMzMi0wLjI1MyA4LjcyNy00LjA5NyAxNi4zODItNC4wOTcgNy42NTYgMCA5LjgwNyA0LjA5NyAxNi41MDkgMy45NzIgNi44MTQtMC4xMjcgMTEuMTMxLTYuMTkxIDE1LjMwMi0xMi4yODUgNC44MjMtNy4wNDggNi44MDktMTMuODcxIDYuOTI2LTE0LjIyMS0wLjE1MS0wLjA2OS0xMy4yODctNS4xMDEtMTMuNDE5LTIwLjIyOHpNNjQuNzAzIDE1Ljk2OWMzLjQ5LTQuMjM0IDUuODQ2LTEwLjEwOSA1LjIwMy0xNS45NjktNS4wMjcgMC4yMDUtMTEuMTIxIDMuMzQ5LTE0LjcyOCA3LjU3My0zLjIzNyAzLjc0OC02LjA2OSA5LjcyOS01LjMxIDE1LjQ3MiA1LjYxMiAwLjQzOCAxMS4zNDEtMi44NTIgMTQuODM0LTcuMDc3eicgLz4NCjwvc3ZnPg0KDQo=");
  left: 50%;
  margin-left: -2.4%;
  position: absolute;
  top: 20%;
  width: 4.8%;
  padding-top: 4.8%;
}

.viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4%;
  background: #333;
}

.leg {
  margin: 0 auto;
  position: relative;
  width: 20%;
}

.leg:before {
  content: "";
  display: block;
  padding-top: 46%;
  background: linear-gradient(#7a7b80, #abacaf 26%, #d0d1d2 57%, #f2f2f2 76%, #e4e4e4 84%, #787878);
}

.foot {
  position: relative;
  width: 20%;
  margin: 0 auto;
  perspective: 180px;
}

.foot:before {
  content: "";
  display: block;
  padding-top: 40%;
  transform: rotateX(68deg);
  transform-origin: center top;
  background: linear-gradient(#7b7b7b, #7f7f7f 39%, #a6a6a6 53%, #ccc 67%, #aaa 86%, #eee 88%, #fff 95%, #a9a9a9 95%, #000);
  border-radius: 0 0 10% 10% / 0 0 30% 30%;
  box-shadow: 0 -10px 5px rgba(255, 255, 255, 0.1) inset, 0 -17px 6px rgba(0, 0, 0, 0.1) inset;
}


/* Screenshot Hover Scroll Additions
-------------------------------------------------------------- */

.imac .viewport {
  transition: background-position 3s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}

.imac:hover .viewport {
  background-position: 0 100%;
}

.imac .viewport:after {
  background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
h3.demo_buttom a{
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
	background: #4ACBDC;
	border:0px;
	border-radius:0px;
	padding: 15px;
	text-align: center;
	display: inline-block;
	min-width: 100%;
}
h3.demo_buttom a:hover {
	background: #3BA2B0;
	transition: 0.5s;
}

/* Pages frame Hover Effets
-------------------------------------------------------------- */
.page_area {
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
.page_area .page_thumb {
    position: relative;
}
.page_area img {
    width: 100%;
    height: auto;
}
.page_area .page_thumb .hover_wrap, .page_area .page_thumb .hover_wrap:before {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.page_area .page_thumb .hover_wrap {
    position: absolute;
    left: 13.2px;
    top: 17px;
    display: block;
    height: 63.5%;
    width: 91%;
    text-align: center;
    background: rgba(85, 30, 11, 0.0);
}
.col-md-3 .page_area .page_thumb .hover_wrap {
    position: absolute;
    left: 9.5px;
    top: 12px;
    display: block;
    height: 63.85%;
    width: 91.5%;
    text-align: center;
    background: rgba(85, 30, 11, 0.0);
}
.page_area+.post_title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 38px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
.post_title {
    text-align: center;
    font-weight: 500;
}
.hover_wrap .page_link {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -22px;
    z-index: 1;
    display: block;
    text-align: center;
}
.page_area .page_thumb .hover_wrap.hover .hover_link, .page_area .page_thumb .hover_wrap:hover .hover_link, .page_area .page_thumb .hover_wrap:hover .hover_view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
}
.hover_wrap .hover_link{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #292929;
    border: 3px solid #4ACBDC;
}
.hover_wrap .hover_link{
    color: #fff;
    height: 48px;
    width: 175px;
    line-height: 42px;
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    display: inline-block;
    opacity: 0;
    transform: translate3d(0px, -30px, 0px);
    -moz-transform: translate3d(0px, -30px, 0px);
    -o-transform: translate3d(0px, -30px, 0px);
    -ms-transform: translate3d(0px, -30px, 0px);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.page_area .page_thumb .hover_wrap.hover, .page_area .page_thumb .hover_wrap:hover {
    background: rgba(0, 0, 0, 0.7);
}
.page_area .page_thumb .hover_wrap, .page_area .page_thumb .hover_wrap:before {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.page_area .page_thumb .hover_wrap.hover .hover_link, .page_area .page_thumb .hover_wrap:hover .hover_link {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
}
.page_area .page_thumb .hover_wrap a.hover, .page_area .page_thumb .hover_wrap a:hover {
    color: #f6f6f6;
    background-color: #4ACBDC;
}

/* Footer Area Design
-------------------------------------------------------------- */
.footer_area {
	background: #131313;
	padding: 50px 0px;
}
.copyright_text p {
	margin: 0px;
	color: #888888;
	font-size: 14.5px;
}
.copyright_text p a {
	color: #38C8BD;
	padding: 0px 2.5px;
	text-decoration: none;
}
.footer_social ul {
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
.footer_social ul li {
	display: inline;
	padding: 0 15px;
}
.footer_social ul li a {
	font-size: 16px;
	color: #888888;
}
.footer_social ul li a:hover {
	color: #38C8BD;
}
.footer_area.design_two .footer_social {
	padding: 15px 0px 20px;
}
.footer_logo_pic img{
	max-width: 235px;
}

.app-sec {
	position: relative;
	padding: 20px;
	border: 1px solid #868686;
	margin: 10px;
	width: calc(33.33% - 20px);
	    background: none;
}
.app-sec h3 {
	font-size:22px;
    position: relative;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 15px 0 0;
}
.app-sec h3:after {
	content: "";
    position: absolute;
    height: 2px;
    width: 150px;
    background: #38C8BD;
    bottom: -3px;
    left: 25%;
}
.app-sec p {
	font-size:13px;
	padding: 15px 10px;
	color: #ddd;
	border-radius: 0px;
	margin: 0px;
}
.app-sec p span {
	font-weight: 700;
	font-size:18px;
	color: #38C8BD;
}
.app-sec a.btn {
	font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 0px;
    margin-top: 20px;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid #38C8BD;
}


/* Scroll Down Icon Animation
-------------------------------------------------------------- */
.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 7.5vh;
	display: block;
	text-align: center;
	font-size: 20px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0;
	width: 13px;
	height: 13px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	z-index: 9;
	-webkit-transform: translate(-50%, 0%) rotate(45deg);
	-moz-transform: translate(-50%, 0%) rotate(45deg);
	transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	-moz-animation: fade_move_down 2s ease-in-out infinite;
	animation: fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes fade_move_down {
 0% {
	-webkit-transform:translate(0, -10px) rotate(45deg);
	opacity: 0;
	}
 50% {
	opacity: 1;
	}
 100% {
	-webkit-transform:translate(0, 10px) rotate(45deg);
	opacity: 0;
	}
}
@-moz-keyframes fade_move_down {
 0% {
	-moz-transform:translate(0, -10px) rotate(45deg);
	opacity: 0;
	}
 50% {
	opacity: 1;
	}
 100% {
	-moz-transform:translate(0, 10px) rotate(45deg);
	opacity: 0;
	}
}
@keyframes fade_move_down {
 0% {
	transform:translate(0, -10px) rotate(45deg);
	opacity: 0;
	}
 50% {
	opacity: 1;
	}
 100% {
	transform:translate(0, 10px) rotate(45deg);
	opacity: 0;
	}
}