body {
		font-family
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#top-bar strong {
	position:relative;
    font-size: 23px;
    top: 6px;
}
#top-bar .py-2 {
	padding-top: 0 !important;
    font-family: tahoma;
    font-size: 14px;
}
.mx-auto h2 {
	margin:0
}
.slider-caption h2 {
    text-transform: inherit;
}
.content-wrap-x2 {
	padding: 50px 0 80px 0;
}
.fbox-content h3 {
    text-transform: inherit;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}
.fbox-border .fbox-icon a {
    border: none;
}
.fbox-icon i {
    font-size: 48px;
}

.references img {
    filter: url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}
.references img:hover {
	 transition: all 1.3s ease;
	  filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    cursor: pointer;
	 
}

#header.white {
	background-color:#FFF
}
.dark .menu-link {
    color: #444;
}
.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
    color: #FF0000;
}
.dark #header-wrap {
    background-color: #FFF;
}

#page-title {
	background-size: cover;
	background-position: center center !important;
	padding:150px 0
}

#page-title.page-title-x {
    padding: 4rem 0;
}
.h1x {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 55%;
	font-size:22px;
	line-height: 40px !important;
}
#page-title.page-title-parallax span {
    font-size: 1.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 60%;
}
.breadcrumb-item-x{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 155px;
}

.footer-logo {
    width: 200px;
}
.footer-bg-class {
	background: url('/uploads/ege.png') no-repeat center center; 
	background-position: left center;
	background-size: 75%;
}
.dark .entry-title h2 a:hover, .dark .entry-title h3 a:hover, .dark .entry-title h4 a:hover {
    color: #FF0000;
}
.references img {
    filter: inherit
}
.clients-grid .grid-item a {
    opacity: 1;
}
.since {
	width: 85px;
    position: absolute;
    right: 50px;
    top: 59px;
    z-index: 11;
	
}

.box-content.px-0 h3 {
	font-size:21px
}


#loading .in {
	position: absolute;
    width: 100%;
    height: 100%;
}
#loading .in2 {
	position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
#loading {
    background: #0f1217;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100001;
    text-align: center;
    /*background-image: url(uploads/fire.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 !important;
    padding: 0 !important;
    background-size: auto;
}
#loading img {
    width: 200px;
}
.mo-fire {
    width: 59px;
    height: auto;
    position: absolute;
    left: 50%;
	top: -73px;
}
.mo-fire svg {
  width: 100%;
  height: auto;
  position: relative
}
.flame {
  animation-name: flamefly;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;
  transform-origin: 50% 50% 0;
}
.flame.one {
  animation-delay: 1s;
  animation-duration: 3s;
}
.flame3.two{
  animation-duration: 5s;
  animation-delay: 1s;
}

.flame-main {
  animation-name: flameWobble;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.flame-main.one {
  animation-duration: 4s;
  animation-delay: 1s;
}
.flame-main.two {
  animation-duration: 3s;
  animation-delay: 2s;
}
.flame-main.three {
  animation-duration: 2.1s;
  animation-delay: 3s;
}
.flame-main.four {
  animation-duration: 3.2s;
  animation-delay: 4s;
}
.flame-main.five {
  animation-duration: 2.5s;
  animation-delay: 5s;
}
@keyframes flameWobble {
  50% {
    transform: scale(1,1.2) translate(0, -30px) rotate(-2deg);
  }
}
@keyframes flamefly {
  0%{
    transform: translate(0) rotate(180deg);
  }
   50% {
     opacity: 1;
  }
  100% {
    transform: translate(-20px, -100px) rotate(180deg);
    opacity: 0;
  }
}
@media (max-width: 1440px) {
	.slider-caption h2 {
		font-size: 45px;
	}
	.since {
		width: 60px;
		top: 74px;
	}
}
@media (max-width: 768px) {
	.hide768 {
		display:none
	}
	.vh-75 {
		height: 40vh !important;
	}
}

@media (max-width: 600px) {
	.slider-caption h2 {
		text-align: center !important;
		line-height: 38px !important;
	}
	#page-title {
		padding: 70px 0;
	}
	#page-title.page-title-parallax h1 {
		font-size: 23px;
	}
	#page-title.page-title-parallax span {
		display: none;
	}
	/*.content-wrap {
		padding: 40px 0;
	}*/
	
	.h1x {
		overflow: inherit;
		display: inline-block;
		-webkit-line-clamp: inherit;
		-webkit-box-orient: inherit;
	}
}

@media (max-width: 320px) {
	#top-bar .py-2 {
		font-size: 13px;
	}
	#logo img {
		height: auto !important;
		max-width: 66%;
	}
	#logo {
		width: 214px;
	}
}
