@font-face {
  font-family: 'proxima_nova_altlight';
  src: url("../fonts/proxima_nova_alt_light-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_alt_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_altregular';
  src: url("../fonts/proxima_nova_alt_regular-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_alt_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_altthin';
  src: url("../fonts/proxima_nova_alt_thin-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_alt_thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_altbold';
  src: url("../fonts/proxima_nova_alt_bold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_alt_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'renogareregular';
  src: url("../fonts/renogare-webfont.woff2") format("woff2"), url("../fonts/renogare-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroyextrabold';
  src: url("../fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("../fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'proxima_nova_altlight';
  color: #4A4A4A; }

h1, h2, h3, h4 {
  font-family: 'renogareregular'; }

.df {
  display: flex; }

ul, li {
  list-style-type: none;
  /* added from sachin repo */ }

.fp-section {
  height: 100% !important; }

/* below global css added from sachin repo */
.fp-slidesNav {
  display: none; }

a:link {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer; }

a:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer; }

/*-------section1--------*/
#section1 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #a1071b;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0; }
  #section1 .neo-logo {
    display: flex;
    justify-content: center; }
    #section1 .neo-logo img {
      max-width: 100%;
      margin: 50px 0; }
      @media (max-width: 991px) {
        #section1 .neo-logo img {
          margin: 30px 0; } }
  #section1 .welcome-bottom-links {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0; }
    @media (max-width: 991px) {
      #section1 .welcome-bottom-links {
        position: inherit; } }
    #section1 .welcome-bottom-links .bt-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      #section1 .welcome-bottom-links .bt-links .lists .border-line {
        border-right: 1px solid #ca6f92; }
        @media (max-width: 991px) {
          #section1 .welcome-bottom-links .bt-links .lists .border-line {
            border-right: 0px;
            margin-bottom: 10px; } }
      #section1 .welcome-bottom-links .bt-links .lists a {
        color: #fff; }
        #section1 .welcome-bottom-links .bt-links .lists a:hover {
          color: #fff; }
      #section1 .welcome-bottom-links .bt-links .lists p {
        padding: 0 20px;
        font-size: 1.5625rem; }
        #section1 .welcome-bottom-links .bt-links .lists p span {
          padding-left: 10px;
          color: #fff; }

/*-------section2--------*/
#section2 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0; }
  #section2 .left-side {
    display: flex;
    height: 100vh;
    padding: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: #fff; }
    @media (max-width: 991px) {
      #section2 .left-side {
        padding: 15px;
        height: auto; } }
    #section2 .left-side h2 {
      color: #fff;
      width: 100%;
      font-size: 45px;
      margin-bottom: 25px;
      position: relative;
      padding-bottom: 10px; }
      @media (max-width: 991px) {
        #section2 .left-side h2 {
          padding-top: 30px; } }
      #section2 .left-side h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100px;
        background: linear-gradient(to right, #BF113B, #F55C31); }
    #section2 .left-side p {
      font-size: 24px;
      width: 100%;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        #section2 .left-side p {
          font-size: 18px;
          margin-bottom: 30px; } }
  #section2 .right-side {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    color: #4A4A4A; }
    @media (max-width: 991px) {
      #section2 .right-side {
        padding: 20px 15px; } }
    @media only screen and (min-width: 1400px) and (max-width: 1600px) {
      #section2 .right-side {
        padding-top: 188px; } }
    @media (max-width: 991px) {
      #section2 .right-side {
        padding-left: 15px; } }
    #section2 .right-side ul.list {
      padding: 0;
      margin: 0;
      width: 300px; }
      @media (max-width: 991px) {
        #section2 .right-side ul.list {
          margin-top: 40px; } }
      #section2 .right-side ul.list li {
        list-style: none;
        padding: 10px;
        color: #fff;
        background: #8B1140;
        margin-bottom: 25px;
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        width: 100%;
        line-height: 23px;
        letter-spacing: 1px; }
        #section2 .right-side ul.list li:nth-child(2) {
          background-color: #C10F37; }
        #section2 .right-side ul.list li:nth-child(3) {
          background-color: #F85B25; }
        @media (max-width: 991px) {
          #section2 .right-side ul.list li br {
            display: none; } }
    #section2 .right-side .neo-white-logo {
      position: absolute;
      bottom: 60px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center; }
      #section2 .right-side .neo-white-logo img {
        max-width: 50%;
        margin-left: 12px; }
      @media (max-width: 991px) {
        #section2 .right-side .neo-white-logo {
          position: inherit;
          margin-top: 80px; } }

/*-------section3--------*/
#section3 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0; }
  #section3 .header {
    text-align: center; }
    #section3 .header h2 {
      color: #fff;
      width: 100%;
      font-size: 45px; }
      @media (max-width: 991px) {
        #section3 .header h2 {
          padding-top: 40px; } }
    #section3 .header h3 {
      color: #fff;
      font-family: 'proxima_nova_altbold';
      padding: 10px 20px;
      background: linear-gradient(to right, #BF113B, #F55C31);
      font-size: 20px;
      margin: 15px 0 40px 0;
      display: inline-block; }
  #section3 .box-inner {
    background: #000;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    min-height: 200px; }
    #section3 .box-inner::after {
      content: "";
      position: absolute;
      left: 0px;
      bottom: 0px;
      height: 2px;
      width: 100%;
      background: linear-gradient(to right, #BF113B, #F55C31); }
    @media (max-width: 767px) {
      #section3 .box-inner {
        padding: 20px; } }
    #section3 .box-inner h3 {
      color: #fff;
      font-size: 23px;
      padding: 20px 20px 20px 60px;
      background-image: url(../images/education.svg);
      background-repeat: no-repeat;
      background-position: 23px 24px;
      background-size: 30px;
      min-height: 95px;
      border-bottom: 1px solid #272727; }
      @media (max-width: 991px) {
        #section3 .box-inner h3 {
          font-size: 20px;
          min-height: auto; } }
    #section3 .box-inner h3.stream {
      padding-left: 55px;
      background-image: url(../images/stream.svg);
      background-size: 20px; }
    #section3 .box-inner ul.quali {
      padding: 10px 20px 20px 20px;
      margin: 0;
      display: block;
      width: 100%;
      font-size: 19px;
      min-height: 140px; }
      @media (max-width: 991px) {
        #section3 .box-inner ul.quali {
          min-height: 100px; } }
      #section3 .box-inner ul.quali li {
        list-style: none;
        color: #fff;
        padding: 0 0 0 20px;
        margin: 0;
        background-image: url(../images/bullet2.svg);
        background-repeat: no-repeat;
        background-position: 5px 10px;
        background-size: 5px;
        border: 0px;
        font-size: 18px; }
        @media (max-width: 991px) {
          #section3 .box-inner ul.quali li br {
            display: none; } }
    #section3 .box-inner .right-bor {
      border-right: 1px solid #272727;
      padding-right: 0; }
      @media (max-width: 991px) {
        #section3 .box-inner .right-bor {
          border-right: 0px solid #272727;
          padding-right: 15px; } }
    #section3 .box-inner .left-bor {
      padding-left: 0; }
      @media (max-width: 991px) {
        #section3 .box-inner .left-bor {
          padding-left: 15px; } }
  #section3 .criteria {
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding: 15px 0 10px 0; }
    #section3 .criteria h3 {
      position: relative;
      display: inline-block;
      font-size: 23px; }
      #section3 .criteria h3::before {
        content: "";
        position: absolute;
        left: -95px;
        bottom: 15px;
        height: 1px;
        width: 70px;
        background: #707070; }
      #section3 .criteria h3::after {
        content: "";
        position: absolute;
        right: -95px;
        bottom: 15px;
        height: 1px;
        width: 70px;
        background: #707070; }
    #section3 .criteria span {
      background: linear-gradient(to right, #BF113B, #F55C31);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  #section3 .min-q {
    color: #ffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      #section3 .min-q {
        font-size: 18px; } }
    #section3 .min-q span {
      color: #F85B25; }
  #section3 .note {
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 18px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      #section3 .note {
        position: inherit; } }
    #section3 .note span {
      color: #F85B25; }
    #section3 .note .left-part {
      text-align: center;
      background: linear-gradient(to right, #BF113B, #F55C31);
      padding: 15px;
      font-family: 'proxima_nova_altbold';
      color: #fff;
      font-size: 25px; }
      @media (max-width: 991px) {
        #section3 .note .left-part {
          font-size: 20px; } }
    #section3 .note .right-part {
      text-align: center;
      padding: 15px;
      font-size: 23px; }
      @media (max-width: 767px) {
        #section3 .note .right-part {
          font-size: 18px; } }

/*-------section4--------*/
#section4 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0; }
  #section4 .header {
    text-align: center; }
    #section4 .header h2 {
      color: #fff;
      width: 100%;
      font-size: 45px;
      margin-bottom: 25px;
      position: relative;
      background-image: url(../images/bg-border.svg);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 10%;
      padding-bottom: 20px; }
      @media (max-width: 991px) {
        #section4 .header h2 {
          padding-top: 30px; } }
    #section4 .header p {
      font-size: 23px;
      width: 100%;
      margin-bottom: 0;
      line-height: 26px;
      color: #fff;
      display: block;
      text-align: center; }
  #section4 .box-content {
    margin-top: 90px;
    background-image: url(../images/line123.svg);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: 70%; }
    @media (max-width: 768px) {
      #section4 .box-content {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      #section4 .box-content {
        background: none; } }
    #section4 .box-content .box {
      padding: 30px;
      margin-bottom: 20px;
      width: 100%; }
      @media (max-width: 767px) {
        #section4 .box-content .box {
          padding-bottom: 0px; } }
      #section4 .box-content .box span {
        display: block;
        width: 100%;
        text-align: center; }
        #section4 .box-content .box span img {
          max-width: 40%;
          margin-bottom: 20px; }
      #section4 .box-content .box p {
        font-size: 22px;
        width: 100%;
        margin-bottom: 0;
        line-height: 26px;
        color: #fff;
        display: block;
        text-align: center; }
  #section4 .round {
    width: 100%;
    background: linear-gradient(to right, #BF113B, #F55C31);
    text-align: center;
    font-size: 23px;
    padding: 10px 0;
    color: #fff; }
    @media (max-width: 991px) {
      #section4 .round {
        font-size: 18px; } }
    #section4 .round span {
      color: #F85B25; }
  #section4 .interview {
    display: flex;
    justify-content: center; }
    #section4 .interview p {
      font-size: 23px;
      width: 70%;
      margin: 25px 0;
      line-height: 30px;
      color: #fff;
      display: block;
      text-align: center; }
      @media (max-width: 767px) {
        #section4 .interview p {
          width: 90%; } }

/*-------section5--------*/
#section5 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/fresher-lady.svg), url(../images/bg-3.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: 28%, cover;
  background-position: right bottom, center;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0; }
  @media (max-width: 991px) {
    #section5 {
      background-image: url(../images/bg-3.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; } }
  #section5 .left-side {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100vh;
    padding: 25px 60px;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    color: #4A4A4A; }
    @media (max-width: 991px) {
      #section5 .left-side {
        padding: 15px;
        height: auto; } }
    #section5 .left-side h2 {
      color: #fff;
      width: 100%;
      font-size: 45px;
      margin-bottom: 15px;
      text-align: left; }
      @media (max-width: 991px) {
        #section5 .left-side h2 {
          padding-top: 30px; } }
    #section5 .left-side ul.job-details {
      padding: 0;
      margin: 0; }
      #section5 .left-side ul.job-details li {
        list-style: none;
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid #3c3c3c;
        padding-left: 40px;
        background-image: url(../images/job-icon1.svg);
        background-repeat: no-repeat;
        background-position: 5px 26px;
        background-size: 6%; }
        #section5 .left-side ul.job-details li p {
          font-size: 19px;
          width: 100%;
          margin-bottom: 0;
          line-height: 22px;
          color: #fff;
          display: block;
          text-align: left; }
        #section5 .left-side ul.job-details li span {
          font-size: 25px;
          width: 100%;
          color: #fff;
          font-family: 'proxima_nova_altbold'; }
        #section5 .left-side ul.job-details li:first-child {
          background-image: url(../images/job-icon2.svg); }
        #section5 .left-side ul.job-details li:nth-child(2) {
          background-image: url(../images/job-icon3.svg);
          background-size: 9.9%;
          background-position: left 32px; }
        #section5 .left-side ul.job-details li:last-child {
          background-image: url(../images/job-icon4.svg);
          background-size: 7%;
          border: none; }
        #section5 .left-side ul.job-details li span.ctc {
          font-size: 19px;
          padding-top: 15px;
          display: block;
          width: 100%; }
        #section5 .left-side ul.job-details li ul.annual {
          padding: 0;
          margin: 15px 0 0 0;
          display: block;
          width: 100%;
          font-size: 19px; }
          #section5 .left-side ul.job-details li ul.annual li {
            list-style: none;
            color: #fff;
            padding: 0 0 0 20px;
            margin: 0;
            background-image: url(../images/bullet2.svg);
            background-repeat: no-repeat;
            background-position: 5px 10px;
            background-size: 5px;
            border: 0px; }
            @media (max-width: 991px) {
              #section5 .left-side ul.job-details li ul.annual li br {
                display: none; } }
  #section5 .right-side {
    display: flex;
    padding: 0;
    position: relative;
    padding: 25px 0;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #4A4A4A; }
    @media (max-width: 991px) {
      #section5 .right-side {
        padding-left: 15px;
        padding-right: 15px; } }
    #section5 .right-side h3 {
      color: #fff;
      width: 100%;
      font-size: 30px;
      background: linear-gradient(to right, #BF113B, #F55C31);
      padding: 15px 15px 15px 60px; }
      @media only screen and (min-width: 1401px) and (max-width: 1600px) {
        #section5 .right-side h3 {
          margin-top: 3%; } }
      @media (max-width: 991px) {
        #section5 .right-side h3 {
          font-size: 20px;
          position: inherit;
          margin-bottom: 50px; } }
    #section5 .right-side ul.role-list {
      padding: 57px 0 0 60px;
      margin: 0; }
      @media (max-width: 991px) {
        #section5 .right-side ul.role-list {
          padding: 0px;
          margin-bottom: 40px; } }
      #section5 .right-side ul.role-list li {
        list-style: none;
        padding: 25px 0 25px 30px;
        margin: 0;
        border-bottom: 0px solid #686868;
        color: #fff;
        font-size: 25px;
        margin-bottom: 0;
        line-height: 22px;
        display: block;
        text-align: left;
        width: 50%;
        line-height: 30px;
        background-image: url(../images/bullet.svg);
        background-repeat: no-repeat;
        background-position: 1px 35px;
        background-size: 12px; }
        @media (max-width: 991px) {
          #section5 .right-side ul.role-list li {
            width: 100%;
            font-size: 18px;
            padding-bottom: 0; } }
        #section5 .right-side ul.role-list li span {
          font-size: 25px;
          width: 100%;
          color: #fff;
          font-family: 'proxima_nova_altbold'; }
        #section5 .right-side ul.role-list li:last-child {
          border: none; }

/*-------section6--------*/
#section6 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0; }
  #section6 .left-side {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100vh;
    padding: 40px 60px;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    align-content: flex-start;
    justify-content: center;
    color: #4A4A4A;
    position: relative; }
    @media (max-width: 991px) {
      #section6 .left-side {
        padding: 15px;
        height: auto; } }
    #section6 .left-side h2 {
      color: #fff;
      width: 100%;
      font-size: 45px;
      margin-bottom: 15px;
      text-align: left; }
      @media (max-width: 991px) {
        #section6 .left-side h2 {
          padding-top: 30px; } }
  @media (max-width: 991px) and (max-width: 991px) {
    #section6 .left-side h2 br {
      display: none; } }

    #section6 .left-side h3 {
      color: #fff;
      width: 100%;
      font-size: 25px;
      margin-bottom: 20px;
      text-align: left;
      font-family: 'proxima_nova_altbold';
      position: relative;
      padding-bottom: 20px; }
      @media (max-width: 991px) {
        #section6 .left-side h3 {
          padding-top: 25px; } }
      #section6 .left-side h3::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 80px;
        background: linear-gradient(to right, #BF113B, #F55C31); }
    #section6 .left-side h4 {
      color: #fff;
      width: 100%;
      font-size: 25px;
      margin: 25px 0 0 0px;
      text-align: left;
      font-family: 'proxima_nova_altbold';
      position: relative;
      padding-bottom: 5px; }
      @media only screen and (min-width: 1400px) and (max-width: 1600px) {
        #section6 .left-side h4 {
          margin: 150px 0 0 0px; } }
      @media (max-width: 991px) {
        #section6 .left-side h4 {
          padding-top: 25px; } }
    #section6 .left-side p {
      color: #fff;
      width: 100%;
      font-size: 20px;
      text-align: left;
      line-height: 26px; }
    #section6 .left-side .b-box {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 20px 60px;
      background: linear-gradient(to right, #BF113B, #F55C31);
      width: 100%;
      font-family: 'renogareregular'; }
      @media (max-width: 991px) {
        #section6 .left-side .b-box {
          position: inherit;
          padding: 20px 15px;
          margin-bottom: 20px; } }
      #section6 .left-side .b-box p {
        font-size: 25px;
        display: inline-block;
        padding: 0;
        margin: 0; }
      #section6 .left-side .b-box .bor span {
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 15px;
        margin-bottom: 15px; }
  #section6 .right-side {
    display: flex;
    padding: 40px 60px;
    position: relative;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #4A4A4A; }
    @media (max-width: 991px) {
      #section6 .right-side {
        padding-left: 15px;
        padding-right: 15px; } }
    #section6 .right-side h3 {
      color: #fff;
      width: 100%;
      font-size: 25px;
      padding: 0px; }
    #section6 .right-side ul.role-list {
      padding: 0px;
      margin: 0; }
      #section6 .right-side ul.role-list li {
        list-style: none;
        padding: 23px 0 23px 45px;
        margin: 0;
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
        line-height: 22px;
        display: block;
        text-align: left;
        width: 100%;
        line-height: 26px;
        position: relative;
        border-bottom: 1px solid #3c3c3c; }
        @media only screen and (min-width: 1401px) and (max-width: 1600px) {
          #section6 .right-side ul.role-list li {
            padding: 40px 0 40px 45px; } }
        @media (max-width: 991px) {
          #section6 .right-side ul.role-list li {
            width: 100%;
            font-size: 18px;
            padding-bottom: 0; } }
        #section6 .right-side ul.role-list li span {
          font-size: 50px;
          width: 100%;
          color: #fff;
          font-family: 'renogareregular';
          opacity: .1;
          position: absolute;
          left: 0;
          top: 35px; }
          @media only screen and (min-width: 1401px) and (max-width: 1500px) {
            #section6 .right-side ul.role-list li span {
              top: 52px; } }
        #section6 .right-side ul.role-list li:last-child {
          border-bottom: 0px; }

#section7 {
  position: relative;
  overflow: hidden;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0;
  font-size: 50px; }
  #section7 .left-side {
    display: flex;
    height: 100vh;
    padding: 50px 0;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #4A4A4A;
    align-items: flex-start;
    background-image: url(../images/gobal-left-bg.png);
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 991px) {
      #section7 .left-side {
        padding: 15px;
        height: auto; } }
    #section7 .left-side .neosoft-logo {
      position: absolute;
      bottom: 16%; }
      @media (max-width: 991px) {
        #section7 .left-side .neosoft-logo {
          margin: 40px 0 15px 0;
          position: inherit;
          bottom: inherit; } }
      #section7 .left-side .neosoft-logo img {
        max-width: 90%;
        margin-left: 20px; }
    #section7 .left-side .global-presence {
      position: absolute;
      top: 15%;
      right: -125px;
      z-index: 9; }
      @media (max-width: 991px) {
        #section7 .left-side .global-presence {
          position: inherit;
          margin: 30px 0 0 0;
          top: inherit;
          right: inherit;
          text-align: center; } }
      #section7 .left-side .global-presence img {
        max-width: 75%; }
        @media (max-width: 991px) {
          #section7 .left-side .global-presence img {
            max-width: 50%; } }
  #section7 .right-side {
    display: flex;
    background: #ea2929;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #4A4A4A; }
    @media (max-width: 991px) {
      #section7 .right-side {
        padding-left: 15px; } }
    #section7 .right-side .global-map {
      margin: 3% 0 0 0;
      text-align: center; }
      @media (max-width: 991px) {
        #section7 .right-side .global-map {
          margin: 50px 0 60px 0; } }
      #section7 .right-side .global-map img {
        max-width: 90%; }
        @media (max-width: 991px) {
          #section7 .right-side .global-map img {
            max-width: 93%; } }
    #section7 .right-side h4 {
      color: #fff;
      width: 100%;
      font-size: 30px;
      padding: 0px 15px 0px 50px; }
      @media (max-width: 991px) {
        #section7 .right-side h4 {
          font-size: 20px;
          padding-left: 20px; } }
    #section7 .right-side p {
      font-size: 23px;
      width: 100%;
      margin-bottom: 0;
      line-height: 25px;
      color: #fff;
      display: block;
      text-align: left;
      padding: 0px 15px 0px 50px;
      letter-spacing: 1px; }
      @media (max-width: 991px) {
        #section7 .right-side p br {
          display: none; } }
      @media (max-width: 991px) {
        #section7 .right-side p {
          margin: 20px 25px 30px 0;
          padding-left: 20px;
          font-size: 18px; } }

@media (max-width: 991px) {
  h2 {
    font-size: 32px !important; }

  #section1, #section2, #section3, #section4, #section5, #section6 {
    border-bottom: 5px solid #fff; } }

/*# sourceMappingURL=main.css.map */
