#bd{
    background-image: url("../images/Background\ Illustrations@2x.png");
    background-repeat: repeat-y;
    background-size: auto; 
}

.bg-ban{
background: #2980B9; 
background: -webkit-linear-gradient(to right, #f7f9fa, #f2f5f7,#fafcfd);  
background: linear-gradient(to right, #f7f9fa, #f2f5f7,#fafcfd); 
}


.Prefooter{
    background: #10589b;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #104a80, #10589b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #104a80, #10589b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.headerHome{
    clip-path: ellipse(100% 100% at top);
}

main{
    clip-path: ellipse(100% 100% at bottom);
}

aside{
    clip-path: ellipse(100% 100% at top);
}

section{
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
}

.SupportContactForm{
    position: relative;
    background-image: url("../images/pexels-tranmautritam-326501.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

.SupportContactForm .ContactFORM{
    position:relative;
    z-index: 3;
}

.ContactBackground{
	/* opacity: 0.5;  */
	position: absolute; 
    background-image: url("../images/pexels-tranmautritam-326501.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: scroll; */
	top: 0; 
	left: 0;
    width: 100%;
    height: 100%;
	z-index: -2;
}

.MasqueContactBackground{
	/* opacity: 0.5;  */
	position: absolute; 
    background-color: rgb(70, 76, 87);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
	top: 0; 
	left: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
    opacity: 0.7;
}


.ServiceRightTranslate{
    transform: perspective(200px) rotateY(-5deg);
}


.ServiceLeftTranslate{
    transform: perspective(200px) rotateY(5deg);
}


.Copyright{
    background-color: #0b3053;
}