/*
========================
Header area start
========================
*/


@import url('https://fonts.googleapis.com/css2?family=Peddana&family=Rosario:wght@300;400;500;600;700&display=swap');


    /*

    font-family: 'Peddana', serif;

    font-family: 'Rosario', sans-serif;

    */

body {	
    font-family: 'verdana', serif;
    font-size: 1rem;
	line-height: 1rem;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}
h1, h2{
    color: #fff;
	font-size: 1,7rem;
    font-weight: 800;
}

a:hover {
    text-decoration: none;
}

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

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}


/*menu-area start*/
.menu-area {
    background: #0B0A09;
}

.menu-part a img {
    width: 230px;
}

/*banner-area start*/
.banner-area {
    background: #181713;
}

.banner-wrap {
    background-image: url(images/bannerimg.png);
    background-repeat: no-repeat;
    background-position: right center;
	width: auto;
	max-width: 100%;
    background-size: contain;
	text-shadow: 0px 0px 5px black;
	height: 300px;

}

.banr-left {
	padding-top: 3rem;

}

.banr-left h2 {
    font-size: 1,7rem;
    color: #fff;
    line-height: 32px;

	
}

.banr-left p {
    font-family: 'verdana', sans-serif;
    font-size: 1,2rem!important;
    color: #fff;
    font-weight: 400;
}

.banbtm-area {
    background: #F5EEEE;
    padding: 20px 0 0px;
    margin-bottom: 80px;
}

.banbtm-wrap {
    background: url(images/banbtmbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right center;
    padding: 15px 0 20px;
	color: white;
    text-align: center;
}

.bntm-part1 {
    background: #181713;
    padding: 45px 20px 5px;
    border-radius: 14px;
    margin: 0 1,7;
    min-height: 208px;
    position: relative;
	height: 100px;
    width: auto;
}
}

.bntm-part3 {
    background: #181713;
    padding: 45px 20px 5px;
    border-radius: 14px;
    margin: 0 1,7;
    min-height: 208px;
}

.bntm-part1 .btmimg {
    width: 120px;
    height: 120px;
    background: #FFB200;
    border-radius: 50%;    
    text-align: center;
    line-height: 120px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.bntm-part1 .btmimg img {
    width: 50px;
}

.bntm-part1 h6 {
    font-size: 24px;
    color: #fff;
    line-height: 1,7;
    text-align: center;
    padding-bottom: 0px;
}

.bntm-part3 h6 {
    font-size: 36px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding-bottom: 0px;
}

.bntm-part1 p {
    font-family: 'verdana', sans-serif;
    font-size: 1rem;
    color: #fff;
    padding-top: 30px;
    margin: 0;
}

.bntm-part3 p {
    font-family: 'verdana', sans-serif;
    font-size: 1rem;
    color: #fff;
    padding-top: 5px;
    margin: 0;
}

/*fluc-area start*/
.fluc-area {
    background: #F5EEEE;
    padding: 0px 0 20px;
    margin-bottom: 80px;
}

.fluc-wrap {
    background: url(images/flucbg.png);
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: top center;
    padding-top: 25px;
}

.fluc-right h2 {
    font-size: 1,7rem;
    color: #000000;
    font-weight: normal;
    line-height: 50px;
}

.fluc-right h6 {
    font-size: 1rem;
    line-height: 39px;
    color: #000000;
    margin: 0;
}

.fluc-right p {
    font-family: 'verdana', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    color: #000000;
    margin: 0;
    padding-bottom: 13px;
}

/*map-area start*/
.map-wrap {
    background: url(images/mapbg.png);
    background-repeat: no-repeat;
    background-size: 90% 61%;
    background-position: top right;
    padding-top: 35px;
    z-index: -999999999;    
}

.map-area {
    background: linear-gradient(#F5EEEE 60%, #181713 10%);    
    padding-bottom: 10px;
    margin-bottom: 80px;
    z-index: 9999999999;
}

.map-part h2 {
    font-size: 1,7rem;
    line-height: 37px;
    color: #000000;
    text-transform: capitalize;
}

/*map-area end*/


/*fact-area start*/
.fact-area {
	height: fit-content;
    background: #F5EEEE;
    margin-bottom: 80px;
}

.fact-wrap {
    background: url(images/factbg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 75% 100%;
    padding: 30px 0 0;
}

.fact-inner {
    background: url(images/factbg2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 92% 20%;
    padding-bottom: 20px;    
}

.fact-left h2 {
    font-size: 1,7rem;
    line-height: 32px;
    text-transform: capitalize;
    color: #000000;
}

.fact-left h6 {
    font-size: 1rem;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}

.fact-left p {
    font-family: 'verdana', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    color: #000000;
    margin: 0;
    padding-bottom: 15px;
}

/*glass-area start*/
.glass-area {
    background: #F5EEEE;
}

.glass-wrap {
    background: url(images/glassbg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80% 100%;
    padding: 30px 0 60px;
}

.glass-left {
    background: #181713;
    position: relative;
	padding-top: 2rem;
	padding-right: 4rem;
    padding-left: 2rem;


}

.glass-left p {
    font-size: 1rem;
    line-height: 35px;
    color: #fff;
    letter-spacing: 0.025em;
	padding-left: 2rem;
	padding-right: 7rem;
	padding-bottom: 2rem;
	text-align: center;
}

.glass-left img {
    position: absolute;
    top: 50px;
    right: -25%;
	width: 100%;
    max-width: 350px;
    height: auto;
}

/*footer-area start*/
.footer-area {
    background: #0B0A09;
    padding: 30px 0;
}

.footer-part a {
    border: 1px solid #fff;
    padding: 7px 15px;
}

.footer-part a img {
    width: 150px;    
}

.footer-right ul li {
    padding: 10px 0;
}

.footer-right ul li a {
    font-family: 'verdana', sans-serif;
    font-size: 1rem;
    color: #C4C4C4;
}


/*2em-ads start*/
.ads-area {
	margin-right: -5rem;
    text-align: center;
	
}
.hero-text .lead {
    color: white;
}
h3.title {
	font-size: 2rem;
    color: #0074d9;
}
h2.title {
	font-size: 2rem;
    color: #0074d9;
}
.ads-title {
	text-align: left;
    padding-top: 6rem;
    padding-bottom: 5rem;
}
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/voiture-rouge.jpg");
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 5rem;
	padding-bottom: 5rem;
}
span.cretive-button-text {
    background-color: red;
    padding: 0.7rem;
}
.creative-button-inner {
    color: white;
    font-weight: 600;
    margin-top: 2rem;
}
@media (max-width: 767.98px) {
    .bntm-part1 h3,
    .bntm-part2 h3,
    .bntm-part3 h3 {
        color: #fff !important;
    }
}