/* ---------- CORE ---------- */

#coveredBackground_section {
    width: 100%;
    height: 900px;
    position: relative;
    overflow: hidden;
}

#coveredBackground_section img {
    width: 100%;
    height: 800px;
    display: none;
}

#coveredBackground_section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#coveredBackground_blackScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#coveredBackground_blackScreen>div {
    width: 1200px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#coveredBackground_blackScreen div h1 {
    font-family: serif;
    font-weight: bold;
    font-size: 70px;
    margin: 0;
}

#coveredBackground_blackScreen div h2 {
    font-size: 20px;
    font-family: serif;
    font-weight: bold;
}

#coveredBackground_blackScreen div h3 {
    font-size: 18px;
    font-family: sans-serif;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    width: 700px;
}

#coveredBackground_blackScreen div a {
    margin-top: 30px;
    background-color: rgb(110, 0, 0);
}

#coveredBackground_blackScreen div a:hover {
    margin-top: 30px;
    background-color: rgb(140, 0, 0);
}

/* ---------- ABOUT US ---------- */

#aboutUs_section {
    padding: 90px 0px;
}

#aboutUs_section>div {
    width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

/* Left Side */

#aboutUs_leftSide {
    width: 550px;
    position: relative;
}

#aboutUs_leftSide>div {
    width: 650px;
    height: 400px;
    background-color: rgb(130, 0, 0);
}

#aboutUs_leftSide>img {
    position: absolute;
    left: 20px;
    top: 20px;
    box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.5);
}

/* Right Side */

#aboutUs_rightSide {
    width: 550px;
}

#aboutUs_rightSide p {
    font-family: sans-serif;
    font-size: 15.5px;
    line-height: 25px;
    margin-top: -40px;
    color: rgb(40, 40, 40);
    text-align: justify;
}

#aboutUs_rightSide img {
    display: block;
    width: 225px;
    transform: rotate(-10deg);
    margin-top: 35px;
    margin-left: -10px;
}

#aboutUs_rightSide a {
    margin-top: 20px;
}

/* ---------- HOW WE CAN HELP YOU ---------- */

#howWeCanHelpYou_section {
    padding: 90px 0px;
    background-color: rgb(245, 245, 245);
    width: 100%;
}

#howWeCanHelpYou_section>div {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

#howWeCanHelpYou_itemsContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#howWeCanHelpYou_itemsContainer>div>div {
    width: 375px;
    height: 275px;
    border: 1px rgb(200, 200, 200) solid;
    background-color: rgb(250, 250, 250);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
}

#howWeCanHelpYou_itemsContainer>div>div:hover {
    border-color: rgb(115, 0, 0);
    transition: all 0.2s linear;
}

#howWeCanHelpYou_itemsContainer>div>div>h4 {
    font-size: 24px;
    font-family: serif;
    font-weight: normal;
    text-align: center;
    margin: 0;
    color: rgb(115, 0, 0);
}

.howWeCanHelpYou_item_icon {
    font-size: 40px;
    color: rgb(100, 0, 0);
}

#howWeCanHelpYou_itemsContainer>div>div>p {
    font-family: sans-serif;
    text-align: center;
    line-height: 24px;
    margin: 10px 0 0 0;
    font-size: 15.5px;
    color: rgb(40, 40, 40);
    width: 100%;
}

.item_separator {
    width: 80px;
    height: 1px;
    background-color: rgb(0, 0, 0);
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ---------- KICK ASS ---------- */

#kickAss_section {
    position: relative;
    /* background: url("/main/images/background/enoughBg9.jpg") no-repeat; */
    background: url("/main/images/background/marbleBackgroundCropped2.jpg") no-repeat;
    /*background-color: rgba(10, 10, 10, 1);*/
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
    background-position: center;
    background-size: cover;
    height: 350px;
    padding: 50px 0px 50px 0px;
    box-sizing: border-box;
}

#kickAss_leftBarSeparator {
    position: absolute;
    width: 50%;
    height: 8px;
    /*background-color: rgb(180,0,0);*/
    left: 0;
    top: 0;
}

#kickAss_rightBarSeparator {
    position: absolute;
    width: 50%;
    height: 8px;
    /*background-color: rgb(110,0,0);*/
    right: 0;
    top: 0;
}

#kickAss_contentContainer {
    width: 1200px;
    margin: auto;
    padding-right: 400px;
    box-sizing: border-box;
}

#kickAss_contentContainer h3 {
    margin: 0;
    font-size: 40px;
    font-family: serif;
    font-weight: bold;
    color: rgb(170, 0, 0);
}

#kickAss_contentContainer h4 {
    margin: 10px 0 25px 0;
    font-size: 20px;
    font-weight: bold;
    color: white;
    font-family: sans-serif;
}

#kickAss_contentContainer p {
    font-size: 16px;
    line-height: 25px;
    color: rgb(225, 225, 225);
    font-weight: normal;
    font-family: sans-serif;
}

#kickAss_contentContainer a {
    margin-top: 15px;
    background-color: rgb(130, 0, 0);
}

#kickAss_contentContainer a:hover {
    background-color: rgb(150, 0, 0);
}

/* ---------- WHY CHOOSE US ---------- */

#whyChooseUs_section {
    background-color: rgb(245, 245, 245);
}

/* Top Part */

#whyChooseUs_topPart {
    display: flex;
}

#whyChooseUs_topPartLeftPart {
    width: 50%;
    height: 575px;
    background-color: rgb(40, 40, 40);
    background: url("/main/images/background/autres52.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

#whyChooseUs_topPartRightPart {
    width: 50%;
    height: 575px;
    background-color: rgb(250, 250, 250);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 50px;
    box-sizing: border-box;
}

#testimonialsCaroussel_containerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#testimonialsCaroussel_container {
    width: 87%;
}

.fas {
    transition: all 0.2s;
}

.arrows:hover {
    border: 1px rgb(100, 0, 0) solid;
    transition: all 0.2s;
}

.arrows:hover .fas {
    color: rgb(100, 0, 0) !important;
    transition: all 0.2s;
}

.testimonialsCaroussel_item {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0);
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.testimonialsCaroussel_item p {
    width: 100%;
    text-align: center;
    padding: 0px 20px;
    color: rgb(100, 100, 100);
    font-size: 17px;
    font-family: serif;
    line-height: 25px;
    font-style: italic;
}

.testimonialsCaroussel_item h5 {
    font-size: 15px;
    margin: 0;
    font-family: serif;
    font-weight: bold;
}

.testimonialsCaroussel_item h6 {
    font-size: 13px;
    color: rgb(100, 100, 100);
    font-weight: normal;
    margin: 0;
    font-family: serif;
}

.reviewerImage {
    font-size: 40px;
    color: rgb(115, 0, 0);
    margin-bottom: 9px;
}

.singleQuoteImage {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: rgb(130, 0, 0);
}

/* Bottom Part */

#whyChooseUs_bottomPart {
    display: flex;
}

#whyChooseUs_bottomPart>div {
    width: 25%;
    /*min-height: 280px;*/
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 15px 0px;
}

#whyChooseUs_bottomPart>div>div:nth-child(2) {
    /*position: absolute;
	top: 0;
	left: 0;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 40px 0px 40px;
    transition: all ease-in 0.1s;
    width: 100%;
    box-sizing: border-box;
}

#whyChooseUs_bottomPart>div>div:nth-child(2):hover {
    transform: scale(1.03);
    transition: all ease-out 0.2s;
}

#whyChooseUs_bottomPart>div>div:nth-child(2)>h3 {
    font-size: 21px;
    margin-bottom: 15px;
}

#whyChooseUs_bottomPart>div>div:nth-child(2)>p {
    width: 100%;
    font-family: sans-serif;
    line-height: 24px;
    font-size: 15.5px;
    text-align: center;
}

#whyChooseUs_bottomPart>div:nth-child(1) {
    background: url("/main/images/background/business1.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(210, 210, 210, 0.9);
}

#whyChooseUs_bottomPart>div:nth-child(1) h3 {
    color: rgb(75, 75, 75);
}

#whyChooseUs_bottomPart>div:nth-child(1) p {
    color: rgb(95, 95, 95);
}

#whyChooseUs_bottomPart>div:nth-child(2) {
    background: url("/main/images/background/business2.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(130, 130, 130, 0.9);
}

#whyChooseUs_bottomPart>div:nth-child(2) h3 {
    color: rgb(220, 220, 220);
}

#whyChooseUs_bottomPart>div:nth-child(2) p {
    color: rgb(200, 200, 200);
}

#whyChooseUs_bottomPart>div:nth-child(3) {
    background: url("/main/images/background/business3.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(50, 50, 50, 0.9);
}

#whyChooseUs_bottomPart>div:nth-child(3) h3 {
    color: rgb(225, 225, 225);
}

#whyChooseUs_bottomPart>div:nth-child(3) p {
    color: rgb(205, 205, 205);
}

#whyChooseUs_bottomPart>div:nth-child(4) {
    background: url("/main/images/background/business4.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(70, 0, 0, 0.8);
}

#whyChooseUs_bottomPart>div:nth-child(4) h3 {
    color: rgb(230, 230, 230);
}

#whyChooseUs_bottomPart>div:nth-child(4) p {
    color: rgb(210, 210, 210);
}

/* ---------- OUR TEAM ---------- */

#ourTeam_section {
    padding: 90px 0px;
}

#ourTeam_section>div {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

#ourTeam_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#ourTeam_container>div:nth-child(1) {
    width: 48%;
    height: 350px;
}

#ourTeam_container>div:nth-child(1)>img {
    width: 100%;
    height: 100%;
}

#ourTeam_container>div:nth-child(2) {
    width: 48%;
    height: 400px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#ourTeam_container>div:nth-child(2)>h3 {
    font-size: 24px;
    margin-top: 0;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 30px;
}

#ourTeam_container>div:nth-child(2)>p {
    font-family: sans-serif;
    font-size: 15.5px;
    line-height: 25px;
    color: rgb(40, 40, 40);
    text-align: justify;
}

#ourTeam_container>div:nth-child(2)>.button {
    margin-top: 30px;
}
