@font-face {
    font-family: 'Axiforma-BoldItalic';
    src: url('guests/collections/fonts/Axiforma-BoldItalic.eot');
    src: url('guests/collections/fonts/Axiforma-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('guests/collections/fonts/Axiforma-BoldItalic.woff2') format('woff2'),
        url('guests/collections/fonts/Axiforma-BoldItalic.woff') format('woff'),
        url('guests/collections/fonts/Axiforma-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
html{
    scroll-behavior: smooth;
}
.height-100{
	height:100%;
}
.language-select {
	padding: 1rem 0;
    color: #fff;
    font-size: 16px;
    position: relative;
    width:105px;
}

.menu-bars {
  width: 25px;
  height: 2px;
  background-color: #2d2d2d;
  margin: 8px 0;
}
.menu-bars.second-bar{
width:20px !important;
margin-left:5px;
}
main header .dropdown:hover>.dropdown-menu {
  display: block;
  background: transparent;
  border: none;
  text-align: center;
   margin-top: -20px;
}
main header .fixed-header .dropdown:hover>.dropdown-menu {
     background: #fff;
     margin-top: -10px;
}
main header .dropdown a:hover, .payment-page main header .navbar-nav .dropdown .nav-link:hover,  main header .fixed-header .dropdown a:hover, main header .fixed-header .navbar-nav .dropdown .nav-link:hover{
	color:#ff0046 !important;
}
main header .dropdown-toggle::after {
    display:none;
}
 main header .dropdown .dropdown-menu a{
     margin-left:-14px;
 }
main header .dropdown .dropdown-menu a:hover, main header .dropdown .dropdown-menu a{
	background: #2d2d2d;
	padding: 5px 0;
    text-shadow: none;
}


main header .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
main header .menu-bars {
   background-color:#fff;
}

body main header .fixed-header .menu-bars{
background-color: #2d2d2d;
}
main header .navbar-brand{
    padding-top: 0.58rem;
    padding-bottom: 0;
}
main header .custom-navbar {
	position: absolute;
	width: 100%;
	padding: 2rem 3.5rem;
	z-index: 9;
	transition: all .5s ease;
}
main header .navbar-nav.right-nav{
	justify-content: flex-end;
    width: 100%;
}
main header .navbar-nav .nav-item{
	padding-left:1rem;
	padding-right:1rem;
}
main header .navbar-nav .nav-item i.fa-bars{
margin-top: 5px;
font-size: 25px;
}
main header .navbar-nav .nav-item .nav-link{
position: relative;
}

main header .navbar-nav .nav-item.active .nav-link:after, main header .navbar-nav .nav-item:hover .nav-link:after{
    content: '';
    position: absolute;
    bottom: 7px;
    background: #fff;
    width: 100%;
    height: 2px;
    left: 0;
    margin: 0;
}
main header .fixed-header .navbar-nav .nav-item.active .nav-link:after,
main header  .fixed-header  .navbar-nav .nav-item:hover .nav-link:after,
.home-body main header .navbar-nav .nav-item.active .nav-link:after,
.home-body main header .navbar-nav .nav-item:hover .nav-link:after,
.career-body main header .navbar-nav .nav-item.active .nav-link:after,
.career-body main header .navbar-nav .nav-item:hover .nav-link:after,
.subscription-body main header .navbar-nav .nav-item.active .nav-link:after,
.subscription-body main header .navbar-nav .nav-item:hover .nav-link:after{
	background:#ff0046 !important;
}
.pre-home-body main header .navbar-nav .nav-item.active .nav-link:after,
.pre-home-body main header .navbar-nav .nav-item:hover .nav-link:after,
.about-body main header .navbar-nav .nav-item.active .nav-link:after,
.about-body main header .navbar-nav .nav-item:hover .nav-link:after{
	background:#7bdbdc !important;
}
.b2b-body main header .navbar-nav .nav-item.active .nav-link:after,
.b2b-body main header .navbar-nav .nav-item:hover .nav-link:after
{
	background:#fed2b4 !important;
}

main header .fixed-header .navbar-nav .nav-item:hover a.dropdown-item.nav-link:after,
main header .navbar-nav .nav-item:hover a.dropdown-item.nav-link:after,
main header .fixed-header .navbar-nav .nav-item:hover a#click-no-scroll.nav-link:after,
main header .navbar-nav .nav-item:hover a#click-no-scroll.nav-link:after {
	content:none;
}
main header .navbar-nav .nav-link {
	font-size: 16px;
    color: #fff;
}
main header .nav-item .btn{
	padding: 2px 15px 1px;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 10px;
    margin-top: 6px;
}
body main header .fixed-header .btn.btn-transparent {
    border-color: #2d2d2d !important;
    color: #2d2d2d !important;
}
body main header .fixed-header .btn.btn-transparent:hover{
	border-color:#ff0046 !important;
}
main header .fixed-header {
	padding: .5rem 3.5rem;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	animation: smoothScroll 1s forwards;
	transition: all .3s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

main header .fixed-header button {
	color: #2d2d2d;
}

main header .fixed-header img {
	filter: invert(100%);
}

main header .fixed-header .navbar-nav .nav-link {
	color: #2d2d2d !important;
}

main header nav button {
	color: #ffffff;
}
main .top-banner button, main .top-banner ul{
	position: relative;
	z-index: 2;
}
main .top-banner {
	background: url('/guests/collections/picture/main-banner.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}
main .top-banner h2{
	font-size: 1.2em;
    color: #fff;
    max-width: 16%;
    z-index: 99;
    text-align: left;
    position: absolute;
    left: 16%;
    top: 35%;
}
main .top-banner h1 {
	z-index: 2;
    color: #ffffff;
    margin: 3rem 0;
    font-size: 3em;
    position: relative;
    display: inline-block;
    text-align: center;
}

main .top-banner .banner-content {
	position: absolute;
	bottom: 14%;
    width: 100%;
    text-align: center;
}
/*common border below text*/
span.custom-border-bottom{
	position: relative;
}
span.custom-border-bottom:before {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 4px;
    left: 0;
}
span.custom-border-bottom.border-light-pink:before{
	background:#fed2b4;
}
span.custom-border-bottom.border-white:before{
	background: #fff;
}
span.custom-border-bottom.border-pink:before{
	background: #ff0046;
}
span.custom-border-bottom.border-purple:before{
	background: #3f062b;
}
span.custom-border-bottom.border-blue:before{
	background: #7bdbdc;
}
main .top-banner ul{
	 margin:20px 0;
	}
main .top-banner ul li{
	display:inline-block;
	padding:0 1rem;
}
main .top-banner ul li button{
	z-index: 99;
    position: relative;

}
main .top-banner p{
	color: #ffffff;
	z-index: 2;
	font-size: 1.5em;
	position: relative;

}

main .top-banner a{
	position: relative;
	z-index: 2;
}
main .top-banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.34);
}

.nav-overlay {
	position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    background: rgba(9, 9, 9, 0.49);
    overflow-y: auto;
    width: 0%;
    height: 100%;
}

.nav-overlay .nav-right {
	position: absolute;
	top: 40px;
	right: 45px;
	overflow: hidden;
	display: flex;
	align-items: center;
	z-index: 9;
}

.nav-overlay .nav-right a.closebtn {
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
}

.nav-overlay .overlay-content {
    right: 0;
    position: absolute;
    width: 250px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #ff0046;
}

.nav-overlay .overlay-content ul li {
	text-align: left;
    padding: 5px 25px;
}

.nav-overlay .overlay-content ul li a {
	text-transform: capitalize;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}
.margin-r-0{
margin-right: 0
}
.padding-r-0{
padding-right: 0
}
.padding-l-0{
padding-left: 0
}
main .inner-height{
	height:100%;
	display: flex;
}
main .great-design {
	display: flex;
	background:#ff0046;
}

main .great-design .inner {
	background-size: 50% 100%;
	width: 100%;
	position: relative;
	justify-content: center;
	flex-direction: column;
}

main .great-design .left {
  padding:0 15rem 0px 0;
}


main .great-design .left h2 {
	font-size: 3em;
	font-weight: 600;
	color:#fff;
	margin-bottom:3rem;
	line-height: 1.5;
}
main .great-design .left p{
	color:#fff;
	font-size: 18px;

}
main .great-design .left .btn {
	border: 1px solid #fff;
	background:#fff;
	color:#ff0046;
	margin-top:2rem;
}
main .great-design .right img
{
	width:100px;
}
main .great-design .right {
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
main .how-works .left{
	display: flex;
	background: url('/guests/collections/picture/work.jpg') no-repeat center;
	height: 100%;
	background-size: cover;
}
main .how-works .left img{

}
main .how-works .right h2{
	font-size:3em;
	font-weight: 600;
	margin-bottom: 3rem;
}
main .how-works .right .btn{
	max-width: fit-content;

}
main .how-works .right p{
font-size: 18px;
    color: #3f062b;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
main .how-works .right {
display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 60%;
    padding:0px 100px;
    text-align: left;
}
main .great-design .right .creative {
	position: absolute;
	color: #ffffff;
	transform: rotate(270deg);
	margin: 0;
	font-size: 4em;
	z-index: 2
}

.testimonials{
	background-size: cover;

}

.testimonials .overlay-mf{
	    background-color:rgba(44, 45, 45, 0.71);
	    flex-direction: column;
	    justify-content: center;
}
.testimonials .testimonial-box {
	padding:0px 40px;
}
.testimonials .testimonial-box h2{
font-size: 3em;
font-weight: 600;
color:#fff;
margin-bottom: 3rem;
}

.testimonials .testimonial-box h4 {
	color: #fff;
}

.testimonials .testimonial-box .left {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left:100px;
}
.testimonials .testimonial-box p span{
	color:#7fd9e0;
}
.testimonials .testimonial-box p{
	font-size: 18px;
	color:#fff;
	line-height: 1.2;
	padding-right: 100px;
}
.testimonials .testimonial-box img{
	    width:335px;
	    margin: 0 0 50px;
}
.testimonials .testimonial-box img.testimonial-logo{
	width:190px;
}
.testimonials  .owl-carousel .owl-nav.disabled, .talk-about  .owl-carousel .owl-nav.disabled,

.subscription-page {
	background-size: cover;
}
.subscription-page  .owl-carousel .owl-nav.disabled{
	display: block !important;
}
.testimonials  .owl-carousel .owl-nav .owl-prev, .testimonials .owl-carousel .owl-nav .owl-next,
.talk-about  .owl-carousel .owl-nav .owl-prev, .talk-about .owl-carousel .owl-nav .owl-next,
.subscription-page .owl-carousel .owl-nav .owl-next, .subscription-page .owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	font-size: 50px;
}
.subscription-page  .owl-carousel .owl-nav button span, .testimonials  .owl-carousel .owl-nav button span, .talk-about  .owl-carousel .owl-nav button span{
	color:#fff;
}

.subscription-page  .owl-carousel .owl-nav button span:hover, .testimonials  .owl-carousel .owl-nav button span:hover, .talk-about .owl-carousel .owl-nav button span:hover{
	color:#ff0046;
}
.subscription-page  .owl-carousel .owl-nav button:focus, .testimonials  .owl-carousel .owl-nav button:focus, .testimonials  .owl-carousel .owl-nav button:focus, .talk-about  .owl-carousel .owl-nav button:focus{
outline: none;
}
.testimonials  .owl-carousel .owl-nav .owl-next{
	right:0;
}
.subscription-page  .owl-carousel .owl-nav .owl-prev{
	left:30px;
}
.subscription-page  .owl-carousel .owl-nav .owl-next{
	right:30px;
}
.testimonials  .owl-carousel .owl-dots,
.talk-about  .owl-carousel .owl-dots, .subscription-page  .owl-carousel .owl-dots{
	text-align: center;
	margin-bottom: 40px;
	position: absolute;
	bottom:0;
	width: 100%;
}
.testimonials  .owl-carousel .owl-dots{
	bottom:-25%
}

.talk-about  .owl-carousel .talk-box img {
	object-fit: cover;
}

.talk-about  .owl-carousel .talk-box .talk-content {
	position: absolute;
	bottom: 20%;
	left: 10%;
}
.talk-about  .owl-carousel .talk-box .talk-content img{
	width: 155px;
    margin-bottom: 20px
}

.talk-about  .owl-carousel .talk-box .talk-content h4 {
	background: #ffffff;
	display: inline-block;
	padding: 2px 5px;
	text-transform: uppercase;
	font-family: 'Axiforma-BoldItalic', sans-serif;
}

.talk-about  .owl-carousel .talk-box .talk-content p {
	color: #ffffff;
	margin: 0;
}

.testimonials  .owl-carousel .owl-dots button, .talk-about  .owl-carousel .owl-dots button,
.subscription-page .owl-carousel .owl-dots button{
	margin: 4px !important;
	opacity: 0.6;
	width:8px;
	height: 8px;
	border-radius: 50%;
	background:#fff;
}
.testimonials  .owl-carousel .owl-dots button:focus,
.talk-about  .owl-carousel .owl-dots button:focus, .subscription-page .owl-carousel .owl-dots button:focus{
	outline: none;
}
.testimonials  .owl-carousel .owl-dots button.active, .talk-about  .owl-carousel .owl-dots button.active,
.subscription-page .owl-carousel .owl-dots button.active{
	opacity: 1;
}
 .talk-about  .owl-carousel .owl-nav .owl-prev{
	left:20px;}
 .talk-about  .owl-carousel .owl-nav .owl-next{
	right:20px;}
.talk-about .talk-content h2{
	font-size: 3em;
	font-weight: 600;
	margin-bottom: 3rem;
}
.talk-about .owl-carousel, .talk-about .owl-stage, .talk-about .owl-stage-outer, .talk-about .owl-item,
.talk-about .talk-box, .talk-about img{
	height: 100%;
}
.talk-about .talk-content p{
	font-size: 18px;
	 line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.talk-about .right{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0px 100px;
    text-align: left;
}

/*Homepage*/
main .top-banner.home-page{
	    background-position: initial !important;
}
main .top-banner.home-page h1{
	margin-bottom:4rem !important;
}
main .great-design.home-page .left h2 {
line-height: 1.2;
}
main .great-design.home-page p{
margin-bottom: 3rem;
}
main .great-design.home-page ul li{
display: inline-block;
}
main .great-design.home-page ul li img{
	width:180px;
}
main .great-design.home-page .left {
    padding: 0rem 0rem 0rem 0;
}

main .great-design.home-page .inner{
	padding:0 0;
}
main .great-design.home-page
{
    background-position: 75% bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
main .testimonials.home-page .left{

	padding-left:0 !important;
}
main .testimonials.home-page .owl-carousel .owl-nav .owl-next{
	right:-30px;
}
main .testimonials.home-page .owl-carousel .owl-nav .owl-prev{
	left:-30px;
}
main .coaching-section .btn-pink{
	width: fit-content;
}
main .coaching-section  h2{
	font-size: 3em;
    font-weight: 600;
	margin-bottom: 3rem;
}
main .coaching-section .left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-right: 5rem;
}
main .coaching-section .left p{
	margin-bottom: 3rem;
}
main .coaching-section .right{
	width:100%;
	justify-content: center;
	background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
}

main .our-offers{
	padding:150px 0;
}
main .our-offers .btn{
	padding:8px 25px 4px;
}
main .our-offers p i{
	color: #ff0046;
    margin-right: 10px;
}
main .our-offers h2{
	font-size: 3em;
    font-weight: 600;
}
main .our-offers .offer-items{
	padding:100px 0;
	margin: 0 -15px;
}
main .our-offers .offer-items .offer-item{
	padding:15px;
}
main .our-offers .offer-items .offer-item a, div.feat-desc-section .offer-item a {
	color: inherit;
}
main .our-offers .offer-items .offer-item .img-section , div.feat-desc-section .offer-item .img-section  {
border-radius: 20px;
transition: box-shadow 500ms;
position: relative;
}
main .our-offers .offer-items .offer-item .img-section .img-section-overlay, div.feat-desc-section .offer-item .img-section .img-section-overlay {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding:25px;
	background: rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
main .our-offers p.text-right{
	font-size: 18px;
	margin-top:10px;
}
main .our-offers .offer-items .offer-item .img-section .img-section-overlay i, div.feat-desc-section .offer-item .img-section .img-section-overlay i {
font-size: 30px;
}
main .our-offers .offer-items .offer-item .img-section .img-section-overlay i.fa-heart, div.feat-desc-section .offer-item .img-section .img-section-overlay i.fa-heart {
color: #ff0046;
}
main .our-offers .offer-items .offer-item .img-section .img-section-overlay i.fa-heart:hover, div.feat-desc-section .offer-item .img-section .img-section-overlay i.fa-heart:hover {
	color:#fff;
}
main .our-offers .offer-items .offer-item .img-section .img-section-overlay i.fa-plus, div.feat-desc-section .offer-item .img-section .img-section-overlay i.fa-plus {
color:#fff;
float:right;
}
main .our-offers .offer-items .offer-item .img-section .img-section-overlay i.fa-plus:hover, div.feat-desc-section .offer-item .img-section .img-section-overlay i.fa-plus:hover {
color: #ff0046;
}
main .our-offers .offer-items .offer-item .img-section img, div.feat-desc-section .offer-item .img-section img {
	width: 100%;
	border-radius: 20px;
}
main .our-offers .offer-items .offer-item .img-section:hover, div.feat-desc-section .offer-item .img-section:hover {
	  box-shadow: 17px 17px #ccc;
      cursor: pointer;
}
main .our-offers .offer-items .offer-item .content-section, div.feat-desc-section .offer-item .content-section {
	margin:30px 15px;
}
main .our-offers .offer-items .offer-item .content-section h3, div.feat-desc-section .offer-item .content-section h3 {
	font-weight: 600;
}
main .our-offers .load-more-job i{
	color:#ff0046;
}
main .our-offers .load-more-job{
	width: 100%;
    color: #939393;
    font-size: 20px;
}
/* B2B page*/
main .top-banner.b2b-page{
	background-position: initial !important;
}
main .top-banner.b2b-page:after, main .top-banner.about-page:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.56);
}
main .top-banner.b2b-page h1{
margin-bottom: 2.5rem;
}
main .top-banner.b2b-page a{
	position: relative;
	z-index: 99;
}
main .top-banner.b2b-page p{
    max-width: 50%;
    margin: 0 auto;
    font-size: 1.2em;
    margin-bottom: 6rem;
    position: relative;
    line-height: 1.2;
}
main .search-section{
	background: #fed2b4;
}
main .search-section a{
	color: #ff0046;
}
main .search-section form{
	position: relative;
	z-index: 99;
	max-width:80%;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 2rem;
}
main .search-section form .ui-widget{
	display: flex;
}
main .search-section form .form-control{
	background:transparent;
	border-left:none;
	border-right:none;
	border-top:none;
	color:#2d2d2d;
	border-radius: 0;
	border-width: 3px;
	margin-right: 40px;
}

main .search-section form button{
	background:transparent;
	color:#ff0046;
	font-size: 1.2em;
	border:none;
	margin-left: -80px;
}
main .search-section form button:focus{
	outline: none;
}
main .search-section form .width-70{
	width:100%;
}
main .search-section form .width-30{
	width: 100%;
}

main .search-section form .input-group{
    margin-right: 40px;
    margin-bottom: 0 !important;
    width: 100%;
}
main .search-section form .select_box{
	width: 180px;
	overflow: hidden;
	border: 2px solid #2d2d2d;
	position: relative;
	border-radius: 12px;
}
main .search-section form .select_box:after{
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #2d2d2d;
	position: absolute;
	top: 40%;
	left: 15px;
	content: "";
	z-index: 98;
 }
 main .search-section form .select_box select{
	width: 180px;
    border: 0;
    position: relative;
    z-index: 99;
    background: none;
    color: #2d2d2d;
    padding-left: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

main .search-section form .form-control{
	border: 1px solid #3f062b;
	border-left: none;
    border-right: none;
	border-top: none;
	border-width: 3px;
}
main .search-section form .form-control:focus{
	box-shadow: none;
	border-color: #ff0046;
}
main .search-section form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #2d2d2d;
	font-size: 1.2em;
	opacity: 1; /* Firefox */
}

main .search-section form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #2d2d2d;
	font-size: 1.2em;
}

main .search-section form .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #2d2d2d;
	font-size: 1.2em;
}
main .stimulate-section{
	background: #3f062b;
}
main .stimulate-section .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 4rem;
}
main .stimulate-section button{
	width: fit-content;}

main .stimulate-section .left h2 {
	color:#fff;
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 4rem;

}
main .stimulate-section .left p {
color:#ffffff;
 margin-bottom: 4rem;
}
main .stimulate-section form{
	 max-width: 65%;
	 margin-left: auto;
	 display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
main .stimulate-section form label{
	color:#fff;
	margin-bottom: 0px;
}
main .stimulate-section form input{
	margin-bottom: 30px !important;
}
main .stimulate-section form .form-control{
	background:transparent;
	color:#fff;
	border-left:none;
	border-top:none;
	border-right: none;
	border-radius: 0;
	    padding-left: 0;
    margin-top: -5px;

}
main .stimulate-section form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff0046;
  opacity: 1; /* Firefox */
}

main .stimulate-section form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ff0046;
}

main .stimulate-section form .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ff0046;
}
main .stimulate-section form  input[type=range]{
  -webkit-appearance: none;
  background:#ced4da;
  width: 100%;
  margin: 35px 0 17px;
}

main .stimulate-section form  input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  background: #ced4da;
  border: none;
  border-radius: 3px;
}

main .stimulate-section form  input[type=range]::-ms-track {
  height: 1px;
  background: #ced4da;
  border: none;
  border-radius: 3px;
}

main .stimulate-section form  input[type=range]::-moz-range-track {
  height: 1px;
  background: #ced4da;
  border: none;
  border-radius: 3px;
}

main .stimulate-section form  input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ff0046;
  margin-top: -5px;
  position: relative;
}

main .stimulate-section form  input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #555;
  margin-top: -5px;
  position: relative;
}

main .stimulate-section form  input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #555;
  margin-top: -5px;
  position: relative;
}

main .stimulate-section form  input[type=range]:focus {
  outline: none;
}
  main .stimulate-section form  input[type=range]::-webkit-slider-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #555;
    padding: 5px 10px;
    border: 2px solid #555;
  }
  main .stimulate-section form  input[type=range]::-ms-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #555;
    padding: 5px 10px;
    border: 2px solid #555;
  }
  main .stimulate-section form  input[type=range]::-moz-range-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #555;
    padding: 5px 10px;
    border: 2px solid #555;
  }


main .stimulate-section form  input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
}

input[type=range]:focus::-ms-track {
  background: #fff;
}

main .stimulate-section form  input[type=range]:focus::-moz-range-track {
  background: #fff;
  }
main .stimulate-section form output {
  position: absolute;
  text-align: center;
  color: #ff0046;
  font-size: 12px;
  bottom: -15%;
  left: 0;
}

main .stimulate-section form .form-control:focus, main .stimulate-section form .form-control:active{
	outline: none;
	box-shadow: unset;
}
main .question-section .left{
	height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
main .question-section .center-section{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 8rem;
}
main .question-section .center-section button{
	width: fit-content;}

main .question-section .center-section h2 {
	 font-size: 3em;
    font-weight: 600;
    margin-bottom: 4rem;

}
main .question-section .center-section p {
 margin-bottom: 4rem;
}
main .question-section .right{
	background:#fed2b4;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main .question-section .right span{
	font-size: 60px;
    line-height: 1;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    border-bottom: 5px solid #3f062b;

    text-align: center;
}
/* Result page */
main .top-banner.result-page{
	background-position: initial !important;
}
main .top-banner.result-page:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.56);
}
main .top-banner.result-page form{
	position: relative;
	z-index: 99;
	max-width:45%;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 5rem;
}
main .top-banner.result-page form .ui-widget{
	display: flex;
}
  ul#ui-id-1, ul#ui-id-2 {
    /* width: 290px !important; */
    background:#fff;
		padding: 0 10px;
		z-index: 1000;
		border-radius: 0 0 3px 3px;
	}
   ul#ui-id-1 li.ui-menu-item, ul#ui-id-2 li.ui-menu-item{
		border-bottom: 1px solid #ccc;
		margin: 10px 0px;
}
ul#ui-id-1 li.ui-menu-item:last-child, ul#ui-id-2 li.ui-menu-item:last-child{
	border-bottom:none;
}
main .top-banner.result-page form .form-control{
	background:transparent;
	border-left:none;
	border-right:none;
	border-top:none;
	color:#fff;
	border-radius: 0;
	 border-width: 3px;
	 margin-right: 40px;
}

main .top-banner.result-page form button{
	background:transparent;
	color:#fff;
	font-size: 1.2em;
	border:none;
	    margin-left: -80px;
}
main .top-banner.result-page form button:focus{
	outline: none;
}
main .top-banner.result-page form .width-70{
width:60%;
}
main .top-banner.result-page form .width-30{
width: 40%;
}

main .top-banner.result-page form .input-group{
    margin-right: 40px;
    margin-bottom: 0 !important;
    width: 100%;
}
main .top-banner.result-page form .select_box{
  width: 180px;
  overflow: hidden;
  border: 2px solid #fff;
  position: relative;
  border-radius: 12px;
}
main .top-banner.result-page form .select_box:after{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 40%;
  left: 15px;
  content: "";
  z-index: 98;
 }
main .top-banner.result-page form .select_box select{
     width: 180px;
    border: 0;
    position: relative;
    z-index: 99;
    background: none;
    color: #fff;
    padding-left: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

main .top-banner.result-page form .form-control:focus{
	box-shadow: none;
}
main .top-banner.result-page form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-size: 1.2em;
  opacity: 1; /* Firefox */
}

main .top-banner.result-page form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
  font-size: 1.2em;
}

main .top-banner.result-page form .form-control::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
  font-size: 1.2em;
}
.filter-section{
	padding:100px 0;
}
.filter-section .filter-collapse{
	color:#212529;
	font-size:1.5em;
	font-weight: 600;
	width: 100%;
	position: relative;
}
.filter-section .filter-collapse i.fa-times{
	color:#ff0046;
	float: right;
}
.filter-section .filter-collapse.collapsed i.fa-times{
display: none;
}

.filter-section #filters{
	padding-top:80px;
}
.filter-section #filters .left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.filter-section #filters .left .menu-bars{
	margin-top:3px;
	margin-bottom:3px;
	height: 3px;
}
.filter-section #filters h3{
	font-size:1.1em;
	font-weight: 600;
	min-height: 40px
}
.filter-section #filters ul li{
	font-size: 12px;
	line-height: 2;
}
.filter-section #filters ul li a{
	color:#2d2d2d;
}
.recommend-section{
	background:#7bdbdc;

}
.recommend-section a {
	color:#fff;

}
.recommend-section .left{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding-right: 5rem;
}
.recommend-section .left h2{
   color:#fff;
   margin-bottom: 4rem;
   font-weight: bold;
  font-size: 3em;
}
.recommend-section .left h3{
   color:#fff;
   margin-bottom: 2rem;
   font-size: 2em;
   font-weight: 600;
}
.recommend-section .left p{
   color:#fff;
   margin-bottom: 2rem;
   padding-right: 5rem;
}
.recommend-section .left button{
	width: max-content;
}
.recommend-section .center{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.recommend-section .right{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	}
.recommend-section .right i{
font-size: 60px;
    line-height: 1.2;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    border-bottom: 5px solid #fff;
    text-align: center;
}
/* about page */

main .top-banner.about-page p{
	max-width: 60%;
	margin: 0rem auto 4rem;
	    font-size: 1em;
}
main .top-banner.about-page h1 i{
color:#7bdbdc;
}
main .top-banner.about-page button{
margin:0 auto;
position: relative;
z-index: 99;
}
.recommend-section.about-page .left button{
	color:#7bdbdc;
	}
.recommend-section.about-page .left button:hover{
	background:#ff0046 !important;
	border-color:#ff0046 !important;
	color:#fff !important;
}
.about-body main .en-savior{
	color:#fff;
	text-transform: uppercase;
    background: #ff0046;
    margin: 40px 20px;
    text-align: center;
    border-radius: 14px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}
.about-body main .en-savior button{
	width: fit-content;
	margin:0 auto;
}

.about-body main .en-savior h3{
	margin-bottom: 20px;
}
/* press */
.article-section{
	padding:6rem 0;
}
.article-section .article-box{
	padding:15px;
}

.article-section .article-box .img-section img{
	width: 100%;
	border-radius: 12px;
	margin-bottom: 20px;
	transition: box-shadow 500ms;
}
.article-section .article-box .img-section img:hover {
    box-shadow: 17px 17px #ccc;
    cursor: pointer;
}
.article-section .article-box .content-section{
	padding:15px;
}
.article-section .article-box .content-section h2
{
font-size: 1.5em;
letter-spacing: 0px;
line-height: 32px;
color: #2d2d2d;
font-weight: bold;
}
.article-section .article-box .content-section p{
font-size: 1em;
color: #707070;
}
.article-section .article-box .content-section ul li{
	display: inline-block;
}
.article-section .article-box .content-section ul li .date{
	color:#2d2d2d;
	font-weight: bold;
}
.article-section .article-box .content-section ul li a{
	color:#ff0046;
	padding-left:20px;
	font-weight: bold;
}
.article-section button{
margin: 4rem auto 2rem;

}
/*career page*/
.career-section{
	padding:7rem 0;
}
.element-item {
    max-width: 33.33%;
}
main .career-section  .our-offers .offer-items .offer-item{
	padding: 15px 20px;
}
main .career-section h2{
	width: 100%;
	font-size: 3em;
	font-weight: bold;
}
main .career-section .our-offers .offer-items{
	margin:0 -20px;
	padding: 80px 0;
}
main .career-section .our-offers p.text-right {
    margin-right: 20px;
}
main .career-section .our-offers{
	padding:40px 0;
}
main .career-section .button-group.filters-button-group button:hover{
	cursor: pointer;
}
main .career-section .button-group.filters-button-group button{
	background:none;
	border:none;
	color:#2d2d2d;
	padding:0 40px;
	font-weight: 600;
	font-size: 16px;
}
main .career-section .button-group.filters-button-group button:focus{
	outline: none;
}
main .career-section .button-group.filters-button-group button.is-checked{
	color:#ff0046;
}
.contact-popup.modal.show .modal-dialog{
	top:2%;
	background:#ff0046;
		color:#fff;
}
.contact-popup.modal.show .modal-dialog .modal-header{
	border:none;
}
.contact-popup.modal.show .modal-dialog .modal-title{
	margin-bottom: 20px;
}
.contact-popup.modal.show .modal-dialog .modal-content{
	background:#ff0046;
			color:#fff;
	border: none;
    padding: 0 2rem 2rem;
}
.contact-popup.modal.show .modal-dialog .modal-content textarea{
	width: 100%;
	padding:5px;
}
.contact-popup.modal.show button{
	float: right;
}
/* PAYMENT */
.payment-page, .payment-header{
	background:#e6e6e6 !important
}
.payment-page .payment-header.fixed-header{
	background:#fff !important;
}
.payment-page .payment-header.fixed-header img{
	    filter: invert(0%);
}
.payment-page main header .navbar-nav .nav-link{
	color:#2d2d2d !important;
}
.payment-page main header .navbar-nav .dropdown-item.nav-link:hover{
   color:#ff0046 !important;
}
.payment-page main header .menu-bars{
	background:#2d2d2d !important;
}
.payment-page main header .btn.btn-transparent {
    border-color: #2d2d2d !important;
    color: #2d2d2d !important;
}
.payment-page main header .btn.btn-transparent:hover{
	border-color:#ff0046 !important;
}
.payment-page main header .custom-navbar{
	top:0;
}

.payment-section{
   margin:13rem 0 5rem;
   background: #fff;
   border-radius: 12px;
   border:1px solid #bbb;
   padding:3rem 0;
}
.payment-section .form-heading{
	position: absolute;
	top: -26%;
    left: 16%;
	font-weight: 600;
	color:#2d2d2d;
}
.payment-section .form-heading.order-heading
{
	color:#ff0046;
}
.payment-section form{
width: 100%;
}
.order-summary, .payment-info{
	padding:0 5rem;
}
.order-summary{
	border-right: 1px solid #bbb;
	padding-right: 8rem;
}
.order-summary select, .payment-info select{
   width:100%;
   }
.order-summary p{
  color:#7c7c7c;
}
.order-summary p, .payment-section .input-group{
	margin-bottom: 3rem !important;
}
.payment-section .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.payment-section .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.payment-section .form-control{
	border-radius: 10px;
background-color: #e6e6e6;
border: 1px solid #cdcdcd;
height: 45px;
}
.payment-section button{
	text-transform: unset;
	height: 45px;
	margin-top:35px;
}
.payment-section .width-30{
	width: 30%;
	text-align: center;
    margin-right: 15px;
}

.payment-section select.form-control{
	background-color:transparent;
}
.payment-section label{
	font-weight: 600;
	margin-bottom: 1rem;
}
.payment-section .payment-info ul{
	float: right;
}
.payment-section .payment-info ul li{
	display:inline-block;

}
.payment-channel{
	width: 100%;
    text-align: center;
    padding-bottom: 5rem;
}
.payment-channel li{
	display:inline-block;
}
.payment-channel li img{
	max-width: 160px;
    padding: 10px 20px;
    filter: grayscale(100%);
}
.payment-channel li img:hover{
	filter: grayscale(0);
}
/*subscription*/
.subscription-banner{
	height:100%;
}
.subscription-banner .banner-content{
	position: absolute;
	bottom: 15%;
	left:15%;
	text-align: left;
}
.subscription-banner .banner-content h1{
	color:#fff;
	 margin-bottom: 1rem;
	 font-size: 3em;
	 font-weight: bold;
}
.subscription-banner .banner-content p{
color: #fed2b4;
margin-bottom: 1.5rem;
}
.subscription-banner, .creter-section{
	position: relative;
}
.subscription-banner .slider .slide {
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 18.33%; /** HEIGHT : WIDTH x 100 **/
  text-align: center;
}
.subscription-banner .slider .slide a.btn.btn-pink {
    margin-top: 20%;
    width: fit-content;
    margin-left:auto;
    margin-right: auto;
}
.subscription-banner .slider-ribbon{
	    position: absolute;
    right: 0;
    background: #ff0046;
    width: 120px;
    color: #fff;
    padding: 10px 10px;
    top: 20%;
    font-size: 20px;
}
.subscription-banner .slider-ribbon img{
  filter:invert(100%);
  float:left;
  width: 30px;
  height: 30px;
}
.btn.btn-pink.postuler1 {
	position: fixed;
	bottom: 15%;
	left: 25%;
	z-index: 1;
}

.subscription-banner .banner-content {
	max-width: 70%;
}

@media (min-width: 768px) {
	.btn.btn-pink.postuler0 {
		bottom: 80px !important;
		left: 30% !important;
		position: absolute;
		right: 30% !important;
	}
}

@media (max-width: 767px) {
	.btn.btn-pink.postuler0 {
		bottom: 30% !important;
		left: 15% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		position: absolute;
		right: 0 !important;
	}
}

.btn.btn-pink.postuler1bis {
	position: relative;
	left: 30%;
	right: 30%;
	width: 40%;
	margin-bottom: 30px;
}

.subscription-banner .slider, .subscription-banner .owl-stage-outer, .subscription-banner .owl-stage, .subscription-banner .owl-item
{
	height: 100%;
}
.creter-section, .subscription-form{
	display: flex;
}
.creter-section .left, .creter-section .right, .subscription-form .left, .subscription-form .right{

	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding:2rem;
}
.creter-section .left{
	padding-right:6rem;
}
.creter-section .left h2{
	font-weight: bold;
	margin-bottom: 4rem;
	font-size: 3em;
}
.creter-section .left p{
	font-size: 18px;
	font-weight: 600;
	/* margin-bottom: 4rem; */
	/* padding-right: 10rem; */
}
.creter-section .left .btn.btn-pink{
	width: max-content;
}
.creter-section .right .right-headings{
	margin-bottom: 3rem;
	    margin-top: 1rem;
}
.creter-section .right .right-headings h5{
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0rem;
}
.creter-section .right p{
color: #707070;
}
.subscription-form{
	background:#f1f1f1;
}
.subscription-form .file {
    align-items: stretch;
    display: flex;
    /* justify-content: center; */
    position: relative;
}
.subscription-form .file.is-boxed .file-label {
    flex-direction: column;
}

.subscription-form .file-label {
    align-items: stretch;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}
.subscription-form .file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.subscription-form  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 2.5em 4em;
}
.subscription-form  .file-cta {
    border: 2px dashed #a5a5a5;
    border-radius: 12px;
    text-align: center;

}
.subscription-form  .file-cta .file-icon i{
	font-size: 50px;
    margin-bottom: 30px;
    color: #b0b0b0;
    border-bottom: 7px solid #b0b0b0;
}
.subscription-form .file-label {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    color: #a5a5a5;
    font-size: 16px;
}
.subscription-form form{
	width: 100%;
	height: 100%;
}
.subscription-form form input.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    border-bottom-width: 2px;
    border-radius: 0;
    font-size: 25px;
    margin-bottom: 0;
    padding-left:0 !important;
}
.subscription-form form input.form-control:focus{
	box-shadow: none;
	border-color:#ff0046;
}
.subscription-form form .input-group{
	position: relative;
	margin-bottom: 2rem !important;
}
.subscription-form form .input-group::before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    transition: border-bottom-color 200ms cubic-bezier(0.4,0,0.2,1) 0ms;
    border-bottom: 2px solid #a5a5a5;
    pointer-events: none;
}
 .subscription-form form .input-group::after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 200ms cubic-bezier(0.0,0,0.2,1) 0ms;
    border-bottom: 2px solid #ff0046;
    pointer-events: none;
}
 .subscription-form form .input-group:hover::after {
    transform: scaleX(1);
}
.subscription-form form button{
	width: max-content;
	margin-top:2rem;
}
.subscription-form form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b0b0b0;
  opacity: 1; /* Firefox */
}

.subscription-form form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #b0b0b0;
}

.subscription-form form .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #b0b0b0;
}
/*blog page*/
main .top-banner.blog-page button{
	width:fit-content;
}
main .top-banner.blog-page ul{
	color:#fff;
}
main .top-banner.blog-page ul li{
	margin-right: 30px;
}
main .top-banner.blog-page h1{
	margin-bottom: 0 !important;
    font-size: 2.5em;
    font-weight: 600;
}
main .top-banner.blog-page .author img{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    margin-right: 10px;
}
main .top-banner.blog-page .banner-content i{
	margin-right: 5px;
}
main .top-banner.blog-page .banner-content{
	bottom:26%;
}
.trending-article{
	padding: 6rem 0;
}
.trending-article button{
	font-size: 13px;
	width: max-content;
}
.trending-article h4{
	font-size:16px;
	font-weight: 600;
}
.trending-article .owl-item{
	padding-top: 10px;
}
.trending-article .owl-carousel .owl-nav.disabled
{
	display: block !important;
	position: absolute;
    top: -12%;
    right: 0;
}
.trending-article .owl-carousel .owl-nav.disabled button{
	color:#ff0046;
	font-size:35px;
}
.trending-article .owl-carousel .owl-nav.disabled button:focus{
	outline: none;
}
.category-blogs .element-item{
	max-width:100%;
	width: 100%;
}
.category-blogs .blog-post {
    border: 1px solid #c1c1c1;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 2rem;
}
.category-blogs .blog-post .blog-img{
	height: 100%;
    width: 100%;
    border-radius: 20px 0 0 20px;
}
.category-blogs .blog-post ul li{
	display: inline-block;
}
.category-blogs .blog-post ul .author img{
    width: 35px;
}
.category-blogs .blog-post p a{
	color: #ff0046;
	font-weight: 600;
}
.category-blogs .button-group.filters-button-group button:hover{
	cursor: pointer;
}
.category-blogs .button-group.filters-button-group button{
	background:none;
	border:none;
	color:#2d2d2d;
	padding:0 15px;
	font-weight: 600;
	font-size: 16px;
}
.category-blogs .button-group.filters-button-group button:focus{
	outline: none;
}
.category-blogs .button-group.filters-button-group button.is-checked{
	color:#ff0046;
}
footer {
	background-color: #ff0046;
	padding: 80px 0;
}

footer img {
	margin-bottom: 15px;
	height:25px;
}
footer .footer-content.right{
	float:right;
}
footer .footer-logo
{
	display: block;
	text-align: right;
}

footer p {
	font-size: .8em;
	color: #fff;
	margin: 0;
}
footer h4{
	min-height: 46px;
	color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 20px;
}
footer li a{
	color:#fff;
	font-size: 0.8em;
	transition: color .2s ease-in-out;
	text-decoration: none !important;
}
footer .footer-content.right ul {
	list-style: none;
	display: flex;
	margin:0 -5px;
}

footer .footer-content.right ul li {
	padding: 0 5px;
	margin-bottom: 15px;
}

footer .footer-content.right li a {
	color: #fff;
	text-decoration: none !important;
	text-transform: capitalize;
	font-size: 30px;
	padding:6px;
}
footer li a:hover{
	color:#2d2d2d;
}
footer h3 {
	margin-bottom: 40px;
	font-size: 1.1em;
	text-transform: capitalize;
}

footer form .form-group {
	display: flex;
	position: relative;
}

footer form .form-control {
	border: none;
	border-bottom: 1px solid #666666;
	padding: 10px 0;
	width: 100%;
	background-color: transparent;
	color: #333;
	border-radius: 0;
	position: relative;
	z-index: 1;
}

footer form .form-control:focus{
	outline: none;
	box-shadow: none;
}

footer form .focus-border {
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #f26622;
	transition: .4s;
	z-index: 2;
}

footer form .form-control:focus ~ .focus-border {
	width: 100%;
	transition: .4s;
	left: 0;
}

footer form  .btn {
	position: absolute;
	right: 0;
	z-index: 3;
	padding: 0;
	bottom: 0;
	top: 0;
	width: 4%;
	border: none !important;
}

footer form .btn:hover {
	background-color: transparent;
	color: #2d2d2d;
}

footer form .btn i {
	transition: transform .3s ease-in-out;
}

footer form .btn:hover i {
	transform: translate(10px, 0);
}


 /* CSS For apply button   */
 .btn.btn-pink.postuler1.active{

 	background:#ff0046 !important;
 	color:#fff !important;
 }
 .btn.btn-pink.postuler1 {
    position: sticky;
       bottom:20%;
          left: 25%;
             z-index: 1;
             	margin-bottom: 20px;}



/* CUSTOM BANANA STYLE */

.custom-position {
	margin: 0;
	max-width: 100%;
}

.custom-link {
	color: #ffffff;
	text-decoration: none;
}

.custom-link:hover {
	color: #ffffff;
	text-decoration: none;
}

.customAutocomplete {
	max-height: 225px;
	overflow-y: scroll;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.submitButton {
	cursor: pointer;
}

.custom-row {
	flex-grow: 1;
}

.custom-li {
	display: block !important;
}

.modal-button {
	margin: auto;
}

.modal-dialog {
	border-radius: 5px;
}

.job-requirements {
	min-height: 100vh;
}
