html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.grecaptcha-badge{
  opacity: 0;
}
.h40{
  height: 40px;
}
.followersMain div{
  
    width: 9%;
  
}
@media (min-width: 1200px){
    .container.lg{
        max-width: 1240px;
    }
}
.ceo-close, .PauseButton2{
  top: 12px; right: 22px; width: 50px; height: 50px; font-size: 28px; opacity: 1 !important;
}
/* line height classes */
.lh12 {
  line-height: 1.2;
}
.h40 {
  height: 40px !important;
}
.lh28 {
  line-height: 28px;
}
.lh32 {
  line-height: 32px;
}
/* line height classes */

/* fonts sizes classes */
.font-10 {
  font-size: 10px;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: clamp(18px, 4vw, 24px);
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-32 {
  font-size: 32px;
}
.font-34 {
  font-size: 34px;
}
.font-36 {
  font-size: 36px;
}
.font-40 {
  font-size: 40px;
}
.font-42 {
  font-size: clamp(24px, 4vw, 42px);
}
.font-46 {
  font-size: 46px;
}
.font-52 {
  font-size: 52px;
}
.font-55 {
  font-size: 55px;
}
.font-60 {
  font-size: 60px;
}
.font-72 {
  font-size: 72px;
}
/* fonts sizes classes */

/* border raduis class */
.br6{
    border-radius: 6px;
}
.br20{
    border-radius: 20px;
}
/* border raduis class */

.text-underline{
    text-decoration: underline;
}
/* fonts weight classes */
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-sbold {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.font-weight-black {
  font-weight: 800;
}
/* fonts weight classes */

/* colors classes */
.text-blue {
  color: #2670d8;
}
.color-grey {
  color: #808080;
}
.color-grey-p2 {
  color: #535353;
}
.color-grey-dark {
    color: #333C4B;
}
.text-black {
  color: black;
}
/* colors classes */

/* bg colors classes */
.bgc-gray {
    background-color: #e8e8e8;
}
.bg-blue-dark {
    background-color: #3a5095;
  }
/* bg colors classes */

/* border colors classes */
.border-light{
    border-color: rgba(255, 255, 255, 0.11) !important;
}
/* border colors classes */

/* z-indez classes */
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-10 {
  z-index: 10;
}

/* z-indez classes */

/* custom position classes */
.t-10 {
  top: 10px;
}
.l-0 {
  left: 0;
}
.t-0 {
  top: 0;
}
.r-0 {
  right: 0;
}
.b-0 {
  bottom: 0;
}
/* custom position classes */
.no-shadow{
  box-shadow: none;
}
.banner_vide{
  object-fit: cover;
  width: 105vw;
  height: 102vh;
}
.mx-500{
  max-width: 500px;
}
.loader-svg{
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9999999999999999;
}
.mx300{
  max-width: 300px;
}
.dukan{
  background: linear-gradient(105.95deg, #7DCAAE 12.11%, #887DCA 104.81%);
}
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom ;
  background-color: rgb(0 0 0 / 80%);
}
.navbar-nav li a{
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif !important;
}
.btn{
  font-family: "Source Sans Pro", sans-serif !important;
}
/* .navbar-nav li a:hover{
  transform: scale(1.2);
  transition: all .5s;
} */
nav {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
nav .blue-logo {
  display: none;
}
nav .white-logo {
  display: block;
}
nav.bg-white .white-logo {
  display: none;
}
nav.bg-white .blue-logo {
  display: block;
}
nav.bg-white .nav-link.text-white {
  color: #212f62 !important;
}
.btn-warning {
  padding-top: 2px;
}
.circles-design .rounded-circle.main {
  width: 100px;
  height: 100px;
}
.rounded-circle.main.one {
  background: rgba(231, 177, 185, 0.4);
}
.rounded-circle.sub.one {
  background: #e7b1b9;
}
.rounded-circle.main.two {
  background: rgb(179 229 159 / 0.4);
}
.rounded-circle.sub.two {
  background: #b3e59f;
}
.rounded-circle.main.three {
  background: rgb(255 237 199 / 40%);
}
.rounded-circle.sub.three {
  background: #ffedc7;
}
.rounded-circle.sub.one::before, .rounded-circle.sub.two::before, .rounded-circle.sub.three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  visibility: hidden !important;
}
.rounded-circle.sub.one::before{
  background: #e7b1b9e7;
  box-shadow: 0 0 0 5px #f7bec7e1;
  -webkit-animation: 2.5s linear 0s normal none infinite running anim-effect-back-one;
  animation: 2.5s linear 0s normal none infinite running anim-effect-back-one;
}
.rounded-circle.sub.two::before{
  background: #b3e59fe1;
  box-shadow: 0 0 0 5px #c4faafe1;
  -webkit-animation: 2.5s linear 0s normal none infinite running anim-effect-back-two;
  animation: 2.5s linear 0s normal none infinite running anim-effect-back-two;
}
.rounded-circle.sub.three::before{
  background: #fff1d2e6;
  box-shadow: 0 0 0 5px #fff1d2e6;
  -webkit-animation: 2.5s linear 0s normal none infinite running anim-effect-back-three;
  animation: 2.5s linear 0s normal none infinite running anim-effect-back-three;
}

@-webkit-keyframes anim-effect-back-one {
	0% {
		box-shadow: 0 0 0 5px #f7d6dae1;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	50% {
		box-shadow: 0 0 0 10px #e7b1b9;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	100% {
		box-shadow: 0 0 0 20px #e7b1b9;
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
}
@keyframes anim-effect-back-one {
	0% {
		box-shadow: 0 0 0 5px #f7d6dae1;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	50% {
		box-shadow: 0 0 0 10px #e7b1b9;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	100% {
		box-shadow: 0 0 0 20px #e7b1b9;
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
}
@-webkit-keyframes anim-effect-back-two {
	0% {
		box-shadow: 0 0 0 5px #e6ffdce1;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	50% {
		box-shadow: 0 0 0 10px #cdf3bd;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	100% {
		box-shadow: 0 0 0 20px #cdf3bd;
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
}
@keyframes anim-effect-back-two {
	0% {
		box-shadow: 0 0 0 5px #e6ffdce1;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	50% {
		box-shadow: 0 0 0 10px #b3e59f;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	100% {
		box-shadow: 0 0 0 20px #b3e59f;
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
}
@-webkit-keyframes anim-effect-back-three {
	0% {
		box-shadow: 0 0 0 5px #fff5e1;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	50% {
		box-shadow: 0 0 0 10px #ffedc7;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	100% {
		box-shadow: 0 0 0 20px #ffedc7;
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
}
@keyframes anim-effect-back-three {
	0% {
		box-shadow: 0 0 0 5px #fff5e1;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	50% {
		box-shadow: 0 0 0 10px #ffedc7;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}

	100% {
		box-shadow: 0 0 0 20px #ffedc7;
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1.5);
		transform: scale3d(1, 1, 1.5);
	}
}
.rounded-circle.sub.one::after, .rounded-circle.sub.two::after, .rounded-circle.sub.three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  visibility: hidden !important;
}
.rounded-circle.sub.one::before{
  box-shadow: 0 0 0 30px #e7b1b9;
  -webkit-animation: 2.5s linear 0s normal none infinite running anim-effect-front-one;
	animation: 2.5s linear 0s normal none infinite running anim-effect-front-one;
}
.rounded-circle.sub.two::before{
  box-shadow: 0 0 0 30px #b3e59f;
  -webkit-animation: 2.5s linear 0s normal none infinite running anim-effect-front-two;
	animation: 2.5s linear 0s normal none infinite running anim-effect-front-two;
}
.rounded-circle.sub.three::before{
  box-shadow: 0 0 0 30px #ffedc7;
  -webkit-animation: 2.5s linear 0s normal none infinite running anim-effect-front-three;
	animation: 2.5s linear 0s normal none infinite running anim-effect-front-three;
}
@-webkit-keyframes anim-effect-front-one {
	0% {
		box-shadow: 0 0 0 10px #e7b1b9;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	50% {
		box-shadow: 0 0 0 20px rgba(232, 232, 232, .6);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	100% {
		box-shadow: 0 0 0 40px rgba(232, 232, 232, 0);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}
}
@keyframes anim-effect-front-one {
	0% {
		box-shadow: 0 0 0 10px #e7b1b9;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	50% {
		box-shadow: 0 0 0 20px #f8cdd3c2;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	100% {
		box-shadow: 0 0 0 40px rgba(232, 232, 232, 0);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}
}
@-webkit-keyframes anim-effect-front-two {
	0% {
		box-shadow: 0 0 0 10px #b3e59f;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	50% {
		box-shadow: 0 0 0 20px rgba(232, 232, 232, .6);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	100% {
		box-shadow: 0 0 0 40px rgba(232, 232, 232, 0);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}
}
@keyframes anim-effect-front-two {
	0% {
		box-shadow: 0 0 0 10px #b3e59f;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	50% {
		box-shadow: 0 0 0 20px #d5fdc5c9;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	100% {
		box-shadow: 0 0 0 40px rgba(232, 232, 232, 0);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}
}
@-webkit-keyframes anim-effect-front-three {
	0% {
		box-shadow: 0 0 0 10px #ffedc7;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	50% {
		box-shadow: 0 0 0 20px rgba(232, 232, 232, .6);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	100% {
		box-shadow: 0 0 0 40px rgba(232, 232, 232, 0);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}
}
@keyframes anim-effect-front-three {
	0% {
		box-shadow: 0 0 0 10px #ffedc7;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	50% {
		box-shadow: 0 0 0 20px #ffedc79f;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}

	100% {
		box-shadow: 0 0 0 40px rgba(232, 232, 232, 0);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, .5);
		transform: scale3d(1, 1, .5);
	}
}
.rounded-circle.main.one:hover .rounded-circle.sub.one::after,  
.rounded-circle.main.one:hover .rounded-circle.sub.one::before,  
.rounded-circle.main.two:hover .rounded-circle.sub.two::after,  
.rounded-circle.main.two:hover .rounded-circle.sub.two::before,  
.rounded-circle.main.three:hover .rounded-circle.sub.three::after, 
.rounded-circle.main.three:hover .rounded-circle.sub.three::before {
  visibility: visible !important;
}
.rounded-circle.sub {
  width: 80px;
  height: 80px;
}
.applyBtn {
  background-color: #ffc344;
  padding: 10px 28px;
  max-height: 42px;
  border-radius: 2px;
  animation: moveInBottom 16s ease-out;
  animation-fill-mode: backwards;
}
.applyBtn:hover {
  background-color: #ffc344;
  color: black;
}

@keyframes moveInBottom {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}
.applyBtn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.applyBtn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.81s;
    background-color: #ffc344;
}


.color_employee_section {
  background: linear-gradient(108.28deg, #bed5a3 5.81%, #96d3c1 102.96%);
}

.teamSection {
  background: radial-gradient(50% 50% at 50% 50%, #454346 0%, #322e33 100%);
}
.transform-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.view-all{
  top: 90%;
}
.transform-right {
  right: 0;
  top: 50%;
  left: unset;
  transform: translate(0%, -50%);
}

.btn {
  height: 50px;
}

.btn-warning {
  background-color: #f5c746;
  border-color: #f5c746;
  border-radius: 25px;
}
.mode-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.jb-arrow {
  right: 2px;
}
.transform-center.end,
.transform-center.last-end {
  width: initial !important;
}
.transform-center.last-end {
  top: 88%;
}
.transform-center.last-end.controls {
  width: 105px !important;
}

@media screen and (min-width:1200px){
  .w-md-50vw {
    width: 50vw;
  }
  }

.btn_job { 
  border: solid 1px rgba(255,255,255,.5); 
  color: #fff; 
  font-size: 30px; 
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: transparent;
  height: 42px;
  padding: 10px;
}
.btn_job:disabled {
  color: rgba(255,255,255,.3);
  border-color: rgba(255,255,255,.3);
}

 @media screen and (max-width:1200px){
  .btn_job { 
    
    height: 36px;
  }
    .up-ani {
      font-size: 11px !important;
      padding-right: 40px;
    }
    .ceoContent {
      background-image: linear-gradient(transparent,rgba(0,0,0,.8),rgba(0,0,0,.8),rgba(0,0,0,.8));
      text-shadow: 1px 1px 5px #000;
    }
    #testimonials.vh-100,
    #testimonials .vh-100 { height: auto !important;}
    .transform-center.last-end {
      top: 50px;
      left: auto;
      right: -37px;
    }
    .transform-center.last-end  button { width: auto !important; align-items: flex-end;} 
    /* #testimonials { margin-bottom: 50px;} */
    .transform-center.last-end img { width: 50px;}
    .m-mobile-0 { margin: 0 !important;}
    .tstImeage { height: 30vh; position: relative; overflow: hidden;}
    .tstImeage img { position: absolute; width: 100%; height: auto !important; top: 0;}
    .line-testimonial { font-size: 12px !important; line-height: normal !important;}
    .hd-mobile-box { max-height: 33vh; overflow: auto; padding-right: 14px;}
}



.carousel-indicators li {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50%;
  background: #c2c2c2 !important;
  border: 2px solid #fff !important;
  margin-right: 2px;
  margin-left: 2px;
  opacity: 1;
}
.carousel-indicators .active {
  background: #fff !important;
  border: 2px solid #47b449 !important;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.jobListBtn{
    display: none;
}
.jobList:hover{
    background: #354b8f;
}
.jobList:hover .jobListBtn{
    display: block;
}
.ceo_section{
    /* background-image: url(assets/i/ceo.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.circle_play{
    bottom: 100px;
    left: 40%;
}
.ceoContent{
    z-index: 2;
}
.video {
  height: 106vh;
}
/* iframe#video {
  width: 100%;
  height: 100%;
} */
#play-button{
    left: 0;
    top: 0;
    z-index: 5;
}
#pause-button{
    left: 0;
    top: 0;
    z-index: 5;
    display: none;
}
/* .videoActive #play-button{
  display: none;
} */
.videoActive #pause-button{
  display: block;
}
.videoFull{
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
}
.videoActive .videoFull{
    visibility: visible;
}
.button {
  width: 48px;
  height: 48px;
  cursor: pointer;
  color: white;
}

.defs {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.buttons {
  padding: 1rem;
  background: #f06d06;
  float: left;
}
.line-testimonial{
  max-height: 255px;
  overflow-y: auto;
  transition: .4s;
  border-left: solid 5px #057e8d;
}
.line-testimonial:hover{
  transform: scale(1.03);
}

.seeMoreBtn {
    padding: 21px 60px;
    border-radius: 30px;
    background-color: #416FB3;
    line-height: 1;
    height: auto;
}
.mx-80 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90px;
}
.userDropMenu{
  left: unset;
  right: 0;
}
.left0{
  left: 0;
}
.top0{
  top: 0;
}
.bg1{
  background: linear-gradient(108.28deg, #BED5A3 5.81%, #96D3C1 102.96%);
  z-index: 3;
}
.bg2{
  background: linear-gradient(180deg, #A3B7D5 0%, #96D3C1 100%);
  z-index: 2;
}
.bg3{
  background: linear-gradient(108.28deg, #C8A3D5 5.81%, #96D3C1 102.96%);
  z-index: 1;
}
.bg4{
  background: linear-gradient(108.28deg, #EBF8C6 5.81%, #96D3C1 102.96%);
  z-index: 0;
}
.followers_box{
    bottom:70px;
    left:0px;
    right: 0px;
}
.current_opening {
    cursor: url('../../i/cursur.svg') 25 15, auto;	
}
.current_opening a{
    cursor: url('../../i/cursur.svg') 25 15, auto !important;	
}
.banner.VideoCursor  {
    /* cursor: url('../../i/play.svg') 25 15, auto !important;	 */
}
.ceo_section  {
    /* cursor: url('../../i/play.svg') 25 15, auto;	 */
}
.ceo_section.videoActive  {
    /* cursor: url('../../i/pause.svg') 25 15, auto;	 */
}
.ceo_section:hover .circle_play  {
    display: none;
}
#bnr_vid{
  left: 0;
  right: 0;
  bottom: 7px;
  top: 0;
  visibility: hidden;
  z-index: -10;
}
#bnr_vid.show {
  visibility: visible;
  z-index: 1100;
}
.PauseButton2{
  z-index: 1200 !important;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  .border-dashed{border: 1px dashed #dee2e6;}
  #submitDropCv .btn-primary{
    height: 40px !important;
  }
.companyLogos li:nth-child(odd){
   margin-right: 20px;
}
.companyLogos li, .companyList li{
   width: 44%;
}
.web-class.companyList li{
 width: 23%;
}
.web-class.companyList li:hover .bg-white.br6{
  background-color: #286fd9 !important;
}
.web-class.companyList li:hover .bg-white.br6 h3, .web-class.companyList li:hover .bg-white.br6 span, .web-class.companyList li:hover .bg-white.br6 a{
  color: #fff !important;
}
.companyLogos li .bg-white.br6{
  min-height: 80px;
}
.companyList li .bg-white.br6{
  min-height: 90px;
}
.companyList li {
   margin-right: 20px;
}
.companyList li:nth-child(4th+n){
   margin-right: 0px;
}
.scrollToContent {
  background-repeat: no-repeat;
  display: block;
  bottom: 95px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: #6723DB -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffffff), to(#ffffff));
  background: #FFC13C linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  width: 30px;
  height: 50px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  font-size: 0;
  z-index: 1;
}
.scrollToContent{
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: 0;
  right: 0;
  cursor: pointer;
  transform: scale(0.7);
}  
.scrollToContent:before {
  width: 26px;
  height: 46px;
  background-color: #242e26;
  border-radius: 100px;
}

.scrollToContent:before, .scrollToContent:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scrollToContent:after {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
  top: 10px;
}
@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #FFC13C;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #FFC13C;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #FFC13C;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #FFC13C;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #FFC13C;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
}


/* swiper slider css */
.swiper-startup{
  padding: 20% 0 !important;
  height: auto;
}
.swiper-startup:before{
  content: '';
  width: 1px;
  height: 1px;
  background-color: #367399;
  position: absolute;
  border-radius: 100%;
  padding: 34%;
  left: 56%;
  transform: translateX(-50%);
  top: 0;
}
.swiper-startup.lgo:before{
  padding: 39%;
  left: 50%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 260px;
}
.culturesliderOne {
  width: 130%;
  margin-left: -15%;
}
/* swiper slider css */
.carousel-indicators {
  margin-right: 20%;
  margin-bottom: 70px;
}
#cursor {
  transition: all 400ms ease;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #3F5497;
  border-radius: 50%;
  pointer-events: none;
  transition: transform .15s ease-in-out;
  z-index: 1099;
 
}
#cursor.onbutton {
  transition: all 400ms ease;
  background-color: transparent !important;
  width: 40px;
  height: 40px;
}

.teamMain{
  min-height: 550px;
}

/* jamshaid hide show image */
.jamshed {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.jamshed .color{
  display: none;
}
.jamshed:hover .black{
  display: none;
}
.jamshed:hover .color{
  display: block;
}
.name {
  display: none;
  top: -80px;
  right: 0px;
  background-image: url(./assets/i/style_bg.svg);
  background-repeat: no-repeat;
  background-size: 258px 60px;
  border-radius: 6px 6px 6px 0;
  min-height: 60px;
}
.jamshed:hover .name{
  display: block;
}
/* ammar hide show image */
.ammar {
  bottom: 0;
  left: 30px;
  transform: translateX(0%);
  z-index: 4;
}
.ammar .color{
  display: none;
}
.ammar:hover .black{
  display: none;
}
.ammar:hover .color{
  display: block;
}
.name.ammarimg {
  display: none;
  top: 110px;
  left: -170px;
  width: 258px;
  background-image: url(./assets/i/style_bgtwo.svg);
  background-repeat: no-repeat;
  background-size: 258px 60px;
  border-radius: 6px 6px 6px 0;
  min-height: 60px;
}
.ammar:hover .name{
  display: block;
}
/* laraib hide show image */
.laraib {
  bottom: 0;
  right: 50px;
  transform: translateX(0%);
  z-index: 3;
}
.laraib .color{
  display: none;
}
.laraib:hover .black{
  display: none;
}
.laraib:hover .color{
  display: block;
}
.name.laraibimg {
  display: none;
  top: 80px;
  right: -170px;
  width: 258px;
  background-image: url(./assets/i/style_bg.svg);
  background-repeat: no-repeat;
  background-size: 258px 60px;
  border-radius: 6px 6px 6px 0;
  min-height: 60px;
}
.laraib:hover .name{
  display: block;
}
/* laraib hide show image */
.girl {
  top: 11px;
  left: 130px;
  transform: translateX(0%);
  z-index: 3;
}
.girl .color{
  display: none;
}
.girl:hover .black{
  display: none;
}
.girl:hover .color{
  display: block;
}
.name.girlimg {
  display: none;
  top: -10px;
  left: -170px;
  width: 258px;
  background-image: url(./assets/i/style_bgtwo.svg);
  background-repeat: no-repeat;
  background-size: 258px 60px;
  border-radius: 6px 6px 6px 0;
  min-height: 60px;
}
.girl:hover .name{
  display: block;
}
/* laraib hide show image */
.usha {
  top: -10px;
  right: 80px;
  transform: translateX(0%);
  z-index: 0;
}
.usha .color{
  display: none;
}
.usha:hover .black{
  display: none;
}
.usha:hover .color{
  display: block;
}
.name.ushaimg {
  display: none;
  top: -10px;
  right: -130px;
  width: 258px;
  /* background-image: url(./assets/i/style_bg.svg); */
  background-repeat: no-repeat;
  background-size: 258px 60px;
  border-radius: 6px 6px 6px 0;
  min-height: 60px;
}
.usha:hover .name{
  display: block;
}

.outteamslider li img {
  height: 440px;
}
.teamName{
  display: none;
  background: #322F33;
  opacity: 0.8;
}
.outteamslider li:hover .teamName{
  display: flex;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 750px;
}
}

footer{
	background-color: #23292f;
	color: #d4dbe4;
	}
footer a{
	color: #d4dbe4;
	}
	footer .fSocial a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 36px;
	text-align: center;
	font-size: 16px;
	border: 2px solid #d4dbe4;
	color: #d4dbe4;
	border-radius: 100%;
	margin-left: 7px;
	}
	footer .fSocial a:hover{
	border-color: #fff;
	color: #fff;
	}
	footer .fSocial a:first-child{margin: 0;}
	.theList{
	font-size: 16px;
	padding: 20px 0 5px;
	}
	.theList .h4{
	font-size: 22px;
	margin: 15px 0;
	}
	.theList .h4 a{
  color: #fff;
  font-size: 18px;
  }
  @media screen and (max-width:1599px){
    .theList {
      font-size: 14px;
      }
      }
	.theList  a{
  color: #d4dbe4;
  font-size: 14px;
	}
	.theList  a:hover, .theList  a:focus{
	color: #d4dbe4;
	outline: none;
	}
	.theList ul{
	margin: 0;
	padding: 0;
	}
	.theList ul li{
	list-style: none;
	margin: 5px 0;
	}
	.theCopy{
	border-top: 1px solid #4e5762;
	font-size: 14px;
	padding: 26px 0 2px;
	margin-top: 20px;
	text-align: center;
	}
	.theCopy p{
	line-height: 24px;
	margin: 0 0 18px;
	}
	@media screen and (max-width:1600px){
    footer .theCopy p ,footer .theCopy {
      font-size: 14px;
    }
  }

	@media screen and (min-width:1600px){
	.f-row div[class*="col-"]:first-child{
	width: 380px;
	}
	.f-row div[class*="col-"]{
	width: 237px;
	}
	}
  .ftrappbtn 
     a{
       display:inline-block; 
       max-width: calc(50% - 10px); 
       margin-left: 10px;
  }
  .ftrappbtn 
     a:first-child{
       margin: 0;
     }

	@media screen and (max-width:1599px){
	.ftrappbtn img{width:100%;}
	}

	.ftrappbtn:first-child{margin: 0;}


  /* icons css */
  @font-face {
    font-family: 'rz-new';
    src:  url('../f/rz.eot?plqqta');
    src:  url('../f/rz.eot?plqqta#iefix') format('embedded-opentype'),
      url('../f/rz.ttf?plqqta') format('truetype'),
      url('../f/rz.woff?plqqta') format('woff'),
      url('../f/rz.svg?plqqta#rz') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .navbar-default, footer [class^="rz-"], i[class*=" rz-"], .rz-ico{
    font-family: 'rz-new' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* line-height: 1; */
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rz-nav-list:before {
    content: "\e97c";
  }
  .rz-loginlock:before {
    content: "\e96d";
    color: #5b5377;
  }
  .rz-notification_alert:before {
    content: "\e96c";
  }
  .rz-Engineering:before {
    content: "\e900";
  }
  .rz-Import_Export:before {
    content: "\e901";
  }
  .rz-Recruitment:before {
    content: "\e902";
  }
  .rz-Retail:before {
    content: "\e903";
  }
  .rz-cvdropdownmenu:before {
    content: "\e904";
  }
  .rz-share_an_update:before {
    content: "\e905";
  }
  .rz-file:before {
    content: "\e906";
  }
  .rz-pdf:before {
    content: "\e907";
  }
  .rz-delete:before {
    content: "\e908";
  }
  .rz-download:before {
    content: "\e909";
  }
  .rz-edit:before {
    content: "\e90a";
  }
  .rz-refresh:before {
    content: "\e90b";
  }
  .rz-s-lock:before {
    content: "\e90c";
  }
  .rz-lock:before {
    content: "\e90d";
  }
  .rz-csarrow:before {
    content: "\e90e";
  }
  .rz-review_draft:before {
    content: "\e90f";
  }
  .rz-calendar:before {
    content: "\e910";
  }
  .rz-cross:before {
    content: "\e911";
  }
  .rz-message:before {
    content: "\e912";
  }
  .rz-arrowg-up:before {
    content: "\e913";
  }
  .rz-file2:before {
    content: "\e914";
  }
  .rz-func-area:before {
    content: "\e915";
  }
  .rz-searchicon:before {
    content: "\e916";
  }
  .rz-arrowg-down:before {
    content: "\e917";
  }
  .rz-linkedin:before {
    content: "\e918";
  }
  .rz-accountant:before {
    content: "\e919";
  }
  .rz-salary:before {
    content: "\e91a";
  }
  .rz-share:before {
    content: "\e91b";
  }
  .rz-lines:before {
    content: "\e91c";
  }
  .rz-upload:before {
    content: "\e91d";
  }
  .rz-views:before {
    content: "\e91e";
  }
  .rz-healthcare:before {
    content: "\e91f";
  }
  .rz-team:before {
    content: "\e920";
  }
  .rz-analysis:before {
    content: "\e921";
  }
  .rz-arrow-down:before {
    content: "\e922";
  }
  .rz-media:before {
    content: "\e923";
  }
  .rz-search:before {
    content: "\e924";
  }
  .rz-ngos:before {
    content: "\e925";
  }
  .rz-teacher:before {
    content: "\e926";
  }
  .rz-leftarrow:before {
    content: "\e927";
  }
  .rz-women:before {
    content: "\e928";
  }
  .rz-rightarrow:before {
    content: "\e929";
  }
  .rz-postjob:before {
    content: "\e92a";
  }
  .rz-mail3:before {
    content: "\e92b";
  }
  .rz-facebook2:before {
    content: "\e92c";
  }
  .rz-tumblr2:before {
    content: "\e92d";
  }
  .rz-linkedin3:before {
    content: "\e92e";
  }
  .rz-arrow-up:before {
    content: "\e92f";
  }
  .rz-send_info:before {
    content: "\e930";
  }
  .rz-final_cv:before {
    content: "\e931";
  }
  .rz-get_draft:before {
    content: "\e932";
  }
  .rz-ehpostjob:before {
    content: "\e933";
  }
  .rz-checkmark:before {
    content: "\e934";
  }
  .rz-play3:before {
    content: "\e935";
  }
  .rz-mobile:before {
    content: "\e936";
  }
  .rz-earth:before {
    content: "\e937";
  }
  .rz-images:before {
    content: "\e938";
  }
  .rz-globe:before {
    content: "\e939";
  }
  .rz-locked:before {
    content: "\e93a";
  }
  .rz-unlocked:before {
    content: "\e93b";
  }
  .rz-plus:before {
    content: "\e93c";
  }
  .rz-tick:before {
    content: "\e93d";
  }
  .rz-eye:before {
    content: "\e93e";
  }
  .rz-qoute:before {
    content: "\e93f";
  }
  .rz-cart:before {
    content: "\e940";
  }
  .rz-dashboard:before {
    content: "\e941";
  }
  .rz-fcomment:before {
    content: "\e942";
  }
  .rz-flike:before {
    content: "\e943";
  }
  .rz-fshare:before {
    content: "\e944";
  }
  .rz-img:before {
    content: "\e945";
  }
  .rz-jobalerts:before {
    content: "\e946";
  }
  .rz-lines2:before {
    content: "\e947";
  }
  .rz-mycvs:before {
    content: "\e948";
  }
  .rz-myjobs:before {
    content: "\e949";
  }
  .rz-ncross:before {
    content: "\e94a";
  }
  .rz-network:before {
    content: "\e94b";
  }
  .rz-ntick:before {
    content: "\e94c";
  }
  .rz-profile:before {
    content: "\e94d";
  }
  .rz-savedjob:before {
    content: "\e94e";
  }
  .rz-uploadphoto:before {
    content: "\e94f";
  }
  .rz-doc:before {
    content: "\e950";
  }
  .rz-docx:before {
    content: "\e951";
  }
  .rz-cvdownload:before {
    content: "\e952";
  }
  .rz-cvmessage:before {
    content: "\e953";
  }
  .rz-cvpreview_profile:before {
    content: "\e954";
  }
  .rz-cvshortlist:before {
    content: "\e955";
  }
  .rz-hclock:before {
    content: "\e956";
  }
  .rz-hcomments:before {
    content: "\e957";
  }
  .rz-hedit-grey:before {
    content: "\e958";
  }
  .rz-hlike:before {
    content: "\e959";
  }
  .rz-Sales_Marketing:before {
    content: "\e95a";
  }
  .rz-candidate:before {
    content: "\e95b";
  }
  .rz-cv:before {
    content: "\e95c";
  }
  .rz-featured:before {
    content: "\e95d";
  }
  .rz-highlighting:before {
    content: "\e95e";
  }
  .rz-uniE95F:before {
    content: "\e95f";
  }
  .rz-uniE960:before {
    content: "\e960";
  }
  .rz-keywords:before {
    content: "\e961";
  }
  .rz-money:before {
    content: "\e962";
  }
  .rz-premium:before {
    content: "\e963";
  }
  .rz-topjobs:before {
    content: "\e964";
  }
  .rz-google-plus:before {
    content: "\e965";
  }
  .rz-youtube:before {
    content: "\e966";
  }
  .rz-blogger:before {
    content: "\e967";
  }
  .rz-decending:before {
    content: "\e968";
  }
  .rz-accending:before {
    content: "\e969";
  }
  .rz-basic-job:before {
    content: "\e96a";
  }
  .rz-featured-job:before {
    content: "\e96b";
  }
  .rz-mail:before {
    content: "\f03b";
  }
  .rz-calendar2:before {
    content: "\f073";
  }
  .rz-twitter:before {
    content: "\f099";
  }
  .rz-facebook:before {
    content: "\f09a";
  }
  .rz-envelope:before {
    content: "\f0e0";
  }
  .rz-linkedin2:before {
    content: "\f0e1";
  }
  .rz-envelope2:before {
    content: "\f0e2";
  }
  .rz-linkedin22:before {
    content: "\f0e3";
  }
  .rz-less-ico:before {
    content: "\e96e";
  }
  .rz-more-ico:before {
    content: "\e96f";
  }
  .rz-nav-cv:before {
    content: "\e970";
  }
  .rz-nav-dash:before {
    content: "\e971";
  }
  .rz-nav-jobs:before {
    content: "\e972";
  }
  .rz-nav-lang:before {
    content: "\e973";
  }
  .rz-nav-login:before {
    content: "\e974";
  }
  .rz-nav-msg:before {
    content: "\e975";
  }
  .rz-nav-product:before {
    content: "\e976";
  }
  .rz-nav-profile:before {
    content: "\e977";
  }
  .rz-nav-signup:before {
    content: "\e978";
  }
  .rz-next-arrow:before {
    content: "\e979";
  }
  .rz-prev-arrow:before {
    content: "\e97a";
  }
  .rz-nav-search:before {
    content: "\e97b";
  }
  .rz-nav-list:before {
    content: "\e97c";
  }
  
  .homepage [class^="rz-"], i[class*=" rz-"], .rz-ico{
    font-family: 'rz-new' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rz-nav-list:before {
    content: "\e97c";
  }
  .rz-loginlock:before {
    content: "\e96d";
    color: #5b5377;
  }
  .rz-notification_alert:before {
    content: "\e96c";
  }
  .rz-Engineering:before {
    content: "\e900";
  }
  .rz-Import_Export:before {
    content: "\e901";
  }
  .rz-Recruitment:before {
    content: "\e902";
  }
  .rz-Retail:before {
    content: "\e903";
  }
  .rz-cvdropdownmenu:before {
    content: "\e904";
  }
  .rz-share_an_update:before {
    content: "\e905";
  }
  .rz-file:before {
    content: "\e906";
  }
  .rz-pdf:before {
    content: "\e907";
  }
  .rz-delete:before {
    content: "\e908";
  }
  .rz-download:before {
    content: "\e909";
  }
  .rz-edit:before {
    content: "\e90a";
  }
  .rz-refresh:before {
    content: "\e90b";
  }
  .rz-s-lock:before {
    content: "\e90c";
  }
  .rz-lock:before {
    content: "\e90d";
  }
  .rz-csarrow:before {
    content: "\e90e";
  }
  .rz-review_draft:before {
    content: "\e90f";
  }
  .rz-calendar:before {
    content: "\e910";
  }
  .rz-cross:before {
    content: "\e911";
  }
  .rz-message:before {
    content: "\e912";
  }
  .rz-arrowg-up:before {
    content: "\e913";
  }
  .rz-file2:before {
    content: "\e914";
  }
  .rz-func-area:before {
    content: "\e915";
  }
  .rz-searchicon:before {
    content: "\e916";
  }
  .rz-arrowg-down:before {
    content: "\e917";
  }
  .rz-linkedin:before {
    content: "\e918";
  }
  .rz-accountant:before {
    content: "\e919";
  }
  .rz-salary:before {
    content: "\e91a";
  }
  .rz-share:before {
    content: "\e91b";
  }
  .rz-lines:before {
    content: "\e91c";
  }
  .rz-upload:before {
    content: "\e91d";
  }
  .rz-views:before {
    content: "\e91e";
  }
  .rz-healthcare:before {
    content: "\e91f";
  }
  .rz-team:before {
    content: "\e920";
  }
  .rz-analysis:before {
    content: "\e921";
  }
  .rz-arrow-down:before {
    content: "\e922";
  }
  .rz-media:before {
    content: "\e923";
  }
  .rz-search:before {
    content: "\e924";
  }
  .rz-ngos:before {
    content: "\e925";
  }
  .rz-teacher:before {
    content: "\e926";
  }
  .rz-leftarrow:before {
    content: "\e927";
  }
  .rz-women:before {
    content: "\e928";
  }
  .rz-rightarrow:before {
    content: "\e929";
  }
  .rz-postjob:before {
    content: "\e92a";
  }
  .rz-mail3:before {
    content: "\e92b";
  }
  .rz-facebook2:before {
    content: "\e92c";
  }
  .rz-tumblr2:before {
    content: "\e92d";
  }
  .rz-linkedin3:before {
    content: "\e92e";
  }
  .rz-arrow-up:before {
    content: "\e92f";
  }
  .rz-send_info:before {
    content: "\e930";
  }
  .rz-final_cv:before {
    content: "\e931";
  }
  .rz-get_draft:before {
    content: "\e932";
  }
  .rz-ehpostjob:before {
    content: "\e933";
  }
  .rz-checkmark:before {
    content: "\e934";
  }
  .rz-play3:before {
    content: "\e935";
  }
  .rz-mobile:before {
    content: "\e936";
  }
  .rz-earth:before {
    content: "\e937";
  }
  .rz-images:before {
    content: "\e938";
  }
  .rz-globe:before {
    content: "\e939";
  }
  .rz-locked:before {
    content: "\e93a";
  }
  .rz-unlocked:before {
    content: "\e93b";
  }
  .rz-plus:before {
    content: "\e93c";
  }
  .rz-tick:before {
    content: "\e93d";
  }
  .rz-eye:before {
    content: "\e93e";
  }
  .rz-qoute:before {
    content: "\e93f";
  }
  .rz-cart:before {
    content: "\e940";
  }
  .rz-dashboard:before {
    content: "\e941";
  }
  .rz-fcomment:before {
    content: "\e942";
  }
  .rz-flike:before {
    content: "\e943";
  }
  .rz-fshare:before {
    content: "\e944";
  }
  .rz-img:before {
    content: "\e945";
  }
  .rz-jobalerts:before {
    content: "\e946";
  }
  .rz-lines2:before {
    content: "\e947";
  }
  .rz-mycvs:before {
    content: "\e948";
  }
  .rz-myjobs:before {
    content: "\e949";
  }
  .rz-ncross:before {
    content: "\e94a";
  }
  .rz-network:before {
    content: "\e94b";
  }
  .rz-ntick:before {
    content: "\e94c";
  }
  .rz-profile:before {
    content: "\e94d";
  }
  .rz-savedjob:before {
    content: "\e94e";
  }
  .rz-uploadphoto:before {
    content: "\e94f";
  }
  .rz-doc:before {
    content: "\e950";
  }
  .rz-docx:before {
    content: "\e951";
  }
  .rz-cvdownload:before {
    content: "\e952";
  }
  .rz-cvmessage:before {
    content: "\e953";
  }
  .rz-cvpreview_profile:before {
    content: "\e954";
  }
  .rz-cvshortlist:before {
    content: "\e955";
  }
  .rz-hclock:before {
    content: "\e956";
  }
  .rz-hcomments:before {
    content: "\e957";
  }
  .rz-hedit-grey:before {
    content: "\e958";
  }
  .rz-hlike:before {
    content: "\e959";
  }
  .rz-Sales_Marketing:before {
    content: "\e95a";
  }
  .rz-candidate:before {
    content: "\e95b";
  }
  .rz-cv:before {
    content: "\e95c";
  }
  .rz-featured:before {
    content: "\e95d";
  }
  .rz-highlighting:before {
    content: "\e95e";
  }
  .rz-uniE95F:before {
    content: "\e95f";
  }
  .rz-uniE960:before {
    content: "\e960";
  }
  .rz-keywords:before {
    content: "\e961";
  }
  .rz-money:before {
    content: "\e962";
  }
  .rz-premium:before {
    content: "\e963";
  }
  .rz-topjobs:before {
    content: "\e964";
  }
  .rz-google-plus:before {
    content: "\e965";
  }
  .rz-youtube:before {
    content: "\e966";
  }
  .rz-blogger:before {
    content: "\e967";
  }
  .rz-decending:before {
    content: "\e968";
  }
  .rz-accending:before {
    content: "\e969";
  }
  .rz-basic-job:before {
    content: "\e96a";
  }
  .rz-featured-job:before {
    content: "\e96b";
  }
  .rz-mail:before {
    content: "\f03b";
  }
  .rz-calendar2:before {
    content: "\f073";
  }
  .rz-twitter:before {
    content: "\f099";
  }
  .rz-facebook:before {
    content: "\f09a";
  }
  .rz-envelope:before {
    content: "\f0e0";
  }
  .rz-linkedin2:before {
    content: "\f0e1";
  }
  .rz-envelope2:before {
    content: "\f0e2";
  }
  .rz-linkedin22:before {
    content: "\f0e3";
  }
  .rz-less-ico:before {
    content: "\e96e";
  }
  .rz-more-ico:before {
    content: "\e96f";
  }
  .rz-nav-cv:before {
    content: "\e970";
  }
  .rz-nav-dash:before {
    content: "\e971";
  }
  .rz-nav-jobs:before {
    content: "\e972";
  }
  .rz-nav-lang:before {
    content: "\e973";
  }
  .rz-nav-login:before {
    content: "\e974";
  }
  .rz-nav-msg:before {
    content: "\e975";
  }
  .rz-nav-product:before {
    content: "\e976";
  }
  .rz-nav-profile:before {
    content: "\e977";
  }
  .rz-nav-signup:before {
    content: "\e978";
  }
  .rz-next-arrow:before {
    content: "\e979";
  }
  .rz-prev-arrow:before {
    content: "\e97a";
  }
  .rz-nav-search:before {
    content: "\e97b";
  }    
  
  
  /* icons css */
  @media (min-width: 1599px) {
    .container{
      max-width: 1470px;
    }
    .container.lg{
      max-width: 1470px;
   }
  }
  @keyframes ldio-11htgnmtu53 {
    0% { transform: rotate(0) }
    100% { transform: rotate(360deg) }
  }
  .ldio-11htgnmtu53 div { box-sizing: border-box!important }
  .ldio-11htgnmtu53 > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid #000;
    border-color: #416fb3 transparent #416fb3 transparent;
    animation: ldio-11htgnmtu53 1.075268817204301s linear infinite;
  }
  .ldio-11htgnmtu53 > div:nth-child(2), .ldio-11htgnmtu53 > div:nth-child(4) {
    width: 108px;
    height: 108px;
    top: 46px;
    left: 46px;
    animation: ldio-11htgnmtu53 1.075268817204301s linear infinite reverse;
  }
  .ldio-11htgnmtu53 > div:nth-child(2) {
    border-color: transparent #7dcaae transparent #7dcaae
  }
  .ldio-11htgnmtu53 > div:nth-child(3) { border-color: transparent }
  .ldio-11htgnmtu53 > div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .ldio-11htgnmtu53 > div:nth-child(3) div:before, .ldio-11htgnmtu53 > div:nth-child(3) div:after { 
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 48px;
    background: #416fb3;
    border-radius: 50%;
    box-shadow: 0 128px 0 0 #416fb3;
  }
  .ldio-11htgnmtu53 > div:nth-child(3) div:after {
    left: -16px;
    top: 48px;
    box-shadow: 128px 0 0 0 #416fb3;
  }
  
  .ldio-11htgnmtu53 > div:nth-child(4) { border-color: transparent; }
  .ldio-11htgnmtu53 > div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .ldio-11htgnmtu53 > div:nth-child(4) div:before, .ldio-11htgnmtu53 > div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 30px;
    background: #7dcaae;
    border-radius: 50%;
    box-shadow: 0 92px 0 0 #7dcaae;
  }
  .ldio-11htgnmtu53 > div:nth-child(4) div:after {
    left: -16px;
    top: 30px;
    box-shadow: 92px 0 0 0 #7dcaae;
  }
  .loadingio-spinner-double-ring-1zyr9y7cxwx {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
  }
  .ldio-11htgnmtu53 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-11htgnmtu53 div { box-sizing: content-box; }
@keyframes ldio-6nbl3obc0hn {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
.ldio-6nbl3obc0hn div {
  position: absolute;
  animation: ldio-6nbl3obc0hn 0.93s linear infinite;
  width: 68px;
  height: 68px;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  box-shadow: 0 5.9px 0 0 #1d3f72;
  transform-origin: 34px 36.95px;
}
.loadingio-spinner-eclipse-v1xx0jvsmcs {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  background: rgba(241, 242, 243, 0);
}
.ldio-6nbl3obc0hn {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.5);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-6nbl3obc0hn div { box-sizing: content-box; }

@keyframes ldio-6nbl3obc0hn {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
.ldio-6nbl3obc0hn div {
  position: absolute;
  animation: ldio-6nbl3obc0hn 0.93s linear infinite;
  width: 68px;
  height: 68px;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  box-shadow: 0 5.9px 0 0 #1d3f72;
  transform-origin: 34px 36.95px;
}
.loadingio-spinner-eclipse-v1xx0jvsmcs {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  background: rgba(241, 242, 243, 0);
}
.ldio-6nbl3obc0hn {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.5);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-6nbl3obc0hn div { box-sizing: content-box; }


.btn{
  border-radius: 2px !important;
}
  .rz-cross::before{
    content: initial
  }
  .qq-upload-button{
    display: none;
  }

.company_detail::-webkit-scrollbar, .line-testimonial::-webkit-scrollbar {
  border-radius: 3px;
  width: 6px;
}
.company_detail::-webkit-scrollbar-track, .line-testimonial::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #f8f8f8;
}
.company_detail::-webkit-scrollbar-thumb, .line-testimonial::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #758699;
}
.company_detail::-webkit-scrollbar-thumb:hover, .line-testimonial::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  background: #758699;
}
.hide-all{
  position: absolute;
  visibility: hidden;
  z-index: -10;
}
.img-show img.hide-all.visible{
  position: initial;
  visibility: visible;
  z-index: initial;
}
.br10{
  border-radius: 10px;
} 
.mx-h-80vh{
  max-height: 80vh;
}
.mx500{
  max-width: 430px;
}
.bg-transparent{background-color: transparent !important;}
.px-180px{padding: 0 90px !important;}
.w-calc-5logos{
  width: 450px !important
}
.w-calc-4logos{
  width: 360px !important
}
.dot{
  bottom: 4px;
}
.btn-AplyJB{
  background-color: #FFF;
  border: 1px solid #BEBEBE;
  /* background-color: #47b449; */
  border-radius: 8px !important;
  line-height: 1.3;
  color: #909090 !important;
  /* color: #fff !important; */
  padding: 8px 40px;
  font-size: 16px !important;
  height: 41px !important;
  cursor: pointer !important;
}
li:hover .btn-AplyJB{
  background-color: #47b449;
  color: #fff !important;
  border: 1px solid #47b449;
}
.cursor-pointer{
  cursor: pointer !important;
}
.top-0{top: 0;} .bottom-0{bottom: 0;} .left-0{left: 0} .right-0{right:0} .left-74{left: 74px}
.all-cmp{
  transition: .4s;
  opacity: 0;
  z-index: -10;
}
.all-cmp.on{
  opacity: 1;
  z-index: 100;
}
.close-btn{right: 10px; top: 13px; z-index: 101; width: 40px; height: 40px; font-size: 34px !important;}
/* .fixed-h-cmps{
  height: 100vh;
  overflow-y: auto;  
} */
.mainCMPdiv{
  height: 80vh;
  overflow-y: auto;
  z-index: 102;
}
.bg-ldark{
  background-color: #0000009c;
  z-index: 101;
}
.scroll_img img { max-height: 300px;}