@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap');

 @font-face {
      font-family: 'practicanarrow'; 
      src: url('/wp-content/uploads/2019/07/fbpracticanarrow-regularwebfont.eot');
      src: url('/wp-content/uploads/2019/07/fbpracticanarrow-regularwebfont.woff') format('woff'),
           url('/wp-content/uploads/2019/07/fbpracticanarrow-regularwebfont.ttf') format('truetype'),
           url('/wp-content/uploads/2019/07/fbpracticanarrow-regularwebfont.svg') format('svg');
      font-weight: normal;
      font-style: normal;
  }
 @font-face {
      font-family: 'practicanarrow'; 
      src: url('/wp-content/uploads/2019/07/fbpracticanarrow-boldwebfont.eot');
      src: url('/wp-content/uploads/2019/07/fbpracticanarrow-boldwebfont.woff') format('woff'),
           url('/wp-content/uploads/2019/07/fbpracticanarrow-boldwebfont.ttf') format('truetype'),
           url('/wp-content/uploads/2019/07/fbpracticanarrow-boldwebfont.svg') format('svg');
      font-weight: bold;
      font-style: normal;
  }
body, button, input, select, optgroup, textarea {
	text-align: right;
	font-family: 'Open Sans Condensed','practicanarrow'!important;
} 


p{margin: 0}

.marquee {
  margin: 0 auto;
  width: 100%px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  direction : ltr;
}

.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 50px;
  height: 30px;
  content: "";
  z-index: 1;
}

.marquee:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #efefef), to(transparent));
  background: linear-gradient(to right, #efefef 5%, transparent 100%);
}

.marquee:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(5%, #efefef), to(transparent));
  background: linear-gradient(to left, #efefef 5%, transparent 100%);
}

.marquee__content {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  -webkit-animation: marquee 10s linear infinite forwards;
          animation: marquee 10s linear infinite forwards;
}

.marquee__content:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* reset list */
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-inline li{
	margin: 0 5px;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
            transform: translateX(-66.6%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
            transform: translateX(-66.6%);
  }
}
/* scrooler */
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
    width: 100%;
    height: auto;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 370px;
	direction: rtl;
}

/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: right; /* Horizontal scroll only */
}

.projects-container {
	width: 95%;
	margin: 0 auto;
}
.projects-container .slick-slider .slick-list, .projects-container .slick-slider .slick-track{
	width : 95%;
}
.projects .inner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
	height: 20rem;
}
.projects .item{
    height: 20rem;
    margin: 0 15px;
}

.projects .title{
	position: relative;
	width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
	background: linear-gradient(to top, rgb(249, 249, 249) 0%,rgba(255, 252, 252, 0.18) 69%) !important;
    transition: all .3s linear;
	opacity: 0;
}
.projects .title:hover{
	opacity: 1;
}


.projects .title span{
	position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
	color: #000;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.logos-scroll .simply-scroll-clip {
    width: 100%;
    height: 150px;
}
#logos .inner {
	padding: 5px;
	flex-basis: 10%;
	flex: 1;
}

#logos .logo{
    transition: 0.3s all ease; 
	align-self: center;
    height: 110px;
    text-align: center;
}

#logos .logo img{
	max-height: 70px;
    max-width: 200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	margin: 0 auto;
}
/* set the logos scroller */
.logos-scroll { 
    width: 100%;
    height: auto;
}
.logos-scroll .simply-scroll-clip {
    width: 100%;
    height: 115px;
}	
.logos-scroll .simply-scroll-list {
	display: flex;
    flex-wrap: wrap;
}	

/* Explicitly set height/width of each list item */	
.logos-scroll .simply-scroll-list li {
	float: right; /* Horizontal scroll only */
	height: 115px;
}


/* customers logos */
.customers{
  display: flex;
  flex-wrap: wrap;
}
.customers .inner {
	padding: 5px;
	flex-basis: 25%;
}

.customers .logo{
    filter: grayscale(1);
    transition: 0.3s all ease; 
	align-self: center;
    border: solid 1px #ddd;
    height: 170px;
    text-align: center;
}
.customers .logo:hover{
    filter: grayscale(0);
    
}
.customers .logo img{
	max-height: 120px;
    max-width: 200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

  



/* MENU */
/* .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover, .elementor-nav-menu--main .elementor-item.elementor-item-active {
	background: -moz-linear-gradient(left, rgba(252,67,67,1) 0%, rgba(254,159,42,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,67,67,1)), color-stop(100%, rgba(254,159,42,1)));
	background: -webkit-linear-gradient(left, rgba(252,67,67,1) 0%, rgba(254,159,42,1) 100%);
	background: -o-linear-gradient(left, rgba(252,67,67,1) 0%, rgba(254,159,42,1) 100%);
	background: -ms-linear-gradient(left, rgba(252,67,67,1) 0%, rgba(254,159,42,1) 100%);
	background: linear-gradient(to right, rgba(252,67,67,1) 0%, rgba(254,159,42,1) 100%);
	border-radius: 100px;
} */
.elementor-nav-menu a {
	transition: 0.2s all ease !important;
}

.elementor-nav-menu a i{
    margin-left: 0.3em;
}
.elementor-nav-menu--main .elementor-nav-menu a{border-radius:100px;}

/* services box */
.p0m5 {
	padding: 0 !important;
	margin: 5px 0;
}
/* service */

.service {
	text-align: center;
    font-size: 28px;
	color: #474747;
	font-weight: 600;
	background: #fff;
	height: 13rem;
	box-shadow: 0px 0px 9px 0px #00000029;
	border-bottom: 10px solid #fe902e;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
  	transition: all .3s ease-out;
}
.service:hover {
	border-bottom: 0;
	background: linear-gradient(to right, rgba(252,67,67,1) 0%, rgba(254,159,42,1) 100%);
}
.service .content {
    height: 100%;
	transition: 0.3s all ease;
	color: #000;
	font-size: 20px;
	font-weight : 900;
}
.service .content:hover{
	color: #fff;
}
.service .content:hover .icon{
	filter: brightness(0) invert(1);
}

.service .content .inner {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.service .content .inner .title{
	margin : 10px 0;
}


/* testim */ 
.testim .item{
	padding: 5px 10px;
	-webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    -o-flex: 1 100%;
    flex: 1 100%;
	display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;

}

.testim .header{
	background : url(/wp-content/uploads/2019/06/red-top.png);
	background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
	padding: 10px 0;
}

.testim .header .name{
	color: #f08414;
    text-align: center;
    font-weight: 900;
    font-size: 23px;
	line-height: 1.2;
}

.testim .header .subtitle {
	text-align: center;
	font-weight: 300;
	color: #000;
	font-size : 18px;
	line-height: 1.2;
}

.testim .inner {
    background: url(/wp-content/uploads/2019/06/quote.jpg);
    box-shadow: 0px 0px 6px 0px #0000005c;
    background-repeat: no-repeat;
    background-position: bottom right;
	flex: 1 100%;
	position: relative;
}

.testim .image {
	width: 30%;
	margin: 0 auto;
	
}
.testim .image img{
	border-radius : 100%;	
	border: #fff 3px solid;
}
.testim .inner .content {
	padding: 20px 10px;
	margin-bottom: 30px;
}
.testim .inner .stars{
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
	-webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.testim .inner .content {
	font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #000;
}

.sprev, .snext{
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 25px 5px;
    line-height: 0 !important;
    font-size: 21px !important;
    color: #fff;
    background: #ccc3c3;
}
.sprev {
    right: -25px;
}
.snext {
    left: -25px;
}

/* .slick-slider .slick-list, .slick-slider .slick-track{
	display: flex;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    width: 90%;
    text-align: center;
    margin: 0 auto;
} */
.item:focus {
    outline: -webkit-focus-ring-color auto 0px;
}


.attr h5{
	font-size: 16px;
	font-weight: 900;
}
.attr p{
	font-size: 14px;
    color: #6b6b6b;
}

/* Mobile */
@media screen and (min-width: 360px) and (max-width: 768px) {
	.projects-container .slick-slider .slick-list, .projects-container .slick-slider .slick-track {
    	width: 85%;
	}

	.customers .inner  {
		flex-basis: 50%;
		padding: 5px;
	}
	.customers .logo img{
		max-width: 150px;		
	}
	.sprev {
		right: 0px;
	}
	.snext {
		left: 0px;
	}
/* 	.slick-slider .slick-list, .slick-slider .slick-track {
		width : 80%;
	} */
  
}