/*base-color orange : #f45600 
  base-color green : #45a78e
  base-color blue : #0891b5
*/

html {
	overflow: auto;
}

body {
	font-family: 'Roboto', sans-serif;
	transition: all 0.5s;
}

p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #6a6a6a;
	line-height: 25px;
	padding-left: inherit;
}

a {
	text-decoration: none !important;
	color: #ff6801;
}

a:hover {
	color: #ffa467;
}

.section-heading {
	margin-bottom: 40px;
}

.section-heading span {
	color: #ff6801;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.5px;
	display: inline-block;
	margin-top: 0px;
}

s .section-heading h2 {
	color: #1e1e1e;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.section-heading p {
	font-size: 15px;
}

#preloader {
	overflow: hidden;
	background: linear-gradient(145deg, black 0%, #d4d4d4 100%);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 9999999;
	color: #fff;
}

#preloader .jumper {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	margin: auto;
	width: 50px;
	height: 50px;
}

#preloader .jumper>div {
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	width: 50px;
	height: 50px;
	-webkit-animation: jumper 1s 0s linear infinite;
	animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
	-webkit-animation-delay: 0.33333s;
	animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
	-webkit-animation-delay: 0.66666s;
	animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* Header Style */
header {
	position: fixed;
	z-index: 99999;
	width: 100%;
	background-color: #191919;
	height: 90px;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.background-header {
	background-color: black !important;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.background-header .navbar-brand h2 {
	color: #1e1e1e !important;
}

.background-header .navbar .navbar-toggler-icon:after {
	color: #939598 !important;
}

.background-header .navbar-nav a.nav-link {
	color: #fff !important;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #ff6801 !important;
}

.navbar .navbar-brand {
	float: left;
	margin-top: -30px;
	outline: none;
}

.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 800;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}

#navbarResponsive {
	z-index: 999;
}

.navbar-collapse {
	text-align: center;
}

.navbar .navbar-nav .nav-item {
	margin: 0px 3px;
}

.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #ff6801;
}

.navbar .navbar-toggler-icon {
	background-image: none;
}

.navbar .navbar-toggler {
	height: 55px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	left: 0px;
	top: 23px;
}

.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: white;
	font-size: 35px;
	line-height: 26px;
	font-family: 'FontAwesome';
}

.image-logo {
	width: 320px;
	height: 110px;
}

.link-logo {
	padding-top: 13px;
}

/* Banner Style */
.banner {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 210px 0px;
	background-image: url(../images/banner.jpg);
	background-position: center center;
}

.banner .caption {
	text-align: center;
}

.banner .caption h2 {
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

.banner #containt-main-paragraf fieldset {
	display: inline-block;
}

.banner #containt-main-paragraf {
	position: relative;
	color: whitesmoke;
	font-size: 1.6rem;
}

#containt-main-paragraf ul {
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline-block;
}

#containt-main-paragraf ul li {
	display: inline-block;
	margin-right: 30px;
}

#containt-main-paragraf ul li:last-child {
	margin-right: 0px;
}

#containt-main-paragraf input[type=checkbox] {
	width: 18px;
	min-width: 18px;
	height: 18px;
	background-color: transparent;
	border: 1px solid #fff;
	outline: none;
	cursor: pointer;
}

#containt-main-paragraf span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-left: 8px;
}

#containt-main-paragraf em {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

#containt-main-paragraf ::-webkit-input-placeholder {
	/* Edge */
	color: #fff;
}

#containt-main-paragraf :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

#containt-main-paragraf ::placeholder {
	color: #fff;
}

.header-paragraf {
	text-align: center;
	padding: 30px 0px 0px 0px;
	font-size: 30px;
}

.header-paragraf-other {
	text-align: center;
	padding: 30px 0px 0px 0px;
	font-size: 30px;
	font-weight: 500;
}

/* Functional Buttons Style */

.functional-buttons ul {
	margin: 0;
	padding-left: 25px;
}

.functional-buttons ul li {
	display: inline-block;
	margin-left: 2px;
}

.functional-buttons ul li a {
	background-color: #ff6801;
	text-transform: uppercase;
	/*font-size: 13px;*/
	color: white;
	font-weight: bold;
	padding: 5px 5px;
	letter-spacing: 0.5px;
	transition: all 0.5s;
	display: inline-block;
	vertical-align: middle;
}

.functional-buttons ul li a span {
	font-size: 14px;
	vertical-align: middle;
}

.functional-buttons ul li a:hover {

	background-color: #ffa467;
}

/*.fas2{    
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	text-align: center;
} */

/* Services Style */
.services-section {
	margin-top: 140px;
	padding: 5px 5px 50px 5px;
}

.services-section .section-heading h2 {
	color: #1e1e1e;
}

.services-section .service-item {
	background-color: #f7f7f7;
	border-radius: 5px;
	padding: 50px 40px;
	text-align: center;
	margin-bottom: 30px;
}

.services-page .service-item {
	margin-bottom: 30px;
}

.services-section .service-item i {
	color: #fff;
	background-color: #5d5d5d;
	display: inline-block;
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	font-family: cursive;
}

.services-section .service-item h4 {
	margin-top: 35px;
	font-size: 19px;
	color: #1e1e1e;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.training {
	background-color: #e8e8e8;
	text-align: justify;
}

.training p {
	font-size: 20px;
}

.card2 {
	background-color: #efefef;
	min-height: 97px;
}

.icon-card2 {
	font-size: 35px;
	color: #ff6801;
}

.card3 {
	background-color: #efefef;
	min-height: 281px;

}

.icon-user {
	font-size: 40px;
}

.iconleft {
	text-align: center;
	height: 100%;
	width: 20%;
}

.title-card {
	color: #504d49;
	margin-left: 20%;
	height: 20%;
	width: 80%;
}

.paragraf-card {
	color: #504d49;
	margin-left: 20%;
	color: #6a6a6a;
	line-height: 25px;
	text-align: justify;
	font-size: 20px !important;
	height: 80%;
	width: 80%;
	padding-right: 10px;
}

.lable-title {
	font-weight: 400;
	font-size: 18px !important;
}

.mobile-style {
	font-size: 22px;
	color: #dc3545;
}

.title-main {
	margin-bottom: 40px;
	height: 60px;
}

/* Features Style */
.features-section {
	padding-top: 140px;
}

.features-section .section-heading {
	text-align: center;
}

.features-section .section-heading h2 {
	color: #4e4e4e;
}

.features-section .feature-item {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
}

.features-section .feature-item .icon {
	float: left;
	margin-top: 0px;
}

.features-section .feature-item .icon img {
	max-width: 80px;
	margin-right: 30px;
}

.features-section .feature-item h4 {
	font-size: 20px;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	font-weight: 700;
}

.features-section .feature-item p {
	margin-left: 40px;
}

.specific-features h4 {
	font-size: 18px !important;
	color: #383838 !important;
}

.specific-features ul {
	color: #383838 !important;
	padding-top: 15px !important;
}

.specific-features span {
	font-weight: bold;
	color: fff#000000 !important;
}

/* Footer Style */
footer {
	background-color: #191919;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0px 60px 0px;
}

footer .footer-heading h2 {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer p {
	color: #fff;
}

footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer ul li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #797b7d;
	letter-spacing: 0.5px;
}

footer ul li:last-child {
	margin-bottom: 0px;
}

footer ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	transition: all 0.3s;
}

footer ul li a:hover {
	color: #ffa467;
	opacity: 0.75;
}

footer .sub-footer {
	text-align: center;
	margin-top: 80px;
	border-top: 1px solid rgba(250, 250, 250, 0.30);
	padding-top: 60px;
}

footer .sub-footer a {
	color: #FFF;
}

.privacy {
	text-align: center;
	color: #797b7d;
}

.privacy a {
	color: #797b7d;
	font-weight: 200;
}

.privacy a:hover {
	color: #ffa467;
}

/* About Us Page Style */
.about-us {
	padding: 140px 0px;
	background-color: #f7f7f7;
}

.about-us .left-image {
	margin-right: 30px;
}

.about-us .right-content {
	margin-left: 30px;
}

.about-us .left-image img {
	max-width: 100%;
	overflow: hidden;
}

.about-us .section-heading h2 {
	color: #1e1e1e;
}

.about-us .section-heading {
	margin-bottom: 40px;
	border-bottom: 3px solid #eee;
	padding-bottom: 40px;
}

.paragraph-text {
	font-size: 18px;
	margin-bottom: 40px;
	text-align: justify;
}

.title-paragraph-text {
	margin-bottom: 20px;
}

#back2Top {
	width: 41px;
	line-height: 41px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	position: fixed;
	bottom: 50px;
	right: 30px;
	background-color: #ff6801;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	opacity: 0.7;
	border-radius: 5px;

}

#back2Top:hover {
	background-color: #ffa467;
	color: rgb(255, 255, 255);
}

/* Responsive Style */
@media (max-width: 1200px) {

	.banner #containt-main-paragraf input.main-button {
		position: absolute;
		top: 75px;
		left: 50%;
		transform: translateX(-50%);
	}

	.banner #containt-main-paragraf input.searchText {
		float: none;
		width: 100%;

	}

	#containt-main-paragraf ul {
		text-align: center;
		margin-top: 80px;
	}

	#containt-main-paragraf ul li {
		display: inline-block;
		margin-bottom: 15px;
		margin-right: 15px;
	}

	#containt-main-paragraf ul li fieldset label {
		font-size: 12px;
		margin-left: 5px;
	}

	#containt-main-paragraf ul li fieldset label em {
		font-size: 13px;
	}

	.contact-us .right-content ul li {
		text-align: center;
		width: 100%;
	}

	.contact-us .right-content ul li i {
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}

	.functional-buttons ul li a {
		background-color: #ff6801;
	}

	.paragraph-text {
		padding: 20px;
	}

}

@media (max-width: 991px) {

	.navbar .navbar-brand {
		position: absolute;
		left: 55px;
	}

	.image-logo {
		width: 250px;
		height: 80px;
		padding-left: 15px;
	}

	.link-logo {
		padding-top: 1px;
	}

	.functional-buttons {
		position: absolute;
		right: -15px;
		top: 33px;
		transform: translate(-50%);
		/*font-size:10px;*/
	}

	.banner #containt-main-paragraf fieldset button {
		margin-top: 0px;
	}

	.banner #containt-main-paragraf fieldset input {
		width: 100%;
		min-width: 280px;
		margin-bottom: 30px;
	}

	.navbar .navbar-brand {
		width: auto;
	}

	.navbar:after {
		display: none;
	}

	#navbarResponsive {
		z-index: 99999;
		position: absolute;
		top: 88px;
		left: 0;
		width: 100%;
		text-align: center;
		background-color: #fff;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	}

	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}

	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}

	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #ff6801 !important;
	}

	.navbar .navbar-nav .active>.nav-link {
		color: #ff6801 !important;
	}

	.about-us .left-image {
		margin-bottom: 30px;
		margin-right: 0px;
	}

	.about-us .right-content {
		margin-left: 0px;
	}

	.image {
		text-align: center;
	}

	.functional-buttons ul li a {
		min-width: 34px;
		font-size: 13px;
	}
}

@media (max-width: 767px) {

	.image-logo {
		width: 220px;
		height: 80px;
		padding-left: 20px;
	}

	.banner #containt-main-paragraf {
		position: relative;
		color: white;
		font-size: 1.5rem;
	}

	.header-paragraf {
		height: calc(var(--vh, 1vh) * 66);
		overflow: auto;
	}

	.features-section {
		/*margin-top: 200px;*/
		padding-top: 70px;
	}

	#users {
		padding-top: 0px !important;
	}

	.footer-item {
		margin-bottom: 60px;
	}

	footer .sub-footer {
		margin-top: 20px;
	}
}