@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0 auto;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth; 
    color: var(--primary)   
}
:root {
  --primary: #081131;
  --white: #ffffff;
  --ActiveColor: #8635FC;
  --spanColor: #6D7D93;
}
@font-face{
   font-family: myClashG-V;
   src: url(../fonts/ClashGrotesk-Variable.ttf);
}
button, a{
    outline: none;
}
h1{    
    font-family:myClashG-V;
}
.container-fluid {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 10;
}
@media (max-width: 1280px){
.container-fluid {width: 96%;}
}
@media (max-width: 767px){
.container-fluid {width: 100%;}
}
/*  scroll css section here*/
.scrolltop .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
  }
  .scrolltop .icon img{
      font-size: 30px;
      text-align: center;
      width: 14px;
  }
  .scrolltop {
      position: fixed;
      bottom: 70px;
      right: 40px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background:linear-gradient(315deg, #8635FC 0%, #222238 100%);
      display: none;
      cursor: pointer;
  }
  @media (max-width: 575px){
  .scrolltop {display: none !important;}
  }
/*--==== Header Css Start ===---*/
header {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 0px;
  width: 100%;
  background: transparent; 
  transition height: .5s ease-in;
}

header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  margin-top: 0 !important;
  box-shadow: -8px 4px 10px rgb(229 229 229);
}
header.fixed .navbar {
    padding: 15px 0;
}
header.fixed .navbar .sing-bx-btn {
    padding: 12px 38px !important;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    padding: 22px 0;
}

.navbar-dark .navbar-brand {
    color: #000;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px    
}
.navbar-dark .navbar-brand span{    
    margin: 0 12px;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #253858;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #6D7D93;
    
}
.navbar-dark .navbar-nav .d-flexRight .nav-link {
    padding: 12px 0 !important;    
}
header .navbar-nav li.nav-item{
    margin:0 30px;
}
header .navbar-nav .d-flexRight li:last-child {
    margin-right: 0;
}
header .navbar-nav .d-flexRight li:first-child {
    margin-left: 0;
}
header .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-dark .navbar-nav .active>.nav-link {
    color:var(--ActiveColor);
    border-bottom: 2px solid var(--ActiveColor);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--ActiveColor);
    border-bottom: 2px solid var(--ActiveColor);
}
.navbar-dark .navbar-nav .sing-bx-btn:hover {
    color: var(--ActiveColor) !important;
    background: transparent;
    text-decoration: underline;    
    border: 1px solid var(--ActiveColor) !important;
} 
.sing-bx-btn {
    border-radius: 31px;    
    color: var(--white) !important;
    background: var(--ActiveColor);
    padding: 18px 38px !important;
    text-decoration: underline;
    border: 1px solid var(--ActiveColor);    
    transition: 0.5s;
}
.navbar-dark .navbar-toggler {
    background: transparent;
}

#toggle {
  width: 50px;
  height: 40px;
  margin:0;
}
#toggle div {
  width: 100%;
  height: 1px;
  background: #000;
  margin: 7px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}
#toggle.on .one {
  transform: rotate(45deg) translate(7px, 7px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(4px, -5px)
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color:rgba(255, 255, 255, 0);
}
header .navbar-nav .d-flexRight {
    display: flex;
    margin: 0 auto;
}
header .navbar-nav {
    width: 100%;
}
@media (max-width: 991px){
header .navbar-nav li.nav-item{margin:0 15px;}
.navbar-dark .navbar-brand {font-size: 14px;}
.sing-bx-btn {padding: 18px 25px !important;}
}

@media (max-width: 767px){
.navbar-nav.ml-auto { margin: 0 0 20px;}
.navbar-dark .navbar-nav .nav-link {text-align: left; padding: 12px 0;}
#toggle { height: 50px; border: 1px solid #F2F5F8; box-sizing: border-box; border-radius: 50%;}
.sing-bx-btn {width: min-content; padding: 12px 24px !important;}
header .navbar-nav .d-flexRight {display: block; margin: 0;}
header .navbar-nav li.nav-item { margin: 0; width: max-content;}
.slider-part .slider-left h5 a { padding: 12px 20px;}
header .navbar-nav {
    width: 100%;
    background: #fff;
    padding: 15px 15px 25px;
}
header.fixed .navbar .sing-bx-btn {
    padding: 12px 24px !important;
}
}
/*--==== Header Css End ===---*/

/*--==== Slider Css Start ===---*/
.slider-part {
    width: 100%;
    position: relative;
    background: #F8F5FE;
    padding: 100px 0;
    height: 100vh;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.overlay_slider {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sliderBg.png) no-repeat;
    background-size: cover;
}
.slider-part .slider-left h6{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color:var(--ActiveColor);
    margin: 0;
    border-radius: 15px;
    background: #E7D7FE;
    padding:4px 18px;
    width: max-content;
    text-transform: uppercase;
}
.slider-part .slider-left h1{
    font-weight: 600;
    font-size: 88px;
    line-height: normal;
    letter-spacing: 1px;
    margin: 19px 0 25px;
}
.slider-part .slider-left h1 span{
    color: var(--ActiveColor);
}
.slider-left p{
    font-size: 20px;
    line-height: normal;
    margin-bottom:23px;
}
.slider-part .slider-left h5 {
    width: 100%;
    display: flex;
    margin: 0;
}
.slider-part .slider-left h5 a{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--white);
    background: var(--ActiveColor);
    border-radius: 31px;
    padding: 18px 34px;
    border: 1px solid var(--ActiveColor);
    margin-top: 12px;
    text-decoration: none;
    text-decoration: underline;
    transition: 0.5s;
}
.slider-part .slider-left h5 .border-only{
    color: var(--ActiveColor);
    background: transparent !important;
    margin-left: 12px;
}
.slider-part .slider-left h5 a:hover{
    background: transparent;
    color: var(--ActiveColor);
}
.slider-part .slider-left h5 .border-only:hover{
    background: var(--ActiveColor) !important;
    color:var(--white);
}
.talents-work {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.talents-work img{
    width: 40px;
    line-height: 40px;
}
.talents-work .sli-user-img {
    margin-left: -20px;
}
.talents-work p{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: var(--spanColor);
    padding-left: 12px;
}
.talents-work p span{ 
    color: var(--primary);
}
.slider-img-right {
    position: relative;
}
@media (max-width: 1440px){
.slider-part .slider-left h1 {font-size: 56px; margin: 10px 0 15px}
}
@media (max-width: 1024px){
.slider-part {padding: 150px 0; height: auto;}
.slider-part .slider-left h1 {font-size: 40px;}
}
@media (max-width: 991px){
.slider-part .slider-left h5 a {padding: 15px 20px;}
}
@media (max-width: 767px){
.slider-left {text-align: center;}
.slider-part .slider-left h5 {justify-content: center;}
.slider-part .slider-left h6 {margin: 0 auto;}
.slider-right {display: none;}
.talents-work {display: block;}
.talents-work p { font-size: 16px; line-height: 26px; margin: 15px 0 0; padding-left: 0;}
.slider-part {padding:130px 0 80px; }
}
@media (max-width: 414px){
.slider-part .slider-left h5, .slider-part .slider-left h5 a {display: block;}
.slider-part .slider-left h5 .border-only { margin-left: auto;}
.slider-part .slider-left h1 {font-size: 30px;}

}
/*--==== Slider Css End ===---*/


/*--==== How To Work Css Start ===---*/
.how-to-work-main{
    width: 100%;
    padding:80px 0;
    display: inline-flex;    
    text-align: center;
}
.how-to-work-main h6{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--ActiveColor);
    margin: 0px auto 15px;
    background: #E7D7FE;
    padding:4px 18px;
    width: max-content;
    border-radius:31px;
    text-transform: uppercase;
}
.how-to-work-main h1{
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.5px;
    margin:0 0px 40px;
}
.how-to-work-main h1 span {
    color: var(--ActiveColor)
}
.why-ser-bx {
    width: 100%;
    padding: 50px 54px;
    position: relative;
    border-radius: 30px;
    background: #F8F5FE;
    height: 100%;
    position: relative;
}
.why-ser-bx:hover {
    background: linear-gradient(315deg, #8635FC 0%, #222238 100%);  
}
.why-ser-bx:hover h2, .why-ser-bx:hover p{
    color: var(--white)
}
.why-ser-bx:hover .whyNumberOpcity{
    background:linear-gradient(90deg, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 100%, rgba(254, 254, 254, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-find-img {
    padding: 30px;
    background: var(--white);
    border-radius: 50%;
    width: fit-content;
    margin: 0 auto 20px;
    position: relative;
    z-index: 9;
}
.why-ser-bx h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #081131;
    flex-grow: 0;
    margin: 20px 0;
    font-family:myClashG-V;
    padding: 0 ;
}
.why-ser-bx p{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--spanColor);
    margin: 0;
}
.whyNumberOpcity {
    opacity: 0.5;
    background: linear-gradient(90deg, rgba(134, 53, 252, 0.00) 0%, rgba(134, 53, 252, 0.15) 100%, rgba(134, 53, 252, 0.05) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
}
@media(max-width:1280px){
.why-ser-bx {padding: 30px;}
.whyNumberOpcity {font-size: 80px; line-height: 80px;}
}
@media(max-width:767px){
.how-to-work-main {padding: 50px 0;}
.how-to-work-main h1 {font-size: 30px; line-height: 34px; margin: 0 0px 30px;}
.why-ser-bx h2 {font-size: 20px;}
}
/*--==== How To Work Css End ===---*/

.hiringList{
    /*background: linear-gradient(360deg, #F8F5FE 0%, rgba(248, 245, 254, 0.00) 100%);*/
    padding: 80px 0;
    background: url(../images/hirignListBg.png) no-repeat;
    background-size: cover;
}
.hiringList .hirignContent{
    padding: 0 250px 0 0;
}
.hiringList .hirignContent h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin:0;
    color:var(--ActiveColor);
    border-radius: 15px;
    background: #E7D7FE;
    padding:4px 18px;
    width: max-content;
}
.hiringList .hirignContent h1{
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin:15px 0 0;
}
.hiringList .hirignContent h1 span{
    color: var(--ActiveColor);
}
.hiringList .hirignContent p{
    padding:20px 0 40px 0;
    margin:0;
}
.hiringList .hirignContent ul{
    margin:0;
    padding: 15px 0 0;    
    border-top: 2px solid #DFDDE9;
}
.hiringList .hirignContent ul li{
    list-style-type: none;
    margin: 25px 0 0;
}
.hiringList .hirignContent ul li img{
    margin-right: 10px;
}
.hiringList .hirignContent h5 {
    width: 100%;
    display: flex;
    margin:60px 0 30px;
}
.hiringList .hirignContent h5 a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: var(--ActiveColor);
    border-radius: 31px;
    padding: 18px 34px;
    border: 1px solid var(--ActiveColor);
    margin-top: 12px;
    text-decoration: none;
    text-decoration: underline;
    transition: 0.5s;
}
.hiringList .hirignContent h5 a:hover{
    background: transparent !important;
    color:var(--ActiveColor);
}
.hiringList .imgBoxGradient{
    border-radius: 30px;
    background: linear-gradient(315deg, #8635FC 0%, #222238 100%);
    padding: 20px;
    text-align: center;
    position: relative;
}
.hiringList .imgBoxGradient .positionZindex{
    position: relative;
    z-index: 1;
}
.hiringList .imgBoxGradient .positionImgLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.hiringList .twospace{
    margin: 80px 0 0;
}
.hiringList .twospace .hirignContent{
    padding: 0 0 0 250px;
}

.hiringList .accordion .btn-link {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: var(--primary);
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hiringList .accordion .btn-link img {
    margin: 0 0 0 auto;
    transform: rotate(180deg);
}

.hiringList .accordion .collapsed img {
    transform: rotate(360deg);
}
.hiringList .accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 20px;    
}
.hiringList .accordion .btn.focus, .hiringList .accordion .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
.hiringList .accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;    
    border-top: 2px solid #DFDDE9;
    padding:30px 0;
}
.hiringList .accordion .card-body {
    padding: 20px 0 0;
    color: var(--spanColor);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
@media(max-width: 1440px){
.hiringList .hirignContent {padding: 0 80px 0 0;}
.hiringList .twospace .hirignContent {padding: 0 0 0 80px;}
}
@media(max-width: 1366px){
.hiringList .hirignContent {padding: 0;}
.hiringList .twospace .hirignContent {padding: 0;}
}
@media (max-width:767px){
.hiringList {background: linear-gradient(360deg, #F8F5FE 0%, rgba(248, 245, 254, 0.00) 100%); padding:0 0 50px;}
.hiringList .twospace {margin: 80px 0 0;}
.hiringList .hirignContent h6 { margin: 0 auto;}
.hiringList .hirignContent h1 {font-size: 30px; text-align: center;}
.hiringList .hirignContent p {padding: 20px 0 30px 0; text-align: center;}
.hiringList .hirignContent h5 {margin: 20px 0 40px; justify-content: center;}
.hiringList .hirignContent h5 a {padding: 12px 34px;}
}
/*--==== Hiring Employee Css Satrt ===---*/
.hireEmployee{
    padding:80px 0;
    background: var(--white);
}
.hireEmployee h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin:0 auto;
    color:var(--ActiveColor);
    border-radius: 15px;
    background: #E7D7FE;
    padding:4px 18px;
    width: max-content;
}
.hireEmployee h1{
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin:15px auto 10px;
    text-align: center;
}
.hireEmployee h1 span{
    color: var(--ActiveColor);
}
.hireEmployee h5 {
    width: 100%;
    display: flex;
    margin:40px 0 0;
}
.hireEmployee h5 a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: var(--ActiveColor);
    border-radius: 31px;
    padding: 18px 34px;
    border: 1px solid var(--ActiveColor);
    margin-top: 12px;
    text-decoration: none;
    text-decoration: underline;
    margin:0 auto;    
    transition: 0.5s;
}
.hireEmployee h5 a:hover{
    background: transparent !important;
    color:var(--ActiveColor);
}
.hireEmployee .hireContent{
    border-radius: 30px;
    border: 3px solid #EDEFF1;
    background: var(--white);
    padding: 50px 30px;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;    
}
.hireEmployee .hireContent img {
    background: var(--white);
    padding: 4px;
    border-radius: 50%;
    border: 4px solid rgba(8, 17, 49, 0.05);
}
.hireEmployee .hireContent h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; 
    margin:25px 0 15px;
    font-family:myClashG-V;
}
.hireEmployee .hireContent h3{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 5px;     
}
.hireEmployee .hireContent p{
    color: var(--spanColor);
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 
}
.hireEmployee .hireContent a{
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; 
    text-decoration-line: underline;
    display: none;
    margin-top: 20px;
}
.hireEmployee .hireContent ul {
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
    display: none;
}
.hireEmployee .hireContent ul h4{
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 
}
.hireEmployee .hireContent ul li{
    color: var(--ActiveColor);
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 
    text-align: left;
    list-style-type: none;
    display: inline-block;
    border: 1px solid var(--ActiveColor);
    border-radius: 31px;
    background: #E7D7FE;
    padding: 4px 8px;
}
.hireEmployee .hireContent .optionalSkill li{
    background: var(--white) !important;    
    border: 1px solid var(--white);
    color: var(--primary);
}
.hireEmployee .hireContent:hover{
    background: linear-gradient(315deg, #8635FC 0%, #222238 100%); 
    padding:20px 30px;
}
.hireEmployee .hireContent:hover a{
    display: block;
}
.hireEmployee .hireContent:hover h2, .hireEmployee .hireContent:hover h3, .hireEmployee .hireContent:hover h4{
    color: var(--white);
}
.hireEmployee .hireContent:hover img {
    padding: 2px;
    border: 2px solid rgba(8, 17, 49, 0.05);
    width: 25%;
}
.hireEmployee .hireContent:hover h2{
    font-size: 20px;
    line-height: 28px; 
    margin:10px 0 3px;
}
.hireEmployee .hireContent:hover p{
    display: none; 
}
.hireEmployee .hireContent:hover ul {
    display: block;
}


@media (max-width:767px){
.hireEmployee {padding: 50px 0;}
.hireEmployee h1 {font-size: 30px; margin: 15px auto 30px;}
.hireEmployee h5 {margin: 40px 0 0;}
.hireEmployee .hireContent h2 {font-size: 20px; margin: 15px 0;}
.hireEmployee .hireContent {padding: 30px;}
.hireEmployee h5 a {padding: 12px 34px;}
.hireEmployee .hireContent p {margin: 0 0 10px;}
}
/*--==== Hiring Employee Css Close ===---*/

/*--==== Hire Roles Css Start ===---*/
.employeeRole{
    background: linear-gradient(180deg, #FFF 0%, #FAFAFA 100%);
    width: 100%;
    padding:0 0 80px;
    position: relative;
}
.employeeRole .roleTopLeft {
    position: absolute;
    top: 0;
    left: 0;    
}
.employeeRole svg{
    width: 260px;
}
.employeeRole svg path{    
    fill: #F4F4F4;
}
.employeeRole .rolebottomRight{
    position: absolute;
    right: 0;
    bottom: 100px; 
}
.employeeRole h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin:0 auto;
    color:var(--ActiveColor);
    border-radius: 15px;
    background: #E7D7FE;
    padding:4px 18px;
    width: max-content;
}
.employeeRole h1{
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin:15px auto 50px;
    text-align: center;
}
.employeeRole h1 span{
    color: var(--ActiveColor);
}
.employeeRoleContent{
    background: var(--white);
    padding: 24px;
    margin-top:30px;
    border-radius: 20px;
    box-shadow: 0px 20px 120px -2px rgba(8, 17, 49, 0.05);
}
.employeeRoleContent h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; 
    margin:0 0 20px;
    font-family:myClashG-V;
}
.employeeRoleContent p{
    color: var(--spanColor);
    margin: 0 45px 25px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.employeeRoleContent .role-talents {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.employeeRoleContent .role-talents p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: var(--spanColor);
}
.employeeRoleContent .role-talents .working-proje-bx{
    display: flex;
}
.employeeRoleContent .role-talents .working-proje-bx img {
    width: 40px;
    line-height: 40px;
}
.employeeRoleContent .role-talents .working-proje-bx .sli-user-img {
    margin-left: -34px;
}
.employeeRoleContent .role-talents .working-proje-bx span.sli-user-img {
    position: relative;
    right: 6px;
}
.employeeRoleContent .role-talents .working-proje-bx span {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    margin-right: 2px;
    text-align: center;
    padding: 6px;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.employeeRole h5 {
    width: 100%;
    display: flex;
    margin:40px 0 0;
}
.employeeRole h5 a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: var(--ActiveColor);
    border-radius: 31px;
    padding: 18px 34px;
    border: 1px solid var(--ActiveColor);
    margin-top: 12px;
    text-decoration: none;
    text-decoration: underline;
    margin:0 auto;    
    transition: 0.5s;
}
.employeeRole h5 a:hover{
    background: transparent !important;
    color:var(--ActiveColor);
}
@media (max-width:767px){
.employeeRoleContent p {margin: 0 0px 20px 0;}
.employeeRoleContent h2 { margin: 0 0 15px;}
}
@media (max-width:767px){
.employeeRole svg path {fill: #f4f4f4b3;}
.employeeRole svg {width: 150px;}
.employeeRole h1 {font-size: 30px; margin: 15px auto 20px;}
.employeeRole h5 {margin: 40px 0 0;}
.employeeRole {padding: 0 0 50px;}
.employeeRole .roleTopLeft {top: -3%;}
.employeeRole .rolebottomRight {bottom: -3%;}
.employeeRole h5 a {padding: 12px 34px;}
.employeeRoleContent .role-talents {margin-top: 0;}
}
/*--==== Hire Roles Css Close ===---*/

/*--==== Join Main Part Css Start ===---*/
.join-main-part{
    width: 100%;
    padding: 80px 0;
}
.join-ser-bx{
    border-radius: 30px;
    background: linear-gradient(315deg, #8635FC 0%, #222238 100%);
    position: relative;
    padding: 50px 30px;
}
.join-ser-bx h1{
    font-weight:600;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--white);
    margin: 0;   
    position: relative;
    z-index: 2;
    word-wrap: break-word;
}
.join-ser-bx p{
    color: var(--white);
    margin: 15px 0 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}
.join-ser-bx h5 {
    width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.join-ser-bx h5 a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--white);
    background: var(--ActiveColor);
    padding: 18px 30px;
    margin-top: 15px;
    text-decoration-line: underline;    
    border-radius: 31px;
    position: relative;
    z-index:1;    
    transition: 0.5s;
}
.join-ser-bx h5 a:hover{
    background: var(--white) !important;
    color:var(--ActiveColor);
}
.join-ser-bx h5 .border-only {
    color: var(--ActiveColor);
    margin-left: 12px;
    background: #F8F5FE;
}
.join-ser-bx h5 .border-only:hover{
    background: var(--ActiveColor) !important;
    color:var(--white);
}
.join-ser-bx .join-swirl {
    position: absolute;
    bottom: 0;
    left: 0;
}
.join-ser-bx svg {
    width: 260px;
}
.join-ser-bx svg path{
    fill: #8635FC;
    opacity: 0.2;
}
.join-ser-bx .join-scribble {
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width:767px){
.join-ser-bx h1 {font-size: 30px; line-height: normal;}
.join-ser-bx svg {width: 150px;}
.join-ser-bx h5 a {font-size: 14px; padding: 12px 15px;}
.join-main-part{padding: 50px 0;}
.join-ser-bx {padding: 30px;}
.join-ser-bx p {margin: 15px 0 0;}
}
@media (max-width:414px){
.join-ser-bx h5 {display: block;}
.join-ser-bx h5 a {font-size: 14px; display: block; padding: 12px 15px;}
.join-ser-bx h5 .border-only {margin-left: 0;}

}
/*--==== Join Main Part Css Close ===---*/

/*--==== Footer Css Satrt ===---*/
footer{
    border-radius: 70px 70px 0px 0px;
    background: #25223E;
    padding: 64px 0;
    position: relative;
}
footer .overlay_footer{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/footer_grid.png) no-repeat;
    background-size: cover;
}
footer .footer_Top{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
footer .footer_Top h1{
    color: var(--white);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
footer .footer_Top p{
    color: #ADADAD;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0 12px;
}
footer .menu-foot{
    margin-top: 30px;
}
footer .menu-foot h2 {
    margin: 0 0 18px;
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    font-family:myClashG-V;
}
footer .menu-foot p{    
    color: #888;
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
footer .menu-foot ul{
    margin: 0;
    padding:0;
}
footer .menu-foot ul li{
    list-style-type: none;
    margin: 20px 0 0;
}
footer .menu-foot ul li a{
    color: #888;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.footLogo{
    margin-right:100px;
}
@media (max-width:1440px){
footer .footer_Top {width: 70%;}
}
@media (max-width:1366px){
.footLogo {margin-right: 50px;}
}
@media (max-width:1199px){
footer .footer_Top {width:80%;}
.footLogo {margin-right:0;}
}
@media (max-width:1024px){
footer .footer_Top {width:90%;}
footer .menu-foot {margin-top: 40px;}
}
@media (max-width:767px){
footer .footer_Top h1 {font-size: 30px;}
footer .footer_Top {width:100%;}
}
/*--==== Footer Css Close ===---*/

/*--============ Home Page Css Close ===========---*/
