@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon78ed.eot?orkqwr');
  src: url('fonts/icomoon78ed.eot?orkqwr#iefix') format('embedded-opentype'),
    url('fonts/icomoon78ed.ttf?orkqwr') format('truetype'),
    url('fonts/icomoon78ed.woff?orkqwr') format('woff'),
    url('fonts/icomoon78ed.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-up:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e913";
}

.icon-arrow-right:before {
  content: "\e92d";
}

.icon-branding:before {
  content: "\e901";
}

.icon-calendar-date:before {
  content: "\e903";
}

.icon-calender:before {
  content: "\e904";
  color: #606161;
}

.icon-checked-svgrepo:before {
  content: "\e905";
}

.icon-check-mark:before {
  content: "\e906";
}

.icon-check-svgrepo:before {
  content: "\e907";
}

.icon-clock:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-comment-message:before {
  content: "\e90a";
}

.icon-comment-outline:before {
  content: "\e90b";
}

.icon-commet:before {
  content: "\e90c";
}

.icon-content-marketing:before {
  content: "\e90d";
}

.icon-copy:before {
  content: "\e90e";
}

.icon-email:before {
  content: "\e90f";
}

.icon-email-2:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\e911";
}

.icon-grid:before {
  content: "\e912";
}

.icon-heart:before {
  content: "\e914";
}

.icon-hubspot:before {
  content: "\e915";
}

.icon-idea:before {
  content: "\e916";
}

.icon-laptop:before {
  content: "\e917";
}

.icon-linkedin-in:before {
  content: "\e918";
}

.icon-list-svgrepo:before {
  content: "\e919";
}

.icon-location:before {
  content: "\e91a";
}

.icon-location-filled:before {
  content: "\e91b";
}

.icon-map:before {
  content: "\e91c";
}

.icon-marketing:before {
  content: "\e91d";
}

.icon-minus:before {
  content: "\e91e";
}

.icon-phone:before {
  content: "\e91f";
}

.icon-phone-auricular:before {
  content: "\e920";
}

.icon-pie-chart-business:before {
  content: "\e921";
}

.icon-pinterest:before {
  content: "\e922";
}

.icon-play:before {
  content: "\e923";
}

.icon-plus-1:before {
  content: "\e924";
}

.icon-ppc:before {
  content: "\e925";
}

.icon-quote-left:before {
  content: "\e926";
}

.icon-right-arrow:before {
  content: "\e927";
}

.icon-left-arrow:before {
  content: "\e93f";
}

.icon-right-arrow1:before {
  content: "\e928";
}

.icon-left-arrow1:before {
  content: "\e940";
}

.icon-right-arrow-2:before {
  content: "\e929";
}

.icon-left-arrow-2:before {
  content: "\e941";
}

.icon-up-arrow-21:before {
  content: "\e942";
}

.icon-down-arrow-2:before {
  content: "\e943";
}

.icon-search:before {
  content: "\e92a";
}

.icon-send-message:before {
  content: "\e92b";
}

.icon-seo:before {
  content: "\e92c";
}

.icon-skype-1:before {
  content: "\e92e";
}

.icon-social-media:before {
  content: "\e92f";
}

.icon-space-shuttle:before {
  content: "\e930";
}

.icon-star1:before {
  content: "\e931";
}

.icon-star-2:before {
  content: "\e932";
}

.icon-star-3:before {
  content: "\e933";
}

.icon-strategy-1:before {
  content: "\e934";
}

.icon-strategy-planning:before {
  content: "\e935";
}

.icon-sun-1:before {
  content: "\e936";
}

.icon-technical-support-line:before {
  content: "\e937";
}

.icon-twitter-1:before {
  content: "\e938";
}

.icon-up-arrow-2:before {
  content: "\e939";
}

.icon-down-arrow-21:before {
  content: "\e944";
}

.icon-left-arrow-21:before {
  content: "\e945";
}

.icon-right-arrow-21:before {
  content: "\e946";
}

.icon-user-2:before {
  content: "\e93a";
}

.icon-users-1:before {
  content: "\e93b";
}

.icon-ux:before {
  content: "\e93c";
}

.icon-web-design:before {
  content: "\e93d";
}

.icon-web-development:before {
  content: "\e93e";
}














/* ============================================================== 
     # Gallery 
=================================================================== */

.gallery-area {
	position: relative;
	z-index: inherit;
}

.gallery-area .fixed-shape {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.03;
}

.gallery-area #portfolio-grid {
	margin: -15px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
	float: left;
	padding: 15px;
	width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
	float: left;
	padding: 15px;
	width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
	float: left;
	padding: 15px;
	width: 25%;
}

.gallery-area .gallery-items.colums-6 .pf-item {
	float: left;
	padding: 15px;
	width: 16.6666%;
}

.gallery-area .gallery-items .pf-item.wide {
	width: 66.6667%;
}

.gallery-area .pf-item .item {
	position: relative;
	overflow: hidden;
}

.gallery-area .pf-item .item .content {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	transition: all 0.35s ease-in-out;
	bottom: 0;
	opacity: 0;
}

.gallery-area .pf-item .item .content::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 80%;
	background: #000000;
	z-index: -1;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}

.gallery-area .pf-item .item:hover .content::after {
	width: 100%;
	opacity: 0.6;
}

.gallery-area .pf-item .item .content .info {
	transition: all 0.35s ease-in-out;
	transform: translateX(80px);
}

.gallery-area .pf-item .item:hover .content .info {
	transform: translateX(0);
}

.gallery-area .pf-item .item .content .button a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 44px;
	background: #1273eb;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	transform: translateY(-30px);
}

.torch-red .gallery-area .pf-item .item .content .button a {
	background: #ee2852;
	color: #ffffff;
}

.gallery-area .pf-item .item:hover .content .button a {
	transform: translateY(0);
}

.gallery-area .pf-item .item .content a i {
	position: relative;
	top: 5px;
}

.gallery-area .pf-item .item .content h4 {
	font-weight: 600;
	margin-bottom: 7px;
	color: #ffffff;
}

.gallery-area .pf-item .item .content h4 a {
	color: #ffffff;
}

.gallery-area .pf-item .item .content span {
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #cccccc;
}

.gallery-area .pf-item .item:hover .content {
	bottom: 0;
	opacity: 1;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}
.text-center {
    text-align: center!important;
}