
/*Css*/
*{
	outline: none !important;
}
body{
	font-family: 'Fira Sans', sans-serif;
	font-display: swap;
	background: #fff;
	color: #000001;
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
}
a{
	color: #fff;
	text-decoration: none;
	background: transparent;
}
a:hover, a:focus{
	color: #fff;
    text-decoration: none;
    background: transparent;
}
p{
	font-size: 1rem;
	color: #000001;
	margin-bottom: 2rem;
}
img{
	max-width: 100%;
}
hr{
	border-top: 1px solid #000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: #000;
}
label{
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	color: #222222;
	text-transform: uppercase;
	font-weight: 500;
}
label input{
	margin-top: .5rem;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea{
	width: 100%;
	height: 40px;
	border: 1px solid #c8c8c8;
	padding: 0 1rem;
}
input[type="submit"], .submit-button{
	height: 40px;
	text-align: center;
	padding: 0 2rem;
	border-radius: 0;
	border:1px solid #000;
	background: #000;
	color: #fff;
	font-weight: 500;
	margin-top: 1rem;
}
input[type="submit"]:hover, .submit-button:hover{
	border:1px solid #000;
	background: #fff;
	color: #000;
}

/*Css*/
.fa-rotate-180{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*background Video*/
.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
	opacity: 1;
}
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0 !important;
	cursor: pointer;
	outline: none !important;
}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}

/*Css*/
.overflow-bg{
	background: #000000a3;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-black{
	background: #191919;
}
.bg-black p{
	color: #fff;
}
.bg-black .h1, .bg-black .h2, .bg-black .h3, .bg-black .h4, .bg-black .h5, .bg-black .h6, .bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6{
	color: #fff;
}


/*Home*/
.home-page{
	background: #000;
}

/*Header*/
header{
	padding: 3rem 3rem 3rem 0;
}
header .col-10, header .container-fluid{
	padding-left: 0;
}
.logo img{
	max-width: 200px;
}
.header-page{
	background: #000001;
}

/*Menu*/
.menu-collapse{
	text-align: right;
	display: block;
	background: url(assets/img/menu.png) left no-repeat;
	height: 29px;
	padding-left: 3.5rem;
	line-height: 29px;
	overflow: hidden;
	background-size: 40px;
	width: 55px;
	cursor: pointer;
}
.mobile-menu{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #0c0c0c;
	z-index: 9;
	display: none;
}
.mobile-menu .container::-webkit-scrollbar {
  width: 10px;
}
.mobile-menu .container::-webkit-scrollbar-track {
  background: #fff;
}
.mobile-menu .container::-webkit-scrollbar-thumb {
  background: #333;
}
.mobile-menu .container::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.mobile-menu-box header{
	margin-bottom: 3rem;
}
.mobile-menu .menu-collapse{
	width: auto;
	color: #fff;
}
.mobile-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.mobile-menu ul li{
	display: block;
	margin-bottom: 1rem;
}
.mobile-menu ul li a{
	font-size: 2.5rem;
	font-weight: 900;
	display: inline-block;
}
.mobile-menu ul li a span{
	font-size: 1rem;
	display: inline-block;
	color: #ffc20e;
}
.mobile-menu .copy-right{
	color: #9e9e9e;
	position: absolute;
	right: 3rem;
	bottom: 3rem;
}


/*Contact*/
.contact-list .contact-box{
	margin-bottom: 4rem;
}
.contact-list .contact-box h3{
	font-size: 1rem;
	color: #fff;
	margin-bottom: .5rem;
}
.contact-list .contact-box p{
	color: #9e9e9e;
}
.contact-list .contact-box:last-child{
	margin-bottom: 0;
}
.contact-list .contact-box .social-links a{
	font-size: 1.5rem;
	margin-right: 2rem;
	margin-left: 0;
}
.contact-list .contact-box .social-links a:last-child{
	margin-right: 0;
}
.contact-page .title-page{
	background: url("assets/img/contact-title.jpg") right no-repeat;
	min-height: 118px;
}
.contact-page .contact-list{
	background: #000;
	padding: 3rem;
	min-height: 368px;
	margin-top: 1.9rem;
}
.contact-page .contact-list .contact-box h3{
	color: #fff;
	font-size: 1.3rem;
}
.contact-page .contact-list .contact-box p{
	color: #fff;
}
.contact-page .contact-list .contact-box .social-links a{
	color: #fff;
}

/*Wrap*/
.center-text-box{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
}
.center-text-box h1{
	text-transform: uppercase;
	color: #fff;
	font-size: 3em;
	overflow: hidden;
	font-weight: 900;
	letter-spacing: 0.5rem;
	margin: 0 0 1rem 0;
}
.center-text-box h2{
	color: #fff;
	font-size: 1.6em !important;
	overflow: hidden;
	font-weight: 500;
	letter-spacing: 0.2rem;
	line-height: 2.5rem;
	margin-bottom: 0;
}

/*Title*/
.title-box h1{
	text-align: center;
	color: #000;
	font-size: 3rem;
	font-weight: 900;
	text-transform: uppercase;
	margin: 3rem 0 5rem 0;
}
.title-box a{
	display: block;
	text-align: right;
	background: url("assets/img/arrow-2.jpg") right no-repeat;
	padding-right: 55px;
	margin-bottom: 2rem;
}
.title-box-2{
	background: #000;
}

/*Page*/
.page{
	color: #5f5f5f;
	padding-bottom: 10rem;
	min-height: 80vh;
}
.page h1{
	font-size: 5rem;
	margin-bottom: 4rem !important;
	letter-spacing: 10px;
}
.page-box{
	padding-bottom: 5rem !important;
	min-height: 50vh !important;
}
.page-box img{
	margin-bottom: 1rem;
}
.page.pt-5{
	padding-bottom: 0 !important;
}
.page a, .page a:hover, .page a:focus{
	color: #000;
}

/*About*/
.about-page{
	background: url("assets/img/about-img.jpg") top left no-repeat;
}


/*Services*/
.services-page{
	background: url(assets/img/services-img.jpg) bottom left no-repeat;
}
.services-page h2{
	font-size: 2.3rem;
	letter-spacing: 1px;
}
.services-page p{
	text-align: justify;
}


/*Work*/
.filters{
	text-align: center;
	margin-bottom: 1rem;
}
.filters .btn-filter{
	font-size: 1rem;
	font-weight: 500;
	display: inline-block;
	width: auto;
	margin: 0 1rem;
	padding-bottom: 1rem;
	cursor: pointer;
	margin-bottom: 1rem;
}
.filters .active{
	color: #ffc107;
	border-bottom: 1px solid #fcc538;
}
#work .work-box{
	margin-bottom: 30px;
}

/*Project*/
.project-slider img{
	max-height: 500px;
	object-fit: cover;
}
.slider-box .slick-slide{
	position: relative;
	cursor: pointer;
}
.slider-box .slick-slide:after{
	content: "";
	background: #0000003d;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.slider-box .slick-slide:hover:after{
	opacity: 0;
	display: none;
}
.slider-box{
    visibility: hidden;
}
.slider-box.slick-initialized{
    visibility: visible;
}
.slick-prev, .slick-next{
	z-index: 2;
	width: 75px;
	height: 33px;
}
.slick-prev{
	left: 19%;
}
.slick-next{
	right: 19%;
}
.slick-prev:before, .slick-next:before{
	content: "";
}
.slick-next:before{
	background: url("assets/img/right-arrow.png") no-repeat;
	width: 75px;
	height: 33px;
	display: block;
}
.slick-prev:before{
	background: url("assets/img/left-arrow.png") no-repeat;
	width: 75px;
	height: 33px;
	display: block;
}

/*Head Page*/
.head-page{
    margin-top: -19px;
}
.head-page-2{
	margin-top: 0;
}
.head-page iframe{
	width: 100%;
}
.head-page img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

/*Contact*/
.contact hr{
	width: 200px;
	margin-left: 0;
}
.contact-steps-box{
	overflow: hidden;
}
.contact-steps-box .contact-step{
	float: left;
	position: relative;
	min-height: 52px;
}
.contact-steps-box .contact-step:after{
	width: 100%;
	height: 11px;
	background: #ececec;
	content: "";
	display: block;
	position: absolute;
	top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.contact-steps-box .contact-step .step-number{

}
.contact-steps-box .contact-step span{
    display: block;
    width: 52px;
    height: 52px;
    background: #ececec;
    text-align: center;
    line-height: 52px;
    color: #000000;
    border-radius: 50px;
    font-weight: 500;
    margin: auto;
   	margin-top: 30px;
}
.contact-steps-box .contact-step h5{
	font-size: .9rem;
	margin-top: 15px;
	margin-bottom: 0;
}
.contact-steps-box .contact-step:nth-child(1){
	width: 25%;
}
.contact-steps-box .contact-step:nth-child(2){
	width: 50%;
}
.contact-steps-box .contact-step:nth-child(3){
	width: 25%;
}
.contact-steps-box .contact-step:nth-child(1) span{
	margin-right: -1px;
}
.contact-steps-box .contact-step:nth-child(3) span{
	margin-left: -1px;
}
.contact-steps-box .contact-step:nth-child(1) h5{
	text-align: right;
	margin-right: -25px;
}
.contact-steps-box .contact-step:nth-child(2) h5{
	text-align: center;
}
.contact-steps-box .contact-step:nth-child(3) h5{
	text-align: left;
	margin-left: -25px;
}
.contact-steps-box .active-step:after{
	background: #fcc538 !important;
}
.contact-steps-box .active-step span{
	background: #fcc538 !important;
	color: #fff !important;
}

/*BD+ Page*/
.bd-page{
	background: #fcc538 url("assets/img/bd-bg.jpg") left center no-repeat;
	padding: 3rem 0 0 0;
	min-height: 100vh;
}
.bd-page h1{
	font-size: 5rem;
	font-family: 'Oswald', sans-serif;
}
.bd-page h2{
    font-size: 4rem;
    color: #fff;
    letter-spacing: 5px;
}
.bd-page .text-justify b{
	display: block;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.bd-page p{
	font-size: 1rem;
	color: #000;
}
.bd-page h3{
	font-size: 2.5rem;
}
.counter .counter-box{
	color: #221f1f;
	display: inline-block;
	border-right: 2px solid #221f1f;
	min-width: 215px;
	padding: .5rem;
	margin-bottom: 1rem;
}
.counter .counter-box:last-child{
	border-right: 0;
}
.counter .counter-box i{
	font-size: 2rem;
}
.counter .counter-box h4{
	margin: 2rem 0 1.5rem 0;
	font-family: 'Epilogue', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
}
.counter .counter-box h5{
	margin: 0 0;
	font-family: 'Epilogue', sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
}
.counter .counter-box:last-child i, .counter .counter-box:nth-last-child(2) i{
	font-size: 2.3rem;
}
.counter .counter-box:last-child h4, .counter .counter-box:nth-last-child(2) h4{
	font-size: 2rem;
}
.tags-help a{
	background: #000;
	display: inline-block;
	padding: .5rem 2rem;
	border-radius: 50px;
	font-size: 1rem;
	margin-bottom: 4rem;
	margin-right: 4rem;
}
.bd-services .bd-service-box{
	margin-bottom: 3rem;
}
.bd-services h3{
	font-size: 1.8rem;
}
.bd-services p{
	position: relative;
}
.bd-services p:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -2rem;
	width: 35px;
	height: 3px;
	background: #000;
}
.industries-box ul, .industries-box-2 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.industries-box ul li, .industries-box-2 ul li{
	font-size: 1.5rem;
	font-weight: 500;
	display: block;
	color: #221f1f;
	margin-bottom: 1rem;
}
.industries-box ul li:nth-child(1){
	background: url("assets/img/industries-1.jpg") right center no-repeat;
	min-height: 64px;
	line-height: 64px;
}
.industries-box ul li:nth-child(2){
	background: url("assets/img/industries-2.jpg") right center no-repeat;
	min-height: 72px;
	line-height: 72px;
}
.industries-box ul li:nth-child(3){
	background: url("assets/img/industries-3.jpg") right center no-repeat;
	min-height: 77px;
	line-height: 77px;
}
.industries-box ul li:nth-child(4){
	background: url("assets/img/industries-4.jpg") right center no-repeat;
	min-height: 77px;
	line-height: 77px;
}
.industries-box-2 ul li:nth-child(1){
	background: url("assets/img/industries-5.jpg") right center no-repeat;
	min-height: 72px;
	line-height: 72px;
}
.industries-box-2 ul li:nth-child(2){
	background: url("assets/img/industries-6.jpg") right center no-repeat;
	min-height: 67px;
	line-height: 67px;
}
.industries-box-2 ul li:nth-child(3){
	background: url("assets/img/industries-7.jpg") right center no-repeat;
	min-height: 76px;
	line-height: 76px;
}
.industries-box-2 ul li:nth-child(4){
	background: url("assets/img/industries-8.jpg") right center no-repeat;
	min-height: 65px;
	line-height: 65px;
}
.package-box{
	background: #000;
	max-width: 180px;
	color: #fff;
	min-height: 510px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	position: relative;
	display: inline-block;
	margin: 0 30px;
}
.packages .package-box:first-child, .packages .package-box:last-child{
	top: 40px;
}
.package-box h4{
	background: #fff;
	margin: 0 -25px 0 -25px;
	height: 70px;
	line-height: 70px;
	border-radius: 50px;
	position: relative;
	top: -2px;
	margin-bottom: 2rem;
}
.package-box h5{
	background: #fff;
	margin: 0 -14px 0 -14px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 2rem;
	position: relative;
}
.package-box h5:after{
    content: "";
    background: url(assets/img/arrow-r.jpg) no-repeat;
    width: 14px;
    height: 31px;
    position: absolute;
    right: 0px;
    bottom: -31px;
}
.package-box h5:before{
    content: "";
    background: url(assets/img/arrow-l.jpg) no-repeat;
    width: 14px;
    height: 31px;
    position: absolute;
    left: 0px;
    bottom: -31px;
}
.package-box p{
	color: #fff;
	padding: .5rem 2rem;
}
.package-box a{
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #fff;
	color: #000;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
	margin: auto;
	font-size: 2rem;
	border-radius: 50px;
}
.package-box:hover a{
	background: #000;
	color: #fff;
}
.bd-page .text-right > img{
	margin-top: 7rem;
}

/*Footer*/
footer{
	padding: 3rem;
}
.footer-page{
	background: #000001;
}
.fixed-footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.footer-page p{
	margin-bottom: 0;
}
.footer-page .mb-10{
	margin-bottom: 5rem;
}
.contact-us{
	color: #fff;
	font-size: 2rem;
	font-weight: 100;
}
.contact-us span{
	font-weight: 500;
}
.live-chat{
	text-align: center;
	border-top: 2px solid #fff;
	display: inline-block;
	padding: .5rem 2rem;
	text-transform: uppercase;
}
.live-chat:hover{
	border-top: 2px solid #000;
	color: #fff;
}
.social-links a{
	color: #fff;
	margin-left: .5rem;
}


@media (max-width: 1400px){
	.services-page {
		background-size: 200px;
	}
}

@media (max-width: 1200px){
	.services-page{
		background-size: 150px;
	}
	.package-box{
		max-width: 167px;
	}
}

@media (max-width: 992px){
	footer{
		padding: 3rem .5rem;
	}
	.header-page .row{
		margin-right: 0;
		margin-left: 0;
	}
	.menu-collapse{
		overflow: visible;
	}
	.mobile-menu .container{
		padding: 0 1.5rem;
	}
	.menu-collapse{
		padding-left: 2.5rem;
		background-size: 32px;
	}
	.mobile-menu ul{
		margin-bottom: 2rem;
	}
	.page br{
		display: none;
	}
	.text-with-img{
		background: none;
	}
	.pl-5{
		padding-left: 15px !important;
	}
	.contact-page .contact-list{
		margin-top: 3rem;
	}
	.bd-page{
		background: #fcc538;
	}
	.services-page, .about-page{
		background: none;
	}
	.services-page .mb-5{
		margin-bottom: 0 !important;
	}
	.page h1{
		font-size: 3rem;
	}
	.services-page h2{
		font-size: 1.5rem;
	}
	.img-250 img{
		max-width: 250px;
	}
	.contact-page .title-page{
		padding-right: 130px;
	}

}


@media (max-width: 768px){
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
		font-size: 1.5rem;
	}
	.logo img {
	    max-width: 150px;
	}
	.menu-collapse{
		width: 40px;
	}
	.mobile-menu ul li a{
		font-size: 1.5rem;
	}
	.center-text-box h1{
		font-size: 2rem;
		font-weight: 400;
	}
	.center-text-box h2{
		font-size: 1rem;
		font-weight: 400;
		line-height: normal;
	}
	.title-box h1{
		font-size: 2rem;
	}
	.head-page{
		margin-top: 0;
	}
	.services-list .row .col-lg-3{
		border-bottom: 1px solid #7c7c7c;
		padding: 4rem .5rem;
	}
	.services-list .row:last-child .col-lg-3:last-child{
		border-bottom: 0;
	}
	.services-list .row:last-child .col-lg-3:nth-last-child(2){
		border-bottom: 0;
	}
	.services-list .row .col-lg-3:nth-child(odd){
		border-right: 1px solid #7c7c7c;
	}
	.services-list .row .col-lg-3:nth-child(even){
		border-right: 0;
	}
	.filters .btn-filter{
		font-size: .9rem;
		margin: .2rem .2rem .5rem .2rem;
	}
	.slick-prev, .slick-next{
		display: none !important;
	}
	.contact-page .contact-list{
		min-height: 100px;
	}
	.contact-steps-box{
		margin-top: 2rem;
	}
	.contact-steps-box .contact-step span{
		margin-top: 0;
	}
	.contact-steps-box .contact-step h5{
		display: none;
	}
	.contact-steps-box .contact-step:nth-child(1){
		width: 30%;
	}
	.contact-steps-box .contact-step:nth-child(2){
		width: 40%;
	}
	.contact-steps-box .contact-step:nth-child(3){
		width: 30%;
	}
	.footer-page .mb-10{
		margin-bottom: 3rem;
	}
	.live-chat{
		padding: .5rem .1rem;
	}
	.social-links a{
		margin-left: .1rem;
		font-size: .9rem;
	}
	.bd-page h2{
		font-size: 2rem;
	}
	.bd-page h3{
		font-size: 1.2rem;
	}
	.country img{
		width: 35px;
	}
	.counter .counter-box{
		width:100%;
		border-right: 0;
		border-bottom: 2px solid #221f1f;
		margin-bottom:0;
		padding: 2rem 1rem;
	}
	.counter .counter-box:last-child{
		border-bottom: 0;
	}
	.tags-help a{
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.tags-help a:last-child{
		margin-bottom: 4rem;
	}
	.industries-box ul li, .industries-box-2 ul li{
		margin-bottom: 1.5rem;
	}
	.industries-box-2.pl-3{
		padding-left: 0!important;
	}
	.packages .package-box{
		margin: auto;
		display: block;
		margin-bottom: 1.5rem;
	}
	.packages .package-box:first-child, .packages .package-box:last-child{
		top: 0;
	}
}