/* Start Global */
* {
/*	font-family: 'Roboto', sans-serif;*/
/*	font-family: 'Cairo', sans-serif;*/
/*	font-family: 'Comfortaa', cursive;*/
	font-family: 'Montserrat', sans-serif;
}
body {
	overflow-x: hidden
}
h1, h2, h3, h4, h5, h6 {
	margin: 0
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FFF
}
.main_color {
	color: #E21E26;
}
.dotted-indicators {
	color: #E21E26;
}
.margin_bottom {
	margin-bottom: 25px
}
button {
	outline: none;
	border: none;
	color: #FFF;
}
.popup {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
	display: none
}
.popup .popup-content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	background-color: #FFF;
	border-radius: 10px;
	padding: 15px
	
}
.exit-popup {
	overflow: hidden;
	padding: 5px 0
}
.fa-times {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #FFF;
	border-radius; 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	display: block;
	border-radius: 100%;
	cursor: pointer;
	float: right;
	margin: 0 5px
}

 /* Social Media Icon */
.fa-facebook-f:hover {
	color: #3B5998
}
.fa-instagram:hover {
	color: #262626
}
.fa-linkedin-in:hover {
	color: #0077B5
}
.fa-twitter:hover {
	color: #1DA1F2
}
 /* Social Media Icon */
/* End Global */

/* Header */
.header {
	background-image: url('../imgs/background-large.jpeg');
	background-size: cover;
	height: 650px
}
.overlay {
	background-color: rgba(0, 0, 0, .7);
	height: 100%
}

.nav {
	padding: 15px 0;
	overflow: hidden
}
.menu-logo {
	width: 150px;
	display: inline-block
}
.menu-links {
	display: inline-block;
	float: right
}
.menu-links .links-list {
	display: inline-block;
	color: #c9c9c9;
	cursor: pointer;
	padding-bottom: 5px;
	margin-right: 35px;
	position: relative;
	transition: all .1s ease-in-out;
	font-size: 15px
}
.active-link {
	color: #fff !important;
	border-bottom: 1px solid #fff
}
.links-list:hover {
	color: #fff;
	border-bottom: 1px solid #fff
}
.menu-phone {
	display: inline-block;
	float: right;
	color: #FFF
}
.menu-phone i,
.menu-phone span {
	display: inline-block;
	padding: 10px 0
}
.menu-phone i {
	margin-right: 10px
}
.header-title {
	margin-top: 150px
}
.header-box {
	position: relative;
	z-index: 5
}
.header-heading {
	color: #FFF;
	font-size: 30px
}
.header-heading span {
	color: #E21E26
}
.header-paragraph {
	color: #d6d6d6
}
.header-arrow {
	margin-top: 150px;
	display: inline-block;
	cursor: pointer
}
.header-arrow img {
	width: 60px
}
.header-dotted-img img {
	margin-top: -545px;
    width: 235px;
    margin-left: -50px;
}
.header-title button {
	border: none;
	background-color: #FFF;
	padding: 15px 15px;
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	outline: none;
	transition: all .3s ease-in-out;
	border: 1px solid #FFF;
	color: #000;
	margin: 30px 0
}

.header-title button:hover {
	background-color: #E21E26;
	border: 1px solid #E21E26;
	width: 170px;
	color: #FFF
}

.header-title button i {
	float: right;
    display: inline-block;
    margin-top: 2px;
    font-size: 13px;
}
/* Header */

/* What We Do */
/*
.what-wedo h2 {
	margin-top: 80px;
	font-weight: bold
}
.wedo-box {
	border: 5px solid #e21e268c;
	width: 700px;
	height: 350px;
	margin: 100px auto;
	padding-left: 250px;
	position: relative;
	border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.wedo-box .video-box {
	width: 330px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.wedo-box .video-box video {
	width: 100%
}
.play_pause_btn {}
.wedo-box .video-box i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	display: inline-block;
    font-size: 60px;
	color: #FFF
}
.wedo-title {
	margin-top: 100px;
	font-size: 25px
}
.wedo-title strong {
	font-size: 40px;
	position: relative
}
.wedo-title strong:after {
	content: "";
    position: absolute;
    bottom: -12%;
    left: 0;
    width: 87px;
    height: 3px;
    background-color: #E21E26;
	border-radius: 50%
}
.wedo-paragraph {
	margin-top: 15px
}
*/
/* What We Do */

/* Start Our Services */
.services {
	padding: 30px 0 80px
}
.service-heading {
	font-size: 40px;
	font-weight: bold;
	margin: 35px 0 50px;
}
.service-box {
	padding: 20px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.service-box:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	cursor: pointer
}
.service-box .service-padding {
	padding-left: 70px;
	overflow: hidden;
	margin-bottom: 5px
}
.service-box .service-padding img {
	width: 50px;
	height: 50px;
	display: inline-block;
	float: left;
	margin-left: -65px
}
.service-name {
	font-size: 18px;
	margin: 15px 0;
	position: relative;
}
.service-name:after {
	content: "";
	width: 65px;
	height: 3px;
	background-color: #F2F2F2;
	position: absolute;
	bottom: -5px;
	left: 0;
	border-radius: 100px 0;
}
/* End Our Services */

/* Start Testimonials */
.testimonials_clients {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #F2F2F2;
	background-color: #fdfdfd;
	padding: 90px 0
}
.testimonials {
	  width: 100%;
	  overflow: hidden;
	  margin: auto;
	  position: relative;
}
.testimonials-heading {
	font-size: 33px;
    font-weight: bold;
	margin-bottom: 30px
}
.testimonials-info {
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 30px
}
.client-name {
	margin-top: 17px
}
.client-work {
	font-size: 13px;
	text-transform: capitalize
}
.client-info {
	height: 100%;
	font-size: 14px;
	text-transform: lowercase;
	padding-top: 10px;
	color: #777
}
.slider li:nth-child(4){
	width: 300px;
	transform: rotateY(0);
	transition: .6s;
}
.slider li:nth-child(1), .slider li:nth-child(2), .slider li:nth-child(3){
	transform: rotateY(60deg);
}
.sliderControl{
	width: 500px;
	margin:20px auto;
	text-align: center;
	position: relative;
	top: 30px
}
.sliderControl a{
	display:inline-block;
	width: 15px;
	height: 15px;
	background-color:#333;
	margin: 8px;
	cursor:pointer;
	transition: .6s;
	border-radius: 10px 0
}
.sliderControl a:nth-child(4){
	background-color:#E21E26;
}
.gogo{
	animation: tick-tock 5s steps(5, end) infinite;
}
@keyframes tick-tock {
	to {
	transform: translateY(-115px);
	}
}
/* End Testimonials */

/* Start Teamwork */
.teamwork {
	background-image: url("../imgs/teamwork.jpeg");
	background-size: cover
}
.teamwork .overlay {
	padding: 80px 0 0;
	background-color: rgba(0, 0, 0, 0.8)
}
.teamwork .teamwork-heading {
	font-weight: bold;
	font-size: 33px;
	margin: 0 0 70px;
	color: #FFF
}
.teamwork .teamwork-box {
	width: 260px;
    border-radius: 50px 0;
    padding: 40px 20px;
    margin: auto;
    cursor: pointer;
    position: relative;
    margin-bottom: 110px;
    height: 205px;
    padding-top: 90px;
    border: 1px solid #F2F2F2;
	background-color: #FFF
}
.teamwork-box:hover .about-team {
	transform: scale(1);
}
.teamwork-box img {
    padding: 3px;
    background-color: #FFF;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    float: right;
    position: absolute;
    top: -60px;
    right: 25%;
	object-fit: cover
}
.teamwork-social {
	padding: 10px
}
.teamwork-social i {
	display: inline-block;
	font-size: 22px;
	margin: 0 10px;
	color: #000;
	transition: all .3s ease-in-out;
}
.about-team {
	position: absolute;
    top: -87%;
    right: 4px;
    width: 250px;
    height: 100px;
    background-color: #FFF;
    border-radius: 3px;
    transform: scale(0);
    transition: all .3s ease-in-out;
    padding: 5px;
    color: #000;
    border: 1px solid #F2F2F2;
    z-index: 2;
}
.about-team:after {
	    content: "";
    border-style: solid;
    border-color: #F2F2F2 transparent transparent transparent;
    border-width: 8px;
    position: absolute;
    left: 48%;
    bottom: -17px;
}
/* End Teamwork */

/* Start Contact Us */
.contact-us {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #F2F2F2;
	padding: 50px 0 0 0;
	background-color: #f9f9f9
}
.contact-us .contact-heading {
	margin-bottom: 30px
}
.contact-info {
	padding: 30px 0
}
.contact-info .contact-box {
	padding: 10px 10px 10px 45px;
	overflow: hidden
}
.contact-info .contact-box h4 {
	font-size: 15px;
	margin-top: 3px
}
.contact-info .contact-box img {
	display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: -45px;
    float: left;
}
/* End Contact Us */

/* Start Footer */
footer {
	padding: 20px 0;
	font-size: 18px;
	background-color: #252525;
    color: #FFF;
}
/* End Footer */

.client-say {
  	position: relative;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	text-align: center;
  	transition: color 0.1s linear 0.05s;
	padding: 11px;
	border-radius: 4px
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
	color: #333;
	width: 100%
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fdfdfd /*********************Here ****/
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
	font-size: 15px
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #000;
	color: #000;
	width: 100%
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: #000;
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #cacaca;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #000;
  transition: left 0.2s ease;
}

/* Start Portfolio */
.portfolio {
	padding: 50px 0;
	border-bottom: 1px solid #F2F2F2
}
.portfolio-name {
	margin-bottom: 40px
}
.portfolioFilter {
  padding: 15px 0;
}

.portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #F2F2F2;
  padding: 10px 15px;
  border-radius: 4px;
  display: inline-block;
}

.portfolioFilter a.current {
  background: #E21E26;
  border: 1px solid #E21E26;
  color: #f9f9f9;
}
.portfolioContainer{
  border: 1px solid #eee;
  border-radius: 3px;
}
.portfolioContainer img {
  margin: 5px;
  max-width:100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.back-bar {
	background-color: #FFF;
	padding: 18px 0;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}
.back-bar .back-arrow i {
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #FFF;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	color: #000
}
.back-bar .back-arrow i:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* End Portfolio */

/* Start Video Player Options */
.videos-portfolio {
	padding: 50px 0 0
}
.intro-videos {
	font-size: 35px;
	margin-bottom: 30px
}
.players {
	margin-bottom: 30px
}
#container {
	padding: 0 20px 50px;
}
.error {
	color: red;
}
a {
	word-wrap: break-word;
}

code {
	font-size: 0.8em;
}

#player2-container .mejs__time-buffering, #player2-container .mejs__time-current, #player2-container .mejs__time-handle,
#player2-container .mejs__time-loaded, #player2-container .mejs__time-hovered, #player2-container .mejs__time-marker, #player2-container .mejs__time-total {
	height: 2px;
}

#player2-container .mejs__time-total {
	margin-top: 9px;
}
#player2-container .mejs__time-handle {
	left: -5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffffff;
	top: -5px;
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 2;
	border: none;
}
#player2-container .mejs__time-handle-content {
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
}
/* End Video Player Options */
/* Media Queries */
@media (max-width: 767px) {
	
	/* Start Global */
	.clear-xs {
		clear: both
	}
	/* End Global */
	
	/* Start Header */
	.menu-bars {
		margin-top: 5px
	}
	.menu-bars span {
		color: #FFF;
		font-size: 23px;
		cursor: pointer;
		transition: all .3s ease-in-out;
	}
	.menu-bars span:hover {
		color: #DDD;
	}
	.menu-links {
		background-color: #FFF;
		width: 80%;
		margin: auto;
		position: fixed;
		top: 25%;
		left: 10%;
		z-index: 30;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
		transform: scale(0);
		transition: all .3s ease-in-out;
	}
	.menu-links .links-list {
		color: #000;
		padding: 10px
	}
	.menu-links .links-list:hover {
		background-color: #dddddd45;
		border: none
	}
	.menu-links .links-list {
		display: block;
		margin: 0
	}
	.active-link{
		color: #000 !important;
		background-color: #dddddd45;
		border: none !important
	}
	.menu-title-times {
		display: flex !important;
		justify-content: space-between;
		padding: 8px;
	}
	.menu-title-times span.glyphicon {
		display: inline-block;
		margin-top: -1px;
		font-size: 18px;
		cursor: pointer;
		color: #555;
		transition: all .3s ease-in-out;
	}
	.menu-title-times span.glyphicon:hover {
		color: #000
	}
	/* End Header */
	
	/* Start What We Do */
	/* .wedo-box {
		width: 100% !importnt;
		margin-bottom: 50px;
		padding-left: 0 !important
	}
	.wedo-box .video-box {
		position: static;
		transform: none;
		max-width: 100%;
		width: auto
	}
	.wedo-title {
		margin: 0 ;
		font-size: 17px;
		text-align: center
	}
	.wedo-paragraph {
		text-align: center
	}
	.wedo-box {
		padding: 0;
		border: none
	}
	.wedo-title strong {
		font-size: 28px
	} */
	/* End What We Do */
	
	/* Start Services */
	.service-heading {
		font-size: 30px
	}
	.service-box {
		text-align: center
	}
	.service-box .service-padding {
		padding: 0;
	}
	.service-box .service-padding img {
		margin: 0;
		float: none
	}
	.service-name:after {
		content: none
	}
	.service-box {
		margin-bottom: 30px
	}
	/* End Services */
	
	/* Start Clients */
	.slideshow .slide .caption {
		padding: 0 50px
	}
	.slideshow .arrows .prev {
		left: -9px
	}
	.slideshow .arrows .next {
		right: -9px
	}
	.testimonials_clients {
		padding-bottom: 10px 
	}
	/* End Clients */
	
	/* Start Portfolio */
	.isotope {
		margin: 15px
	}
	.portfolioFilter {
		margin: 0 15px;
		padding: 0;
		display: none
	}
	.portfolioFilter a {
		display: block;
    	margin: 5px 0;
	}
	.choose-your-categories {
		border: 1px solid #F2F2F2;
		margin: 0 15px;
		padding: 10px;
		border-radius: 3px;
		text-align: center;
		transition: all .3s ease-in-out;
		cursor: pointer
	}
	.choose-your-categories i {
		margin: 0 5px
	}
	.choose-your-categories:hover {
		border: 1px solid #FFF;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
	}
	/* End Portfolio */
}

/* Media Small Screen */
@media (max-width: 991px) {
	
	/* Start Header */
	.menu-links .links-list {
		margin-right: 15px
	}
	/* End Header */
	
	/* Start We Do */
	/* .wedo-box {
		width: 450px;
		padding-left: 200px
	} */
	/* End We Do */
	
	/* Start Testimonials */
	.testimonials-heading,
	.testimonials-info {
		text-align: center
	}
	/* End Testimonials */
	
}

/* Media Medium Screen */ /* Max Only */
@media (max-width: 1199px) {
	/* Start Header */
	.menu-links .links-list {
		margin-right: 15px
	}
	/* End Header */
	
	/* Start We Do */
	/* .wedo-box {
		height: 300px;
		padding-left: 150px
	}
	.wedo-box .video-box {
		width: 250px
	}
	.wedo-title {
		margin-top: 75px;
    	font-size: 21px;
	} */
	/* End We Do */
	
	/* Start Testimonials Clients */
	.testimonials-heading,
	.testimonials-info {
		text-align: center
	}
	/* End Testimonials Clients */
}