@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_altsemibold';
  src: url("../fonts/proximanovaa-semibold-webfont.woff2") format("woff2"), url("../fonts/proximanovaa-semibold-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: 'poppinsblack';
  src: url("../fonts/poppins-black-webfont.woff2") format("woff2"), url("../fonts/poppins-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsextrabold';
  src: url("../fonts/poppins-extrabold-webfont.woff2") format("woff2"), url("../fonts/poppins-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsextralight';
  src: url("../fonts/poppins-extralight-webfont.woff2") format("woff2"), url("../fonts/poppins-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinslight';
  src: url("../fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsmedium';
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsthin';
  src: url("../fonts/poppins-thin-webfont.woff2") format("woff2"), url("../fonts/poppins-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'proxima_nova_altregular';
  color: #383838;
  font-size: 40px;
  color: #000; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.h100 {
  height: 100%; }

.relative {
  position: relative; }

.full-height {
  width: 100%;
  height: 100vh; }

#fp-nav ul li .fp-tooltip {
  color: #ccc; }

#fp-nav ul li a::after {
  color: #919191; }

@media (max-width: 1380px) {
  #fp-nav ul li, .fp-slidesNav ul li {
    margin: 5px; } }

@media (max-width: 1380px) {
  #fp-nav {
    top: 53%; } }
@media (max-width: 1280px) {
  #fp-nav {
    top: 54%; } }

.btm-border {
  background: linear-gradient(to right, #d6213f 40%, #a33482 60%);
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0; }
  @media (max-width: 1024px) {
    .btm-border {
      display: none; } }
  @media (max-width: 767px) {
    .btm-border {
      display: none; } }
  @media (max-width: 576px) {
    .btm-border {
      display: none; } }

.section {
  padding: 0 50px; }
  @media (max-width: 991px) {
    .section {
      border-bottom: 2px solid #ccc; } }
  .section:last-child {
    border-bottom: none; }
  .section .header {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0 50px;
    display: block;
    z-index: 3; }
    @media (max-width: 991px) {
      .section .header {
        position: relative;
        padding: 0 0px;
        margin-bottom: 40px;
        top: 0; } }
    @media (max-width: 767px) {
      .section .header {
        margin-bottom: 40px; } }
    @media (max-width: 500px) {
      .section .header {
        margin-bottom: 30px; } }
    .section .header .left {
      text-align: left;
      display: flex;
      align-items: center; }
      .section .header .left .logo {
        position: relative;
        display: inline-block;
        padding-right: 15px;
        width: 185px; }
        @media (max-width: 991px) {
          .section .header .left .logo {
            width: 35%; } }
        @media (max-width: 767px) {
          .section .header .left .logo {
            width: 35%;
            display: inline-block;
            justify-content: center;
            align-items: center; } }
        @media (max-width: 576px) {
          .section .header .left .logo {
            width: 35%;
            padding-right: 10px; } }
        @media (max-width: 450px) {
          .section .header .left .logo {
            width: 118px;
            padding-right: 6px; } }
        @media (max-width: 410px) {
          .section .header .left .logo {
            width: 100px; } }
        @media (max-width: 370px) {
          .section .header .left .logo {
            width: 84px;
            padding-right: 5px; } }
        .section .header .left .logo img {
          max-width: 100%; }
          @media (max-width: 767px) {
            .section .header .left .logo img {
              margin-top: 0px; } }
          @media (max-width: 576px) {
            .section .header .left .logo img {
              max-width: 100%; } }
      .section .header .left .title {
        display: inline-block;
        font-size: 27px;
        font-family: 'proxima_nova_altsemibold';
        padding-left: 15px;
        color: #000; }
        @media (max-width: 991px) {
          .section .header .left .title {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .section .header .left .title {
            font-size: 15px; } }
        @media (max-width: 567px) {
          .section .header .left .title {
            font-size: 12px; } }
        @media (max-width: 450px) {
          .section .header .left .title {
            padding-left: 10px; } }
    .section .header .right {
      text-align: right;
      position: relative; }
      @media (max-width: 767px) {
        .section .header .right {
          text-align: center; } }
      .section .header .right img {
        max-width: 70%;
        margin-right: -55px;
        margin-top: 0px; }
        @media (min-width: 1600px) {
          .section .header .right img {
            max-width: 60%; } }
        @media (max-width: 991px) {
          .section .header .right img {
            position: absolute;
            top: 5px;
            right: -50px;
            margin-right: inherit;
            margin-top: inherit;
            max-width: 92%; } }
        @media (max-width: 768px) {
          .section .header .right img {
            position: absolute;
            top: 0px;
            right: -34px;
            margin-right: inherit;
            margin-top: inherit;
            max-width: 140%; } }
        @media (max-width: 576px) {
          .section .header .right img {
            position: absolute;
            top: 0px;
            right: -10px;
            margin-right: inherit;
            margin-top: inherit;
            max-width: 140%; } }
        @media (max-width: 460px) {
          .section .header .right img {
            max-width: 129%;
            right: -20px; } }
      @media (min-width: 992px) {
        .section .header .right .black {
          display: none; } }
      @media (max-width: 991px) {
        .section .header .right .white {
          display: none; } }

@media (max-width: 768px) {
  .abt-client-right {
    padding: 30px 0 0 0; } }

.logo-mob {
  display: none; }
  @media (max-width: 576px) {
    .logo-mob {
      display: block; } }

@media (max-width: 576px) {
  .logo-desk {
    display: none; } }

/*-------section1--------*/
#section1 {
  position: relative;
  background-image: url(../images/cura/contact-bg1.svg), url(../images/cura/contact-bg2.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 40%, 40%;
  background-color: #f3f6f8;
  margin: 0; }
  @media (max-width: 991px) {
    #section1 {
      padding: 50px 0;
      height: auto !important; } }
  #section1 .copyright {
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center; }
  #section1 .swing-live {
    display: flex;
    justify-content: center;
    align-items: center; }
    #section1 .swing-live .title h1 {
      padding: 0 0 40px 0;
      display: block;
      font-size: 50px;
      font-family: 'proxima_nova_altbold';
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        #section1 .swing-live .title h1 {
          font-size: 27px;
          padding-bottom: 20px; } }
    #section1 .swing-live .left-1 {
      background: #fff;
      padding: 64px 0px;
      border-right: 1px solid #f2f5f7;
      border-radius: 60px 0 0 60px;
      box-shadow: 0px 0px 20px #dddddd;
      position: relative; }
      @media (max-width: 1024px) {
        #section1 .swing-live .left-1 {
          padding: 73px 0; } }
      @media (max-width: 767px) {
        #section1 .swing-live .left-1 {
          padding: 35px;
          border-radius: 40px 40px 0 0;
          border-bottom: 3px solid #f2f5f7; } }
      @media (max-width: 576px) {
        #section1 .swing-live .left-1 {
          padding: 40px 35px; } }
      #section1 .swing-live .left-1 span {
        text-align: center;
        display: block;
        margin-top: 40px; }
        @media (max-width: 576px) {
          #section1 .swing-live .left-1 span {
            margin-top: 24px; } }
        #section1 .swing-live .left-1 span p {
          font-size: 12px;
          text-transform: uppercase;
          color: #fff;
          background: #252627;
          border-radius: 10px;
          padding: 3.3px 10px 2px 10px;
          line-height: 12px;
          letter-spacing: 1px;
          display: inline-block;
          position: absolute;
          left: 39%;
          transform: translate(-50%, -50%);
          margin-bottom: 0;
          top: 36%; }
          @media (max-width: 450px) {
            #section1 .swing-live .left-1 span p {
              top: 28%;
              left: 35%; } }
          @media (max-width: 350px) {
            #section1 .swing-live .left-1 span p {
              top: 35%;
              left: 39%;
              font-size: 11px;
              line-height: 11px; } }
        @media (max-width: 991px) {
          #section1 .swing-live .left-1 span {
            border-radius: 0 70px 70px 0; } }
        #section1 .swing-live .left-1 span img {
          max-width: 195px;
          vertical-align: middle; }
          @media (max-width: 576px) {
            #section1 .swing-live .left-1 span img {
              max-width: 74%;
              margin-left: 0px; } }
    #section1 .swing-live .right-1 {
      background: #fff;
      padding: 66px 50px;
      border-radius: 0 60px  60px 0;
      box-shadow: 10px 0px 20px #dddddd; }
      @media (max-width: 1500px) {
        #section1 .swing-live .right-1 {
          padding: 65px 50px; } }
      @media (max-width: 767px) {
        #section1 .swing-live .right-1 {
          padding: 35px;
          border-radius: 0 0 40px 40px;
          box-shadow: 10px 10px 20px #dddddd; } }
      #section1 .swing-live .right-1 span {
        font-size: 17px;
        display: block;
        color: #000;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 767px) {
          #section1 .swing-live .right-1 span {
            padding-left: 0px;
            text-align: center; } }
        #section1 .swing-live .right-1 span img {
          max-width: 52%;
          display: block;
          margin-top: 10px;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            #section1 .swing-live .right-1 span img {
              max-width: 50%;
              margin: 10px auto; } }
          @media (max-width: 576px) {
            #section1 .swing-live .right-1 span img {
              max-width: 76%;
              margin: 10px auto; } }
  @media (max-width: 767px) {
    #section1 .row {
      margin: 0 15px; } }

.title-text {
  font-size: 27px;
  color: #2c286c;
  position: relative;
  margin-bottom: 20px;
  font-family: 'proxima_nova_altsemibold'; }

.about-text {
  font-size: 20px;
  color: #000;
  font-family: 'proxima_nova_altregular';
  padding-right: 13%;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .about-text {
      font-size: 18px !important;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .about-text {
      font-size: 16px !important; } }

.about-text-two {
  margin-top: 10px; }

.about-area {
  position: relative; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.leaf-img {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 43%; }

.abt-client-left {
  position: relative;
  padding-left: 30px; }
  @media (max-width: 991px) {
    .abt-client-left {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .abt-client-left {
      padding-left: 10px; } }
  @media (max-width: 576px) {
    .abt-client-left {
      padding-right: 0; } }

.green-left-area {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }
  .green-left-area::before {
    content: "";
    left: -115px;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: #27a35b;
    display: block;
    position: absolute;
    border-radius: 50px; }
    @media (max-width: 991px) {
      .green-left-area::before {
        left: -70px; } }

.abt-client-right {
  padding-top: 10px; }

/*-------section2--------*/
#section2 {
  position: relative;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section2 {
      background: none; } }
  #section2 .header .logo {
    border: none; }
  #section2 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #2c286c; }
  #section2 .house-img {
    position: absolute;
    right: -20px;
    bottom: -72px;
    width: 36%; }
    @media (max-width: 991px) {
      #section2 .house-img {
        position: absolute;
        right: -26px;
        bottom: -23px;
        width: 22%; } }
    @media (max-width: 576px) {
      #section2 .house-img {
        display: none; } }

/*-------section3--------*/
#section3 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section3 {
      background: none; } }
  #section3 .header .logo {
    border: none; }
  #section3 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #2c286c; }
  #section3 .solution-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px; }
    #section3 .solution-ul .solution-list-box {
      border: 1px solid #00000040;
      padding: 10px;
      margin-bottom: 15px;
      width: 48%;
      text-align: center;
      border-radius: 25px;
      min-height: 180px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1380px) {
        #section3 .solution-ul .solution-list-box {
          min-height: 160px; } }
      @media (max-width: 576px) {
        #section3 .solution-ul .solution-list-box {
          width: 100%; } }
      @media (max-width: 576px) {
        #section3 .solution-ul .solution-list-box:last-child {
          margin-bottom: 0; } }
      #section3 .solution-ul .solution-list-box .solution-ic {
        width: 20%; }
        @media (max-width: 576px) {
          #section3 .solution-ul .solution-list-box .solution-ic {
            width: 50px; } }
      #section3 .solution-ul .solution-list-box .solution2-ic {
        width: 14%; }
        @media (max-width: 576px) {
          #section3 .solution-ul .solution-list-box .solution2-ic {
            width: 40px; } }
      #section3 .solution-ul .solution-list-box .solution-list-desc {
        font-size: 20px;
        font-family: 'proxima_nova_altsemibold';
        color: #000;
        padding-top: 15px;
        margin-bottom: 0;
        line-height: 21px; }
        @media (max-width: 991px) {
          #section3 .solution-ul .solution-list-box .solution-list-desc {
            font-size: 18px;
            line-height: 19px; } }
        @media (max-width: 576px) {
          #section3 .solution-ul .solution-list-box .solution-list-desc {
            padding-top: 15px; } }

/*-------section4--------*/
#section4 {
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  #section4 .header .logo {
    border: none; }
  #section4 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #fff; }
  #section4 .tech-challenges-sec .tech-green-box {
    background-color: #27a35b;
    border-radius: 25px;
    padding: 30px;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%); }
    @media (max-width: 991px) {
      #section4 .tech-challenges-sec .tech-green-box {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      #section4 .tech-challenges-sec .tech-green-box {
        width: 100%; } }
    @media (max-width: 576px) {
      #section4 .tech-challenges-sec .tech-green-box {
        padding: 15px; } }
    @media (max-width: 576px) {
      #section4 .tech-challenges-sec .tech-green-box:last-child {
        margin-bottom: 0; } }
    #section4 .tech-challenges-sec .tech-green-box .tech-ul .tech-list {
      color: #fff;
      font-size: 22px;
      border-bottom: 1px solid #fff;
      position: relative;
      padding: 15px 15px 15px 40px;
      line-height: 1.2; }
      @media (max-width: 991px) {
        #section4 .tech-challenges-sec .tech-green-box .tech-ul .tech-list {
          padding: 10px 15px 10px 40px;
          font-size: 18px; } }
      @media (max-width: 767px) {
        #section4 .tech-challenges-sec .tech-green-box .tech-ul .tech-list {
          padding: 15px 15px 15px 40px; } }
      @media (max-width: 576px) {
        #section4 .tech-challenges-sec .tech-green-box .tech-ul .tech-list {
          padding: 15px 15px 15px 35px;
          font-size: 16px; } }
      #section4 .tech-challenges-sec .tech-green-box .tech-ul .tech-list::before {
        content: "";
        position: absolute;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border-radius: 50%;
        display: block;
        color: #27a35b;
        font-size: 20px;
        font-family: 'proxima_nova_altsemibold';
        left: 0;
        top: 15px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 991px) {
          #section4 .tech-challenges-sec .tech-green-box .tech-ul .tech-list::before {
            height: 22px;
            width: 22px;
            font-size: 18px;
            top: 8px; } }
        @media (max-width: 767px) {
          #section4 .tech-challenges-sec .tech-green-box .tech-ul .tech-list::before {
            font-size: 16px;
            top: 14px; } }
      #section4 .tech-challenges-sec .tech-green-box .tech-ul .tech-list:last-child {
        border-bottom: 0; }
    #section4 .tech-challenges-sec .tech-green-box .tech-ul .first-tech::before {
      content: "1" !important; }
    #section4 .tech-challenges-sec .tech-green-box .tech-ul .sec-tech::before {
      content: "2" !important; }
    #section4 .tech-challenges-sec .tech-green-box .tech-ul .third-tech::before {
      content: "3" !important; }
    #section4 .tech-challenges-sec .tech-green-box .tech-ul .fourth-tech::before {
      content: "4" !important; }

/*-------section5--------*/
#section5 {
  position: relative;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom; }
  #section5 .header .logo {
    border: none; }
  #section5 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }
  @media (max-width: 576px) {
    #section5 .client-sec-two .clients-ul {
      margin-bottom: 0; } }
  #section5 .clients-green-area {
    margin-top: 90px; }
    @media (max-width: 991px) {
      #section5 .clients-green-area {
        margin-top: 0; } }
    @media (max-width: 576px) {
      #section5 .clients-green-area {
        padding-left: 0;
        padding-right: 0; } }
  #section5 .client-blue-box {
    background-color: #29256a;
    color: white;
    width: 300px;
    height: 90px;
    padding: 20px 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
    @media (max-width: 576px) {
      #section5 .client-blue-box {
        width: 100%; } }
  #section5 .clients-ul {
    background-color: #27a35b;
    padding: 20px 30px 0px 30px;
    border-radius: 30px;
    margin-top: -25px;
    min-height: 457px; }
    @media (max-width: 991px) {
      #section5 .clients-ul {
        padding: 20px;
        min-height: 530px; } }
    @media (max-width: 767px) {
      #section5 .clients-ul {
        min-height: auto;
        margin-bottom: 20px; } }
    #section5 .clients-ul .clients-list {
      border-bottom: 1px solid #7dc89d;
      color: #fff;
      font-size: 20px;
      line-height: 1;
      padding: 10px 0 10px 30px;
      position: relative; }
      @media (max-width: 991px) {
        #section5 .clients-ul .clients-list {
          font-size: 18px; } }
      @media (max-width: 576px) {
        #section5 .clients-ul .clients-list {
          padding: 12px 0 12px 23px;
          line-height: 18px;
          font-size: 16px; } }
      #section5 .clients-ul .clients-list::before {
        content: ">";
        position: absolute;
        left: 3px;
        top: 11px;
        font-family: 'poppinsregular';
        font-size: 22px;
        display: block;
        background-repeat: no-repeat;
        color: #fff; }
        @media (max-width: 576px) {
          #section5 .clients-ul .clients-list::before {
            top: 12px; } }
      #section5 .clients-ul .clients-list:last-child {
        border-bottom: 0; }

/*-------section6--------*/
#section6 {
  position: relative;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom; }
  #section6 .header .logo {
    border: none; }
  #section6 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    color: #000;
    font-family: 'proxima_nova_altsemibold'; }
    @media (max-width: 576px) {
      #section6 h2 {
        font-size: 24px; } }
  #section6 p {
    display: block;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      #section6 p {
        font-size: 18px;
        line-height: 27px; } }
  #section6 .client-benefits-sec {
    width: 70%;
    margin-right: auto; }
    @media (max-width: 767px) {
      #section6 .client-benefits-sec {
        width: 100%; } }
    #section6 .client-benefits-sec .client-benefits-ul {
      margin-left: 35px;
      /* margin-right: 35px; */
      width: 88%;
      margin-top: 20px;
      margin-left: 35px;
      margin-right: auto; }
      @media (max-width: 767px) {
        #section6 .client-benefits-sec .client-benefits-ul {
          margin-left: 0;
          width: 100%;
          margin-top: 0;
          margin-bottom: 20px;
          margin-right: 15px; } }
      @media (max-width: 576px) {
        #section6 .client-benefits-sec .client-benefits-ul {
          margin-bottom: 0; } }
      #section6 .client-benefits-sec .client-benefits-ul .client-benefits-list {
        border-bottom: 1px solid #ededed;
        color: #000;
        font-size: 22px;
        line-height: 1.1;
        padding: 13px 0 13px 50px;
        position: relative; }
        @media (min-width: 1390px) {
          #section6 .client-benefits-sec .client-benefits-ul .client-benefits-list {
            padding: 20px 0 20px 50px; } }
        @media (max-width: 767px) {
          #section6 .client-benefits-sec .client-benefits-ul .client-benefits-list {
            font-size: 18px; } }
        @media (max-width: 576px) {
          #section6 .client-benefits-sec .client-benefits-ul .client-benefits-list {
            font-size: 16px;
            padding: 13px 0 13px 35px; } }
        #section6 .client-benefits-sec .client-benefits-ul .client-benefits-list::before {
          content: "";
          background-image: url(../images/sankalp/tickmark.png);
          height: 22px;
          width: 31px;
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          left: 3px;
          top: 17px;
          background-size: 80%; }
          @media (min-width: 1390px) {
            #section6 .client-benefits-sec .client-benefits-ul .client-benefits-list::before {
              top: 25px; } }
          @media (max-width: 767px) {
            #section6 .client-benefits-sec .client-benefits-ul .client-benefits-list::before {
              background-size: 70%; } }
          @media (max-width: 576px) {
            #section6 .client-benefits-sec .client-benefits-ul .client-benefits-list::before {
              background-size: 57%; } }
        #section6 .client-benefits-sec .client-benefits-ul .client-benefits-list:last-child {
          border-bottom: 0;
          padding-bottom: 0; }

/*-------section7--------*/
#section7 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section7 {
      background: none; } }
  #section7 .header .logo {
    border: none; }
  #section7 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

/*-------section8--------*/
#section8 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section8 {
      background: none; } }
  #section8 .header .logo {
    border: none; }
  #section8 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

/*-------section9--------*/
#section9 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section9 {
      background: none; } }
  #section9 .header .logo {
    border: none; }
  #section9 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

/*-------section10--------*/
#section10 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section10 {
      background: none; } }
  #section10 .header .logo {
    border: none; }
  #section10 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

/*-------section11--------*/
#section11 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section11 {
      background: none; } }
  #section11 .header .logo {
    border: none; }
  #section11 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

/*-------section12--------*/
#section12 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section12 {
      background: none; } }
  #section12 .header .logo {
    border: none; }
  #section12 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

/*-------section13--------*/
#section13 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section13 {
      background: none; } }
  #section13 .header .logo {
    border: none; }
  #section13 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

#section14 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section14 {
      background: none; } }
  #section14 .header .logo {
    border: none; }
  #section14 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

#section15 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section15 {
      background: none; } }
  #section15 .header .logo {
    border: none; }
  #section15 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

#section16 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section16 {
      background: none; } }
  #section16 .header .logo {
    border: none; }
  #section16 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

#section17 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section17 {
      background: none; } }
  #section17 .header .logo {
    border: none; }
  #section17 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

#section18 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section18 {
      background: none; } }
  #section18 .header .logo {
    border: none; }
  #section18 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

#section19 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section19 {
      background: none; } }
  #section19 .header .logo {
    border: none; }
  #section19 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

#section20 {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-position: left bottom;
  background-size: 30%; }
  @media (max-width: 991px) {
    #section20 {
      background: none; } }
  #section20 .header .logo {
    border: none; }
  #section20 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 0px 15px 0px;
    font-size: 27px;
    color: #000; }

/*-------section23--------*/
#section23 {
  position: relative;
  background-image: url(../images/sankalp/contact-bg1.svg), url(../images/sankalp/contact-bg2.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 40%, 40%;
  margin: 0; }
  #section23 .thanks {
    width: 80%;
    padding: 25px 0;
    margin: 0 auto;
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'renogareregular';
    border-bottom: 4px solid red; }
    @media (max-width: 991px) {
      #section23 .thanks {
        width: 95%;
        font-size: 80px; } }
    @media (max-width: 767px) {
      #section23 .thanks {
        font-size: 60px; } }
    @media (max-width: 576px) {
      #section23 .thanks {
        font-size: 40px; } }
  @media (max-width: 450px) {
    #section23 .bt-links {
      padding-left: 0;
      padding-right: 0; } }
  #section23 .welcome-bottom-links {
    margin: 50px 0; }
    #section23 .welcome-bottom-links .bt-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      #section23 .welcome-bottom-links .bt-links .lists {
        margin: 10px; }
        #section23 .welcome-bottom-links .bt-links .lists p.border-line {
          border-right: 1px solid #707070;
          padding-right: 40px;
          padding-left: 20px;
          font-size: 25px; }
          @media (max-width: 991px) {
            #section23 .welcome-bottom-links .bt-links .lists p.border-line {
              font-size: 20px;
              border-right: 0PX; }
              #section23 .welcome-bottom-links .bt-links .lists p.border-line .bor-none {
                border: none; } }
          @media (max-width: 767px) {
            #section23 .welcome-bottom-links .bt-links .lists p.border-line {
              font-size: 17px; } }
          @media (max-width: 576px) {
            #section23 .welcome-bottom-links .bt-links .lists p.border-line {
              border: none; } }
          @media (max-width: 450px) {
            #section23 .welcome-bottom-links .bt-links .lists p.border-line {
              padding-left: 0;
              padding-right: 0;
              font-size: 16px; } }
          #section23 .welcome-bottom-links .bt-links .lists p.border-line img {
            margin-top: 0px; }
          @media (max-width: 991px) {
            #section23 .welcome-bottom-links .bt-links .lists p.border-line .web {
              width: 10%; }
            #section23 .welcome-bottom-links .bt-links .lists p.border-line .mail {
              width: 10%; }
            #section23 .welcome-bottom-links .bt-links .lists p.border-line .tel {
              width: 12%; } }
          @media (max-width: 767px) {
            #section23 .welcome-bottom-links .bt-links .lists p.border-line .web {
              width: 9%; }
            #section23 .welcome-bottom-links .bt-links .lists p.border-line .mail {
              width: 9%; }
            #section23 .welcome-bottom-links .bt-links .lists p.border-line .tel {
              width: 13%; } }
          #section23 .welcome-bottom-links .bt-links .lists p.border-line span {
            padding-left: 10px; }
            #section23 .welcome-bottom-links .bt-links .lists p.border-line span a {
              color: #333; }
              #section23 .welcome-bottom-links .bt-links .lists p.border-line span a:hover {
                color: #000;
                text-decoration: none; }
        #section23 .welcome-bottom-links .bt-links .lists .b-none {
          border-right: none !important; }
  #section23 .footer-logo {
    margin: 0 auto;
    text-align: center; }
    #section23 .footer-logo img {
      width: 220px; }

@media (max-width: 991px) {
  .fp-tableCell {
    height: auto !important; } }

#section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #section16, #section17, #section18, #section19, #section20, #section21, #section22 {
  font-size: 20px; }
  @media (max-width: 991px) {
    #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #section16, #section17, #section18, #section19, #section20, #section21, #section22 {
      font-size: 18px; } }
  @media (max-width: 576px) {
    #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #section16, #section17, #section18, #section19, #section20, #section21, #section22 {
      font-size: 16px; } }
  @media (max-width: 991px) {
    #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #section16, #section17, #section18, #section19, #section20, #section21, #section22 {
      height: auto !important;
      padding: 30px 20px !important; }
      #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2, #section8 h2, #section9 h2, #section10 h2, #section11 h2, #section12 h2, #section13 h2, #section14 h2, #section15 h2, #section16 h2, #section17 h2, #section18 h2, #section19 h2, #section20 h2, #section21 h2, #section22 h2 {
        font-size: 25px !important; } }
  @media (max-width: 768px) {
    #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2, #section8 h2, #section9 h2, #section10 h2, #section11 h2, #section12 h2, #section13 h2, #section14 h2, #section15 h2, #section16 h2, #section17 h2, #section18 h2, #section19 h2, #section20 h2, #section21 h2, #section22 h2 {
      font-size: 23px !important; } }

.loc-ul {
  position: relative;
  margin-top: 30px;
  padding-left: 30px; }
  @media (max-width: 567px) {
    .loc-ul {
      margin-top: 20px;
      padding-left: 20px; } }
  .loc-ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #2c286c;
    display: block; }
  .loc-ul .loc-list .loc-title {
    font-size: 20px;
    font-family: 'proxima_nova_altsemibold';
    color: #000;
    margin-bottom: 5px; }
    @media (max-width: 567px) {
      .loc-ul .loc-list .loc-title {
        font-size: 16px; } }
    .loc-ul .loc-list .loc-title .loc-desc {
      font-family: 'proxima_nova_altregular'; }

.working-men {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -1; }
  @media (max-width: 767px) {
    .working-men {
      width: 50%; } }
  @media (max-width: 576px) {
    .working-men {
      display: none; } }

.title-two-blue {
  margin: 0;
  display: block;
  padding: 11px 0px 10px 30px;
  font-size: 27px;
  color: #2c286c;
  font-family: 'proxima_nova_altsemibold';
  line-height: 1;
  padding-left: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .title-two-blue {
      font-size: 18px;
      padding-left: 15px; } }
  @media (max-width: 576px) {
    .title-two-blue {
      font-size: 14px;
      padding-left: 10px; } }
  @media (max-width: 460px) {
    .title-two-blue {
      font-size: 11px;
      padding-left: 6px; } }
  @media (max-width: 370px) {
    .title-two-blue {
      font-size: 9px; } }
  .title-two-blue::before {
    content: "";
    background-color: #7e7e7e;
    height: 52px;
    width: 1px;
    left: 0;
    top: 0;
    display: block;
    position: absolute; }
    @media (max-width: 576px) {
      .title-two-blue::before {
        height: 42px;
        top: 3px; } }
    @media (max-width: 460px) {
      .title-two-blue::before {
        height: 30px; } }

.cl-logo {
  padding-right: 15px; }
  @media (max-width: 767px) {
    .cl-logo {
      padding-right: 0px; } }

.tech-stack-sankalp {
  width: 90%; }
  @media (max-width: 1380px) {
    .tech-stack-sankalp {
      width: 88%; } }
  @media (max-width: 1290px) {
    .tech-stack-sankalp {
      width: 89%; } }
  @media (max-width: 767px) {
    .tech-stack-sankalp {
      width: 100%; } }

.loan-process {
  width: 89%; }
  @media (max-width: 1450px) {
    .loan-process {
      width: 94%; } }
  @media (max-width: 1380px) {
    .loan-process {
      width: 89%;
      margin-top: -10px; } }
  @media (max-width: 991px) {
    .loan-process {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .loan-process {
      width: 100%; } }

.tech-stack {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 90px; }
  @media (max-width: 767px) {
    .tech-stack {
      padding-top: 0; } }

.title-text-two-white {
  font-size: 27px; }
  @media (max-width: 991px) {
    .title-text-two-white {
      font-size: 25px; } }
  @media (max-width: 576px) {
    .title-text-two-white {
      font-size: 23px; } }

.lappy {
  width: 31%; }
  @media (max-width: 767px) {
    .lappy {
      display: none; } }

@media (max-width: 576px) {
  .for-desk {
    display: none; } }

#section7 .container-fluid, #section8 .container-fluid, #section9 .container-fluid, #section10 .container-fluid, #section11 .container-fluid, #section12 .container-fluid, #section13 .container-fluid, #section14 .container-fluid, #section15 .container-fluid, #section16 .container-fluid, #section17 .container-fluid, #section18 .container-fluid, #section19 .container-fluid, #section20 .container-fluid {
  height: 100%; }
  #section7 .container-fluid .row, #section8 .container-fluid .row, #section9 .container-fluid .row, #section10 .container-fluid .row, #section11 .container-fluid .row, #section12 .container-fluid .row, #section13 .container-fluid .row, #section14 .container-fluid .row, #section15 .container-fluid .row, #section16 .container-fluid .row, #section17 .container-fluid .row, #section18 .container-fluid .row, #section19 .container-fluid .row, #section20 .container-fluid .row {
    height: 100%;
    align-items: center; }
    @media (max-width: 767px) {
      #section7 .container-fluid .row, #section8 .container-fluid .row, #section9 .container-fluid .row, #section10 .container-fluid .row, #section11 .container-fluid .row, #section12 .container-fluid .row, #section13 .container-fluid .row, #section14 .container-fluid .row, #section15 .container-fluid .row, #section16 .container-fluid .row, #section17 .container-fluid .row, #section18 .container-fluid .row, #section19 .container-fluid .row, #section20 .container-fluid .row {
        align-items: flex-start; } }
    #section7 .container-fluid .row .work-area, #section8 .container-fluid .row .work-area, #section9 .container-fluid .row .work-area, #section10 .container-fluid .row .work-area, #section11 .container-fluid .row .work-area, #section12 .container-fluid .row .work-area, #section13 .container-fluid .row .work-area, #section14 .container-fluid .row .work-area, #section15 .container-fluid .row .work-area, #section16 .container-fluid .row .work-area, #section17 .container-fluid .row .work-area, #section18 .container-fluid .row .work-area, #section19 .container-fluid .row .work-area, #section20 .container-fluid .row .work-area {
      height: 100%;
      position: relative; }
      @media (max-width: 576px) {
        #section7 .container-fluid .row .work-area, #section8 .container-fluid .row .work-area, #section9 .container-fluid .row .work-area, #section10 .container-fluid .row .work-area, #section11 .container-fluid .row .work-area, #section12 .container-fluid .row .work-area, #section13 .container-fluid .row .work-area, #section14 .container-fluid .row .work-area, #section15 .container-fluid .row .work-area, #section16 .container-fluid .row .work-area, #section17 .container-fluid .row .work-area, #section18 .container-fluid .row .work-area, #section19 .container-fluid .row .work-area, #section20 .container-fluid .row .work-area {
          padding-left: 0;
          padding-right: 0; } }
      #section7 .container-fluid .row .work-area .work-ss, #section8 .container-fluid .row .work-area .work-ss, #section9 .container-fluid .row .work-area .work-ss, #section10 .container-fluid .row .work-area .work-ss, #section11 .container-fluid .row .work-area .work-ss, #section12 .container-fluid .row .work-area .work-ss, #section13 .container-fluid .row .work-area .work-ss, #section14 .container-fluid .row .work-area .work-ss, #section15 .container-fluid .row .work-area .work-ss, #section16 .container-fluid .row .work-area .work-ss, #section17 .container-fluid .row .work-area .work-ss, #section18 .container-fluid .row .work-area .work-ss, #section19 .container-fluid .row .work-area .work-ss, #section20 .container-fluid .row .work-area .work-ss {
        width: 85%;
        position: absolute;
        bottom: 0;
        display: flex;
        margin: auto;
        left: 50%;
        /* right: auto; */
        transform: translate(-50%, 0); }
        @media only screen and (max-width: 1450px) and (min-width: 1438px) {
          #section7 .container-fluid .row .work-area .work-ss, #section8 .container-fluid .row .work-area .work-ss, #section9 .container-fluid .row .work-area .work-ss, #section10 .container-fluid .row .work-area .work-ss, #section11 .container-fluid .row .work-area .work-ss, #section12 .container-fluid .row .work-area .work-ss, #section13 .container-fluid .row .work-area .work-ss, #section14 .container-fluid .row .work-area .work-ss, #section15 .container-fluid .row .work-area .work-ss, #section16 .container-fluid .row .work-area .work-ss, #section17 .container-fluid .row .work-area .work-ss, #section18 .container-fluid .row .work-area .work-ss, #section19 .container-fluid .row .work-area .work-ss, #section20 .container-fluid .row .work-area .work-ss {
            width: 90%; } }
        @media (max-width: 1380px) {
          #section7 .container-fluid .row .work-area .work-ss, #section8 .container-fluid .row .work-area .work-ss, #section9 .container-fluid .row .work-area .work-ss, #section10 .container-fluid .row .work-area .work-ss, #section11 .container-fluid .row .work-area .work-ss, #section12 .container-fluid .row .work-area .work-ss, #section13 .container-fluid .row .work-area .work-ss, #section14 .container-fluid .row .work-area .work-ss, #section15 .container-fluid .row .work-area .work-ss, #section16 .container-fluid .row .work-area .work-ss, #section17 .container-fluid .row .work-area .work-ss, #section18 .container-fluid .row .work-area .work-ss, #section19 .container-fluid .row .work-area .work-ss, #section20 .container-fluid .row .work-area .work-ss {
            width: 80%; } }
        @media (max-width: 767px) {
          #section7 .container-fluid .row .work-area .work-ss, #section8 .container-fluid .row .work-area .work-ss, #section9 .container-fluid .row .work-area .work-ss, #section10 .container-fluid .row .work-area .work-ss, #section11 .container-fluid .row .work-area .work-ss, #section12 .container-fluid .row .work-area .work-ss, #section13 .container-fluid .row .work-area .work-ss, #section14 .container-fluid .row .work-area .work-ss, #section15 .container-fluid .row .work-area .work-ss, #section16 .container-fluid .row .work-area .work-ss, #section17 .container-fluid .row .work-area .work-ss, #section18 .container-fluid .row .work-area .work-ss, #section19 .container-fluid .row .work-area .work-ss, #section20 .container-fluid .row .work-area .work-ss {
            width: 100%;
            left: auto;
            transform: none;
            position: relative; } }

.mobile-img {
  display: none; }
  @media (max-width: 576px) {
    .mobile-img {
      display: block; } }
  .mobile-img .overlay {
    position: absolute;
    content: '';
    width: 90%;
    height: 100%;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    opacity: 0.5;
    display: flex;
    justify-content: center; }
    .mobile-img .overlay img {
      width: 26px;
      height: 26px;
      object-fit: contain;
      position: absolute;
      top: auto;
      margin-left: -20px;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.7);
      padding: 5px;
      bottom: -40px;
      left: 0; }

@media (max-width: 1290px) {
  .objective-sec {
    margin-top: 30px; } }
@media (max-width: 991px) {
  .objective-sec {
    margin-top: 0; } }

/*# sourceMappingURL=sankalp.css.map */
