.bannerhomesec
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerhomesec.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; 
}
.bannerhomesec video {
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
      -o-filter: blur(3px);
    filter: blur(3px);
    width:100% !important;
}
.bannerhomesec .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.bannerhomesec .centerBox 
{
	text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    z-index: 3;
    max-width: 750px;
    width: 100%;
    transform: translate(-50%, -50%);
}

.bannerhomesec .centerBox h1
{
	font-size: 3.75rem;
	color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.bannerhomesec .centerBox h2
{
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.bannerhomesec .centerBox .nav-tabs .nav-item
{
	flex-grow: 1;
}

.bannerhomesec .centerBox .nav-tabs
{
	 padding: 10px;
    background-color: rgba(0,0,0,0.3);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bannerhomesec .centerBox .nav-tabs .nav-link.active
{
	background-color: transparent;

	border-bottom: 3px solid #2a9fbc !important;
}

.bannerhomesec .centerBox .nav-tabs .nav-link
{
	border: transparent;
  border-bottom: 3px solid rgba(255, 255, 255, 0.15) !important;
}

.bannerhomesec .centerBox .nav-tabs .nav-link:focus, 
.bannerhomesec .centerBox .nav-tabs .nav-link:hover
{
	border-color: #2a9fbc;
}

.bannerhomesec .centerBox .nav-tabs .nav-link
{
    font-family: 'Poppins', sans-serif;
  font-weight: 400;
	color: #fff;
	font-size: 14px;
  padding-bottom: 1em;
  letter-spacing: 0.28px;
}

.bannerhomesec .centerBox .nav-tabs .nav-link span{
	font-size: 21px;
	font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
    font-family: 'Poppins', sans-serif;
  font-weight: bold;
  letter-spacing: 0.42px;
}

.cusBtn
{
  border-radius: 0.4rem;
  height: 40px;
  background: #2a9fbc;
  padding: 22px 27px;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: transparent;
  border: none;
  transition: all ease 0.3s;
  letter-spacing: 0.72px;
}

.cusBtn:hover{
  opacity: 0.7;
}

.searchForm
{
  background: #ffffff;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.searchForm  .formSearch 
{
    display: flex;
  align-items: center;
    width: 100%;
  max-width: 260px;
}
.searchForm  .formSearch .form-control
{

  border: none;
  border-right: 1px solid #D3D1D1;
  border-radius: 0;
  margin-right: 15px;
}

.searchForm .tags
{
  display: flex;
  align-items: center;
  margin: 0 auto 0 16px;
      width: 100%;
    max-width: 265px;
      overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}

.searchForm .tags span{
  background-color: #E4EEFC;
  color: #0146B1;
  padding: 6px 12px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  margin-right: 7px;
  letter-spacing: 0.64px;
}

.searchForm .tags span a
{
  color: #0146B1;
  border: none;
  padding: 0;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 4px;
}

.searchForm .tags span a:hover
{
  background-color: red;
  border-radius: 100px;
}

.searchForm .tags span a:hover svg path
{
  fill: #ffffff;
}

.listItemMargin
{
  margin-top: -90px;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
}

.listItem
{
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  padding: 30px;
  transition: all ease-in 0.3s;
  margin-bottom: 1em;
}

.listItem h2
{
  margin-top: 1.3em;
  margin-bottom: 0.1em;
  font-size: 18px;
  letter-spacing: 0.36px;
  height:45px;
}

.listItem p
{
  color: #000000;
  font-size: 17px;
  margin-bottom: 0.7em;
  letter-spacing: 0.64px;
}

.listItem .cnext
{
  display: flex;
  justify-content: space-between;
  color: #000000;
  align-items: center;
  letter-spacing: 0.28px;
  font-weight: 500;
}

.listItem .cnext svg
{
  margin-right: -10px;
}

.listItem:hover
{
  background-color: #3FBAD9;
  border: 1px solid #3FBAD9;
}

.listItem:hover svg path
{
  fill: #ffffff;
}

.listItem:hover h2,
.listItem:hover p,
.listItem:hover .cnext
{
  color: #ffffff;
}

/* About us */

.aboutBgColor
{
  background-color: #F9FBFC;
}

.aboutUsSection a
{
  color: #3FBAD9;
  transition: all ease 0.3s;
}

.aboutUsSection p
{
  margin-bottom: 1em;
  margin-top: 1.4em;
  color: #24272D;
  letter-spacing: 0.64px;
  font-weight: 400;
}

.aboutUsSection a svg 
{
  position: relative;
  top: -1px;
    transition: all ease 0.5s;
}

.aboutUsSection a:hover svg
{
  margin-left: 1em;
}

.aboutUsSection a:hover,
.aboutUsSection a:hover svg path
{
  fill: #000000 ;
  color: #000000;
}

.aboutUsSection .aboutFlex
{
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.7em;
  column-gap: 10px;
  width: 100%;
  max-width: 480px;
}

.aboutUsSection .aboutFlex .abBox
{
  width: 48%;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #FFF;
  /* medium shadow */
  border: 0.8px solid #D6DAE0;
  padding: 16px 40px 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all ease 0.3s;
}

.aboutUsSection .aboutFlex .abBox:hover
{
    box-shadow: 6px 6px 14px 3px rgba(19, 21, 23, 0.06);
    border-color: transparent;
}

.aboutUsSection .aboutFlex .abBox h3
{
  margin-bottom: 0;
  font-size: 16px;
  gap: 15px;
  letter-spacing: 0.64px;
}

.videoSection .vBox video
{
  height: 600px;
  width: 100%;
  max-width: 315px;
  position: relative;
  z-index: 1;
}

.videoSection .vBox
{
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 315px;
}

.videoSection .vBox1
{
  width: 100%;
  max-width: 315px;
  position: relative;
}

.videoSection .vBox1 svg.bStar {
  position: absolute;
  left: -15px;
  bottom: 239px;
  width: 30px;
  z-index: 2;
}

.videoSection .vBox1 svg.sStar {
  position: absolute;
  right: -40px;
  bottom: 305px;
  z-index: 2;
  width: 42px;
}

.videoSection .centerVideo
{
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.videoSection .centerVideo::before
{
  position: absolute;
  content: "";
  top: 20px;
  height: 90%;
  left: 50%;
  right: 0;
  width: 75%;
  background-color: #EFF5F7;
  z-index: 1;
  transform: translateX(-50%);
  border-radius: 20px;
}

.videoSection h4
{
  position: absolute;
  top: 145px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 12px;
  /* card shadow */
  box-shadow: 5px 9px 20px 3px rgba(19, 21, 23, 0.10);
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  z-index: 2;
  margin: 0;
}

.videoSection h4 img
{
  width: 32px;
  margin-right: 7px;
}

.videoSection h5
{
  position: absolute;
  bottom: 145px;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 12px;
  /* card shadow */
  box-shadow: 5px 9px 20px 3px rgba(19, 21, 23, 0.10);
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 500;
  z-index: 2;
  margin: 0;
  flex-direction: column;
}

.videoSection h5 img
{
  width: 30px;
  margin-left: 7px;
}

.videoSection h5 .fWeight
{
  display: flex;
  font-weight: 500;
  align-items: center;
  margin-bottom: 0.6em;
  font-size: 24px;
}

.videoSection h5 span
{
    font-size: 16px;
  font-weight: 400;
}

.greybg
{
  background-color: #EEF2F4;
}

.jobproBox .sec_title
{
  margin-bottom: 2.8em;
}

.jobproBox .sec_title h2 span
{
  color: #3FBAD9;
} 

.jobproBox .sec_title h2
{
  letter-spacing: 1.6px;
  margin-bottom: 0;
}

.featuredlist.featuredlist_a .jobint .locFlex
{
  align-items: center;
  font-weight: 600;
    letter-spacing: 0.72px;
}

.featuredlist.featuredlist_a .jobint .locFlex span
{
  margin: 0 0.5em;
  color: #6E7175;
  letter-spacing: 0.72px;
  font-weight: 400;
}

.featuredlist.featuredlist_a .jobint:hover 
{
    background-color: #3FBAD9;
}

.featuredlist.featuredlist_a .jobint:hover .jobintflex,
.featuredlist.featuredlist_a .jobint:hover .locFlex,
.featuredlist.featuredlist_a .jobint:hover .locFlex span
{
  color: #fff;
}

.featuredlist.featuredlist_a .jobint:hover .fticon
{
  background-color: #fff;
}

.featuredlist.featuredlist_a .jobint .fticon svg
{
  transition: all ease 0.3s;
}

.featuredlist.featuredlist_a .jobint .fticon svg:nth-child(1)
{
  display: block;
}

.featuredlist.featuredlist_a .jobint .fticon svg:nth-child(2)
{
  display: none;
}

.featuredlist.featuredlist_a .jobint:hover .fticon svg:nth-child(1)
{
   transition: all ease 0.3s;
  display: none;
}

.featuredlist.featuredlist_a .jobint:hover .fticon svg:nth-child(2)
{
   transition: all ease 0.3s;
  display: block;
}

/* Accordion Sec */
.accSection
{
  position: relative;
}

.accSection .cirBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.accSection .bgPhone
{
  position: absolute;
  height: 600px;
  width: 280px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 17px 8px;
}

.accSection .bgPhone img
{
  border-radius: 44px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    

.accSection .cirBox .listItem
{
  width: 100%;
  position: absolute;
  max-width: 320px;
  right: 58px;
  margin-bottom: 0;
  padding: 15px 22px;
  top: 100px;
}

.accordionNewBox .accItems
{
  margin-bottom: 1.5em;
}

.accordionNewBox .nav-tabs
{
  border: 0;
}

.accordionNewBox .nav-tabs .nav-link
{
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-bottom: 2.5em;
  color: #000;
  border-left: 4px solid #CBD5E1;
  border-radius: 0;
  padding-left: 2.5em;
  width: 100%;
  padding-top: 0.7em;
    padding-bottom: 0.7em;
}

.accordionNewBox .nav-tabs .nav-link p
{
  display: none;
}

.accordionNewBox .nav-tabs .nav-link.active p
{
  display: block;
}
.accordionNewBox .nav-tabs .nav-link.active
{
  border-left-color: #3FBAD9;
}

.accordionNewBox .nav-tabs .nav-link h2
{
  font-size: 20px;
}

.accordionNewBox .nav-tabs .nav-link p
{
  color: #65656A;
}

.accSection .cirBox .featuredlist
{
  width: 100%;
  position: absolute;
  max-width: 320px;
  left: 79px;
  margin-bottom: 0;
  padding: 0;
  top: 100px;
}

.accSection .cirBox .featuredlist.featuredlist_a .jobint
{
  color: #000000;
}

.accSection .cirBox .aboutUsSection
{
    width: 100%;
  position: absolute;
  max-width: 450px;
  left: 79px;
  margin-bottom: 0;
  padding: 0;
  bottom: 191px;
}

.aboutUsSection h2
{
  letter-spacing: 1.6px;
}

.accSection .cirBox
{
  position: relative;
}

.accSection .cirBox h4 {
    position: absolute;
    top: 38px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 12px;
    box-shadow: 5px 9px 20px 3px rgba(19, 21, 23, 0.10);
    padding: 12px 16px;
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
    margin: 0;
    left: 45px;
}

.accSection .cirBox h5 {
    position: absolute;
    bottom: 38px;
    right: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 12px;
    box-shadow: 5px 9px 20px 3px rgba(19, 21, 23, 0.10);
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
    margin: 0;
    flex-direction: column;
}

.accSection .bgPhone video
{
  border-radius: 44px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accSection .sec_title
{
  margin-bottom: 4.6em;
}

.browsecategories
{
  margin: 0 20px;
  background-color: #000000;
  border-radius: 24px;
}

.browsecategories .sec_title h2
{
  color: #fff;
  font-size: 3em;
  letter-spacing: 1.92px;
}

.browsecategories .sec_title h2 span
{
  color: #3FBAD9;
}

.browsecategories .sec_title h6
{
  margin-bottom: 1.6em;
  color: #fff;
  position: relative;
  padding-left: 1.4em;
}

.browsecategories .sec_title h6::before
{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  left: 0;
  background-color: #3FBAD9;
  top: 4px;
}

.browsecategories .sec_title div
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.browsecategories .sec_title div a
{
  border-radius: 8px;
  border: 1px solid #ffffff;
  padding: 16px;
  letter-spacing: 1.4px;
  color: #fff;
}

.browsecategories .sec_title div a:hover
{
  border-color: #3FBAD9;
  background-color: #3FBAD9;
  color: #ffffff;
}

.browsecategories .cats-box
{
  border-radius: 24px;
  background: #32363F;
  padding: 23px 24px;
  text-align: left;

}

.browsecategories .cats-box:hover .uCircle
{
  background-color: #3FBAD9;
}

.browsecategories .cats-box .uCircle
{
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 12px;
   margin-bottom: 1.6em;
     transition: all 0.3s ease;
}

.browsecategories .cats-box .uCircle .categoryicon_img
{
  filter: brightness(0) invert(1);
}

.browsecategories .cats-box .cats-box-caption h4
{
  color: #fff;
}

.browsecategories .cats-box .cats-box-caption p
{
  color: #BEC5D2;
      margin: 0.3em 0 1.3em;
      letter-spacing: 0.64px;
}

.browsecategories .cats-box .cats-box-caption .catFlex
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Job Opening */

.accSection.jonOpening .sec_title p span
{
  position: relative;
  padding-left: 1.5em;
}

.accSection.jonOpening .sec_title p span::before
{
  position: absolute;
  content: "";
  top: 7px;
  left: 6px;
  width: 7px;
  height: 7px;
  background-color: #131517;
  border-radius: 100px;
}

.jonOpening ul li
{
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  padding: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  transition: all ease 0.3s;
}

.jonOpening ul li:hover
{
    transition: all ease 0.2s;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
  border-color: transparent;
}

.jonOpening ul li:hover a
{
  background-color: #3FBAD9;
}


.jonOpening ul li .job_first p span
{
    position: relative;
    padding-left: 17px;
    padding-right: 8px;
}

.jonOpening ul li .job_first p span::before
{
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  border-radius: 100px;
}

.jonOpening ul li .job_second
{
  width: 100%;
  max-width: 170px;
  margin-left: auto;
}

.jonOpening ul li a
{
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 8px;
  background-color: #E4EEFC;
  margin-left: 18em;
}

.jonOpening ul li a svg:nth-child(2)
{
  display: none;
}

.jonOpening ul li:hover a svg:nth-child(2)
{
  display: block;
}

.jonOpening ul li .job_second svg
{
  transition: all ease 0.3s;
}

.jonOpening ul li:hover .job_second svg path
{
  fill:#3FBAD9;
}

.jonOpening ul li:hover a svg:nth-child(1)
{
  display: none;
}

.jonOpening ul li .job_first h2
{
  transition: all ease 0.3s;
}

.jonOpening ul li:hover .job_first h2
{
  color: #3FBAD9;
}

.sectionpad1
{
  padding: 0 0 80px;
}

.postJobSection
{
  background-color: #3FBAD9;
  padding: 170px 0 80px;
  overflow: hidden;
  position: relative;
}

.postJobSection h3
{
 font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.postJobSection img
{
     position: absolute;
    right: -15px;
    width: 500px;
    top: 5px;
}

.postJobSection h2
{
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  margin: 0.2em 0 0.3em;
}

.postJobSection h4
{
  font-size: 25px;
  margin-bottom: 0.7em;
  font-family: 'Roboto', sans-serif;
}

.postJobSection a
{
  background-color: #fff;
  padding: 10px 20px 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 140px;
  color: #000000;
  font-weight: 500;
  transition: all ease 0.3s;
  letter-spacing: 0.72px;
  border: 1px solid #fff;
}

.postJobSection a svg
{
  margin-right: 0.6em;
}

.postJobSection a:hover
{
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

.postJobSection a:hover svg path
{
  fill: #000000;
}

.postJobSection .typed-cursor
{
  opacity: 0;
}

.postJobSection .text span
{
  color: #fff;
}


.footer_widget {
  padding: 60px 15px 60px;
}


.footer_widget .address span {
    margin-right: 1em;
}

.bannerhomesec.breadcrumbmain_div.bg-video-wrap
{
  padding: 0;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bannerhomesec.breadcrumbmain_div.bg-video-wrap video
{
    position: absolute;
    top: -155px;
}

.bannerhomesec.breadcrumbmain_div.bg-video-wrap .container
{
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active
{
  color: #3FBAD9 !important;
}

.featuredList_BoxSec .sec_title h2
{
  font-size: 3em;
  letter-spacing: 1.92px;
}

.featuredList_BoxSec .sec_title h6
{
  margin-bottom: 0.7em;
}

.featuredList_BoxSec .sec_title h2 span
{
  color: #3FBAD9;
}

.authpages
{
  position: relative;

  -webkit-animation: slidein 50s;
  animation: slidein 50s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;  
}

.authpages::before
{
      background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;

}

@-webkit-keyframes slidein {
  from {background-position: top; background-size:1000px; }
  to {background-position: -100px 0px;background-size:1000px;}
}

@keyframes slidein {
  from {background-position: top;background-size:1000px; }
  to {background-position: -100px 0px;background-size:1000px;}
}

.aiz-pagination .flex span,
.aiz-pagination .flex a
{
     border-radius: 100px;
    padding: 10px 35px !important;
    color: #000;
    font-weight: 600;
    transition: all ease 0.3s;
}

.aiz-pagination .flex span:hover,
.aiz-pagination .flex a:hover
{
  background-color: #3FBAD9 !important;
  color: #fff;
}

.header
{
    -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 9;
  animation: smoothScroll 1s forwards;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}

/* Media Query */
@media screen and (max-width:991px)
{
  .centerVideo
  {
    margin-top: 2em;
  }
  .postJobSection
  {
    padding-bottom: 3em;
  }
    .skin-dark-footer
  {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .footer_widget {
    padding: 20px 15px 20px;
  }
  .w50
  {
    width: 50%;
  }
  .w100
  {
    width: 100%;
  }
  .jonOpening ul li a
  {
    margin-left: 5em;
  }
  .postJobSection img
  {
    display: none;
  }

  .postJobSection
  {
        padding: 80px 0 80px;
  }

  .postJobSection a
  {
    max-width: 150px;
  }
   .navbar-expand-lg .navbar-nav .nav-link
  {
    padding: 20px 0;
  }
    .navbar-collapse {
      padding: 0 0 15px;
  }
}

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

  .bannerhomesec .centerBox h1
  {
    font-size: 2em;
  }
  .bannerhomesec h2
  {
    font-size:2em;
  }
  .bannerhomesec .centerBox
  {
    padding: 0 15px;
  }
  .searchForm
  {
    flex-direction: column;
    padding: 10px 10px;
  }
  .searchForm .formSearch
  {
    max-width: 100%;
  }
  .listItemMargin
  {
    margin-top: 50px;
  }
  .searchForm .tags
  {
    margin: 10px auto 20px;
  }
  .accSection .cirBox {
      position: relative;
      margin-bottom: 4em;
  }
  .accSection .cirBox .listItem
  {
    right: 25px;
  }
  .accSection .cirBox h4
  {
    left: 8px;
  }
  .accSection .cirBox .featuredlist,
  .accSection .cirBox .aboutUsSection
  {
     left: 26px;
  }
  .browsecategories .sec_title div
  {
    flex-direction: column;
        align-items: flex-start;
  }
  .browsecategories .sec_title h2 {
      margin-bottom: 0.7em;
      font-size: 2em;
  }
  .jonOpening ul li {
      text-align: center;
      flex-direction: column;
  }
  .jonOpening ul li .job_second
  {
    margin-left: inherit;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
  }
  .jonOpening ul li a
  {
    margin-left: inherit;
  }
  .postJobSection
  {
    text-align: center;
  }
  .postJobSection a
  {
    max-width: 145px;
    margin: 0 auto 1em;
  }

  .skin-dark-footer .footer-bottom
  {
    flex-direction: column;
    padding-bottom: 0;
  }
  .videoSection .vBox1 svg.sStar
  {
    right: -22px;
  }
  .skin-dark-footer .footer-bottom div
  {
    margin-top: 0.6em;
  }
  .videoSection h5
  {
    right: 12px
  }
  .breadcrumbmain_div h1
  {
    font-size: 30px;
  }
  .useraccountwrap .login_div
  {
    padding: 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link
  {
    padding: 20px 0;
  }
    .navbar-collapse {
      padding: 0 0 15px;
  }
}