@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html{
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}



:root { 
  --primary-font: 'Poppins', sans-serif;
  --secondry-font:'Montserrat', sans-serif; 
  --primary-color:#3c5bad;
  --secondry-color:#051441;
  --tertiary-color:#7f88a6;;
  --quaternary-color:#ff6c3a;
  --panta-color:#1aa9d4;
  --hexa-color:#8cd4e9; 
  --white-color:#fff; 

}

.font-20{ font-size: 20px;}
.font-15{ font-size: 15px;}
.font-18{ font-size: 18px;} 
.weight-300{ font-weight: 300;}
.weight-400{ font-weight: 400;}
.weight-600{ font-weight: 600;}
.weight-700{ font-weight: 700;}

.mt-30 {margin-top: 30px;}
.mb-0 {margin-bottom: 0;}
.mb-40{ margin-bottom: 40px;}

.color-white{color: var(--white-color);}
.color-secondry{color: var(--secondry-color);}

h5, h6{
  font-weight: 300;
}

h6{
  font-size: 14px;
  padding-top: 12px;
}

@keyframes caranimation {
  0% {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

.header-wrap{
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}


.header-absolute{
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
}

.sticky-logo-img {
  display: none;
}

.header-fixed {
  position: fixed !important; 
  background-color: var(--white-color);
  -webkit-box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
  box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
}

.header-fixed .main-logo-img {
  display: none;
}

.header-fixed .sticky-logo-img {
  display: block;
} 

.header-fixed  .menu>.nav-item.active .nav-link,
.header-fixed  .menu>.nav-item:hover .nav-link,
.header-fixed  .menu>.nav-item>.nav-link {
  color: var(--secondry-color);
}

.menu>.nav-item {
  position: relative;
  padding-bottom: 35px;
  padding-top: 35px;
}

.menu>.nav-item+.nav-item {
  margin-left: 45px;
}

.menu>.nav-item>.nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.menu>.nav-item.active .nav-link:before, .menu>.nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}

.menu>.nav-item.active .nav-link, .menu>.nav-item:hover .nav-link, .menu>.nav-item>.nav-link {
  color: #fff;
}

.menu>.nav-item>.nav-link {
  font: 500 15px "Poppins",sans-serif;
  padding: 0;
  -webkit-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  position: relative;
  line-height: 50px;
}

.banner-wrap{
  position: relative;
  z-index: 2;
}

.banner-con{ 
  position: relative;
  min-height: 480px;
  height: 100vh;
  background-image: -moz-linear-gradient(-86deg,#2f2f9c 0,#21d4fd 100%);
  background-image: -webkit-linear-gradient(-86deg,#2f2f9c 0,#21d4fd 100%);
  background-image: -ms-linear-gradient(-86deg,#2f2f9c 0%,#21d4fd 100%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.banner-con .shape {
  background-image: -moz-linear-gradient(-57deg,#7121ff 0,#21d4fd 100%);
  background-image: -webkit-linear-gradient( 
-57deg
,#7121ff 0,#21d4fd 100%);
  background-image: -ms-linear-gradient(-57deg,#7121ff 0%,#21d4fd 100%);
  position: absolute;
  right: 50%;
  top: -178px;
  width: 1095px;
  height: 602px;
  border-radius: 90px;
  -webkit-transform: rotate(
-38deg
);
  -ms-transform: rotate(-38deg);
  transform: rotate(
-38deg
);
  z-index: -1;
  opacity: .2;
}

.banner-con .shape.two {
  background-image: -moz-linear-gradient(-75deg,rgba(59,67,158, 0.58) 0,rgba(250,251,255, 0.36) 100%);
  background-image: -webkit-linear-gradient( 
-75deg
,rgba(59,67,158, 0.58) 0,rgba(250,251,255, 0.36) 100%);
  background-image: -ms-linear-gradient(-75deg,rgba(59,67,158, 0.58) 0%,rgba(250,251,255, 0.36) 100%);
  position: absolute;
  left: 40%;
  top: 380px;
  border-radius: 150px;
  width: 816px;
  height: 702px;
  opacity: .15;
  z-index: 1;
}

.svg-intro-bottom {
  position: absolute;
  width: 101%;
  height: 100%;
  z-index: -1;
  background-image:url("../images/shape_home9.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.animation-img-two {

  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  text-align: right;
}

.animation-img-two img {
  max-width: 90%;
  height: auto;
}

.payment-banner-content {
  max-width: 670px; 
  color: #fff;
}

.banner-heading{
  font-weight: 700;
  font-size: 50px;
}

.payment-banner-content p {
  line-height: 30px;
  font-size: 18px;
}

.mt-60 {
  margin-top: 60px;
}

.btn-trasnprent{
  background-color: transparent;
  box-shadow: none;
}

.btn-trasnprent:hover{
  color: var(--white-color);
}

.qeasy-wrap{
  z-index: 1;
  position: relative;
}

.services-wrap{
  z-index: 2;
  position: relative;
}
.iconbtn-wrap{
  z-index: 3;
  position: relative;
}

.payment-features-area {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.payment-features-area .bg-shape {
  position: absolute;
  background-color: #ffffff;
  width: 1100px;
  height: 1775px;
  display: block;
  border-radius: 120px;
  z-index: -1;
}

.payment-features-area .shape-one {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -669px;
  top: -80px;
}

.payment-features-area .shape-two {
  left: -669px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-43deg);
  top: 275px;
  width: 870px;
}

.payment-features-area .shape-three {
  bottom: -29%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -100px;
  width: 988px;
  height: 1022px;
}

.payment-features-area .payment-featured-img {
  margin-left: -190px;
}

.qeasy-con {
  /* overflow: hidden; */
}

.payment-features-area .payment-features-content {
  margin-top: -150px;
}

.pl-70 {
  padding-left: 70px;
}

.payment-features-content .icon {
  display: inline-block;
  position: relative;
  height: 100px;
  width: 100px;
  margin-bottom: 40px;
  z-index: 9;
  opacity: .8;
}

.payment-features-content .icon .icon-img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -23px;
  margin-left: -11px;
}

.payment-features-content h2 {
  font-weight: 700;
  font-size: 26px;
  color: #051441;
  margin-bottom: 15px;
}

.payment-features-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}

.ml-18 { 
  margin-left: 18px;
}

.payment-features-area .featured-item+.featured-item {
  margin-top: 100px;
}

.payment-features-area .payment-featured-img.img-two {
  margin-right: -190px;
  margin-left: 0;
}

.payment-features-area .payment-features-content {
  margin-top: -150px;
}

.services-con {
  background: url(../images/shape_two.png) no-repeat scroll center 0;
  background-size: cover;
  padding-top: 225px;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
  background-size: cover;
}

.payment-service-item {
  padding-right: 80px;
  margin-bottom: 75px;
}

.payment-service-item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  text-align: center;
  line-height: 55px;
  margin-right: 30px;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.call-action-area .action-content h2,
.payment-service-item h3 {
  margin-bottom: 15px;
}



.pay-icon {
  background: url(../images/icon_shape_two.png) no-repeat center 0;
  width: 110px;
  height: 103px;
  text-align: center;
  line-height: 95px;
  margin-bottom: 34px;
}



.iconbtn-con{ 
}

.payment-clients-area {
  background: #ffffff;
  padding: 250px 0 0 0;
  position: relative;
}

.payment-clients-area .clients-bg-shape-top {
  position: absolute;
  width: 100%;
  height: 85px;
  top: -82px;
  left: 0;
}

.payment-clients-area .clients-bg-shape-right {
  width: 1600px;
  height: 1253px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 59px 0 rgb(91 82 254 / 5%);
  box-shadow: 0 0 59px 0 rgb(91 82 254 / 5%);
  position: absolute;
  left: 64%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 150px;
  top: -375px;
}

.pr-70 {padding-right: 70px;}

.payment-clients-area .payment-clients-inner {
  position: relative;
  top: -500px;
}

.payment-clients-area .payment-clients-inner .clients-item {
  border-width: 5px;
  border-color: #f6f6fa;
  border-style: solid;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
  box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
  position: absolute;
  text-align: center;
}


.payment-clients-area .payment-clients-inner .clients-item img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.payment-clients-area .payment-clients-inner .clients-item.one {
  width: 120px;
  height: 120px;
  top: -550px;
}

.payment-clients-area .payment-clients-inner .clients-item.two {
  width: 180px;
  height: 180px;
  top: 150px;
  left: 160px;
}

.payment-clients-area .payment-clients-inner .clients-item.three {
  width: 128px;
  height: 128px;
  left: 245px;
  top: -400px;
}

.payment-clients-area .payment-clients-inner .clients-item.four {
  width: 142px;
  height: 142px;
  left: 450px;
  top: 0;
}

.payment-clients-area .payment-clients-inner .clients-item.five {
  width: 110px;
  height: 110px;
  left: 621px;
  top: -140px;
}

.payment-clients-area .payment-clients-inner .clients-item.six {
  width: 100px;
  height: 100px;
  left: 500px;
  top: -250px;
}

.payment-clients-area .payment-clients-inner .clients-item.seven {
  width: 80px;
  height: 80px;
  left: 300px;
  top: 120px;
}

.payment-clients-area .payment-clients-inner .clients-item.eight {
  width: 95px;
  height: 95px;
  left: 745px;
  top: -365px;
}

.payment-testimonial-area {
  background: #fafbff;
  padding-top: 150px;
}

.testimonial-content {
  padding-left: 80px;
  position: relative;
  margin-top: 100px;
  z-index: 2;
}

.testimonial-content .icon {
  font-size: 300px;
  color: #ebeff9;
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -52px;
  top: 0;
  font-family: "Poppins",sans-serif;
  height: 133px;
  line-height: 0;
}

.testimonial-content p {
  line-height: 34px;
  margin-bottom: 45px;
}
 
.testimonial-content .author-description {
  color: #6781a9;
  font-weight: 300;
  padding-top: 5px;
}

.payment-testimonial-area .testimonial-img {
  margin-bottom: -82px;
  position: relative;
  z-index: 1;
}

.infoArea-wrap{

}

.infoArea-con{

}

.payment-action-area {
  padding: 150px 0 145px;
  position: relative;
}

.payment-action-area .clients-bg-shape-bottom {
  position: absolute;
  width: 100%;
  height: 85px;
  top: 0;
  left: 0;
}

.payment-action-content{
  position: relative;
  top: 400px;
}

.payment-action-content .pay-icon {
  margin: 0 auto 50px;
}

.pay-icon {
  background: url(../images/icon_shape_two.png) no-repeat center 0;
  width: 110px;
  height: 103px;
  text-align: center;
  line-height: 95px;
  margin-bottom: 34px;
}

.payment-action-content h2 {
  font-size: 26px;
}

.payment-action-content p {
  line-height: 30px;
  font-size: 18px;
  margin: 25px 0 60px;
}

.btn-phone{
  font-size: 18px;
  line-height: 24px;
}

.nav-phone{
  margin-left: 5px !important;
}

#apropos{
  position: relative;
  top: -300px;
}

#mobilederniercri{
  position: relative;
  top: 150px;
}

#travaillonsensemble{
  position: relative;
  top: 150px;
}

/*************$i$*****main end here *******$i$**************/
/*************$i$*****footer start here *******$i$**************/

.new-footer-area {
  overflow: hidden;
  background-image: -moz-linear-gradient(0deg,rgba(37, 67, 151, 0.05) 0,rgba(9,168,181,0.13) 100%);
  background-image: -webkit-linear-gradient( 
0deg
,rgba(37, 67, 151, 0.05) 0,rgba(9,168,181,0.13) 100%);
  background-image: -ms-linear-gradient(0deg,rgba(37, 67, 151, 0.05) 0%,rgba(9,168,181,0.13) 100%);
  box-shadow: 3px 7px 30px 1px #00000026;
}



.new-footer-top {
  padding-top: 120px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
  position: relative;
}


.new-footer-top .footer-bg {
  background: url(../images/footer_bg.png) no-repeat scroll center 0 !important;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  width: 100%;
  height: 266px;
}
 
.new-footer-top .footer-bg .footer-bg-one {
  background: url(../images/car.png) no-repeat center center;
  width: 70px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: caranimation 22s linear infinite;
}

.new-footer-top .footer-bg .footer-bg-two {
  background: url(../images/bike.png) no-repeat center center;
  width: 50px;
  height: 52px;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: caranimation  30s linear infinite;
}

.new-footer-top p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #656f88;
  margin-bottom: 20px;
}

.footer-menu{}

.footer-menu .footer-heading{
  margin-bottom: 30px;
  color: #263b5e;
}

.footer-links{}

.footer-links ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links ul li{
  font-weight: 400;
  color: #282835;
  margin-bottom: 6px;
}


.footer-links ul li a {
color: #656f88;
padding-left: 0;
font: 300 16px/20px "Poppins",sans-serif;
color: #677294;
position: relative;
-webkit-transition: color .2s linear;
-o-transition: color .2s linear;
transition: color .2s linear;
display: inline-block;

}

.footer-links ul li a:hover {
  color: var(--primary-color);
}

.footer-bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: var(--tertiary-color);
  padding: 27px 0;
}

.footer-bottom p   {
  font-size: 16px;
  color: var(--tertiary-color);
  line-height: 28px;
  margin-bottom: 0;
}

.footer-bottom p a {
  text-decoration: none;
  color: var(--primary-color);
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.footer-bottom p a:hover {
  color: var(--primary-color);
}

.text-right {
    text-align: right!important;
}

/*   MULTISTEP FORM   */

.multistep-con{
  margin-top: 160px;
  padding: 30px 10% 0 10%;
  z-index: 10;
  position: relative;
}

.multistep-action-content .icon {
  margin-bottom: 20px;
}

.multistep-action-content p {
  font-size: 22px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}


#employer-post-new-job{
	padding-top: 30px;
}

.employer-post-new-job-container{
    max-width: 1200px;
    position: relative;
    margin: 0 auto; 
}


#employer-post-new-job .res-steps-container .res-steps {
    width: 12.5%;
    text-align: right;
    float: left;
    cursor: default;
}

#employer-post-new-job .res-steps-container .res-steps .res-step-bar {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    color: #88D229;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-top: 10px;
    text-align: center;
    color: #88D229;
    font-size: 17px;
    position: relative;
    z-index: 10;
	left: 2px;
	border: 2px solid rgba(255,255,255,0);
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-title {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    display: block
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
    height: 5px;
    background: #1a8dad;
    width: 100%;
    float: left;
    position: relative;
    margin-top: -17px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

#employer-post-new-job .res-steps-container .res-step-two .res-progress-bar, #employer-post-new-job .res-steps-container .res-step-three .res-progress-bar, #employer-post-new-job .res-steps-container .res-step-four .res-progress-bar ,  #employer-post-new-job .res-steps-container .res-step-five .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-six .res-progress-bar
#employer-post-new-job .res-steps-container .res-step-seven .res-progress-bar {
    width: 100%;
    margin-left: 0%
}

#employer-post-new-job .res-steps-container .res-step-eight .res-progress-bar {
    width: 100%;
    float: none;
}

#employer-post-new-job .res-step-form {
	position: absolute;
	width: 100%;
}

#employer-post-new-job .res-step-form h3 {
    margin: 10px 0;
    color: #0aa7e1;
    font-size: 18px
}

#employer-post-new-job .res-step-form .form-horizontal label {
    font-weight: normal
}

#employer-post-new-job .res-form-two, #employer-post-new-job .res-form-three, #employer-post-new-job .res-form-four, #employer-post-new-job .res-form-five  , #employer-post-new-job .res-form-six, #employer-post-new-job .res-form-seven, #employer-post-new-job .res-form-eight   {
    left: 150%
}

#employer-post-new-job .active .res-step-bar {
    background: #254497 !important;
    color: white !important;
	border: 2px solid white !important;
}

#employer-post-new-job .active .res-progress-title {
    color: #0aa7e1
}

#employer-post-new-job .active .res-step-bar {
    background: #254497!important;
    color: white !important;
}
#employer-post-new-job .active ~ .res-steps .res-progress-bar {
    background: #ececec;
}

body .res-btn-gray{
    background: none;
    border: none;
    text-align: center;
	color: #9a9a9a;
	display: block;
	margin: 0 auto;
}

.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid rgba(103,103,103,0);
  margin-bottom: 0;
  outline: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 1%;
  vertical-align: top;
  box-shadow: 6px 9px 30px 1px rgba(135,163,248,0.13);
}
.image-checkbox input[type="checkbox"] {
	display: none;
}
.image-checkbox input[type="radio"] {
	display: none;
}
.image-checkbox:hover .fa-times {
	visibility: visible;
}
.image-checkbox.image-checkbox-checked {
  border-color: #fff;
  background-image: -moz-linear-gradient(0deg,#254397 0,#09a8b5 100%);
  background-image: -webkit-linear-gradient(0deg,#254397 0,#09a8b5 100%);
}
.image-checkbox.image-checkbox-checked span{
    color: #fff!important;
}
.image-checkbox.image-checkbox-checked img{
    filter: brightness(0) invert(1)!important;
}
.image-checkbox.image-checkbox-checked .fa-check {
	visibility: visible;
}
.image-checkbox .fa {
   position: absolute;
   color: white;
   background-color: #000759;
   padding: 10px;
   visibility: hidden;
   border-radius: 50%;
}
.image-checkbox .fa.fa-check {
	top: 10px;
	right: 10px;
  display: none;
}
.image-checkbox .fa.fa-times {
	top: 0;
	left: 0;
}

.pu-img-devis {
	width: 230px;
    height: 190px;
}
.pu-button-devis{
 margin-top: 50px;
}

.pu-img-devis img{
    margin-top: 20px;
    height: 90px;
}

.pu-img-devis span {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    line-height: 20px;
    font-size: 18px;
    padding: 5px;
}

.pu-devis-checkbox-4 .pu-img-devis span{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 40px;
  font-size: 17px;
}

label.image-checkbox:hover {
    border: 2px solid #1a8dad;
    transition: .3s;
} 
 

.pu-devis-checkbox-5, .pu-devis-checkbox-6, .pu-devis-checkbox-7{
	height: 100px;
}



.pu-error{
	border: 2px solid red !important;
}

.res-form-five .form-control, .res-form-six .form-control, .res-form-seven .form-control{
  padding: 10px 14px;
  margin: 8px;
}

.res-form-five .form-horizontal, .res-form-six .form-horizontal, .res-form-seven .form-horizontal{
  max-width: 800px;
  margin: 0 auto;
}

.pu-expertise{
  position: relative;
  top: -7px;
  right: -5px;
}

.pu-reviews{
  box-shadow: 6px 9px 30px 1px rgba(51,164,180,0.07);
  border-radius: 20px;
  display: block;
  margin: 40px auto 70px auto;
}

.res-step-form-height {
  width: 100%;
  -moz-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
/*************$i$*****footer end here *******$i$**************/

.payment-clients-mob{
  display: none;
}

@media (max-width: 1700px){

  .animation-img-two img{
    max-width: 70%;
  }

}

@media (max-width: 1420px){

.payment-features-area .payment-featured-img {
  margin-left: -100px;
}


.payment-clients-area .payment-clients-inner { 
  top: -110%;
  left: -8%;
}

.payment-clients-area .payment-clients-inner .clients-item.eight{ 
  right: -15%;
  left: auto
}

.payment-clients-area .payment-clients-inner .clients-item.seven { 
  right: 0%; 
}

.payment-clients-area .payment-clients-inner .clients-item.three { 
  left: 56%;
}

.payment-clients-area .clients-bg-shape-right { 
  right: -73.5%;  
}

.text-center.pu-form-group-devis-box {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
}

.pu-img-devis {
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#employer-post-new-job .res-step-form .form-horizontal label { 
  width: 29.4%;
}
 
.pu-devis-checkbox-3 {
  height: auto;
}

.pu-img-devis span { 
  font-size: 15px;
  line-height: normal; 
}

}

@media (max-width: 1250px){

  .animation-img-two img{
    max-width: 65%;
    opacity: .7;
  } 

}

@media (max-width: 1198px){

  #navbarsExample01.justify-content-center{
    justify-content: flex-end !important;
  }


}


@media (min-width: 992px) AND (max-width: 1250px){

  .hide-1250{
    display: none;
  }

  .payment-features-area { 
    padding-top: 120px; 
}

}


@media (min-width: 991px) and (max-width: 1024px){
  .service-content{
    padding-left: 15%;
  }
}

@media (min-width: 768px) and (max-width: 1024px){ 

.infoArea-con {
  padding-bottom: 100px;
}


.payment-clients-desk,
.payment-clients-area .clients-bg-shape-right {
  display: none;
}

.payment-action-area {
  padding-top: 0 ; 
}

#travaillonsensemble { 
  top: 50px;
}

.payment-clients-area { 
  padding: 0; 
}

.services-con {
  background-position: center 0px !important;
  margin-bottom: 50px;
}



}


@media (max-width: 1199px){

  .animation-img-two {
    bottom: -9%;
}

.payment-clients-area .clients-bg-shape-right {
  width: 1000px;
}

.payment-features-area .payment-featured-img {
  margin-left: 0;
}

.payment-features-area .payment-featured-img img {
  max-width: 100%;
  height: auto;
}

.payment-features-area .payment-featured-img.img-two {
  margin-right: 0;
  margin-left: 0;
}

.payment-service-item {
  padding-right: 0; 
}

.services-con { 
  padding-bottom: 50px; 
}

.payment-clients-area .clients-bg-shape-right {
  right: -73.7%;
}

.iconbtn-con .container {
  position: relative;
}

.payment-clients-area .payment-clients-inner .clients-item.three {
  left: 34%;
}

.payment-clients-area .payment-clients-inner .clients-item.six {
  left: 70%;
}

.payment-clients-area .payment-clients-inner .clients-item.seven { 
  left: 80%; 
}

.payment-clients-area .payment-clients-inner .clients-item.four { 
  left: 76%; 
}

.menu>.nav-item+.nav-item {
  margin-left: 15px;
}

.payment-action-content { 
  top: 0;
}

.payment-clients-area .payment-clients-inner {
  top: 0; 
} 

#apropos { 
   top:0;  
}

.pu-form-group-devis{
  height: auto;
}
 


.payment-clients-mob{
  display: block;
}
 
}

@media (min-height: 1300px) AND (max-width: 1100px){ 
  .banner-con{
    height: 65vh;
  }

}
 
@media (max-width: 991px){ 

  .payment-clients-mob img{
    width: 80%;
    display: block;
    margin: 0 auto;
    opacity: .7;
    position: relative;
    right: -150px;
    margin-top: -300px;
  }

  .payment-features-content p{
    position: relative;
    z-index: 5;
    background: rgba(255,255,255,0.61);
  }

  .service-content{
    padding-bottom: 50px;
  }

  #navbarsExample01{
    border-radius: 7px 7px 100px 7px;
    overflow: hidden;
    box-shadow: 6px 9px 20px 1px rgba(0,0,0, 0.12);
  }

  .header-fixed #navbarsExample01{
    border-radius: unset;
    box-shadow: unset;
  }

.mobile-menu-btn {
  margin-bottom: 0;
  transition: all .2s linear;
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}

.mobile-menu-btn .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.mobile-menu-btn .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header-fixed .mobile-menu-btn .hamburger span { 
  background: var(--secondry-color); 
}

.collapsed .mobile-menu-btn .hamburger span {
  width: 100%;
}

.collapsed .mobile-menu-btn .hamburger span:nth-child(1) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.collapsed .mobile-menu-btn .hamburger span:nth-child(2) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.collapsed .mobile-menu-btn .hamburger span:nth-child(3) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.mobile-menu-btn .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}

.mobile-menu-btn .hamburger-cross span {
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
}

.collapsed .mobile-menu-btn .hamburger-cross span:nth-child(1) {
  height: 0%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.svg-intro-bottom {
  width: 150%;
}

.animation-img-two {
  /* left: 0;
  bottom: -18%;
  width: 90%; */
}


.banner-heading { 
  font-size: 36px;
}
.payment-features-area .payment-featured-img {
  margin-left: 0; 
}
.payment-features-area .payment-featured-img img{
max-width: 100%;
height: auto;
}

.navbar-collapse {
  max-height: 660px;
  overflow-y: auto;
  background: #fff;
  margin-top: 15px;
}

.header-wrap .navbar .navbar-nav .menu-item {
  margin-right: 0 !important;
}

.header-wrap .menu > .nav-item > .nav-link {
  color: #051441;
}

.menu {
  padding: 5px 25px 20px 25px;
  background: #fff;
  margin-top: 0;
}

.menu>.nav-item {
  margin-left: 0 !important;
  padding: 0;
  margin: 5px 0;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler.collapsed{

}

.navbar-toggler .hamburger-cross span{
  
}

.hamburger-cross span {
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

 .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.collapsed .mobile-menu-btn .hamburger-cross span:nth-child(1) {
  height: 0%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.collapsed .mobile-menu-btn .hamburger-cross span:nth-child(2) {
  height: 0%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.header-fixed .mobile-menu-btn .hamburger-cross span { 
  background: var(--secondry-color); 
}

.payment-features-area .payment-features-content {
  margin-top: 0;
  padding-left: 0;
}

a.btn.btn-primary.ml-18 {
  margin-left: 5px;
}

.payment-features-area .payment-featured-img.img-two {
  margin-right: 0;
  margin-left: 0;
  margin-top: 50px;
}

.pr-70 {
  padding-right: 0;
}

.services-con { 
  padding-top: 200px;
  padding-bottom: 80px; 
  background-size: auto 115%;
    background-position: center -51px;
}

.payment-service-item {
  padding-right: 20px;
  margin-bottom: 50px;
}

.footer-menu {
  padding-top: 25px;
}

 .footer-bottom p {
  text-align: center;
  margin-bottom: 0!important;
}

.testimonial-content {
  padding-left: 0;
  position: relative;
  margin-top: 100px;
  z-index: 2;
}

.testimonial-content .icon { 
  left: 0;
  top: 0; 
  line-height: 153px;
}

.payment-testimonial-area .testimonial-img img {
  max-width: 100%;
  height: auto;
}


.menu>.nav-item+.nav-item a.btn.btn-primary.ml-18 {
  margin-left: 0;
}

.navbar-brand { 
  margin-right: 0;  

}
.payment-action-content {
  position: relative;
  top: 70px;
}

.payment-clients-area .clients-bg-shape-right {
  right: -73.7%;
  top: 0;
}

.banner-con .shape.two {
  left: auto;
  top: 0;
  width: 100vh;
  height: 100vh;
  right: -87%;
}

.banner-con{
  height: 90vh;
  align-items: normal;
}

.payment-banner-content{
  padding-top: 200px;
}

.payment-features-area {
  padding-top: 0; 
} 


.payment-action-area{
  padding-top: 0;
}

.payment-clients-area .payment-clients-inner {
  top: 0;
  left: 0;
}

#travaillonsensemble { 
  top: 0;
}

.payment-clients-area { 
  padding: 0; 
}

.services-wrap { 
  margin-top: 150px;
}

.multistep-con { 
  padding: 30px 10px 0 10px; 
}

.text-center.pu-form-group-devis-box { 
  flex-wrap: wrap;
}
 
.qeasy-wrap { 
  margin-top: 100px;
}

.services-con { 
  background-position: center -70px;
}

.payment-clients-desk,
.payment-clients-area .clients-bg-shape-right {
  display: none;
}

}



@media (max-width: 767px){


 .banner-con .btn-trasnprent { 
    display: block;
    text-align: left;
  }

  .animation-img-two { 
    /* bottom: -27%; */
  } 
  .svg-intro-bottom {
    width: 220%;
  }
  

.payment-clients-area .payment-clients-inner .clients-item.three {
  left: 3%;
  top: 4%;
}
.payment-clients-area .payment-clients-inner .clients-item.two {
  top: 74%;
  left: 1%;
}

.payment-clients-area .payment-clients-inner .clients-item.eight {
  left: 58%;
  top: 31%;
}

.payment-clients-area .payment-clients-inner .clients-item.four {
  left: 57%;
  top: 111%;
}

.payment-clients-area .payment-clients-inner .clients-item.five {
  left: 55%;
  top: 115%;
}

.payment-clients-area .payment-clients-inner .clients-item.four {
  left: 5%;
  top: 121%;
}

.payment-clients-area { 
  padding-top: 0;
  padding-bottom: 0;
}
 


.payment-clients-area .payment-clients-inner { 
  top: 0;
  height: auto; 
  padding-top: 30px;
}

.payment-action-area {
  padding: 0 0 145px; 
}

.payment-action-content {
  top: 50px;
}

  .animation-img-two img{
    max-width: 80%;
  }

 
 
.pu-reviews { 
  max-width: 100%;
}


.services-wrap {
  margin-top: 0;
}

.ml-18 {
  margin-left: 6px;
}


.pu-img-devis img { 
  height: 70px; 
}

#employer-post-new-job .res-step-form .form-horizontal label {
  width: 46%;
}

.image-checkbox{
  padding: 2%;
}

#mobilederniercri { 
  top: 50px;
}

.services-con { 
  padding-bottom: 0;
  margin-bottom: 50px;
  background-position: center -60px;
}

}

@media (min-height: 1000px) AND (max-width: 768px){ 
  .banner-con{
    height: 65vh !important;
  }

}

@media (min-height: 720px) AND (max-width: 550px){
  .animation-img-two img{
    max-width: 70%;
  }
  .banner-con{
    height: 95vh;
  }
}

@media (max-width: 500px){


.banner-con .mt-60 {
  margin-top: 20px;
}

.payment-clients-area .payment-clients-inner .clients-item.two {
  width: 130px;
  height: 130px; 
}

.animation-img-two img {
  max-width: 96%;
}

.animation-img-two {
  bottom: -13%;
}

.banner-con {
  height: 85vh;
}

.animation-img-two img {
  max-width: 75%;
}

.payment-banner-content {
  padding-top: 80px;
}

}
@media (max-height: 480px){ 
.btn { 
  min-width: auto;
  padding: 10px 15px;   
} 

.payment-banner-content {
  padding-top: 76px;
}
 
.animation-img-two img {
  max-width: 75%;
}  
.animation-img-two img {
  max-width: 46%;
}

}

@media (max-width: 414px){
  .services-con {
    background-position: center -100px;
    padding-bottom: 0;
    margin-bottom: 50px;
    background: unset;
    background-image: -moz-linear-gradient(-86deg,#3cbecb 0,#9561f9 100%);
    background-image: -webkit-linear-gradient( 
-86deg
 ,#3cbecb 0,#9561f9 100%);
    background-image: -ms-linear-gradient(-86deg,#3cbecb 0%,#9561f9 100%);
    margin-top: 100px;
    padding-top: 50px;
  }

  .multistep-action-content p{
    margin: 15px 0;
    font-size: 20px;
  }
  #employer-post-new-job{
    padding-top: 10px;
  }

  .pu-img-devis img{
    height:55px;
    margin-top: 10px;
  }

  .pu-img-devis{
    height: 120px;
  }
  h5{
    font-size: 15px;
  }
  .payment-banner-content{
    padding-top: 120px;
  }
  .payment-clients-mob img{
    right: -100px;
  }

  a.ml-18{
    margin: 7px 0 0 0;
  }

}

@media (max-width: 375px){
  .pu-img-devis span{
    font-size: 14px;
  }
}

@media (min-height: 700px) and (max-width: 420px){ 
  .payment-banner-content {
    padding-top: 150px;
}

}

@media (max-width: 360px){
  .banner-con {
      height: 90vh;
  }
}

@media (max-width: 320px){
  .banner-con {
      height: 100vh;
  }

  .payment-banner-content p{
    font-size: 15px;
  }

  .banner-heading {
      font-size: 30px;
  }
  .payment-banner-content{
    padding-top: 140px;
  }

  .pu-img-devis img{
    height: 50px;
  }


}

 