/***** begin font definition *****/
@font-face {
	font-family: "muli";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Muli-Regular.ttf');
}

@font-face {
	font-family: "muli";
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/Muli-Bold.ttf');
}

@font-face {
	font-family: "news-cycle";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/NewsCycle-Regular.ttf');
}

@font-face {
	font-family: "news-cycle";
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/NewsCycle-Bold.ttf');
}

@font-face {
	font-family: "play";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Play-Regular.ttf');
}

@font-face {
	font-family: "play";
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/Play-Bold.ttf');
}

@font-face {
	font-family: "Josefin-sans";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/JosefinSans-Regular.ttf');
}

/***** end font definition *****/

/***** begin animations *****/
@keyframes Blink {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1.0;
	}
	100% {
		opacity: 0;
	}
}
/***** end animations *****/

/***** begin general *****/
img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
}

.transition-regular {
	transition: all 0.3s ease-in-out;
}
/***** end general *****/

/***** begin top logo *****/
.top-logo {
	background: #fff;
	box-shadow: 0 3px 3px rgba(51,51,51,0.35);
	direction: rtl;
	font-family: "play";
	left: 0;
	overflow: hidden;
	position: sticky;
	right: 0;
	text-align: right;
	top: 0;
	transform: translateY(-70px);
	z-index: 8;
}

.top-logo.active {
	transform: translateY(0px);
}

#top-logo-img {
	float: right;
	vertical-align: top;
	width: 56px;
}

#top-logo-title {
	color: #ff8f00;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	margin: 0;
	padding-top: 15px;
	width: calc(100% - 70px);
}

#top-logo-description {
	color: #757575;
	display: inline-block;
	font-size: 10px;
	line-height: 18px;
	margin: 0;
	vertical-align: top;
}
/***** end top logo *****/

/***** begin header *****/
#header {
	position: relative;
	text-align: right;
}

#header img {
	width: 50%;
}

#header-title {
	color: #ff8f00;
	font-family: "play";
	font-size: 75px;
	left: 7%;
	position: absolute;
	top:40%;
}

.header-slider .type-end + .cursor {
	animation: Blink 1.0s 0.0s infinite;
	background: #757575;
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	width: 1px;
}

.header-slider {
	font-family: "play";
	font-size: 51px;
	position: absolute;
	left: 7%;
	top: 52%;
}

#header-slider-typing {
	color: #757575 !important;
}

@media (max-width: 1200px) {
	
	#header-title {
		font-size: 60px;
	}

	.header-slider {
		font-size: 40px;
	}

	.header-slider .type-end + .cursor {
		height: 35px;
	}

}

@media (max-width: 992px) {
	
	#header-title {
		font-size: 50px;
	}

	.header-slider {
		font-size: 35px;
	}

	.header-slider .type-end + .cursor {
		height: 30px;
	}

}

@media (max-width: 768px) {
	
	#header-title {
		font-size: 40px;
	}

	.header-slider {
		font-size: 30px;
	}

	.header-slider .type-end + .cursor {
		height: 28px;
	}

}

@media (max-width: 576px) {
	
	#header-title {
		font-size: 30px;
	}

	.header-slider {
		font-size: 20px;
	}

	.header-slider .type-end + .cursor {
		height: 18px;
	}
}

@media (max-width: 480px) {
	
	#header-title {
		font-size: 25px;
	}

	.header-slider {
		font-size: 20px;
	}

}

@media (max-width: 375px) {
	
	#header-title {
		font-size: 22px;
	}

	.header-slider {
		font-size: 15px;
	}

	.header-slider .type-end + .cursor {
		height: 12px;
	}

}
/***** end header *****/

/***** begin section *****/
.section-title {
	padding-top: 70px;
	text-align: center;
}

.section-title-text {
	color: #616161;
	display: inline-block;
	font-family: "play";
	font-size: 48px;
	margin: 0;
	position: relative;
}

.section-title-text:after {
	background: linear-gradient(to right, #ffa726 100px, #e0e0e0 40px);
	content: "";
	display: block;
	height: 2px;
}

.section-body {
	color: #757575;
	font-family: muli;
	font-size: 22px;
	padding: 20px 0;
}

.section-body.gray {
	background: #fafafa;
}

@media (max-width: 768px) {

	.section-title {
		padding-top: 40px;
	}

	.section-title-text {
		font-size: 36px;
	}

	.section-body {
		font-size: 20px;
		padding: 20px 0;
	}
}
/***** end section *****/

/***** begin links icon-title *****/
.links.icon-title .link-item {
	padding-bottom: 5px;
}

.icon-title .icon {
	color: #ffa726;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	width: 15px;
}

.icon-title .title {
	color: #616161;
	display: inline-block;
	font-family: "Josefin-sans";
	font-size: 14px;
	line-height: 25px;
	margin-left: 5px;
	vertical-align: top;
}

@media(max-width: 576px) {
	.links.icon-title .link-item {
		max-width: 280px;
		margin: 0 auto;
	}
}
/***** end links icon-title *****/

/***** begin links circle-icons *****/
.circle-icons {
	text-align: center;
}

.circle-icons .circle-icons-itme {
	border: 1px solid;
	border-radius: 50%;
	color: #ffa726;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 2px;
	transition: all 0.25s ease-in-out;
	width: 42px;
}

.circle-icons .circle-icons-itme:hover {
	background: #FAFAFA;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
/***** end links circle-icons *****/

/***** begin top-serveices-list *****/
.top-serveices-list .top-services-item {
	margin-bottom: 50px;
}

.top-serveices-list .top-serveices-item-header {
	margin-bottom: 5px;
}

.top-serveices-list .top-serveices-item-header .icon {
	border: 1px solid;
	border-radius: 50%;
	color: #ffa726;
	display: inline-block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 2px;
	text-align: center;
	width: 42px;
}

.top-serveices-list .top-serveices-item-header .title {
	display: inline-block;
	font-family: "play";
	font-size: 22px;
	width: calc(100% - 52px);
}

.top-serveices-list .top-serveices-item-subitems {
	padding-left: 52px;
}

.top-serveices-list .top-serveices-item-subitems {
	padding-left: 52px;
}

.top-serveices-list .top-serveices-item-subitem a {
	color: #757575;
	transition: all 0.25s ease-in-out;
}

.top-serveices-list .top-serveices-item-subitem a:hover {
	color: #ffa726;
}

.top-serveices-list .subitem-icon {
	display: inline-block;
	font-size: 14px;
	height: 22px;
	text-align: left;
	vertical-align: bottom;
	width: 20px;
}

.top-serveices-list .sub-item-title {
	font-family: "news-cycle";
	font-size: 16px;
	vertical-align: bottom;
}

@media(max-width:768px) {
	.top-serveices-list .top-services-item {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
}
/***** end top-serveices-list *****/

/***** begin post-grid *****/
.post-grid {
	padding-top: 50px;
}

.post-grid .post-item {
	background: #fafafa;
	border-radius: 3px;
  	box-shadow: 0px 3px 6px 0px rgba(68, 69, 69, 0.15);
  	margin-bottom: 30px;
  	transition: all 0.25s ease-in-out;
}

.post-grid .post-item:hover {
	box-shadow: 0px 5px 6px 0px rgba(68, 69, 69, 0.25);
}

.post-grid .post-image {
	display: inline-block;
	width: 200px;
}

.post-grid .post-image img {
	border-radius: 3px 0 0 3px;
	vertical-align: top;
}

.post-grid .post-details {
	display: inline-block;
	padding-left: 10px;
	vertical-align: top;
	width: calc(100% - 208px);
}

.post-grid .post-title {
	color: #616161;
	font-family: "play";
	font-size: 22px;
	margin-bottom: 5px;
}

.post-grid .post-summary {
	color: #757575;
	font-family: "news-cycle";
	font-size: 13px;
	margin-bottom: 5px;
	height: 64px;
	overflow: hidden;
}

.post-grid .post-metas {
	color: #ffb74d;
}

.post-grid .post-meta {
	display: inline-block;
}

.post-grid .post-meta ~ .post-meta {
	margin-left: 20px;
}

.post-grid .post-meta-icon,
.post-grid .post-meta-icon i {
	font-size: 14px;
	vertical-align: top;
}

.post-grid .post-meta-value {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

@media(max-width: 576px) {

	.post-grid .post-image,
	.post-grid .post-details {
		display: inline-block;
		width: 100%;
	}

	.post-grid .post-details {
		padding-top: 20px;
	}
}
/***** end post-grid *****/

/***** begin top menu *****/
.top-menu-handle {
	background: none;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	left: 20px;
	padding: 5px;
	position: fixed;
	top: 14px;
	width: 40px;
	z-index: 11;
}

.top-menu-handle:focus {
	outline: none;
}

.top-menu-handle .handle-line {
	background: #ff8f00;
	display: block;
	height: 2px;
	margin: 4px 0;
	position: relative;
	top: 0;
	transform-origin: center center;
}

.top-menu-handle.active .handle-line:nth-child(1) {
	top: 6px;
	transform: rotateZ(38deg);
}

.top-menu-handle.active .handle-line:nth-child(2) {
	opacity: 0;
}

.top-menu-handle.active .handle-line:nth-child(3) {
	top: -6px;
	transform: rotateZ(-38deg);
}

.top-menu {
	background: #fff;
	bottom: 0;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
	left: 0;
	padding: 60px 0 0 0;
	position: fixed;
	top: 0;
	transform: translateX(-300px);
	width: 220px;
	z-index: 10;
}

.top-menu-handle.active + .top-menu {
	transform: translateX(0);
}

.top-menu-items {
	bottom: 0;
	left: 0;
	overflow: auto;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 60px;
}

.top-menu-backdrop {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: scale(0);
	transition: opacity 0.35s 0.0s ease-in-out, transform 0.5s 0.35s linear;
	z-index: 9;
}

.top-menu-handle.active + .top-menu + .top-menu-backdrop {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.35s 0.0s ease-in-out, transform 0.00001s 0s linear;
}

.top-menu-handle.active + .top-menu  + .top-menu-backdrop + .body {
	filter: blur(10px);
}

.top-menu-items ul {
	font-family: "play";
	font-size: 16px;
}

.top-menu-items ul ul {
	padding-left: 20px;
}

.top-menu-items .top-menu-item a {
	color: #757575;
	display: block;
	padding: 2px;
	transition: all 0.2s 0.0s ease-in-out;
}

.top-menu-items .top-menu-item a:hover,
.top-menu-items .top-menu-item a:focus,
.top-menu-items .top-menu-item a.active {
	color: #ff8f00;
}
/***** end top menu *****/

/***** begin footer *****/
.footer {
	background: #424242;
	padding: 50px 0 25px 0;
}

.footer-box {
	margin-bottom: 25px;
}

.footer-header {
	color: #fff;
	font-family: "play";
	font-size: 24px;
}

.footer-body {
	color: #BDBDBD;
	font-family: "muli";
}

.footer-body a {
	color: #ffb74d;
}

@media(max-width: 768px) {

	.footer-header,
	.footer-body {
		text-align: center;
	}

}

/***** end footer *****/

/***** begin footer social *****/
.footer .links.circle-icons {
	text-align: left;
}

.footer .links.circle-icons .container {
	padding: 0;
}

.footer .circle-icons-itme {
	border: none;
	color: #ffb74d;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.footer .circle-icons-itme:hover {
	background: #616161;
}

@media(max-width: 768px) {

	.footer .links.circle-icons {
		text-align: center;
	}
	
}
/***** end footer social *****/