.presentation_sec .p_box.big a.pic_sec{
	background-image: url(images/hd-background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 70%;
}

.presentation_sec .p_box a.pic_sec{
	overflow: hidden;
}

.presentation_sec .p_box a.pic_sec .box_pic{
	transition: .5s;
	transform: scale(1.1,1.1);
}

.presentation_sec .p_box a.pic_sec:hover .box_pic{
	transform: scale(1,1);
	

}



.InnerpageContent{
	padding-top: 120px;
	padding-bottom: 120px;
}

.bannersection{
	position: relative;
    background-size: cover;
    background-position: center center;
}


.banner-video {
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_sec .banner_pic{
	background: rgba(0, 0, 0, 0.5);
	z-index: 3;
}
.banner_sec ul.social_media, .banner_sec .presentation{
	z-index: 9;
}


.fixed_contact{
	text-decoration: none;
}

.banner_sec .presentation .presentation_box{
	text-decoration: none;
}

.nos_realisationsec a.r_box .btm_sec .city img{
	display: inline-block !important;
}



#SiteMap{
  margin: 0px;
  padding: 10px 20px;
  list-style: none !important;
  line-height: normal;
}

#SiteMap li{
  margin-left: 20px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  list-style: none;
  line-height: normal;
}

#SiteMap li a{
  font-weight: 600;
  padding:12px 5px;
  color: #000;
  position: relative;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

#SiteMap li a:hover{
  color: #666;
}

#SiteMap li:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 14px;
    content: "\f105";
    line-height: normal;
    background-color: transparent;
}

#SiteMap li a:hover{
    text-decoration: none;
    color: #666;
}



.contact_sec.innerpage {
    padding-top: 100px;
    padding-bottom: 115px;
}
.contact_sec.innerpage .box{
    padding: 20px;
}
.contact_sec.innerpage .box .icon{
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.contact_sec.innerpage .box .icon img{
    width: 100%;
}
.contact_sec.innerpage .box .txt{
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.contact_sec.innerpage .box .txt a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: .25s;
}
.contact_sec.innerpage .box .txt a:hover{
    color: #aa2c2d;
}
.contact_sec.innerpage .box .txt a.phn{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.020rem;
    transition: .25s;
}
.contact_sec.innerpage .box .txt a.phn:hover{
    color: #aa2c2d;
}


.map_sec{
    padding-bottom: 50px;
    margin-bottom: 60px;
}
.map_sec .container{
    position: relative;
    height: 490px;
}
.map_sec .container iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 40px;
}

