@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Frank+Ruhl+Libre:wght@300..900&family=Oswald&display=swap');
body {
    margin: 0;
    padding: 0px;
}

.section {
    text-align: center;
}

.topHeader {
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 99;
    top: 0px;
}
#header
{
    z-index: 99999999 !important;
}

.logoAndRIghtSection {
    /* display: flex;
    position: fixed;
    width: 100%;
    z-index: 99; */
}

.logo {
    padding: 10px 0 0 50px;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
}

.rightmenu {
    margin-left: auto;
    width: 78px;
    background: rgb(0 0 0/40%);
    height: 100vh;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
}


/*  */


/* Icon 1 */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 40px;
    height: 45px;
    position: relative;
    margin: 25px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 10px;
    width: 25px;
    right: 0;
    left: auto;
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    right: -60px;
    top: 18px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.carousel-item {
    /* height: 100vh;
    min-height: 350px; */
    height: 100%;
    min-height: auto;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.midImg img {
    max-width: 1300px;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    display: none;
}

#secAllImg img {
    max-width: 1250px;
}

.tableCell {
    vertical-align: top !important;
}

.controlArrow {
    display: none;
}

.carousel-indicators li {
    height: auto;
    background-color: transparent !important;
    opacity: 1;
    border: 0px;
    font-size: 16px;
    padding: 3px;
    position: relative;
}

.carousel-indicators li:nth-child(1):before {
    content: "";
    position: absolute;
    width: 2px;
    right: 10px;
    top: -48px;
    background-color: #e9620e;
    height: 40px;
}

.carousel-indicators {
    position: absolute;
    right: 24px;
    bottom: 5px;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    flex-direction: column;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    color: #797979;
    text-align: right;
    z-index: 999999999;
    margin: 0;
}

.carousel-indicators .active {
    color: #ff6408;
}

.croSection
{
    position: relative;
    text-align: left;
}
.croSection h1{
    position: absolute;
    z-index: 1;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 70pt;
    text-align: left;
    left: 0px;
    color: #f9f9f9;
    top: -80px;
    margin: 0;
}
.croSection h1 span{
    display: block;
}
.croSection p{
    font-family: 'Poppins';
    font-size: 14px;
    color: #606060;
    margin: 20px 0 0 0;
    position: relative;
    left: 30px;
    width: 62%;
    line-height: 22px;
}

.croSection h2{
    position: relative;
    z-index: 1;
    font-family: 'Poppins';
    font-size: 50pt;
    text-align: left;
    left: 30px;
    margin: 0;
    text-transform: uppercase;
}
.croSection h2 span{
    display: block;
    color: #ff6808;
}
.croSection h2 span:nth-child(1)
{
    color: #000000;
}


.ExploreMoreBtn
{
    position: relative;
    z-index: 1;
    left: 30px;
    /* margin-bottom: 50px; */
}
.ExploreMoreBtn a 
{
    background: rgba(255, 255, 255, 0.8);
    padding-left: 40px;
    padding-right: 40px;
    background-image: linear-gradient(to left, transparent, transparent 50%, #000000 50%, #000000);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all 0.25s ease-in;
    border-radius: 0px;
    opacity: 1;
    color: #000000;
    font-family: Inter;
    font-size: 16px;
    padding: 10px 40px;
    display: inline-block;
    margin: 20px 0 0 0;
    font-family: 'Poppins';
    border: #000000 solid 1px;
}
.ExploreMoreBtn a:is(:hover, :focus, :active){
    background-position: 0 0;
    color: #ffffff;
    text-decoration: none;
}
.homeImg
{
    position: relative;
    left: -20px;
    margin-top: 50px;
}
.homeImg img{
    width: 80px;
}
.staffingSection
{
    position: relative;
    left: 50px;
    /* top: -50px; */
    width: 100%;
}
.socialStorySection
{
    margin: 0 0 50px 0;
}
.socialStoryHeading
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 50px 0 0 0;
}
.socialStoryHeading h1{
    font-family: 'Poppins';
    font-size: 40px;
    margin: 0;
    color: #000000;
    font-weight: 600;
}
.viewAll
{
    margin-left: auto;
}
.viewAll a{
    font-family: 'Poppins';
    color: #ff6808;
    font-size: 14px;
    text-decoration: none;
}
.viewAll a:is(:hover,:focus,:active)
{
    color: #e35700;
}


/*  */
.socialStorycarousel img {
    width: 100%;
    /* object-fit: cover; */
  }
  .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .socialStorycarousel span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .owl-nav button:focus {
      outline: none;
  }
  .owl-item {
    /* height: 300px !important;  */
    display: flex;
    text-align: left;
  }
  .socialStorycarousel .item {
      width: 100%;
  }
  .socialStory
  {
    width: 1336px;
    margin: auto;
  }
  .itemdateandAction
  {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .socialStorycarousel h3{
    font-family: 'Poppins';
    font-size: 16px;
    margin: 15px 0 0 0;
    color: #000000;
    font-weight: 500;
}
.viewMore
{
    margin-left: auto;
}
.viewMore a{
    font-family: 'Poppins';
    color: #ff6808;
    font-size: 13px;
    text-decoration: none;
}
.viewMore a:is(:hover,:focus,:active)
{
    color: #e35700;
}

.socialStorycarousel p{
    font-family: 'Poppins';
    font-size: 13px;
    color: #606060;
    margin: 0px 0 0 0;
    position: relative;
    line-height: 22px;
}
.storydate
{
    font-family: 'Poppins';
    color: #000000;
    font-size: 13px;
}
.whereToFindSection
{
    padding: 50px 0 0 0;
}
.whereToFindSection img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.whereToFindBg
{
    position: absolute;
    background: #dfdfdf;
    width: 160px;
    height: 320px;
    z-index: -1;
    left: 0;
    top: 0;
}
.whereToFind
{
    text-align: left;
    width: 1336px;
    margin: auto;
}
.whereToFind h1{
    font-family: 'Poppins';
    font-size: 50px;
    margin: 0;
    color: #000000;
    font-weight: 600;
}
.whereToFind p{
    font-family: 'Poppins';
    font-size: 30px;
    color: #000000;
    margin: 10px 0 0 0;
    position: relative;
    line-height: 26px;
}
.mapandLeftSection
{
    display: flex;
        width: 100%;
        border: #e7e7e7 solid 1px;
        margin: 50px 0 120px 0;
        height: calc(100vh - 440px);
}
.mapandLeft
{
    width: 688px;
    background: #ffffff;
    min-height: 100px;
    padding: 30px;
}
.mapandLeft h2{
    font-family: 'Poppins';
    font-size: 35px;
    margin: 0;
    color: #000000;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.mapandLeft h2 span{
    color: #a92623;
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 30px;
}
.mapandRight
{
width: 100%;
/* border: red solid 1px; */
min-height: 100px;
}
.whereToFindRightBg
{
    position: absolute;
    background: #dfdfdf;
    width: 426px;
    height: 500px;
    z-index: -1;
    right: 0;
    bottom: 0;
}
.footerSection
{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
}
.addressSection
{
    display: flex;
    margin-top: 20px;
    position: relative;
}
.addressSection p{
    color: #030303;
    font-size: 16px;
    margin: 0 0 0 20px;
}
.addressSection img {
    width: 60px;
}
.country
{
color: #ff9000;
width: 54px;
}
.country > div{
    transform: rotate(270deg);
    position: absolute;
    left: 13px;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
}
.country::after
{
    content: "";
    display: block;
    width: 20px;
    background-color: #ff9000;
    height: 1px;
    transform: rotate(270deg);
    position: absolute;
    left: 13px;
    bottom: 0;
}
.phoneEmail p{
    color: #030303;
    font-size: 16px;
    margin: 0 0 0 14px;
    font-weight: 500;
}
.hideIndicators
{
    display: none;
}
.mB20
{
    margin-bottom: 20px;
}
.socialMediaStory
{
    position: relative;
}
.socialMediaIcon
{
    position: absolute;
    right: 0;
    top: 0;
}
.pageSection
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    transform: translateX(0) ;
    transition: transform 0.2s ease-out;
}
.pageSection .pageLeft, .pageSection .pageRight
{
    width: 50%;
    background: #ffffff;
    height: 100%;
   
}

.pageSection .pageRight{
    background-image: url("../images/img9.png");
    transform: translateY(100%);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 100%;
  }
  
  .pageSection .pageLeft{
    display: flex;
    align-items: center;
    transform: translateY(-100%);
    padding: 0 0 0 50px;
    position: relative;
}
.pageSection .homeImg
{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.swiper-slide-active 
{
    transition: transform 0.7s, opacity 0.7s, z-index 0s 0.7s;
}
.swiper-slide-active .pageSection .pageLeft
{
    transform: translateY(0) ;
    transition: transform 0.7s ease-out;
}
.swiper-slide-active .pageSection .pageRight
{
    transform: translateY(0) ;
    transition: transform 0.7s ease-out;
}
.swiper-slide-prev .pageSection .pageLeft
{
    transform: translateY(-100%);
}
.swiper-slide-prev .pageSection .pageRight
{
    transform: translateY(100%);
}


.swiper-slide-next .pageSection .pageLeft
{
    transform: translateY(-100%);
    transition: transform 0.7s ease-out;
}
.swiper-slide-next .pageSection .pageRight
{
    transform: translateY(100%);
    transition: transform 0.7s ease-out;
}
/* 2 */
.swiper-slide 
{
    background: #ffffff;
}
.pageSection2
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    transition: transform 0.7s ease-out;
}
.pageSection2 .pageLeft, .pageSection2 .pageRight
{
    width: 50%;
    background: #ffffff;
    height: 100%;
   
}
.pageSection2 .pageRight{
    display: flex;
    align-items: center;
    transform: translateY(100%);
    padding: 0 0 0 30px;
  }
  .pageSection2 .pageLeft{
    background-image: url("../images/img6new.png");
    transform: translateY(-100%);
    background-repeat: no-repeat;
    background-size: auto;
    /* background-position: center; */
    height: 100%;
}
.pageSection2 .pageLeft img{
    height: 100%;
}

.swiper-slide-active 
{
    transition: transform 0.7s, opacity 0.7s, z-index 0s 0.7s;
}
.swiper-slide-active .pageSection2 .pageLeft
{
    transform: translateY(0);
    transition: transform 0.7s ease-out;
}
.swiper-slide-active .pageSection2 .pageRight
{
    transform: translateY(0);
    transition: transform 0.7s ease-out;
}
.swiper-slide-prev .pageSection2 .pageLeft
{
    transform: translateY(100%);
}
.swiper-slide-prev .pageSection2 .pageRight
{
    transform: translateY(-100%);
}

.swiper-slide-next .pageSection2 .pageLeft
{
    transform: translateY(100%);
    transition: transform 0.7s ease-out;
}
.swiper-slide-next .pageSection2 .pageRight
{
    transform: translateY(-100%);
    transition: transform 0.7s ease-out;
}
/* 
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .pageSection2 .pageLeft
{
    transform: translateY(0%);
    transition: transform 0.7s ease-out;
}
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active.swiper-slide-next .pageSection2 .pageRight
{
    transform: translateY(0%);
    transition: transform 0.7s ease-out;
} */
/* 3 */
.socialStory
{
    transform: translateY(100%);
    transition: transform 0.7s ease-out;
}
.swiper-slide-active .socialStory
{
    transform: translateY(0);
    transition: transform 0.7s ease-out;
}
.whereToFindSection
{
    transform: translateY(100%);
    transition: transform 0.7s ease-out;
}
.swiper-slide-active .whereToFindSection
{
    transform: translateY(0);
    transition: transform 0.7s ease-out;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical
{
    display: none;
}
.carousel{
    height: 100% !important;
}
/*  */
.desktopView
{
    display: block;
}
.mobileSectionView
{
    display: none;
}
.hideHeader
{
    display: none;
}
.fixed .indexHeader
{
    display: none;
}
/* .header-slide-1, .header-slide-2, .header-slide-3, .header-slide-4, .header-slide-5 #header
{
    display: none;
} */
.header-slide-1 .logo, .header-slide-2 .logo, .header-slide-3 .logo, .header-slide-4 .logo, .header-slide-5 .logo
{
    display: none;
}
.header-slide-1 .rightmenu, .header-slide-2 .rightmenu, .header-slide-3 .rightmenu, .header-slide-4 .rightmenu, .header-slide-5 .rightmenu
{
    height: 60px;
}
/* .header-slide-1, .header-slide-2, .header-slide-3, .header-slide-4, .header-slide-5 .logo
{
    display: none;
} */
.swiper-slide.last-slide {
    height: auto; /* Let the height adjust based on content */
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 20px; /* Add padding for better appearance */
  }
  .swiper-slide.lastSlide.swiper-slide-active
  {
    height: auto; /* Let the height adjust based on content */
    overflow-y: auto; /* Enable vertical scrolling */
  }

  .carousel-item
  {
    position: relative;

  }
  .contentSlider
  {
    position: absolute;
   bottom: 20%;
    left: 50px;
    color: #ffffff;
  }
  .banner1
  {
    background: url('../images/bannerBG.png');
  }
  .carousel-item {
    /* background-color: darkslategrey; */
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
  }
  .banner1 .contentSlider
  {
    width: 46%;
  }
  .banner1 h1
  {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 55px;
    margin: 0;
    color: #000;
  }
  .banner1 h1 span{
    color: #ff6408;
  }
  .banner1 p{
    color: #545454;
    font-family: 'Poppins';
    font-size: 18px;
    margin: 15px 0 0 0;
    line-height: 30px;
  }
  .bannerExploreMore
  {
    margin: 0;
  }
.bannerExploreMore a 
{
    background: rgba(255, 255, 255, 0);
    padding-left: 40px;
    padding-right: 40px;
    background-image: linear-gradient(to left, transparent, transparent 50%, #ff6408 50%, #ff6408);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all 0.25s ease-in;
    border-radius: 0px;
    opacity: 1;
    color: #000000;
    font-family: Inter;
    font-size: 16px;
    padding: 12px 40px;
    display: inline-block;
    margin: 20px 0 0 0;
    font-family: 'Poppins';
    border: #000000 solid 1px;
}
.bannerExploreMore a:is(:hover, :focus, :active){
    background-position: 0 0;
    color: #ffffff;
    text-decoration: none;
    border:#ff6408 solid 1px;
}

@keyframes slide-right {
    from {
      margin-left: -100%;
    }
    to {
      margin-left: 0%;
    }
  }
  @keyframes slide-left {
    from {
      margin-right: -100%;
    }
    to {
      margin-right: 0%;
    }
  }
  .carousel-item.banner1 .contentSlider
  {
    animation: 1.2s slide-right;
  }
  .banner2
  {
    background: url('../images/banenrbg.png');
    background-size: contain;
  }
  .contentSlider2
  {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .bannerLeftRightSection
  {
    display: flex;
    width: 100%;
    height: 100%;
    /* align-items: center; */
    padding: 0 50px;
  }
  .carousel-item.banner2 .contentSlider2 .bannerLeftSection
  {
    opacity: 0;
  }
  .carousel-item.banner2.active .contentSlider2 .bannerLeftSection
  {
    width: 50%;
    position: absolute;
    top: 130px;
    left: 20px;
    animation: 0.6s slide-right;
    opacity: 1;
  }
  .bannerLeftSection img
  {
    height: 412px;
    width: auto;
    max-width: initial;
  }
  .carousel-item.banner2 .contentSlider2 .bannerReftSection
  {
    opacity: 0;
  }
  .carousel-item.banner2.active .contentSlider2 .bannerReftSection
  {
    margin-left: auto;
    width: 50%;
    position: relative;
    text-align: right;
    padding-right: 20px;
    top: 130px;
    animation: 0.6s slide-left;
    opacity: 1;
  }
  .bannerReftSection img
  {
    height:412px;
    width: auto;
    max-width: initial;
  }
  .contentSlider2 h1 span{
    color: #ff6808;
  }
  .contentSlider2 h1
  {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 45px;
    margin: 0;
    color: #000000;
    position: absolute;
    top: 52%;
    left: 48%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .bannerLeftSection .TalentAcquisition
  {
    padding: 20px 30px;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 500;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 60px;
    color: #000000;
  }
  .bannerLeftSection .exploreMoreBtnBanner
  {
    position: relative;
    left: 90px;
    top: 50px;z-index: 99999999;
  }
  .bannerLeftSection .exploreMoreBtnBanner a{
    color: #fe6808;
    font-size: 16px;
    font-family: 'Poppins';
    text-decoration: none;
  }
  .bannerLeftSection .exploreMoreBtnBanner a:hover
  {
    color: #e45a04;
  }
  .bannerLeftSection  .exploreMoreBtnBanner a::before {
    content: "";
    position: absolute;
    left: 0;
    left: 110px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    background-color: #fe6808;
    height: 1px;
}

/*  */

.bannerReftSection .TalentAcquisition
{
  padding: 20px 30px;
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* top: 80px; */
  right: 60px;
  color: #000000;
  text-align: right;
}
.bannerReftSection .exploreMoreBtnBanner
{
    position: relative;
    right: 70px;
    top: 55px;
}
.bannerReftSection .exploreMoreBtnBanner a{
  color: #fe6808;
  font-size: 16px;
  font-family: 'Poppins';
  text-decoration: none;
  /* width: 106px; */
}
.bannerReftSection .exploreMoreBtnBanner a:hover
{
  color: #fe6808;
}
.bannerReftSection  .exploreMoreBtnBanner a::before {
  content: "";
  position: absolute;
  right: 110px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  background-color: #fe6808;
  height: 1px;
}

 /*  */


 @media only screen and (max-width: 1200px)
    {
        .whereToFind, .socialStory
        {
            width: 100%;
            padding: 0 20px;
        }
    }
    @media only screen and (max-width: 1199px)
    {
        .desktopView
        {
            display: none;
        }
        .mobileSectionView
        {
            display: block;
        }
        #sec2a_1, #sec2a_2, #sec3_1, #sec3_2
        {
            width: 50%;
        }
        .mapandLeftSection {
            display: flex;
            width: 100%;
            border: #e7e7e7 solid 1px;
            margin: 20px 0 120px 0;
            height: auto;
            flex-direction: column;
        }
        .whereToFindBg {
            position: absolute;
            background: #dfdfdf;
            width: 200px;
            height: 480px;
            z-index: -1;
            left: 0;
            top: 0;
        }
        .whereToFindRightBg {
            position: absolute;
            background: #dfdfdf;
            width: 130px;
            height: 430px;
            z-index: -1;
            right: 0;
            bottom: 0;
        }
        .flex
        {
            flex-direction: column;
        }
        .croSection h2
        {
            font-size: 28px;
            top: 0;
            margin-top: 0;
            left: 0;
            padding-left: 20px;
        }
        .croSection h1 {
            position: absolute;
            z-index: 1;
            font-family: "Frank Ruhl Libre", serif;
            font-size: 36pt;
            text-align: left;
            left: 14px;
            color: #f9f9f9;
            top: -41px;
            margin: 0;
        }
        .croSection p {
            width: 90%;
            font-size: 14px;
            line-height: 20px;
            top: 0px;
            left: 0;
            padding-left: 20px;
        }
        .ExploreMoreBtn a
        {
            font-size: 14px;
    padding: 10px 40px;
        }
        .croSection {
            position: relative;
            text-align: left;
            padding: 0px 0 0px 0px;
            width: 50%;
        }
        .croSection.staffingSection
        {
            padding: 80px 0 70px 50px;
            left: 0;
            width: 50%;
        }
        .croSection.staffingSection h1
        {
            top: 42px;
            left: 63px;
        }
        .staffingSection {
            left: 0;
            top: 0;
            width: 100%;
        }
        .staffingSectionMob
        {
            display: flex;
            align-items: center;
            width: 100%;
            flex-direction: row-reverse;
        }
        .socialStoryHeading
        {
            display: block;
            text-align: left;
        }
        .logo img {
            width: 126px;
        }
        .logo {
            padding: 20px 0 0 30px;
        }
        .carousel-item {
            height: 100%;
            min-height: auto;
        }
        .carousel-indicators li
        {
            font-size: 12px;
    padding: 0 3px;
        }
        #sec2a_1
        {
            padding-top: 30px;
        }
        #sec3 .flex
        {
            flex-direction: column-reverse;
        }
        .ExploreMoreBtn
        {margin-bottom: 0;
            top: 0;
            width: 100%;
            left: 0;
            padding-left: 20px;
        }
        .homeImg {
            margin-top: 0;
        }
        .socialStoryHeading h1, .whereToFind h1
        {
            font-size: 30px;
        }
        .whereToFind p
        {
            font-size: 14px;
            margin-top: 0;
        }
        .mapandLeft h2
        {
            font-size: 24px;
        }
        .mapandLeft h2 span
        {
            font-size: 16px;
        }
        .mapandLeft
        {
           padding-bottom: 30px;
           width: 100%;
        }
        .socialStorycarousel .owl-carousel
        {
            display: block !important;
            text-align: left;
        }
        .socialStorycarousel .item
        {
            margin-bottom: 20px;
        }
        .socialStorycarousel h3
        {
            font-size: 18px;
            margin: 10px 0 0 0;
        }
        .socialStory
        {
            margin-bottom: 30px;
        }
        .fixed #header .logo
        {
            position: relative;
        }
        .rightmenu
        {
            width: 68px;
            height: 55px;
        }

        .mobileSectionView .socialStory, .mobileSectionView .whereToFindSection
        {
            transform: translateY(0%);
        }
     
        #sec2a_2 img, #sec3_1 img
        {
            width: 100%;
        }
        .croSectionMob {
            display: flex;
            width: 100%;
            align-items: center;
        }
        .fixed .mobileSectionView #header
        {
            box-shadow: 0 0 5px rgb(0 0 0 / 0%);
            background-color: transparent;
        }
        .fixed .mobileSectionView .logo
        {
            display: none;
        }
        .fixed .mobileSectionView .rightmenu
        {
            display: none;
        }
    }
    @media only screen and (max-width: 767px)
    {
        .desktopView
        {
            display: none;
        }
        .mobileSectionView
        {
            display: block;
        }
        #sec2a_1, #sec2a_2, #sec3_1, #sec3_2
        {
            width: 100%;
        }
        .mapandLeftSection {
            display: flex;
            width: 100%;
            border: #e7e7e7 solid 1px;
            margin: 20px 0 120px 0;
            height: auto;
            flex-direction: column;
        }
        .whereToFindBg {
            position: absolute;
            background: #dfdfdf;
            width: 200px;
            height: 480px;
            z-index: -1;
            left: 0;
            top: 0;
        }
        .whereToFindRightBg {
            position: absolute;
            background: #dfdfdf;
            width: 130px;
            height: 430px;
            z-index: -1;
            right: 0;
            bottom: 0;
        }
        .flex
        {
            flex-direction: column;
        }
        .croSection h2
        {
            font-size: 28px;
            top: 0;
            margin-top: 0;
            left: 0;
            padding-left: 20px;
        }
        .croSection h1 {
            position: absolute;
            z-index: 1;
            font-family: "Frank Ruhl Libre", serif;
            font-size: 36pt;
            text-align: left;
            left: 14px;
            color: #f9f9f9;
            top: 18px;
            margin: 0;
        }
        .croSection p {
            width: 90%;
            font-size: 14px;
            line-height: 20px;
            top: 0px;
            left: 0;
            padding-left: 20px;
        }
        .ExploreMoreBtn a
        {
            font-size: 14px;
    padding: 10px 40px;
        }
        .croSection {
            position: relative;
            text-align: left;
            padding: 60px 0 0px 0px;
        }
        .croSection.staffingSection
        {
            padding: 80px 0 70px 0px;
            left: 0;
        }
        .croSection.staffingSection h1
        {
            top: 42px;
        }
        .staffingSection {
            left: 0;
            top: 0;
            width: 100%;
        }
        .socialStoryHeading
        {
            display: block;
            text-align: left;
        }
        .logo img {
            width: 126px;
        }
        .logo {
            padding: 20px 0 0 30px;
        }
        .carousel-item {
            height: 100%;
            min-height: auto;
        }
        .carousel-indicators li
        {
            font-size: 12px;
    padding: 0 3px;
        }
        #sec2a_1
        {
            padding-top: 30px;
        }
        #sec3 .flex
        {
            flex-direction: column-reverse;
        }
        .ExploreMoreBtn
        {margin-bottom: 0;
            top: 0;
            width: 100%;
            left: 0;
            padding-left: 20px;
        }
        .homeImg {
            margin-top: 0;
        }
        .socialStoryHeading h1, .whereToFind h1
        {
            font-size: 30px;
        }
        .whereToFind p
        {
            font-size: 14px;
            margin-top: 0;
        }
        .mapandLeft h2
        {
            font-size: 24px;
        }
        .mapandLeft h2 span
        {
            font-size: 16px;
        }
        .mapandLeft
        {
           padding-bottom: 30px;
           width: 100%;
        }
        .socialStorycarousel .owl-carousel
        {
            display: block !important;
            text-align: left;
        }
        .socialStorycarousel .item
        {
            margin-bottom: 20px;
        }
        .socialStorycarousel h3
        {
            font-size: 18px;
            margin: 10px 0 0 0;
        }
        .socialStory
        {
            margin-bottom: 30px;
        }
        .fixed #header .logo
        {
            position: relative;
        }
        .rightmenu
        {
            width: 68px;
            height: 58px;
        }
        #activator
        {
            right: 12px !important;
        }
        .mobileSectionView .socialStory, .mobileSectionView .whereToFindSection
        {
            transform: translateY(0%);
        }
        .fixed .mobileSectionView .rightmenu
        {
            display: none;
        }
        #sec2a_2 img
        {
            width: 100%;
        }

        .croSectionMob {
            display: flex;
            width: 100%;
            align-items: flex-start;
            flex-direction: column;
        }
        
         .staffingSectionMob
        {
            display: flex;
            align-items: flex-start;
            width: 100%;
            flex-direction: row-reverse;
            flex-direction: column;
        }
    .banner1
  {
    background: url('../images/bannerBG.png');
           height: 250px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
  }
  .banner1 h1
  {
    font-size: 25px;
  }
  .banner1 p
  {
    font-size: 14px;
            margin-top: 0;
  }
  .bannerExploreMore a
  {
    font-size: 14px;
    padding: 7px 22px;
    margin: 15px 0 0 0;
  }
  .contentSlider {
    position: absolute;
    bottom:18%;
    left: 32px;
    color: #ffffff;
}
.banner1 .contentSlider {
    width: 100%;
}
    }