/* reset css start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-family: "Montserrat", sans-serif;
  border: none;
}


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

a {
  text-decoration: none !important;
}

figure {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

figure img {
  width: 100%;
  transform: scale(1);
  transition: all .5s ease-in-out;
}

figure:hover img {
  transform: scale(1.2);
  transition: all .5s ease-in-out;
}

body.adcls {
  overflow: hidden;
}

.dflex {
  display: flex;
}

.jstbtwn {
  justify-content: space-between;
}

.jstcntr {
  justify-content: center;
}

.algncntr {
  align-items: center;
}

.flxwrp {
  flex-wrap: wrap;
}

.container {
  max-width: 1280px;
  margin: auto;
  padding: 0 10px
}

.txt14 {
  font-size: 16px;
  line-height: 24px;
}

.txt16 {
  font-size: 16px;
  line-height: 28px;
}

.txt20 {
  font-size: 18px;
  line-height: 34px;
  color: #101922
}

.txt22 {
  font-size: 22px;
  line-height: 34px;
}

.txt26 {
  font-size: 26px;
  line-height: 40px;
}

.txt30 {
  font-size: 30px;
  color: #101922;
  line-height: 40px;
}

.txt34 {
  font-size: 34px;
  line-height: 40px;
}

.txt36 {
  font-size: 36px;
  color: #101922;
  line-height: 40px;
}

.txt24 {
  font-size: 20px;
  color: #838383;
  line-height: 40px;
}

.txtupercase {
  text-transform: uppercase;
}

.txtwhite {
  color: #F7F7F7 !important
}

.txtblue {
  color: #286EE4 !important
}

.staffAgency {
  font-weight: bold;
  font-size: 20px;
  line-height: 14px;
}

.staffAgency span {
  color: #2666D7;
}


h2,
h3,
h4,
h5,
h6 {
  font-weight: 600
}

.redbrdr,
.bluebrdr {
  height: 4px;
  width: 144px;
  display: block;
  background: #B72408;
  border-radius: 100px;
  margin-bottom: 30px
}

.bluebrdr {
  background: #276DE3;
  margin-top: 10px
}

.rdmrbtn {
  display: block;
  width: 194px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #FFFFFF;
  border: 1px solid #707070;
  font-weight: 600;
  font-size: 14px;
  padding: 0 45px;
}

.rdmrbtn.sm {
  width: 174px;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
}

.rdmrbtn.bluebg {
  background: #276DE3 url(../images/arrow.svg) 80% 52% no-repeat
}

.rdmrbtn.bluebg:hover {
  background: #27CAE2 url(../images/arrow.svg) 80% 52% no-repeat
}

.rdmrbtn.darkbluebg {
  background: #011B4D url(../images/arrow.svg) 80% 52% no-repeat;
}

.rdmrbtn.darkbluebg:hover {
  background: #2666d7 url(../images/arrow.svg) 80% 52% no-repeat
}

/* reset css end */
figure {
  margin: 0 !important;
}

/* header css start */
p {
  font-weight: 300;
}

.hdr {
  background: #2666D7;
  box-shadow: 0px 3px 20px #0000000F;
  z-index: 1;
  font-size: 17px;
}

.headerTops {
  position: relative;
  padding: 9px 0;
}

.lg {
  line-height: 0;
  width: 138px;
  flex-shrink: 0;
}

.lg img {
  width: 100%
}

.mblnav {
  display: none;
}

.hdr-rgt {}

.nav {
  margin-top: -5px;
}

.nav ul {
  gap: 50px;
  margin: 0;
}

.nav ul li {
  position: relative;
  flex-shrink: 0
}

.nav ul li:before {
  transform: scale(0);
  transition: all .2s ease-in-out;
  content: "";
  position: absolute;
  height: 2px;
  background: #96B5EC;
  bottom: -4px;
  left: 0;
  right: 0;
}

.nav ul li:hover:after,
.nav ul li.active:before {
  transform: scale(1);
  transition: all .2s ease-in-out
}

.nav ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
  display: block;
  position: relative;
}

.nav ul li.drpdn a:after {
  content: "";
  width: 8px;
  height: 9px;
  position: absolute;
  right: -15px;
  top: 32%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.drpdnnav {
  z-index: 9;
  text-align: left;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px #0000000D;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 400px;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}

.drpdnnav a {
  color: #474747 !important;
  font-size: 14px !important;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  line-height: 30px !important;
}

.drpdnnav a:first-child {
  border: none;
}

.drpdnnav a:hover {
  color: #2666D7 !important
}

.nav ul li.drpdn:hover .drpdnnav {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out;
}

.hdr-srch {
  margin: 0 25px 0 110px;
  position: relative;
}

.srchinpt {
  width: 250px;
  height: 32px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
  position: absolute;
  right: 30px;
  top: -7px;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
  border-radius: 4px;
}

.srchinpt.adcls {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out
}

#hdrsrch {
  width: 22px;
  height: 22px;
  display: block;
  filter: brightness(0) invert(1);
}

#hdrsrch img {
  width: 100%
}

.rqstbtn {
  background: #14387A url(../images/call-icon.svg) 10px 50% no-repeat;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px 0 32px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  display: block;
  flex-shrink: 0;
  border: none;
  box-shadow: inherit !important;
}

.rqstbtn:hover {
  background: #5794FF url(../images/call-icon.svg) 10px 50% no-repeat;
}

.insdrindustries.jstbtwn p {
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.vsp120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .services-inside-left-list {
    display: none;
  }

  .hdr {
    position: sticky;
    top: 0;
    z-index: 2
  }

  .lg {
    width: 100px
  }

  .mblnav {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
  }

  .mblnav span {
    margin-top: 10px;
  }

  .adcls .mblnav span {
    margin-top: 10px;
    display: none;
  }

  .adcls .mblnav .mclose {
    color: #fff;
    font-size: 23px;
    border: solid 1px #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .mblnav span,
  .mblnav span:before,
  .mblnav span:after {
    content: "";
    left: 0;
    position: absolute;
    ;
    width: 22px;
    height: 2px;
    background: #fff
  }

  .mblnav span:before {
    top: -8px;
    width: 25px;
  }

  .mblnav span:after {
    top: 8px;
    width: 20px;
  }

  .hdr-srch {
    display: none;
  }

  .nav {
    overflow: auto;
    position: fixed;
    left: -100%;
    width: 100%;
    top: 56px;
    bottom: 0;
    background: #2666D7;
    transition: all .5s ease-in-out
  }

  .nav.adcls {
    left: 0;
    transition: all .5s ease-in-out
  }

  .nav ul {
    display: block;
    padding: 3px 15px 0 8px;
    width: 100%;
    text-align: left;
  }

  .nav ul li {
    padding: 0 0;
    position: relative;
  }

  .nav ul li.drpdn:after {
    right: 20px;
    top: 24px;
  }

  .drpdnnav {
    position: static;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
    display: none;
  }

  .nav ul li.drpdn a::after {
    right: 10px;
    top: 32%;
  }

  .nav ul li::before {
    display: none;
  }

  .nav ul li a {
    border-bottom: solid 1px #ffffff1f;
    padding: 4px 5px 7px;
  }

  .container {
    padding: 0 15px
  }

  .rqstbtn {
    padding: 0 10px 0 30px;
    font-size: 12px;
  }

  .txt30,
  .txt36,
  .txt34 {
    font-size: 24px;
    line-height: 32px;
  }

  .txt20 {
    font-size: 16px;
    line-height: 20px;
  }

  .txt24,
  .txt26 {
    font-size: 18px;
    line-height: 30px;
  }
}

/* header css end */

/* top box css start */
.topscnwrp {
  background: linear-gradient(45deg, #EBEBEB, #EBEBEB, #F4F4F4, #F4F4F4, #F4F4F4, #F4F4F4);
}

.topscnwrp figure {
  width: 50%;
  flex-shrink: 0
}

.topscnwrp figcaption {
  width: 50%;
  flex-shrink: 0;
  padding: 0 50px;
}

.topscnwrp figcaption .rdmrbtn.darkbluebg {
  border: none;
  width: auto;
  display: table;
  padding: 0 70px 0 30px;
  background-position: 85% 52%;
  margin-top: 40px;
  box-shadow: 0px 3px 12px #00000029;
}

.schlmtngpp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, .7);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: all .5s ease-in-out;
  opacity: 0;
}

.schlmtngpp.adcls {
  visibility: visible;
  transition: all .5s ease-in-out;
  opacity: 1;
}

.schlmtngppbx {
  background: #fff;
  width: 700px;
  padding: 0;
  position: relative;
  box-shadow: inherit;
  border-radius: 0;
}

.schlmtngppbx iframe {
  border: solid 1px #777;
  margin-bottom: -10px;
}

.schlmtngcls {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 100%;
  color: #fff;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  top: -15px;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .topscnwrp .container {
    padding: 0;
  }

  .topscnwrp figure,
  .topscnwrp figcaption {
    width: 100%
  }

  .topscnwrp figcaption {
    padding: 20px;
  }
}

/* top box css end */

/* job seeker and employer css start */
.jbemplyr {
  position: relative;
}

.jbemplyrbx {
  width: 50%;
  display: flex;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.jbemplyrbx figcaption {
  width: 50%;
  padding: 60px 0px 60px 40px;
  flex-shrink: 0;
}

.jbemplyrbx figure {
  width: 61%;
  height: 500px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.jbemplyrbx figure img {
  width: auto
}

.jbemplyrhd {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.jbemplyrhd span {
  display: block;
  margin-bottom: 25px;
  color: #fff
}

.jbemplyrhd p {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-top: 20px;
}

.jbemplyrbx:first-child {
  background: linear-gradient(#2A6FE7, #153A7C)
}

.jbemplyrbx:last-child {
  background: linear-gradient(#29CEE5, #153B7C)
}

.jbemplyrbtn {
  border: 2px solid #27CAE2;
  border-radius: 5px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 60px;
  left: 40px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.jbemplyrbtn:hover {
  background: #27CAE2
}

@media screen and (max-width: 768px) {
  .jbemplyr {
    display: block;
  }

  .jbemplyrbx {
    width: 100%;
    display: block;
  }

  .jbemplyrbx figcaption,
  .jbemplyrbx figure {
    width: 100%;
    min-height: auto;
    height: auto
  }

  .jbemplyrbx figcaption {
    padding: 20px 15px;
  }

  .jbemplyrbx figure {
    display: block;
    text-align: center;
  }

  .jbemplyrhd span {
    margin-bottom: 10px
  }

  .jbemplyrhd p {
    margin-top: 10px
  }

  .jbemplyrbtn {
    height: 40px;
    line-height: 40px;
    position: static;
    display: table;
    margin: 30px 0 0 0;
  }
}

/* job seeker and employer css end */


/* welcome css start */
.wlcmwrp {
  padding: 90px 0 60px 0
}

.wlcmwrp h2 {
  font-weight: 800;
  margin: 30px 0 15px;
}

.wlcmwrp p {
  margin-top: 35px
}

@media screen and (max-width: 768px) {
  .wlcmwrp {
    padding: 30px 0
  }

  .wlcmwrp h2,
  .wlcmwrp p {
    margin: 15px 0;
  }
}

/* welcome css end */

/* clients partners start */
.clntprtnrswrp {
  padding: 50px 0;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}

.clntprtnrslist {
  gap: 15px 0;
  margin-top: 30px;
  padding-left: 0;
  justify-content: start;
}

.clntprtnrslist li {
  width: 16.5%;
  flex-shrink: 0;
}

.clntprtnrslist li img {
  width: 100%
}

@media screen and (max-width: 768px) {
  .clntprtnrslist li {
    width: 32%;
  }
}

/* clients partners end */

/* our services css start */
.srcrvswrp {}

.srcrvswrp h2 {
  font-weight: bold;
  margin: 10px 0 15px 0
}

.srcrvsbx {
  position: relative;
}

.srcrvsbx:before,
.srcrvsbx:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.srcrvsbx:before {
  left: 0;
  background: #2666D7;
  width: 46%;
}

.srcrvsbx:after {
  right: 0;
  background: #011B4D;
  width: 54%;
}

.srcrvsbxl {
  width: 45%;
  flex-shrink: 0;
  position: relative;
  padding: 60px 100px 0 0;
}

.srcrvsbxr {
  width: 55%;
  flex-shrink: 0;
  position: relative;
  padding: 60px 0 60px 60px;
}

.srcrvsbxr:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(../images/hmpsrvcsline.png) 0 0 no-repeat;
  left: -90px;
  width: 161px;
}

.srcrvslist {
  padding: 0;
}

.srcrvslist li {
  position: relative;
  padding-left: 110px;
  margin-top: 30px;
}

.srcrvslist li img {
  position: absolute;
  width: 56px;
  left: 0;
  top: 0;
}

.srcrvslist li p {
  color: #cacaca;
  font-size: 17px;
  line-height: 24px;
}

.srcrvslist li p span {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  display: block;
  margin-bottom: 5px;
}

.srcrvslist li p span a {
  color: #fff;
}

@media screen and (max-width: 768px) {

  .srcrvsbx:before,
  .srcrvsbx:after,
  .srcrvsbxr:before {
    display: none;
  }

  .srcrvsbxl,
  .srcrvsbxr {
    width: 100%;
    padding: 25px 15px;
  }

  .srcrvsbxl {
    background: #2666D7;
  }

  .srcrvsbxr {
    background: #011B4D;
  }

  .srcrvsbx .container {
    padding: 0;
  }

  .srcrvslist li {
    padding-left: 60px;
  }

  .srcrvslist li img {
    width: 40px;
  }

  .srcrvslist li p {
    font-size: 14px;
    line-height: 20px;
  }

  .srcrvslist li p span {
    font-size: 16px;
    line-height: 28px;
  }
}

/* our services css end */

/* about css start */
.abtwrp {
  padding: 40px 0 0 0;
  background: #fff
}

.abtwrp h2 {
  font-weight: bold;
  margin: 10px 0 15px 0
}

.phtstory {
  position: relative;
}

.phtstory figure {
  width: 48%
}

.phtstory figcaption {
  background: #011B4D;
  width: 52%;
  display: flex;
  align-items: center;
  color: #fff;
  margin: 50px 0 -50px 0;
  padding: 2.5% 5% 2.5% 0%;
  box-shadow: -70px 0px 0px #011B4D;
  position: relative;
}

.phtstory figcaption:after {
  content: "";
  position: absolute;
  top: -50px;
  border-top: 0px solid transparent;
  border-left: 70px solid transparent;
  border-bottom: 50px solid #2666D7;
  left: -70px;
  z-index: 1;
}

.figintro {}

.figintro p {
  margin: 5px 0 20px 0;
  color: #aba9a9;
}

.pl-0 {
  padding-left: 0 !important;
}

.phtstory.nobg {
  padding: 100px 50px 50px 50px
}

.phtstory.nobg:after {
  content: "";
  background: #C5DFD3;
  position: absolute;
  height: 170px;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  z-index: -1;
}

.phtstory.nobg figure {
  width: 45%
}

.phtstory.nobg figcaption {
  background: none;
  width: 45%;
  color: #000;
  margin: 0;
  padding: 0 100px 0 0;
  box-shadow: none;
}

.phtstory.opost {
  flex-direction: row-reverse;
}

.phtstory.opost figcaption {
  box-shadow: 50px 0px 0px #163F86;
  background: #163F86
}

.phtstory.opost .rdmrbtn.darkbluebg {
  background: #163F86 url(../images/arrow.svg) 80% 52% no-repeat;
}

.phtstory.opost .rdmrbtn.darkbluebg:hover {
  background: #27CAE2 url(../images/arrow.svg) 80% 52% no-repeat;
}

.vsp50 {
  margin-bottom: 50px
}

@media screen and (max-width: 768px) {
  .abtwrp {
    padding: 30px 0 0 0
  }

  .phtstory {
    display: block;
    margin: 0 -15px;
  }

  .phtstory figure,
  .phtstory figcaption,
  .phtstory.nobg figure,
  .phtstory.nobg figcaption {
    width: 100%
  }

  .phtstory figcaption {
    margin: 0;
    padding: 15px
  }

  .figintro p {
    margin: 15px 0;
  }

  .phtstory.nobg {
    padding: 30px 15px;
  }

  .phtstory.nobg figcaption {
    padding: 20px 0;
  }

  .phtstory.nobg:after,
  .phtstory figcaption:after {
    display: none;
  }

  .vsp50 {
    margin-bottom: 25px
  }
}

/* about css end */

/* watch video css start */
.wtchvideowrp {
  max-width: 1090px;
  margin: auto;
  padding: 120px 0;
}

.wtchvideohd {
  text-align: center;
  margin: 0 0 20px;
}

.wtchvideo {
  background: #fff;
  line-height: 0;
  width: 100%;
  padding: 18px;
  box-shadow: 0px 0px 20px #0000001A;
  position: relative;
}

.wtchvideo iframe {
  width: 100%;
  height: 550px
}

@media screen and (max-width: 768px) {
  .wtchvideowrp {
    padding: 30px 0;
  }

  .wtchvideo {
    padding: 5px;
  }

  .wtchvideo iframe {
    height: 200px;
  }
}

/* watch video css end */

/* testimonial css start */
.testimonialwrp {
  background: #F7F7F7;
  padding: 60px 0
}

.testimonialwrp h3,
.testimonialwrp h2 {
  text-align: center;
  font-weight: 600
}

.testimonialslide {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}

.testimonialslide ul {
  display: flex;
  overflow: hidden;
  padding: 5px 5px 10px 5px;
}

#testimonialCarousels .item {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px #0000000A;
  border-radius: 9px;
  min-height: 400px;
  flex-shrink: 0;
  padding: 30px 20px 30px;
}


.testimonialslide ul li {
  width: 31.5%;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px #0000000A;
  border-radius: 9px;
  flex-shrink: 0;
  padding: 30px 20px 30px;
  margin-right: 2%;
}

.tstmnlhd {
  margin-bottom: 20px;
  color: #011B4D;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.tstmnlhd span {
  color: #2564D1;
  font-size: 16px;
  font-weight: 600;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}

#testimonialCarousels p {
  color: #6E6B6B;
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  font-weight: 300;
  font-style: italic;
  background: url(../images/testimonialicon.svg) 0px 0px no-repeat;
  padding: 0 0px 0 45px;
}

.testimonialslide ul li p {
  color: #6E6B6B;
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  font-weight: 300;
  font-style: italic;
  background: url(../images/testimonialicon.svg) 0px 0px no-repeat;
  padding: 0 0px 0 45px;
}

.testimonialslideblt {
  display: none;
  justify-content: center;
  gap: 5px;
  margin-top: 20px
}

.testimonialslideblt button {
  width: 10px;
  height: 10px;
  background: #9A9CA0;
  border-radius: 100%;
  cursor: pointer;
}

.testimonialslideblt button.glide__bullet--active {
  background: #3C75E5;
}

@media screen and (max-width: 768px) {
  .testimonialwrp {
    padding: 60px 0 0 0
  }

  .tstmnlhd {
    font-size: 14px;
    line-height: 24px;
  }

  .tstmnlhd span {
    font-size: 12px;
  }

  .testimonialslide {
    width: 100%
  }

  .testimonialslide ul li {
    width: 100%;
    flex-shrink: 0;
    padding: 20px;
  }

  .testimonialslide ul li p {
    font-size: 12px;
    line-height: 22px;
    padding: 0 0px 0 30px;
    background-size: 20px;
  }
}

/* testimonial css end */

/* insider css start */
.brdcrmb {
  padding: 32px 0;
}

.brdcrmb li {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  margin: 0 5px;
  flex-shrink: 0
}

.brdcrmb li:first-child {
  margin-left: 0
}

.brdcrmb li a {
  color: #fff;
}

.insdrtophdr {
  width: 100%;
  height: 300px;
  margin-bottom: 40px
}

.insdrtophdr h1 {
  text-transform: uppercase;
}

.forwhoweare {
  background: url(../images/who-we-are-bg.png) top right no-repeat;
  background-size: cover;
}

.forourservices1 {
  background: url(../images/our-services-bg.png) top right no-repeat;
  background-size: cover;
}

.forourservices2 {
  background: url(../images/our-services-bg2.png) top right no-repeat;
  background-size: cover;
}

.forourservices3 {
  background: url(../images/our-services-bg3.png) top right no-repeat;
  background-size: cover;
}

.forourservices4 {
  background: url(../images/our-services-bg4.png) top right no-repeat;
  background-size: cover;
}

.forourservices5 {
  background: url(../images/our-services-bg5.png) top right no-repeat;
  background-size: cover;
}

.foraboutus {
  padding-top: 20px;
  background: url(../images/about-us-bg.png) top right no-repeat;
  background-size: cover;
  margin-bottom: 0
}

.forcareer {
  padding-top: 30px;
  background: url(../images/careerbg.png) top right no-repeat;
  background-size: cover;
  margin-bottom: 0
}

.forcontactus {
  background: url(../images/contact-us-bg.png) top right no-repeat;
  background-size: cover;
  margin-bottom: 0
}

.forsatisfying_agency_service {
  background: url(../images/satisfying_agency_service.png) top right no-repeat;
  background-size: cover;
}

/* insider services css start */
.services-inside {
  margin-top: 40px
}

.services-inside-left {
  width: 360px;
  flex-shrink: 0
}

.services-inside-left-list {
  padding-left: 0;
}

.services-inside-left-list li a {
  display: block;
  background: #2666D7;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 30px;
  font-weight: 600;
}

.services-inside-left-list li.active a,
.services-inside-left-list li:hover a {
  background: #011B4D
}

.services-inside-right {
  width: calc(100% - 420px)
}

.services-inside-right-list {
  padding-left: 0;
}

.services-inside-right-list li {
  position: relative;
  background: url(../images/services-bullet.svg) 0px 2px no-repeat;
  font-size: 18px;
  color: #525252;
  padding-left: 40px;
  margin-top: 40px;
}

.services-inside-right-list li.noblt {
  background: none;
  padding-left: 0
}

.services-inside-right-list li b {
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

/* insider services css end */

.insdrtopintro {
  padding: 60px 0;
  background: #F7F7F7;
}

.insdrtopintro.nobg {
  background: none
}

.forlessbtmspc {
  padding-bottom: 40px
}

.insdrtopintro h2 {
  font-weight: 700;
  margin: 5px 0 10px 0
}

.insdrtopintro .redbrdr {
  margin-bottom: 0;
  font-weight: 300;
}

.insdrtopintro p {
  margin: 35px 0 0 0
}

.insdrphotointro {}

.insdrphotointrobx {
  margin-top: 50px
}

.insdrphotointrobx:nth-child(even) {
  flex-direction: row-reverse;
}

.insdrphotointrobx figure {
  width: 35%;
  flex-shrink: 0
}

.insdrphotointrobx figcaption {
  display: flex;
  align-items: center;
  width: 65%;
  flex-shrink: 0;
  padding-left: 50px
}

.insdrphotointrobx:nth-child(even) figcaption {
  padding-left: 0px;
  padding-right: 50px
}

.insdrphotointrobx figcaption div {}

.insdrphotointrobx figcaption h2 {
  color: #000000;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 30px
}

.insdrphotointrobx figcaption p {
  font-size: 18px;
  line-height: 30px;
}

.bluebgcontainer {
  background: #011B4D;
  padding: 60px 0
}

.bluebgcontainer-left {
  width: 40%;
  flex-shrink: 0
}

.bluebgcontainer-right {
  width: 50%;
  flex-shrink: 0
}

.bluelinebox {
  margin: 18px 0 60px 0;
  padding-left: 0;
}

.bluelinebox li {
  width: 48.5%;
  background: #FFFFFF;
  box-shadow: 0px 3px 16px #0000000D;
  border: 1px solid #5285DE;
  padding: 30px;
}

.bluelinebox.forcol3 li {
  width: 31.5%;
}

.insdrabtbtm {}

.insdrabtbtm-left {
  width: 30%;
  flex-shrink: 0
}

.insdrabtbtm-right {
  width: 70%;
  padding-left: 30px
}

.services-inside-right-list.forinsdrabtbtm li {
  background: url(../images/roundarrow.svg) 0px 3px no-repeat;
  padding-top: 5px;
}

.insdrcrtp {}

.insdrcrtp-left {
  width: 25%
}

.insdrcrtp-right {
  width: 70%
}

.insdrtopintro .insdrcrtp-right p {
  margin: 0 0 35px 0;
}

.lifeatalodenbtn {
  background: #2666D7;
  box-shadow: 0px 3px 16px #0000001A;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  width: 340px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}

.backtopage {
  margin: 60px 0;
  line-height: 0;
  display: block;
}

.lifeatalodenphoto {}

.lifeatalodenphoto li {
  width: 32%;
  line-height: 0;
  flex-shrink: 0
}

.forfindjobs {}

.jobitmbx {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px #0000000D;
  overflow: hidden;
  border: 1px solid #E2E2E2;
  border-radius: 9px;
  padding: 40px;
  width: 32%;
  margin-top: 40px
}

.jobitmbxhd {
  color: #2666D7;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  position: relative;
  min-height: 60px;
  padding: 0 80px 0 0;
  justify-content: space-between;
}

.jobitmbxhd:after {
  content: "";
  width: 28px;
  height: 28px;
  background: #000 url(../images/arrow.svg) 50% 50% no-repeat;
  display: block;
  border-radius: 100%;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.jobitmbxlist {
  background: #F7F7F7;
  margin: 20px -40px -40px -40px;
  padding: 20px 40px;
}

.jobitmbxlist li {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  color: #030303;
  font-size: 14px;
  line-height: 18px;
}

.loadmorebtn {
  background: #2666D7;
  border-radius: 5px;
  width: 245px;
  height: 50px;
  line-height: 50px;
  display: table;
  margin: 50px auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.loadmorebtn:hover {
  background: #14387A;
}

.forjobdtls {
  margin: 0;
  padding: 0;
  gap: 40px;
}

.forjobdtls li {
  margin-bottom: 0
}

.insdrcontactus {
  background: #FFFFFF;
  box-shadow: 0px 3px 46px #0000001A;
  border-radius: 7px;
}

.insdrcontactus-left {
  width: 360px;
  flex-shrink: 0;
  border-radius: 7px 0px 0px 7px;
  background: linear-gradient(#2564D4, #05235C);
  padding: 30px;
}

.insdrcontactus-right {
  width: calc(100% - 360px);
  padding: 30px 45px;
}

.contactfrm {
  margin-top: 30px
}

.contactfrmlbl {
  gap: 22px;
}

.contactfrmlbl label {
  width: 48.4%;
}

.contactfrmlbl label.fullwidth {
  width: 100%
}

.typtext,
.typtextarea {
  background: #F3F3F3;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  color: #757575;
  font-size: 14px;
  padding: 0 20px;
}

.typtextarea {
  height: 120px;
  padding-top: 18px
}

.sendmessagebtn {
  background: #2666D7;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  width: 220px;
  display: block;
  text-align: center;
}

.insdrcontactus-left-list {
  padding-left: 0;
}

.insdrcontactus-left-list li {
  position: relative;
  padding-left: 30px;
  margin-top: 25px;
}

.insdrcontactus-left-list li img {
  position: absolute;
  left: 0;
  top: 0;
}

.insdrcontactus-left-list li p,
.insdrcontactus-left-list li p a {
  color: #fff;
  font-size: 14px;
  line-height: 22px
}

.contactshare {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding-left: 27px;
}

.contactshare {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.thankswrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanksinsdr {
  text-align: center;
  line-height: 40px;
}

.thanksinsdr .sendmessagebtn {
  margin: 20px auto;
}

.insdrindustries {
  padding: 40px;
  border-bottom: 1px solid #eee;
}

.insdrindustries.nbdr {
  border: none;
}

.insdrindustries-left {
  width: 295px;
  flex-shrink: 0;
}

.insdrindustries-left img {
  display: block;
  margin-bottom: 15px
}

.insdrindustries-left .bluebrdr {}

.insdrindustries-right {
  width: 100%;
  padding-left: 50px
}

.insdrindustries-right .services-inside-right-list li:first-child {
  margin-top: 0px
}

.jobdtlwrp {
  padding-top: 40px
}

.jobdtlleft {
  width: calc(100% - 480px);
  padding: 35px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px #0000000D;
  border: 1px solid #DDDDDD;
  border-radius: 9px;
}

.jobdtlright {
  width: 445px;
}

.jobdtlrgreybx {
  background: #F7F7F7;
  padding: 35px;
  border-radius: 8px;
  margin-bottom: 25px
}

.jobdtlhd {
  color: #2666D7;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px
}

.vsp30 {
  margin-bottom: 30px
}

.txt18 {
  color: #011B4D;
  font-size: 18px;
  line-height: 28px
}

.usrprfl {}

.usrprfl li {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #011B4D;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px
}

.usrprfl li img {
  flex-shrink: 0
}

.rltdjobs {}

.rltdjobs li a {
  color: #011B4D;
  text-decoration: underline;
  display: block;
  margin-bottom: 5px;
}

.vwalllnk {
  color: #2666D7;
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  .insdrtophdr {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 25px;
    position: relative;
  }

  .insdrtophdr:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
  }

  .insdrtophdr .container {
    position: relative;
    z-index: 1
  }

  .services-inside {
    margin-top: 20px;
    display: block;
  }

  .services-inside-left,
  .services-inside-right {
    width: 100%
  }

  .services-inside-left {
    margin-bottom: 20px
  }

  .services-inside-left-list li a {
    font-size: 12px;
    line-height: 24px;
    padding: 10px 15px;
  }

  .services-inside-right-list li {
    font-size: 14px;
    padding-left: 30px;
    margin-top: 20px;
    line-height: 22px;
  }

  .insdrtopintro {
    padding: 30px 0;
    margin-top: -25px;
  }

  .insdrtopintro h2,
  .insdrtopintro p {
    margin: 15px 0;
  }

  .insdrphotointrobx {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .insdrphotointrobx figure,
  .insdrphotointrobx figcaption {
    width: 100%;
    display: block;
  }

  .insdrphotointrobx figcaption {
    padding: 20px 0 !important
  }

  .insdrphotointrobx figcaption h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .insdrphotointrobx figcaption p {
    font-size: 16px;
    line-height: 24px;
  }

  .brdcrmb {
    padding: 10px 0;
    overflow: scroll;
  }

  .insdrtophdr .txt36 {
    font-size: 18px;
    line-height: 24px;
    text-shadow: 0px 0px 6px #000;
  }

  .insdrsrvcsbx {
    width: 100%;
    margin-bottom: 30px;
  }

  .insdrsrvcs figcaption h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 10px 0;
  }

  .insdrsrvcs figcaption p {
    font-size: 14px;
    line-height: 22px;
  }

  .bluebgcontainer {
    padding: 20px 0
  }

  .bluebgcontainer-left,
  .bluebgcontainer-right {
    width: 100%;
  }

  .bluebgcontainer-right {}

  .bluelinebox {
    margin: 10px 0 20px 0;
    display: block;
  }

  .bluelinebox li {
    width: 100% !important;
    padding: 20px;
    margin-bottom: 15px;
  }

  .bluelinebox li p {
    margin-top: 5px
  }

  .insdrabtbtm {
    display: block;
  }

  .insdrabtbtm-left,
  .insdrabtbtm-right {
    width: 100%
  }

  .insdrabtbtm-right {
    padding-left: 0;
  }

  .insdrcrtp {
    display: block;
  }

  .insdrcrtp-left,
  .insdrcrtp-right {
    width: 100%
  }

  .insdrcrtp-right {
    margin-top: 30px
  }

  .lifeatalodenbtn {
    width: 100%;
  }

  .backtopage {
    margin: 30px 0;
  }

  .lifeatalodenphoto {
    display: block;
  }

  .lifeatalodenphoto li {
    width: 100%;
    margin-bottom: 20px
  }

  .insdrcontactus {
    display: block;
    overflow: hidden;
  }

  .insdrcontactus-left,
  .insdrcontactus-right {
    width: 100%
  }

  .insdrcontactus-right {
    padding: 20px;
  }

  .contactfrm {
    margin-top: 15px;
  }

  .contactfrmlbl label {
    width: 100%;
  }

  .insdrindustries {
    padding: 20px 0;
    display: block;
  }

  .insdrindustries-left,
  .insdrindustries-right {
    width: 100%;
    padding-left: 0px;
  }

  .jobitmbx {
    padding: 20px;
    width: 100%;
    margin-top: 20px;
  }

  .jobitmbxlist {
    background: #F7F7F7;
    margin: 20px -20px -20px -20px;
    padding: 10px 20px;
  }

  .forlessbtmspc {}

  .forjobdtls {
    margin: 0;
    padding: 0;
    overflow: scroll;
    gap: 20px;
  }

  .jobdtlleft,
  .jobdtlright {
    width: 100%;
  }

  .jobdtlwrp {
    display: block;
  }

  .jobdtlleft {
    margin-bottom: 30px
  }

  .jobdtlrgreybx,
  .jobdtlleft {
    padding: 20px 15px
  }
}

/* insider css end */


/* footer css star */
.ftr {
  background: #011B4D;
}

.ftr .container {
  padding: 60px 0
}

.ftrbx {
  border-left: 1px solid #454545;
  padding: 0 30px;
  width: 20%
}

.ftrbx p {
  color: #C4C2C2
}

.ftrbx:nth-child(1) {
  width: 35%;
  padding-left: 0;
  border-left: none
}

.ftrlg {
  width: 137px;
  line-height: 0;
  display: block;
  margin-bottom: 20px
}

.ftrlg img {
  width: 100%
}

.ftrbx .txt20 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px
}

.ftrbx ul {
  padding-left: 0;
}

.ftrbx ul li a {
  color: #C4C2C2;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 20px 0;
}

.ftrshare {
  display: flex;
  gap: 20px;
}

.ftrshare a {
  transition: all .5s ease-in-out
}

.ftrshare a:hover {
  filter: invert(1);
  transition: all .5s ease-in-out
}

.vsp20 {
  margin-top: 20px
}

.vsp10 {
  margin-top: 10px
}

.vsp80 {
  margin-top: 80px
}

.ftrbtm {
  background: #fff;
  padding: 0 0 10px;
  text-align: center;
}

.ftrbtmlinks {}

.ftrbtmlinks a {
  color: #030303
}

.ftrbtmcprt {
  color: #030303;
  padding-top: 10px
}

.followMobile {
  display: none;
}

@media screen and (max-width:990px) {

  .container {
    max-width: 90% !important;
  }

  .ftrbx:nth-child(1) {
    width: 26%;
    padding-right: 0;
  }

  .ftrbx:nth-child(4) {
    width: 29%;
  }



}

@media screen and (max-width:800px) {
  .mobileHide {
    display: none;
  }

  .ftrbx {
    padding: 0 8px 0 18px;
    width: 27%;
  }

  .ftrbx:nth-child(1) {
    width: 39%;
  }

  .ftrbx ul li a {
    color: #C4C2C2;
    font-size: 14px;
  }

  .followMobile {
    display: block;
  }

  .flst {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    margin: 0 0 20px;
  }

  .ftrbx {
    padding: 0 8px 0 18px;
  }


}

@media screen and (max-width: 768px) {
  .ftr .container {
    flex-wrap: wrap;
    padding: 10px 15px
  }

  .ftrbx {
    border: none !important;
    padding: 20px 0 !important
  }

  .ftrbx:nth-child(1) {
    width: 100%;
  }

  .ftrshare {
    justify-content: center;
    width: 100%;
  }

  .followMobile {
    width: 100%;
    margin: -140px 0 30px;
  }

  .ftrbtm {
    font-size: 12px;
    line-height: 14px;
  }

  .ftrbx p {
    font-size: 14px;
  }

  .ftrbx .txt20 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .ftrbx ul li a {
    font-size: 14px;
    line-height: 16px;
  }

  .vsp80 {
    margin-top: 20px
  }
}

@media (min-width:990px) {
  #myModal .modal-dialog {
    max-width: 700px;
  }
}

#myModal .modal-header {
  border-bottom: none;
  padding: 38px 20px 0px;
}

#myModal .modal-body {
  padding: 0 20px;
}

#myModal .form-control {
  background: #fff;
  width: 100%;
  height: 54px;
  color: #757575;
  font-size: 14px;
  padding: 0 10px;
  box-shadow: 0px 0px 6px #00000014;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
}

.contactfrm label {
  font-size: 14px;
  margin: 0 0 4px;
}

.seekers {
  display: flex;
  margin: 4px 0 14px;
  gap: 11px;
  align-items: center;
}


.seekerBtns {
  width: 370px;
  border: none;
  height: 54px;
  background: #2666D7;
  line-height: 50px;
  color: #fff;
  box-shadow: inherit !important;
}


#myModal .btn-close {
  padding: 0;
  filter: invert(1);
  box-shadow: inherit;
  border: none;
  position: absolute;
  right: -30px;
  top: 10px;
  opacity: 1;
}

.mt-50 {
  margin-top: 90px;
  display: inline-block;
  width: 100%;
}

.empWraps {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px #0000000D;
  border: 1px solid #E6E6E6;
  border-radius: 7px;
  padding: 30px 30px;
  margin: 40px 0 60px;
  display: inline-block;
  width: 100%;
}

.empWraps h3 {
  font-size: 22px;
  margin: 0 0 30px;
}

.empWraps p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 30px;
}


.pageBtn {
  background: #2666D7 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  border: none;
  margin: 20px 0 0;
  width: 200px;
  text-align: center;
  height: 44px;
  line-height: 42px;
  color: #fff;
  box-shadow: inherit !important;
  display: inline-block;
}

.pageBtn img {
  width: 20px;
  margin: -3px 0 0 3px;
}


.insdrcontactus-left p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  margin: 0 0 20px;
}


.insdrcontactus-left-list li p {
  font-size: 18px;
  font-weight: 400;
  color: #EAEAEA;
  line-height: 30px;
}


.pageTitle {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #000000;
}

.pageTitles {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000000;
}


.hireForm .form-control {
  background: #F3F3F3 !important;
  border: none !important;
  color: #757575;
  height: 50px;
  border-radius: 0;
  box-shadow: inherit !important;
  outline: 0;
}

.hireForm textarea.form-control {
  height: 109px;
}

@media (min-width: 992px) {
  header {
    transition: all .7s ease-in-out 0s;
    top: -100px;
  }
}

.scroll-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  text-align: center;
  box-shadow: 0 0 10px #d5d5d5;
  background: #2666D7;
}

.searchBoxes {
  background: #021C4E;
  transition: all .7s ease-in-out 0s;
  top: -100px;
  width: 100%;
  left: 0;
  z-index: 9;
  height: 100%;
  display: none;

}

.searchpopUpOpen {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
}

.searchBoxes .lg img {
  width: 136px;
}

.searchBoxes form .form-group {
  width: 90%;
  float: left;
}

.searchBoxes form .form-group input {
  box-shadow: inherit !important;
  height: 46px;
}


.searchBoxes form .searchBtn {
  color: #fff;
  font-size: 21px;
  position: relative;
  top: -4px;
}


.searchBoxes .closeBtn {
  position: absolute;
  right: 7px;
  color: #fff !important;
  font-size: 20px;
  top: 7px;
}

.policyWrap h3 {
  margin: 10px 0 0;
  display: inline-block;
  font-size: 24px;
}

.policyWrap p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 15px;
  color: #4b4646;
  font-weight: 300;
}

.policyWrap ul {
  padding-left: 20px;
  margin: 10px 0 30px;
  color: #4b4646;
  font-weight: 300;
}

.policyWrap ol {
  padding-left: 20px;
  margin: 10px 0 30px;
}

.policyWrap li {
  list-style-type: disc;
  margin: 0 0 7px;
}

@media only screen and (max-width:990px) {
  .searchBoxes form .form-group {
    width: 100%;
    float: left;
    margin: 2px 0 0;
  }

  .searchBoxes form .searchBtn {
    color: #021c4e;
    font-size: 21px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .searchBoxes .closeBtn {
    position: static;
    float: right;
  }
}


.searchPopup {
  color: #fff;
  margin-right: 15px;
  margin-top: -2px;
}




@media only screen and (max-width:700px) {
  .searchBoxes form .searchBtn {
    color: #021c4e;
    font-size: 21px;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
  }

  .searchBoxes .closeBtn {
    position: absolute;
    top: 4px;
    right: 8px;
    color: #021c4e;
  }




}



.abtColor p {
  color: #fff;
  font-size: 15px;
}



@media screen and (max-width:540px) {
  .clntprtnrslist li {
    width: 48%;
  }


}



.contactshare a:hover {
  filter: invert(1);
  transition: all .5s ease-in-out;
}


@media screen and (max-width:640px) {
  figure:hover img {
    transform: scale(1);
    transition: all .5s ease-in-out;
  }

  .hur54b {
    padding: 70px 20px !important;
  }

  .modal.show .modal-dialog {
    margin: 20px 9px 0 6px;
  }

  #testimonialCarousels {
    padding: 0 0 60px;
  }

  #testimonialCarousels .owl-dots {
    display: flex;
    margin: 20px 0 0;
    gap: 11px;
    justify-content: center;
  }

  #testimonialCarousels .owl-dots button {
    width: 13px;
    height: 13px;
    display: block;
    background: #000;
    border-radius: 50%;
  }


  #testimonialCarousels .owl-dots button.active {
    background: #2666d7;
  }

  #testimonialCarousels .item {
    min-height: 542px;
  }



}

@media screen and (max-width:480px) {
  .followMobile {
    width: 100%;
    margin: -30px 0 30px;
    display: flex;
  }

  .container {
    max-width: 100% !important;
  }


}


/* 8july */

.current-opening-new .top-heading {
  margin-bottom: 42px;
}

.current-opening-new .search-box .search-wrap2 {
  margin: 20px auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 16px #0000000D;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 7px 6px 20px;
}

.current-opening-new .search-box .search-wrap2 .form-control.serch-input {
  width: 100%;
  border: none !important;
  height: 100%;
  padding: 15px;
  box-shadow: none !important;

}

.current-opening-new .search-box .search-wrap2 .serch-btn {
  background: #2666D7;
  color: #fff;
  border-radius: 5px;
  border: none !important;
  box-shadow: none !important;
  padding: 14px 32px;
}

.serch-btm-tx p {
  color: #9B9696;
  font-size: 12px;
  padding-left: 20px;
}

.current-opening-new .left-navi-filters .navi-filter {
  margin-bottom: 30px;
}

.current-opening-new .left-navi-filters .navi-filter p {
  font-size: 12px;
  margin-bottom: 10px;
  color: #1C1C1C;
  font-weight: 400;
}

.glob-select-box {
  border-radius: 3px;
  padding: 14px 25px;
  width: 100%;
  font-size: 14px;
  border: none;
  box-shadow: none;
  outline: none;
  appearance: none;
  border: none;
  background: url(../images/blue-arrow.svg) no-repeat;
  background-color: #F3F3F3;
  background-position-x: 94%;
  background-position-y: center;
  color: #393939;
  font-weight: 300;

}

.top-filter .sort-ddb .glob-select-box{
  width: 160px;
  border: 1px solid #D1D1D1;
  background-color: transparent;
  padding-left: 13px;
  background-position-x: 90%;
}

.current-opening-new .left-navi-filters .navi-filter .dropdown .btn {
  color: #757575;
  text-align: left;
  width: 100%;
  border: none;
  font-size: 14px;
}

.current-opening-new .left-navi-filters .navi-filter .dropdown-toggle::after {
  display: none !important;
  border: none !important;
}

.current-opening-new .current-right-sec .top-filter .sort-ddb .dropdown .btn::after {
  display: none !important;
  border: none !important;
}

.current-opening-new .left-navi-filters .navi-filter .dropdown-toggle::before,
.current-opening-new .current-right-sec .top-filter .sort-ddb .dropdown .btn::before {
  position: absolute;
  right: 20px;
  top: 40%;
  transform: translate(0, -40%);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 9px;
  width: 9px;
  rotate: 45deg;
  border-color: #2666D7;
}

.current-opening-new .left-navi-filters .navi-filter .dropdown .dropdown-menu {
  transform: translate3d(0px, 46px, 0px) !important;
  width: 100%;
}

.current-opening-new .state-navi-filter .check-wrapper {
  background-color: #F3F3F3;
  padding: 21px;
}

.current-opening-new .state-navi-filter .check-wrapper .inner-wrapper {
  max-height: 282px;
  overflow-y: scroll;

}

.current-opening-new .state-navi-filter .check-wrapper .inner-wrapper::-webkit-scrollbar {
  width: 3px;
}

.current-opening-new .state-navi-filter .check-wrapper .inner-wrapper::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.current-opening-new .state-navi-filter .check-wrapper .inner-wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}

.current-opening-new .check-input-grp {
  margin-bottom: 10px;
}

.current-opening-new .state-navi-filter input {
  display: none;
  cursor: pointer;

}

.current-opening-new .state-navi-filter label {
  color: #393939;
  font-weight: 200;
  display: flex;
  align-items: center;
}

.current-opening-new .state-navi-filter label {
  position: relative;
  cursor: pointer;
}

.current-opening-new .state-navi-filter label span {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1.5px solid #b9b9b9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
}

.current-opening-new .state-navi-filter input:checked+span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 2;
}

.zip-code-filter input {
  background: #F3F3F3;
  border-radius: 3px;
  padding: 13px 10px;
  width: 100%;
  border: none !important;
  box-shadow: none;
}

.current-opening-new .current-right-sec {
  margin-top: 23px;
  padding-left: 60px;
}

.current-opening-new .current-right-sec .top-filter .fill ul {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  padding-left: 0;
}

.current-opening-new .current-right-sec .top-filter .fill ul li {
  margin-right: 15px;
  border-right: 1px solid #000;
  padding-right: 15px;
  line-height: 1;
}

.current-opening-new .current-right-sec .top-filter .fill {
  display: contents;
}

.current-opening-new .current-right-sec .top-filter .fill ul li:last-child {
  border-right: none;
}

.current-opening-new .current-right-sec .top-filter .fill ul li span {
  color: #2666D7;
  font-weight: 600;
}

.current-opening-new .current-right-sec .top-filter {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 13px;
}

.current-opening-new .current-right-sec .top-filter .sort-ddb .dropdown {
  display: inline-block;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
}

.current-opening-new .current-right-sec .top-filter .sort-ddb .dropdown .btn {
  color: #012465;
  width: 164px;
  text-align: left;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  font-size: 14px;
  padding: 12px 10px;
}


.current-opening-new .current-right-sec .top-filter .sort-ddb label {
  margin-right: 10px;
  font-size: 14px;
}


.job-column-main .job-column-group .job-title {
  margin-bottom: 29px;
}

.job-column-main .job-column-group .job-title h4 {
  font-size: 22px;
  color: #020202;
  font-weight: 500;
}

.job-column-main .job-column-group .job-col .job-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 10px #BEBBBB29;
  border-radius: 5px;
  background-color: #fff;
  padding: 16px 20px;
}


.job-column-main .job-column-group .job-col .job-wrap .left-inner-txt h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.job-column-main .job-column-group .job-col .job-wrap .left-inner-txt p {
  font-size: 14px;
  font-weight: 300;
  color: #888888;
  margin-bottom: 0;
}

.job-column-main .right-view-detail a {
  background: #2666D7 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #0000001A;
  border-radius: 5px;
  padding: 13px 23px;
  color: #fff;
}


.job-column-main .job-column-group .job-col {
  margin-bottom: 12px;
}

.job-column-main .job-column-group {
  margin-bottom: 60px;
}

.job-column-main .right-view-detail a img {
  width: 7px;
  margin-left: 10px;
  margin-top: -3px;
  margin-right: 5px;
}

@media screen and (max-width:991px) {
  .current-opening-new .current-right-sec {
    padding-left: 0;
  }
}

@media screen and (max-width:700px) {
  .current-opening-new .current-right-sec .top-filter .sort-ddb .dropdown .btn {
    width: 110px;
    font-size: 13px;
    padding: 6px 10px;
  }

  .current-opening-new .current-right-sec .top-filter .fill ul li {
    font-size: 14px;
  }

  .current-opening-new .current-right-sec .top-filter {
    flex-direction: column;
    row-gap: 20px;
  }

  .job-column-main .job-column-group .job-title h4 {
    font-size: 18px;
  }

  .job-column-main .right-view-detail a {
    font-size: 12px;
  }

  .job-column-main .job-column-group .job-col .job-wrap .left-inner-txt h5 {
    font-size: 14px;
  }

  .job-column-main .job-column-group .job-col .job-wrap .left-inner-txt p {
    font-size: 12px;
  }


}

@media screen and (max-width:450px) {
  .job-column-main .job-column-group .job-col .job-wrap {
    padding: 20px 20px;
    flex-direction: column;
    row-gap: 16px;
  }

  .job-column-main .job-column-group .job-col .job-wrap .left-inner-txt h5 {
    text-align: center;
    font-size: 14px;
  }
}

.top-back-btn {
  padding: 50px 0;
}

.jobtitle-section h3 {
  font-size: 30px;
  margin-bottom: 8px;
}

.jobtitle-section .font-weght {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.apply-btn {
  background-color: #2666D7;
  color: #fff;
  width: 260px;
  display: inline-block;
  text-align: center;
  padding: 13px;
  border-radius: 5px;
}

.about-volt p {
  margin-bottom: 0;
}

.volt-blocks {
  padding: 20px 0;
}

.volt-blocks ul {
  padding-left: 15px;
  line-height: 35px;
}

.volt-blocks ul li {
  list-style: circle;
  color: #4E4E4E;
}

.volt-blocks ul li strong {
  color: #000;
  font-weight: 600;
}

.volt-blocks h6 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #2666D7;
  margin-bottom: 23px;
}

.volt-blocks p {
  color: #4E4E4E;
}

.volt-last-block a {
  margin-bottom: 18px;
}


.volt-last-block p {
  margin-bottom: 18px;
  font-size: 14px;
}

@media screen and (max-width:450px) {
  .top-back-btn {
    padding: 10px 0 25px;
  }

  .jobtitle-section .row .apply-btn {
    width: 100%;
    margin-top: 20px;
  }

}

.life-at-company .top-heading h2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 29px;
}

.life-at-company .life-at-block .top-heading p {
  color: #5D5D5D;
  font-size: 18px;
  margin-bottom: 34px;
}

.life-at-block .block h6 {
  font-size: 20px;
  font-weight: 600;
}

.life-at-block .block h6 span {
  color: #2666D7;
}

.life-at-block .block p {
  color: #5D5D5D;
  font-size: 18px;
}

.life-at-block {
  margin-bottom: 70px;
}


.job-appli-form-section {
  padding: 50px 0;
}


.job-appli-form-section .top-heading h1 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #073F65;
}

.job-appli-form-section hr {
  margin: 23px 0 25px;
}

.job-appli-form-section .form-head h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}

.job-appli-form-section .form-head p {
  font-weight: 500;
  margin-bottom: 30px;
}

.job-appli-form-section form input,
.job-appli-form-section form select,
.job-appli-form-section form textarea {
  background-color: #F4F4F4 !important;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  padding-left: 20px;
  font-weight: 300;
}

.job-appli-form-section form .glob-select-box{
  background-position-x: 97%;
  background-blend-mode: luminosity;
}

.job-appli-form-section form input::placeholder {
  color: #000;
}

.job-appli-form-section form .dropdown {
  padding: 11px 20px;
}

.job-appli-form-section form .dropdown a {
  padding: 0;
  text-align: left;
}

.job-appli-form-section form input,
.job-appli-form-section form textarea {
  padding: 11px 20px;
}

.job-appli-form-section form textarea {
  min-height: 160px;
}

.job-appli-form-section form textarea::placeholder {
  color: #000;
}

.job-appli-form-section .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
}

.job-appli-form-section .custom-file input {
  margin-bottom: 0;
}

.job-appli-form-section form .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #F4F4F4;
  border-radius: 5px;
  margin: 0;
  padding: 12px 20px;
  display: block;
  border: none;
  font-size: 14px;
  color: #000;
}

.job-appli-form-section .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  line-height: 2;
  content: "Browse";
  background-color: #2666D7;
  border-radius: 5px;
  border-left: inherit;
  padding: 10px 37px;
  color: #fff;
  border-radius: 5px;
}

.job-appli-form-section .custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.job-appli-form-section form .designForm input[type=file] {
  position: relative;
  z-index: 99;
  opacity: 0;
  width: 100%;

}

.job-appli-form-section form .form-group p {
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: 0;
  color: #B4AFAF;
}

.job-appli-form-section form .form-btns {
  display: flex;
  float: right;
  text-align: center;
  margin-top: 48px;
  gap: 20px;
}

.job-appli-form-section form .form-btns input {
  width: 230px;
  text-align: center;
  box-shadow: 0px 3px 16px #00000022 !important;
  background-color: #231F20 !important;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
}

.job-appli-form-section form .form-btns input.submit-color {
  background-color: #2666D7 !important;
}

.pl-15{
  padding-left: 8px !important;
  padding-right: 8px !important;
  
}

@media screen and (max-width:560px) {
  .job-appli-form-section form .form-btns {
    float: unset;
    text-align: center;
    margin-top: 20px;
    gap: 0px;
    flex-direction: column-reverse;
  }

  .job-appli-form-section form .form-btns input {
    margin-bottom: 15px;
    width: 100%;
  }

  .job-appli-form-section .form-group {
    margin-bottom: 10px;
  }

  .job-appli-form-section .top-heading h1 {
    font-size: 28px;
  }

  .job-appli-form-section .form-head h5 {
    font-size: 18px;
  }

  .job-appli-form-section form input,
  .job-appli-form-section form .dropdown,
  .job-appli-form-section form textarea {
    margin-bottom: 20px;
  }

  .life-at-block {
    margin-bottom: 40px;
  }
  .pl-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
    
  }

  .current-opening-new .search-box .search-wrap2 .serch-btn {
    padding: 9px 32px;
    font-size: 14px;
}
}

.video-col{position: relative;}

.play-p-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  cursor: pointer;
}

.jobtitle-section .bottom-img .life-at-imgs{
  height: 100%;
}


.form-btnss{
  display: flex;
    justify-content: end;
    gap: 15px;
}

.form-btnss .btn{
  box-shadow: 0px 3px 16px #0000001A;
  border-radius: 20px;
  padding: 9.5px 30px;
  max-width: 230px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #2666D7 !important;
}

.form-btnss .btn-dark{
  box-shadow: 0px 3px 16px #00000022 !important;
  background-color: #231F20 !important;
}

.about-volt ul{padding-left: 15px !important;}

.about-volt ul li{list-style: disc; margin-bottom: 6px;}

.about-volt p span > span{
  font-size: 20px;
  font-weight: 500 !important;
}

.error-p{
  position: relative;
}

.error-p .form-group .error-message{
  position: absolute;
  top: 40px;
}

.error-p .error-message.error-2{
  top: 80px;
}



.phone-input-group{
  display: flex;
  gap: 10px;
}

.phone-input-group select{
  max-width: 140px;
  width: 100%;
}

.code-phone{
  display: flex;
  gap: 5px;
}

.code-phone select{
  width: 40% !important;
}