

html, body {
	margin: 0;
	font-size: 100%;
	background: #fff;
	font-family: 'Muli', sans-serif;
}

html {
	scroll-behavior: smooth;
}

.bg-light {
	  background-color: white !important;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 05.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'Muli', sans-serif;
}

body img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="email"], input[type="search"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #323648;
}

.justify-content-center h1{
	color: white;
}
li {
	list-style-type: none;
}

p {
	margin: 0;
	font-size: 17px;
	line-height: 1.8em;
	letter-spacing: 1px;
	color: #fafafa;
}

ul {
	margin: 0;
	padding: 0;
}


/*-- header --*/

.header_top {
	background: #ffffff; 
	z-index: 1;
	position: relative;
}

.job_view {
	float: left;
	width: 100%;
	padding: 50px;
	border-radius: 3px;
	margin-top: 10px;
	background: #e6e6e6;
}

.job_title {
	float: left;
	width: 100%;
	background-color: #f1f2f2;
	padding: 10px;
	margin-bottom: 20px;
}

.job_title h1 {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #4003e9;
}

.job_title h2 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #414141;
}

.job_title span {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-weight: 600;
	text-align: right;
	font-size: 14px;
	color: #8a8a8a;
}

.company_logo {
	float: left;
	width: 100%;
	height: 85px;
	background: white;
}

.top_menu {
	background: white;
	font-size: 12px;
	font-family: 'Muli', sans-serif;
	color: #777777;
}

.footer_container {
	background: #202020;
	color: #c7c7c7;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Muli', sans-serif;
	padding-top: 30px;
	padding-bottom: 20px;
}

.bg-dark {
	background-color: transparent !important;
}



.topnav {
	font-size: 18px;
	font-weight: 500;
	color: rgb(5, 5, 5);
	font-family:'Muli', sans-serif;
}

.topnav a:hover {
	background-color: #fb9703;
}



.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 2rem;
	padding-left: 0rem;
}

/*-- //popup --*/

/*-- about --*/

.about-grids h4 {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: capitalize;
	line-height: 50px;
	text-align: justify;
}


.form-style-agile input[type="text"], .form-style-agile input[type="email"], .form-style-agile input[type="password"], select {
	outline: none;
	font-size: 16px;
	border: none;
	color: #666;
	letter-spacing: 0.5px;
	padding: 12px 15px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
	text-transform: capitalize;
	background: #fff;
}

.about-grids .padding {
	background: #e8cd30;
	background: #3369e7;
	background: #191919;
	padding: 2em;
}

.about-grids h5 {
	font-size: 27px;
	letter-spacing: 1px;
	color: #fff;
}

button.book-btn {
	color: #fff;
	background: #ead032;
	border: none;
	padding: 14px 0;
	outline: none;
	width: 100%;
	font-size: 15px;
	border-radius: 0;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.about-grids h6 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*-- //about --*/

/*-- /app --*/

.app-devices {
	margin: 2em 0;
}

h3.tittle.mob {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: capitalize;
	line-height: 50px;
}

/*-- //app --*/

/*-- footer --*/

footer {
	background:#dfdfdf;
	font-family:'Muli', sans-serif;
}

.footer_left p, .footer_middle p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	letter-spacing: 1px;
	margin-top: 1.5em;
}

.footer_grids h3 {
	font-size: 25px;
	color: #eee;
	letter-spacing: 1px;
}

.footer_right p, .footer_right p a {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: .5em;
	color: #666;
}

.footer_middle ul li {
	display: inline-block;
}

.footer_middle ul li a {
	color: #ccc;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
}

.copyright p {
	color: rgb(255, 255, 255);
	letter-spacing: 1px;
	font-size: 16px;
}

.copyright p a {
	color: #888;
}

/*-- //footer --*/

/*-- services --*/

.services {
	background: #292929;;
}

.service-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #ffffff;
	line-height: 70px;
	position: relative;
}

.service-icon span.fa {
	font-size: 25px;
	color: #ead032;
	line-height: 70px;
}

.service-grid h4 {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 2px;
}

.service-grid p {
	color: rgb(248, 245, 245);
}

/*-- //services --*/

/*-- tarrifs --*/

.tarrifs-grid h4 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.tarrifs-grid h5 {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
}

/*-- //tarrifs --*/

/*--  call us --*/

.customer-call {
	background: #ead032;
}

.customer-call h2 {
	font-size: 55px;
	font-weight: 600;
	letter-spacing: 1px;
}

.customer-call h4 {
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 600;
}

.customer-call p {
	color: #555;
}

/*--  //call us --*/

/*--  stats --*/

.stats {
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	background: #292929;
}

.stats h4 {
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}

.stats p {}

.stats span.fa {
	font-size: 30px;
	color: #ead032;
}

/*--  //stats --*/

/*-- move top --*/

a.move-top span {
	color: #666;
	font-size: 25px;
}

/*-- //move top --*/

/*-- Responsive design --*/

@media(max-width:1080px) {
	h3.tittle.mob {
		font-size: 30px;
	}
	.customer-call h2 {
		font-size: 45px;
	}
	.about-grids h4 {
		font-size: 33px;
		line-height: 45px;
	}
	.about-grids h6 {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	.slider-info {
		width: 80%;
	}
	.w3pvt-logo h2, .w3pvt-logo h3 {
		font-size: 3em;
	}
	.tarrifs-grid h4 {
		font-size: 20px;
	}
	.stats h4 {
		font-size: 45px;
	}
	.footer_grids h3 {
		font-size: 21px;
	}
}

@media(max-width:768px) {
	#logo a {
		float: left;
		font-size: .7em;
	}
	.w3pvt-logo h2, .w3pvt-logo h3 {
		font-size: 2.6em;
	}
}

@media(max-width:736px) {
	.about-grids h4 {
		font-size: 30px;
		line-height: 35px;
	}
	h3.tittle.mob {
		font-size: 28px;
	}
	.about-grids h5 {
		font-size: 22px;
	}
	.banner-text {
		padding: 19vw 0 2vw;
	}
}

@media(max-width:600px) {
	.customer-call h2 {
		font-size: 40px;
	}
	.customer-call h4 {
		font-size: 20px;
	}
	.banner-text {
		padding: 22vw 0 2vw;
	}
}

@media(max-width:568px) {
	.about-grids h4 {
		font-size: 27px;
		letter-spacing: 1px;
		line-height: 25px;
	}
	.about-grids h6 {
		font-size: 15px;
	}
}

@media(max-width:480px) {
	h3.tittle.mob {
		font-size: 26px;
		letter-spacing: 1px;
	}
	.customer-call h2 {
		font-size: 35px;
	}
	.stats h4 {
		font-size: 40px;
	}
	.w3pvt-logo h2, .w3pvt-logo h3 {
		font-size: 2.2em;
		letter-spacing: 1px;
	}
	.banner-text {
		padding: 25vw 0 2vw;
	}
}

@media(max-width:415px) {
	.w3pvt-logo h2, .w3pvt-logo h3 {
		font-size: 2em;
		letter-spacing: 1px;
	}
	.about-grids h4 {
		font-size: 24px;
	}
	.service-grid h4 {
		font-size: 20px;
	}
	h3.tittle.mob {
		font-size: 22px;
		letter-spacing: 1px;
		line-height: 40px;
	}
	.banner-text {
		padding: 30vw 0 2vw;
	}
	.copyright p {
		font-size: 15px;
	}
}

@media(max-width:384px) {
	h3.tittle.mob {
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 38px;
	}
	.customer-call h2 {
		font-size: 30px;
	}
	.w3pvt-logo h2, .w3pvt-logo h3 {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	.about-grids h4 {
		font-size: 20px;
	}
	.about-grids h6 {
		font-size: 14px;
	}
	.stats h4 {
		font-size: 35px;
	}
	.stats span.fa {
		font-size: 25px;
	}
	.footer_grids h3 {
		font-size: 19px;
	}
	.footer_middle ul li a {
		font-size: 15px;
	}
	#logo a {
		font-size: .65em;
	}
	.toggle {
		padding: 3px 14px;
	}
	.tarrifs-grid h5 {
		font-size: 22px;
	}
}

@media(max-width:375px) {
	h3.tittle.mob {
		font-size: 19px;
		letter-spacing: 1px;
		line-height: 29px;
	}
	.customer-call h4 {
		font-size: 18px;
	}
}

@media(max-width:320px) {}

/*-- //Responsive design --*/