/*--------------------------- Color variations ----------------------*/
/** Generated by FG **/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');
</style>


::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cccccc;
 font-weight: 300;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
 opacity: 1;
 font-weight: 300;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
 opacity: 1;
 font-weight: 300;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
 font-weight: 300;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
 font-weight: 300;
}
body {
	color: #333;
	font-family: 'Lato', sans-serif;
		font-size: 15px;
	font-weight: 300;
	line-height: 1.5em;
	position: relative;
	background:#fff;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
select {
	display: block;
}
figure {
	margin: 0;
}
a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
iframe {
	border: 0;
}
a, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
	color: #777777;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	text-decoration: none;
	outline: 0;
}
.card-panel {
	margin: 0;
	padding: 60px;
}


.back-to-top {
    position: fixed;
    bottom: 70px;
    right: 25px;
    display: none;
}

.btn-light, .btn-light, .show > .btn-light.dropdown-toggle {
    background-color: #4A2E78;
    background-image: none;
    border-color: #4A2E78;
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
    background-color: #4A2E78;
    background-image: none;
    border-color: #4A2E78;
}
.btn-light:hover {
 background-color: #4A2E78;
    background-image: none;
    border-color: #4A2E78;	
}



.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
	font-size: 1em;
	line-height: inherit;
}
.gray-bg {
	background: #f9f9ff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	color: #222222;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 20px !important;
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #252525 !important;
	text-transform: none !important;
	text-align:left;
}
h1, .h1 {
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
		
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 14px;
	color: #222222;
}
td, th {
	border-radius: 0px;
}
/**



 * For modern browsers



/* structure de la page */


/* MENU  */

ul.main-menu {
    float: right;
	margin-top:45px;
}

.default-header nav .main-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.default-header nav .main-menu a {
	display: inline-block;
	color: #333;
	margin: 0 25px;
	text-transform: none;
	font-size: 18px !important;
	font-weight: normal;
	letter-spacing: 1px;
}
/* Underline From Center */

.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #ed6f49 !important;
	height: 2px !important;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}

.default-header nav .main-menu a:hover {
	color: #ed6f49;
}
.default-header nav .mobile-btn {
	display: none;
	font-size: 36px;
	color: rgba(255, 255, 255, 0.5);
}
 @media (max-width: 767px) {
....default-header .main-menu {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	_position: absolute;
	top: 40px;
	right: 0;
	background: #7c52e8;
	padding: 20px 10px;
}
.default-header .main-menu a {
	margin: 5px 20px !important;
	font-family:'Conv_PlusJakartaSans-Regular',Sans-Serif;
}
.default-header .mobile-btn {
	display: block !important;
	font-size: 36px !important;
	position: absolute;
	top: 0;
	right: 0;
}
}

/* MENU  END */



/************************/

/* header  */



.default-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.default-header .right-bar {
	position: relative;
}


.sticky-header {
	padding: 5px 0;
}
.is-sticky .sticky-header {
	background:#fcf5a8;
}

.header-social {
	margin-left: 20px;
	border-left: 1px solid #fff;
}
.header-social a {
	margin: 0 5px;
	padding: 0 5px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
}
.header-social a:hover {
	color: #f39c24;
}

/* header  END */

.top_hed_banner{
background: #fcf5a8;
max-width: 1140px;
    margin: 0 auto;
}
.logo {
margin:0px;	
}


.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #333333;
    border-radius: 50px;
}

.carousel-indicators .active {
    background-color: #ffa800;
}

.About_titel {
color:#ffa800;
font-size:25px;
font-weight:normal;
text-transform:uppercase;
padding:0;
margin:0 0 10px 0;	
}
p {
color:#333;
font-size:17px;
font-weight:normal;
text-transform:none;
padding:0;
margin:0 0 20px 0;
text-align:left;	
}

.coler1 {
color:#ffa800;
font-weight:bold;
display:table;	
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
	color:#333;
font-size:19px;
font-weight:normal;
}
.form-control {
height:45px;	
}
.btn {
	background:#ffa800;
	color:#fff;
	font-size:20px;
	cursor:pointer;
}
.btn:hover {
	background:#333;
	color:#fff;
	font-size:20px;
}






.message {
 color: #fff;
    font-size: 35px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 25px;
    text-align: left;
}
input, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #ECE1FF;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
	color:#333;
}
input:hover, textarea:hover {
	 background: #fff;
}
::-webkit-input-placeholder { /* Edge */
 color:#333;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#333;
}

::placeholder {
  color:#999;
}

.fobutton {
	background: #55DACA;
	 text-transform: uppercase;
	 font:15px;
}

.copy_footer {
background:#ffa800;
width:100%;
display:table;
}


.footer {
	color:#fff;
	 font-size:17px;
	 text-align:center;
	 padding-top:10px;
	 padding-bottom:10px;
}


div#myElem {
	color: #4caf50 !important;
    font-family: lato,sans-serif;
    font-size:18px!important;
}
.form-control {
    font-size: 17px !important;
}