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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {	
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a:hover {
    text-decoration: none;
}

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

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

::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);   
}

.header-area {
    background-image: url(images/01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: 136px;
    padding-top: 38px;
}

.header-area-inner {
    max-width: 1800px;
    margin: 0 auto;
    padding: 15px;
}

.header-area-inner2 {
    min-width: 100%;
    position: fixed;
    padding: 15px 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 99999999999999999999999999999999999999999!important;
}

.header-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-item a {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    width: 316px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #79C4F2;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-item a:hover {
    opacity: .8;
}

.header-item i {
    font-size: 30px;
    color: #000;
    cursor: pointer;
    display: none;
}

.header-item2 ul li {
    display: inline-block;
}

.header-item2 ul li a {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    display: block;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 44px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-item2 ul li:last-of-type a {
    color: #000;
    border: 4px solid #FFFFFF;
    width: 196px;
    text-align: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-item2 ul li a:hover {
    opacity: .8;
}

.header-item2 ul li:last-of-type a:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.header-area-inner2 .header-item2 ul li a {
    color: #fff;
}

.header-area-inner2 .header-item5 ul li a {
    color: #fff;
}

.header-item3 {
    margin-top: 170px;
}

.header-item3 h2 {
    font-weight: 700;
    font-size: 50px;
    color: #000000;
}

.header-item3 h2 span {
    font-weight: 300;
    font-size: 24px;
    display: block;
}

.dans-area {
    padding: 30px 0 10px;
}

.dans-area p {
    max-width: 1020px;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

/*=== get area start ===*/

.get-area {
    padding-bottom: 70px;
}

.owl-carousel {
    height: 675px;
    margin-bottom: -150px;
}

.get-item10 {
    background-image: url(images/50.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 675px;
}

.get-item11 {
    background-image: url(images/74.png);
}

.get-item12 {
    background-image: url(images/02.png);
}

.get-item {
    max-width: 376px;
    margin-left: auto;
    margin-right: 248px;
    transform: translateY(150px);
}

.get-item p {
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #000000;
    margin: 0 0 16px;
}

.get-item h6 {
    font-weight: 300;
    font-size: 24px;
    text-align: right;
    color: #000000;
    margin: 0;
    margin-top: -30px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    top: 60%;
    left: 40%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0px 10px;
    background: transparent;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius: 50%;
    border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.get-item2 {
    margin-top: 60px;
}

.get-item2 h2 {
    font-weight: 800;
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 60px;
}

.get-item2 p {
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
    color: #000000;
    margin: 0;
}

/*=== verites area start ===*/

.verites-area {
    background-image: url(images/04.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    padding-bottom: 260px;
}

.inner-container img {
    max-width: 60%;
    display: block;
    margin: 0 auto 40px;
}

.verites-area .row {
    margin: 0 -5px;
}

.verites-area .col-6 {
    padding: 0 5px;
}

.verites-item {
    background: #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 60px 20px;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 10px;
}

.verites-item h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.verites-item p {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

/*=== parte area start ===*/

.parte-area {
    background-image: url(images/06.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    padding-bottom: 90px;
    margin-top: -150px;
    overflow: hidden;
    z-index: 9999;
}

.parte-area .row {
    margin: 0 -80px;
}

.parte-area .col-lg-6 {
    padding: 0 80px;
}

.parte-area-inner {
    padding-left: 26px;
    padding-top: 40px;
}

.parte-item {
    background-image: url(images/07.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 520px;
    padding-top: 55px;
    padding-left: 36px;
    padding-right: 49px;
    position: relative;
    margin-bottom: 160px;
    z-index: 9;
}

.parte-item2 {
    background-image: url(images/08.png);
    margin-left: auto;
}

.parte-item3 {
    background-image: url(images/09.png);
}

.parte-item4 {
    background-image: url(images/10.png);
    margin-left: auto;
}

.parte-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 83px);
    border: 3px solid rgba(0, 0, 0, 0.63);
    top: -26px;
    left: -26px;
    background: transparent;
    z-index: -1;
}

.parte-item h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.parte-item p {
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    text-align: right;
    color: #000000;
    margin: 0;
}

.parte-item a {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    max-width: 256px;
    height: 53px;
    display: block;
    line-height: 53px;
    background: #FF798F;
    border-radius: 20px;
    margin: auto;
    transform: translateY(50%);
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.parte-item a:hover {
    opacity: .8;
}

/*=== make area start ===*/

.make-area {
    padding-bottom: 31px;
}

.make-item {
    margin-top: -240px;
    z-index: -11;
}

.make-item img {
    width: 100%;
    display: block;
}

.make-item2 {
    margin-top: -50px;
}

.make-item2 h2 {
    font-weight: 800;
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 65px;
}

.make-item2 p {
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
    color: #000000;
    margin: 0 0 41px;
}

.make-item2 a {
    font-weight: 800;
    font-size: 28px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
    max-width: 181px;
    height: 61px;
    background: #79F2A1;
    border-radius: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.make-item2 a:hover {
    opacity: .8;
}

/*=== cap area start ===*/

.cap-area-inner {
    background-image: url(images/12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    padding-left: calc((100% - 1650px) / 2);
    overflow: hidden;
    padding-right: 70px;
    padding-top: 50px;
    padding-bottom: 110px;
}

.inner-container2 h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin: 0 0 60px;
}

.cap-item {
    padding: 20px 30px;
}

.cap-item2 {
    padding-left: 55px;
}

.cap-item-inner {
    min-height: 380px;
}

.cap-item-inner img {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.cap-item-inner2 img {
    transform: translateY(-50px);
}

.cap-item > img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.cap-item p {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
}

.cap-item p span {
    display: block;
    margin-top: 30px;
}

/*=== project area start ===*/

.project-area {
    background-image: url(images/18.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    padding-top: 400px;
    margin-top: -350px;
    padding-bottom: 200px;
}

.inner-container3 {
    padding-left: 65px;
    margin-bottom: 30px;
}

.inner-container3 img {
    max-width: 100%;
    display: block;
}

.project-item h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin: 0 0 35px;
}

.project-item p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0 0 35px;
}

.project-area-inner .row {
    margin: 0 -5px;
}

.project-area-inner .col-md-6 {
    padding: 0 5px;
}

.project-item2 {
    display: flex;
    margin-bottom: 12px;
}

.project-item2-inner {
    flex: 0 0 171px;
    max-width: 171px;
}

.project-item2-inner > img {
    width: 100%;
    display: block;
}

.project-item2-inner2 {
    padding-left: 20px;
}

.project-item2-inner2 p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.project-item2-inner2 p span {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
}

.project-item5 {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}

.project-item5 h2 {
    flex: 0 0 171px;
    max-width: 171px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-item5 h2 img {
    max-width: 100%;
}

.project-item5 span {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    padding-left: 20px;
}

/*=== logo area start ===*/

.logo-area {
    background-image: url(images/27.png);
    background-repeat: no-repeat;
    background-size: 100% 20%;
    background-position: 0 100%;
    padding-bottom: 150px;
    margin-top: -150px;
}

.logo-item ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.logo-item ul li a {
    margin-bottom: 30px;
    display: block;
}

.logo-item ul li a img {
    max-width: 60%;
}

.logo-item ul li:nth-of-type(1) {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: left;
}

.logo-item ul li:nth-of-type(2) {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}

.logo-item ul li:nth-of-type(3) {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
}

.logo-item ul li:nth-of-type(4) {
    flex: 0 0 20%;
    max-width: 20%;
}

.logo-item ul li:nth-of-type(5) {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}

.logo-item ul li:nth-of-type(6) {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    transform: translateY(90%);
}

.logo-item ul li:nth-of-type(7) {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}

.logo-item ul li:nth-of-type(8) {
    flex: 0 0 20%;
    max-width: 20%;
    transform: translateY(-70%);
}

.logo-item ul li:nth-of-type(9) {
    flex: 0 0 20%;
    max-width: 20%;
}

.logo-item ul li:nth-of-type(10) {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    transform: translateY(-90%);
}

.logo-item ul li:nth-of-type(11) {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}

.logo-item ul li:nth-of-type(12) {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    transform: translateY(-30%);
}

.logo-item ul li:nth-of-type(13) {
    flex: 0 0 20%;
    max-width: 20%;
    transform: translateY(-50%);
}

.logo-item ul li:nth-of-type(14) {
    flex: 0 0 20%;
    max-width: 20%;
}

.logo-item ul li:nth-of-type(15) {
    flex: 0 0 20%;
    max-width: 20%;
    transform: translateY(-40%);
}

.logo-item ul li:nth-of-type(16) {
    flex: 0 0 20%;
    max-width: 20%;
}

.logo-item ul li:nth-of-type(17) {
    flex: 0 0 20%;
    max-width: 20%;
}

.logo-item ul li:nth-of-type(18) {
    flex: 0 0 20%;
    max-width: 20%;
    transform: translateY(-40%);
}

.logo-item ul li:nth-of-type(19) {
    flex: 0 0 15%;
    max-width: 15%;
    margin-left: 10%;
    transform: translateY(-30%);
}

.logo-item ul li:nth-of-type(20) {
    flex: 0 0 15%;
    max-width: 15%;
    transform: translateY(60%);
}

.logo-item ul li:nth-of-type(21) {
    flex: 0 0 15%;
    max-width: 15%;
}

/*=== footer area start ===*/

.footer-area {
    padding: 35px 0 30px;
}

.footer-area .container {
    max-width: 1790px;
}

.footer-item {
    margin-bottom: 25px;
}

.footer-item2 > a {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 162px;
    height: 42px;
    background: #79C4F2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item2 > a:hover {
    opacity: .8;
}

.footer-item p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.footer-item a img {
    max-width: 194px;
    display: block;
    margin: 17px auto 0;
}

.footer-item h2 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

/*=== page 2 start ===*/

.header-area2 {
    background-image: url(images/51.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-top: 38px;
    padding-bottom: 136px;
    overflow: hidden;
}

.header-area-inner2 {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-item4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-item4 a {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    width: 316px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #79C4F2;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-item4 a:hover {
    opacity: .8;
}

.header-item4 i {
    font-size: 30px;
    color: #000;
    cursor: pointer;
    display: none;
}

.header-item5 ul li {
    display: inline-block;
}

.header-item5 ul li a {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    height: 69px;
    display: block;
    text-align: center;
    margin-left: 44px;
    z-index: 9999999;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-item5 > ul > li:last-of-type a {
    color: #000;
    border: 4px solid #FFFFFF;
    width: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-item5 ul li a:hover {
    opacity: .8;
}

.header-item5 > ul > li:last-of-type a:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.header-item5 > ul li {
    position: relative;
    z-index: 999999;
}

.header-item5 > ul li > ul {
    position: absolute;
    width: 250px!important;
    top: 90%;
    right: 0;
    z-index: 99999999;
    display: none;
}

.header-item5 > ul li > ul::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border: 4px solid #FFFFFF;
    width: 297px;
    height: 190px;
    top: -60px;
    right: -32px;
    z-index: -999999;
    display: none;
}

.header-item5 > ul li:nth-of-type(2) ul::after {
    width: 370px;
}

.header-item5 > ul li:nth-of-type(2) ul {
    width: 370px!important;
}

.header-item5 > ul li:nth-of-type(3) ul::after {
    height: 230px;
}

.header-item5 > ul li > ul li {
    display: block;
}

.header-item5 > ul li ul li a {
    text-align: right;
    font-weight: 300;
    margin: 0;
    height: 100%;
    margin-bottom: 15px;
}

.header-area-inner2 .header-item5 > ul > li > ul a {
    color: #000;
    height: 100%;
    margin-bottom: 12px;
    text-align: right;
    justify-content: flex-end;
}

.header-item5 > ul li:hover > ul {
    display: block;
    z-index: -1;
}

.header-item5 > ul li:hover > ul::after {
    display: block;
}

.for-click-menu {
    display: none;
    position: relative;
}

.header-item6 {
    margin-top: 170px;
}

.header-item6 h2 {
    font-weight: 700;
    font-size: 50px;
    color: #000000;
}

.header-item6 h2 span {
    font-weight: 300;
    font-size: 24px;
    display: block;
}

.dans-area2 {
    padding: 30px 0 10px;
}

.dans-area2 p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

/*=== virtuel area start ===*/

.virtuel-area-inner {
    background-image: url(images/52.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left bottom;
    padding-top: 100px;
    margin-top: -50px;
}

.virtuel-area-inner h2 {
    font-weight: 800;
    font-size: 72px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.virtuel-area-inner2 {
    background-image: url(images/55.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left bottom;
}

.virtuel-item img {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}

.virtuel-item h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin: 0 0 15px;
}

.virtuel-item p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.virtuel-item2 img {
    width: 100%;
    display: block;
}

.virtuel-item3 a {
    font-weight: 800;
    font-size: 23px;
    text-align: center;
    color: #FFFFFF;
    width: 249px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF798F;
    border-radius: 10px;
    margin: -20px auto 0;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.virtuel-item3 a:hover {
    opacity: .8;
}

/*=== profession area start ===*/

.profession-area {
    background-image: url(images/56.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    padding: 250px 0 200px;
    margin-top: -150px;
}

.profession-item {
    max-width: 807px;
    margin-left: auto;
}

.profession-item img {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
}

.profession-item h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin: 0 0 15px;
}

.profession-item p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0;
    max-width: 618px;
    margin-left: auto;
}

/*=== talent area start ===*/

.talent-area {
    background-image: url(images/58.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    padding: 80px 0;
}

.talent-area-inner h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin: 0;
}

.talent-item {
    margin-top: -50px;
}

.talent-item img {
    max-width: 100%;
    display: block;
}

.talent-item p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

/*=== profite area start ===*/

.profite-area-inner {
    background-image: url(images/62.png);
    background-repeat: no-repeat;
    background-size: 60% 100%;
    background-position: right top;
    padding: 200px 0 90px;
    margin-top: -150px;
}

.profite-item h6 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin: 0 0 15px;
}

.profite-item h3 {
    font-weight: 800;
    font-size: 72px;
    color: #000000;
    margin: 0;
}

.profite-item2 img {
    max-width: 60%;
    display: block;
    margin-bottom: 25px;
}

.profite-item2 p {
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
    color: #000000;
    margin: 0;
}

.profite-item2 p span {
    display: block;
    margin-top: 25px;
}

.profite-item2 a {
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    width: 218px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BC80FC;
    border-radius: 20px;
    margin-left: auto;
    margin-top: 10px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.profite-item2 a:hover {
    opacity: .8;
}

/*=== progress area start ===*/

.progress-area {
    background-image: url(images/65.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    padding: 70px 0 70px;
}

.progress-area-inner img {
    max-width: 80%;
    display: block;
    margin: auto;
}

.progress-item {
    margin-top: 120px;
    max-width: 510px;
    margin-left: auto;
}

.progress-item h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin: 0 0 25px;
}

.progress-item p {
    font-weight: 300;
    font-size: 18px;
    text-align: right;
    color: #000000;
    margin: 0 0 50px;
    max-width: 436px;
    margin-left: auto;
}

.progress-item a {
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    width: 347px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #79F2A1;
    border-radius: 20px;
    margin-left: auto;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.progress-item a:hover {
    opacity: .8;
}

/*=== ressource area start ===*/

.ressource-area {
    background-image: url(images/66.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    padding-top: 100px;
}

.ressource-item h2 {
    font-weight: 800;
    font-size: 72px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

/*=== guide area start ===*/

.guide-area {
    background-image: url(images/67.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    padding-top: 230px;
    padding-bottom: 160px;
    margin-top: -170px;
}

.guide-area-inner {
    margin-top: 20px;
}

.guide-area-inner2 {
    background-image: url(images/73.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
}

.guide-area-inner p {
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
    color: #000000;
    margin: 0 0 40px;
}

.guide-area-inner img {
    max-width: 100%;
    display: block;
    margin: 0 auto 25px;
}

.guide-item {
    margin-bottom: 30px;
}

.guide-item img {
    max-width: 100%;
}

.guide-item h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin: 0 0 25px;
}

.guide-item p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0 0 25px;
}

.guide-item a {
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    width: 218px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BC80FC;
    border-radius: 20px;
    margin: 10px auto 0;    
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.guide-item a:hover {
    opacity: .8;
}

.guide-item2 {
    margin-bottom: 30px;
}

.guide-item2 h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin: 0 0 25px;
}

.guide-item2 p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.guide-item3 {
    border: 2px solid #000000;
    margin-bottom: 30px;
}

.guide-item3-inner {
    transform: translate(20px, 20px);
}

.guide-area-inner h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #000000;
    margin: 0 0 45px;
}

.guide-item4 .row {
    margin: 0 -18px;    
}

.guide-item4 .col-md-6 {
    padding: 0 18px;
}

.guide-item4-inner {
    border: 2px solid #000000;
    margin-bottom: 30px;
}

.guide-item4-inner2 {
    transform: translate(13px, 13px);
}

.guide-item5 {
    margin-top: 90px;
}

.guide-item5 img {
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}

.guide-item5 p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0 0 25px;
}

.guide-item5 ul {
    padding-left: 38px;
    max-width: 1086px;
}

.guide-item5 ul li {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    position: relative;
}

.guide-item5 ul li::after {
    content: '';
    position: absolute;
    top: 17px;
    left: -22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000000;
}

.guide-item5 ul li span {
    color: #1E6D9D;
}

/*=== nous area start ===*/

.nous-area {
/*    margin-top: -60px; */
    margin-top: 90px;
    padding-bottom: 20px;
}

.nous-item h2 {
    font-weight: 800;
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 40px;
}

.nous-item h3 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 50px;
}

.nous-item h3 img {
    max-width: 80%;
    margin: 0 20px;
    margin-bottom: -35px;
}

.nous-item p {
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
    color: #000000;
    margin: 0 0 50px;
}

.nous-item a {
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    width: 240px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #79F2A1;
    border-radius: 20px;
    margin: auto;        
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.nous-item a:hover {
    opacity: .8;
}

/*=== footer area2 start ===*/

.footer-area2 {
    padding: 35px 0 30px;
}

.footer-area2 .container {
    max-width: 1790px;
}

.footer-item3 {
    margin-bottom: 25px;
}

.footer-item2 > a {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 162px;
    height: 42px;
    background: #79C4F2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.footer-item2 > a:hover {
    opacity: .8;
}

.footer-item3 p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.footer-item3 a img {
    max-width: 194px;
    display: block;
    margin: 17px auto 0;
}

.footer-item3 h2 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.Connecte_toi_Ress {
    color: #fff !important;
}