* {
  list-style-type: none;
  text-decoration: none !important;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: break-word;
  font-family: AvertaRegular; }

#up {
  position: fixed;
  bottom: 10%;
  right: 2%;
  width: 45px;
  cursor: pointer;
  background: #9f9500;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: all linear 0.1s; }
  #up .up {
    text-align: center;
    color: white; }
  #up:hover {
    background-color: #635d01; }

@media screen and (max-width: 767px) {
  #modal_thank_you .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }
  #modal_thank_you .modal-dialog .modal-content .modal-body {
    padding: 40px 20px 49px 20px;
  }
  #modal_thank_you .modal-dialog .modal-content .modal-body .tittle {
    font-size: 22px;
  }
  #modal_thank_you .modal-dialog .modal-content .modal-body .text {
    font-size: 12px;
  }


  #up {
    width: 35px;
    height: 35px; }
    #up .up {
      font-size: 13px; } }

@font-face {
  src: url(../fonts/Montserrat-SemiBold.otf);
  font-family: Mon-semi-bold; }

@font-face {
  src: url(../fonts/Montserrat-Bold.otf);
  font-family: Mon-bold; }

@font-face {
  src: url(../fonts/Montserrat-Medium.otf);
  font-family: Mon-medium; }

@font-face {
  src: url(../fonts/Montserrat-Thin.otf);
  font-family: Mon-thin; }

@font-face {
  src: url(../fonts/Montserrat-Regular.otf);
  font-family: Mon-regular; }

#main {
  background-image: url(../img/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative; }
  #main .container .row .col-md-12 nav a img {
    object-fit: cover;
    width: 250px; }
  #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav {
    width: 90%;
    margin: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav li.my-nav-item {
      font-family: Mon-semi-bold;
      color: #ffffff; }
      #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav li.my-nav-item a {
        color: inherit;
        font-family: inherit;
        font-size: 16px; }
      #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav li.my-nav-item button {
        font-family: Mon-semi-bold;
        background: #9f9500;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border: none;
        outline: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 9px 40px;
        -webkit-transition: all linear 0.1s;
        -moz-transition: all linear 0.1s;
        -ms-transition: all linear 0.1s;
        -o-transition: all linear 0.1s;
        transition: all linear 0.1s; }
        #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav li.my-nav-item button:hover {
          background-color: #635d01; }
    #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav li.main-li {
      position: relative;
      z-index: 10; }
      #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav li.main-li::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 0%;
        height: 1px;
        background: #9f9500;
        -webkit-transition: all linear 0.1s;
        -moz-transition: all linear 0.1s;
        -ms-transition: all linear 0.1s;
        -o-transition: all linear 0.1s;
        transition: all linear 0.1s; }
      #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav li.main-li::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 0%;
        background: #9f9500;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        -ms-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        transition: all linear 0.2s;
        z-index: -1;
        transition-delay: 0.2s;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; }
      #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav li.main-li:hover::before {
        width: 100%; }
      #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav li.main-li:hover::after {
        height: 100%; }
  #main .container .row .col-md-12 .content {
    color: white;
    font-family: Mon-semi-bold;
    font-size: 50px;;
    width: 100%;
    -webkit-transform: translate(0%, 130%);
    -moz-transform: translate(0%, 130%);
    -ms-transform: translate(0%, 130%);
    -o-transform: translate(0%, 130%);
    transform: translate(0%, 130%); }
    #main .container .row .col-md-12 .content span {
      display: block;
      color: #9f9500;
      font-family: Mon-bold;
      font-size: 55px; }

@media only screen and (max-width: 991px) {
  #main .container .row .col-md-12 nav a img {
    width: 150px; }
  #main .container .row .col-md-12 nav button.navbar-toggler {
    border: 1px solid white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none; }
    #main .container .row .col-md-12 nav button.navbar-toggler i::before {
      color: #9f9500; }
  #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav {
    width: 100%; }
    #main .container .row .col-md-12 nav .my-collapse ul.my-navbar-nav li.my-nav-item button {
      padding: 3px 30px; }
  #main .container .row .col-md-12 .content {
    -webkit-transform: translate(0%, 130%);
    -moz-transform: translate(0%, 130%);
    -ms-transform: translate(0%, 130%);
    -o-transform: translate(0%, 130%);
    transform: translate(0%, 130%);
    font-size: 25px;
    padding: 25px; }
    #main .container .row .col-md-12 .content span {
      font-size: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #main .container .row .col-md-12 .content {
    -webkit-transform: translate(0%, 130%);
    -moz-transform: translate(0%, 130%);
    -ms-transform: translate(0%, 130%);
    -o-transform: translate(0%, 130%);
    transform: translate(0%, 130%);
    font-size: 50px;
    padding: 25px; }
    #main .container .row .col-md-12 .content span {
      font-size: 55px; } }

#aboutUs {
  background: white;
  margin: 150px 0; }
  #aboutUs .container .row .col-md-12 .head {
    position: relative;
    width: fit-content;
    font-family: Mon-bold;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center; }
    #aboutUs .container .row .col-md-12 .head::before {
      position: absolute;
      bottom: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      width: 40%;
      height: 3px;
      background: #9f9500;
      -webkit-transition: all linear 0.1s;
      -moz-transition: all linear 0.1s;
      -ms-transition: all linear 0.1s;
      -o-transition: all linear 0.1s;
      transition: all linear 0.1s; }
  #aboutUs .container .row .col-md-12 .content {
    font-family: Mon-regular;
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px; }
  #aboutUs .container .row .col-md-12 .last {
    font-family: Mon-regular;
    font-size: 16px;
    text-align: center; }
    #aboutUs .container .row .col-md-12 .last a {
      color: #9f9500;
      font-size: inherit;
      text-decoration: underline !important;
      font-family: inherit; }

@media only screen and (max-width: 1100px) {
  #aboutUs {
    margin: 50px 0; }
    #aboutUs .container .row .col-md-12 .head {
      margin-bottom: 50px;
      font-size: 18px; } }

#pictureAndText {
  padding: 50px 0;
  background: #ebebeb; }
  #pictureAndText .container .row .col-md-12 .pictureAndText {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-self: center; }
    #pictureAndText .container .row .col-md-12 .pictureAndText .imgPart {
      width: 40%;
      margin-right: -60px;
      z-index: 10; }
      #pictureAndText .container .row .col-md-12 .pictureAndText .imgPart img {
        object-fit: cover;
        width: 100%; }
    #pictureAndText .container .row .col-md-12 .pictureAndText .textPart {
      width: 60%;
      padding: 60px;
      padding-left: 80px;
      border: 2px solid #9f9500; }
      #pictureAndText .container .row .col-md-12 .pictureAndText .textPart .head {
        font-family: Mon-semi-bold;
        font-size: 22px;
        color: black;
        margin-bottom: 40px; }
      #pictureAndText .container .row .col-md-12 .pictureAndText .textPart .content {
        font-family: Mon-regular;
        font-size: 16px;
        text-align: center;
        text-align: left; }
        #pictureAndText .container .row .col-md-12 .pictureAndText .textPart .content a {
          color: #9f9500;
          font-size: inherit;
          text-decoration: underline !important;
          font-family: inherit; }
    #pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(2) .imgPart {
      margin-right: 0px;
      margin-left: -60px; }
    #pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(2) .textPart {
      padding-left: 60px;
      padding-right: 80px;
    }
#pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(4) .imgPart {
  margin-right: 0px;
  margin-left: -60px; }
#pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(4) .textPart {
  padding-left: 60px;
  padding-right: 80px;
}

      #pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(2) .textPart .head,
      #pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(2) .textPart .content {
        text-align: right; }

@media only screen and (max-width: 767px) {
  #pictureAndText .container .row .col-md-12 .pictureAndText {
    flex-wrap: wrap; }
    #pictureAndText .container .row .col-md-12 .pictureAndText .imgPart {
      width: 100%;
      text-align: center;
      margin-right: 0;
      margin-bottom: -40px; }
      #pictureAndText .container .row .col-md-12 .pictureAndText .imgPart img {
        width: 80%; }
    #pictureAndText .container .row .col-md-12 .pictureAndText .textPart {
      width: 100%;
      padding: 60px 10px;
      padding-bottom: 20px; }
      #pictureAndText .container .row .col-md-12 .pictureAndText .textPart .head {
        width: 100%;
        font-size: 18px;
        margin-bottom: 30px; }
      #pictureAndText .container .row .col-md-12 .pictureAndText .textPart .content {
        width: 100%;
        font-size: 13px; }
        #pictureAndText .container .row .col-md-12 .pictureAndText .textPart .content a {
          font-size: 13px; }
    #pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(2) .imgPart {
      width: 100%;
      text-align: center;
      margin-left: 0;
      margin-top: -40px; }
    #pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(2) .textPart {
      padding: 60px 10px;
      padding-top: 20px; }

  #pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(4) .imgPart {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: -40px; }
  #pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(4) .textPart {
    padding: 60px 10px;
    padding-top: 20px; }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  #pictureAndText .container .row .col-md-12 .pictureAndText .imgPart {
    width: 50%; }
    #pictureAndText .container .row .col-md-12 .pictureAndText .imgPart img {
      width: 107%; }
  #pictureAndText .container .row .col-md-12 .pictureAndText .textPart {
    width: 50%;
    padding: 20px 40px;
    margin-left: auto; }
    #pictureAndText .container .row .col-md-12 .pictureAndText .textPart .head {
      font-size: 18px;
      margin-bottom: 20px; }
    #pictureAndText .container .row .col-md-12 .pictureAndText .textPart .content {
      font-size: 14px; }
  #pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(2) .imgPart {
    width: 50%;
    margin-left: -16px; }
  #pictureAndText .container .row .col-md-12 .pictureAndText:nth-child(2) .textPart {
    width: 50%;
    padding: 20px 40px;
    margin-left: 0; } }

#startups {
  background: #f9f9f9;
  padding: 150px 0; }
  #startups .container .row .col-md-12 .head {
    position: relative;
    width: fit-content;
    font-family: Mon-bold;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 80px; }
    #startups .container .row .col-md-12 .head::before {
      position: absolute;
      bottom: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      width: 40%;
      height: 3px;
      background: #9f9500;
      -webkit-transition: all linear 0.1s;
      -moz-transition: all linear 0.1s;
      -ms-transition: all linear 0.1s;
      -o-transition: all linear 0.1s;
      transition: all linear 0.1s; }
  #startups .container .row .col-md-12 .startups {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #startups .container .row .col-md-12 .startups .right {
      width: 40%; }
      #startups .container .row .col-md-12 .startups .right .bottom a {
        width: calc(100% / 2);
        margin-right: 15px; }
    #startups .container .row .col-md-12 .startups .left {
      width: 60%; }
      #startups .container .row .col-md-12 .startups .left .bottom a {
        width: calc(100% / 2);
        margin-right: 15px; }
    #startups .container .row .col-md-12 .startups .left .top,
    #startups .container .row .col-md-12 .startups .right .top {
      font-family: Mon-bold;
      font-size: 18px;
      color: black;
      margin-bottom: 40px;
      border-left: 2px solid #9f9500;
      padding-left: 5px; }
    #startups .container .row .col-md-12 .startups .left .bottom,
    #startups .container .row .col-md-12 .startups .right .bottom {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #startups .container .row .col-md-12 .startups .left .bottom a,
      #startups .container .row .col-md-12 .startups .right .bottom a {
        display: block; }
        #startups .container .row .col-md-12 .startups .left .bottom a .company,
        #startups .container .row .col-md-12 .startups .right .bottom a .company {
          width: 100%;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          -ms-border-radius: 50px;
          -o-border-radius: 50px;
          border-radius: 50px;
          background: #ffffff;
          text-align: center;
          height: 205px;
          line-height: 205px;
          -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -webkit-transition: all linear 0.1s;
          -moz-transition: all linear 0.1s;
          -ms-transition: all linear 0.1s;
          -o-transition: all linear 0.1s;
          transition: all linear 0.1s; }
          #startups .container .row .col-md-12 .startups .left .bottom a .company img,
          #startups .container .row .col-md-12 .startups .right .bottom a .company img {
            object-fit: cover;
            width: 110px; }
          #startups .container .row .col-md-12 .startups .left .bottom a .company:hover,
          #startups .container .row .col-md-12 .startups .right .bottom a .company:hover {
            -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 767px) {
  #startups {
    padding: 50px 0; }
    #startups .container .row .col-md-12 .head {
      margin-bottom: 50px;
      font-size: 18px; }
    #startups .container .row .col-md-12 .startups {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      #startups .container .row .col-md-12 .startups .left,
      #startups .container .row .col-md-12 .startups .right {
        width: 100%; }
        #startups .container .row .col-md-12 .startups .left .top,
        #startups .container .row .col-md-12 .startups .right .top {
          width: fit-content;
          margin: 40px auto 20px auto;
          font-size: 15px; }
        #startups .container .row .col-md-12 .startups .left .bottom,
        #startups .container .row .col-md-12 .startups .right .bottom {
          flex-wrap: wrap; }
          #startups .container .row .col-md-12 .startups .left .bottom a,
          #startups .container .row .col-md-12 .startups .right .bottom a {
            width: 70%;
            margin: 0 auto; }
            #startups .container .row .col-md-12 .startups .left .bottom a .company,
            #startups .container .row .col-md-12 .startups .right .bottom a .company {
              margin: 10px 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #startups {
    padding: 50px 0; }
    #startups .container .row .col-md-12 .startups .left .top,
    #startups .container .row .col-md-12 .startups .right .top {
      font-size: 15px;
      margin-bottom: 25px; }
    #startups .container .row .col-md-12 .startups .left .bottom a .company,
    #startups .container .row .col-md-12 .startups .right .bottom a .company {
      height: 150px;
      line-height: 150px; }
      #startups .container .row .col-md-12 .startups .left .bottom a .company img,
      #startups .container .row .col-md-12 .startups .right .bottom a .company img {
        width: 70px; } }

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #startups {
    padding: 50px 0; } }

#ourTeam {
  background: #f9f9f9;
  padding: 150px 0;
  padding-top: 50px; }
  #ourTeam .container .row .col-md-12 .head {
    position: relative;
    width: fit-content;
    font-family: Mon-bold;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 80px; }
    #ourTeam .container .row .col-md-12 .head::before {
      position: absolute;
      bottom: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      width: 40%;
      height: 3px;
      background: #9f9500;
      -webkit-transition: all linear 0.1s;
      -moz-transition: all linear 0.1s;
      -ms-transition: all linear 0.1s;
      -o-transition: all linear 0.1s;
      transition: all linear 0.1s; }
  #ourTeam .container .row .col-md-12 .ourTeam {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #ourTeam .container .row .col-md-12 .ourTeam .box {
      width: calc(100% / 5.5);
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27);
      -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27);
      padding: 20px 15px 40px 15px;
      position: relative;
      height: 300px;
      cursor: pointer;
      -webkit-transition: all linear 0.1s;
      -moz-transition: all linear 0.1s;
      -ms-transition: all linear 0.1s;
      -o-transition: all linear 0.1s;
      transition: all linear 0.1s; }
      #ourTeam .container .row .col-md-12 .ourTeam .box img.person {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin: 0 auto;
        object-fit: cover;
        display: block; }
      #ourTeam .container .row .col-md-12 .ourTeam .box .name {
        font-family: Mon-bold;
        font-size: 15px;
        margin-top: 15px;
        color: black;
        margin-bottom: 5px;
        text-align: center; }
      #ourTeam .container .row .col-md-12 .ourTeam .box .position {
        font-family: Mon-medium;
        height: 50px;
        font-size: 14px;
        color: #474747;
        margin-bottom: 15px;
        text-align: center; }
      #ourTeam .container .row .col-md-12 .ourTeam .box .social {
        display: flex;
        align-items: center;
        justify-content: center; }
        #ourTeam .container .row .col-md-12 .ourTeam .box .social a {
          display: block;
          width: fit-content;
          margin: 0 10px; }
          #ourTeam .container .row .col-md-12 .ourTeam .box .social a img {
            object-fit: cover;
            width: 15px; }
      #ourTeam .container .row .col-md-12 .ourTeam .box .triangle {
        position: absolute;
        width: fit-content;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        #ourTeam .container .row .col-md-12 .ourTeam .box .triangle img {
          object-fit: cover;
          width: 30px; }
      #ourTeam .container .row .col-md-12 .ourTeam .box:hover {
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 339px) {
  #ourTeam {
    padding: 50px 0; }
    #ourTeam .container .row .col-md-12 .head {
      margin-bottom: 50px;
      font-size: 18px; }
    #ourTeam .container .row .col-md-12 .ourTeam {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      #ourTeam .container .row .col-md-12 .ourTeam .box {
        width: 100%;
        margin: 20px 0 20px 0; } }

@media only screen and (min-width: 340px) and (max-width: 767px) {
  #ourTeam {
    padding: 50px 0; }
    #ourTeam .container .row .col-md-12 .head {
      margin-bottom: 50px;
      font-size: 18px; }
    #ourTeam .container .row .col-md-12 .ourTeam {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      #ourTeam .container .row .col-md-12 .ourTeam .box {
        width: calc(100% / 2.2);
        margin: 20px 0 20px 0;
        height: 350px; }
        #ourTeam .container .row .col-md-12 .ourTeam .box .position {
          height: 85px; } }

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #ourTeam {
    padding: 50px 0; }
    #ourTeam .container .row .col-md-12 .head {
      margin-bottom: 50px; }
    #ourTeam .container .row .col-md-12 .ourTeam {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      #ourTeam .container .row .col-md-12 .ourTeam .box {
        width: calc(100% / 2.2);
        margin: 20px 0 20px 0; } }

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  #ourTeam {
    padding: 50px 0; }
    #ourTeam .container .row .col-md-12 .head {
      margin-bottom: 50px; }
    #ourTeam .container .row .col-md-12 .ourTeam {
      display: block;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      #ourTeam .container .row .col-md-12 .ourTeam .box {
        display: inline-block;
        width: calc(100% / 3.2);
        margin: 20px .8% 20px .8%; } }

#partners {
  background: white;
  margin: 50px 0; }
  #partners .container .row .col-md-12 .head {
    position: relative;
    width: fit-content;
    font-family: Mon-bold;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 80px; }
    #partners .container .row .col-md-12 .head::before {
      position: absolute;
      bottom: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      width: 40%;
      height: 3px;
      background: #9f9500;
      -webkit-transition: all linear 0.1s;
      -moz-transition: all linear 0.1s;
      -ms-transition: all linear 0.1s;
      -o-transition: all linear 0.1s;
      transition: all linear 0.1s; }
  #partners .container .row .col-md-12 ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #partners .container .row .col-md-12 ul li {
      width: calc(100% / 5.5);
      text-align: center; }
      #partners .container .row .col-md-12 ul li img {
        object-fit: cover; }
      #partners .container .row .col-md-12 ul li:nth-child(1) img {
        width: 100%; }
      #partners .container .row .col-md-12 ul li:nth-child(2) img {
        width: 100%; }
      #partners .container .row .col-md-12 ul li:nth-child(3) img {
        width: 100%; }
      #partners .container .row .col-md-12 ul li:nth-child(4) img {
        width: 100%; }
      #partners .container .row .col-md-12 ul li:nth-child(5) img {
        width: 100%; }

@media only screen and (max-width: 767px) {
  #partners {
    padding: 50px 0;
    margin: 0; }
    #partners .container .row .col-md-12 .head {
      margin-bottom: 50px;
      font-size: 18px; }
    #partners .container .row .col-md-12 ul {
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      #partners .container .row .col-md-12 ul li {
        width: calc(100% / 2); }
        #partners .container .row .col-md-12 ul li:nth-child(1) img {
          width: 100%; }
        #partners .container .row .col-md-12 ul li:nth-child(2) img {
          width: 100%; }
        #partners .container .row .col-md-12 ul li:nth-child(3) img {
          padding-top: 45px;
          width: 100%; }
        #partners .container .row .col-md-12 ul li:nth-child(4) img {
          width: 100%; }
        #partners .container .row .col-md-12 ul li:nth-child(5) img {
          width: 100%; } }

#apply {
  padding: 100px 0;
  padding-bottom: 150px;
  background: #f9f9f9; }
  #apply .container .row .col-md-12 .apply {
    width: 70%;
    margin: 0 auto; }
    #apply .container .row .col-md-12 .apply .head {
      font-family: Mon-bold;
      font-size: 30px;
      color: black;
      text-align: center;
      position: relative; }
      #apply .container .row .col-md-12 .apply .head::before {
        position: absolute;
        bottom: -12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        width: 15%;
        height: 3px;
        background: #9f9500;
        -webkit-transition: all linear 0.1s;
        -moz-transition: all linear 0.1s;
        -ms-transition: all linear 0.1s;
        -o-transition: all linear 0.1s;
        transition: all linear 0.1s; }
      #apply .container .row .col-md-12 .apply .head span {
        font-family: Mon-medium; }
    #apply .container .row .col-md-12 .apply .applyPart {
      margin-top: 50px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
      #apply .container .row .col-md-12 .apply .applyPart form {
        display: flex;
        flex-wrap: wrap; }
        #apply .container .row .col-md-12 .apply .applyPart form .inptt {
          font-weight: 400;
          line-height: 1.5;
          color: #495057;
          background-color: #fff;
          background-clip: padding-box;
          transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          width: 100%;
          margin: 20px 0;
          padding: 13px 12px;
          -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          resize: vertical;
          outline: none;
          border: none;
          border-color: white; }
          #apply .container .row .col-md-12 .apply .applyPart form .inptt input {
            display: none; }
          #apply .container .row .col-md-12 .apply .applyPart form .inptt #button {
            cursor: pointer;
            outline: none;
            border: none;
            display: inline-block;
            color: white;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            border-radius: 30px;
            text-align: center;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 20px;
            background: #55b847;
            width: 30px;
            height: 30px;
            line-height: 17px; }
          #apply .container .row .col-md-12 .apply .applyPart form .inptt span.text {
            color: #c1c2c3;
            font-weight: 500;
            font-family: Mon-regular; }
          #apply .container .row .col-md-12 .apply .applyPart form .inptt span#val {
            font-family: Mon-regular; }
        #apply .container .row .col-md-12 .apply .applyPart form div.inpt {
          width: 47%;
          display: inline-block; }
          #apply .container .row .col-md-12 .apply .applyPart form div.inpt:nth-child(5) {
            width: 100%; }
            #apply .container .row .col-md-12 .apply .applyPart form div.inpt:nth-child(5) textarea {
              width: 100%;
              margin-bottom: 0; }
          #apply .container .row .col-md-12 .apply .applyPart form div.inpt:nth-child(2), #apply .container .row .col-md-12 .apply .applyPart form div.inpt:nth-child(4) {
            margin-left: 5%; }
        #apply .container .row .col-md-12 .apply .applyPart form input {
          display: block;
          font-weight: 400;
          line-height: 1.5;
          color: #495057;
          background-color: #fff;
          background-clip: padding-box;
          transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
        #apply .container .row .col-md-12 .apply .applyPart form input[type="text"],
        #apply .container .row .col-md-12 .apply .applyPart form input[type="email"],
        #apply .container .row .col-md-12 .apply .applyPart form select,
        #apply .container .row .col-md-12 .apply .applyPart form textarea {
          width: 100%;
          margin-bottom: 20px;
          padding: 13px 12px;
          -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          resize: vertical;
          outline: none;
          font-size: 16px;
          border: none;
          border-color: white;
          font-family: Mon-regular; }
          #apply .container .row .col-md-12 .apply .applyPart form input[type="text"]::placeholder,
          #apply .container .row .col-md-12 .apply .applyPart form input[type="email"]::placeholder,
          #apply .container .row .col-md-12 .apply .applyPart form select::placeholder,
          #apply .container .row .col-md-12 .apply .applyPart form textarea::placeholder {
            color: #a1a2a3; }
        #apply .container .row .col-md-12 .apply .applyPart form input[type="text"]:first-child {
          margin-top: 0; }
        #apply .container .row .col-md-12 .apply .applyPart form p {
          font-family: Mon-regular;
          font-size: 15px;
          color: #757575;
          width: 100%; }
        #apply .container .row .col-md-12 .apply .applyPart form .file,
        #apply .container .row .col-md-12 .apply .applyPart form .applyButton {
          position: relative;
          text-align: center;
          width: 100%; }
          #apply .container .row .col-md-12 .apply .applyPart form .file input[type="submit"],
          #apply .container .row .col-md-12 .apply .applyPart form .applyButton input[type="submit"] {
            font-family: Mon-semi-bold;
            cursor: pointer;
            outline: none;
            border: none;
            display: inline-block;
            margin-top: 70px;
            background-color: #9f9500;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            padding: 9px 50px;
            text-align: center;
            color: white;
            font-size: 18px;
            transition: all linear 0.1s;
            -webkit-transition: all linear 0.1s;
            -moz-transition: all linear 0.1s;
            -ms-transition: all linear 0.1s;
            -o-transition: all linear 0.1s;
            transition: all linear 0.1s; }
            #apply .container .row .col-md-12 .apply .applyPart form .file input[type="submit"]:hover,
            #apply .container .row .col-md-12 .apply .applyPart form .applyButton input[type="submit"]:hover {
              background-color: #635d01; }
        #apply .container .row .col-md-12 .apply .applyPart form .file {
          display: inline-block; }
          #apply .container .row .col-md-12 .apply .applyPart form .file input[type="file"] {
            display: none;
            width: 400px;
            height: 25px;
            opacity: 0;
            visibility: hidden; }
          #apply .container .row .col-md-12 .apply .applyPart form .file #val {
            display: none;
            width: 400px;
            height: 25px;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 13px;
            line-height: 25px;
            text-indent: 10px;
            pointer-events: none; }
          #apply .container .row .col-md-12 .apply .applyPart form .file #button {
            cursor: pointer;
            outline: none;
            border: none;
            display: inline-block;
            color: white;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            border-radius: 30px;
            text-align: center;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 20px;
            background: #55b847;
            width: 30px;
            height: 30px;
            line-height: 17px; }

@media screen and (max-width: 767px) {
  #apply {
    margin-top: 0px;
    padding-bottom: 50px; }
    #apply .container .row .col-md-12 .apply {
      width: 100%; }
      #apply .container .row .col-md-12 .apply .head {
        font-size: 18px; }
      #apply .container .row .col-md-12 .apply .applyPart {
        margin-top: 50px;
        padding-right: 15px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0; }
        #apply .container .row .col-md-12 .apply .applyPart form {
          display: block; }
          #apply .container .row .col-md-12 .apply .applyPart form .inptt span.text {
            font-size: 12px; }
          #apply .container .row .col-md-12 .apply .applyPart form div.inpt {
            width: 100%; }
            #apply .container .row .col-md-12 .apply .applyPart form div.inpt:nth-child(2), #apply .container .row .col-md-12 .apply .applyPart form div.inpt:nth-child(4) {
              margin-left: 0; }
            #apply .container .row .col-md-12 .apply .applyPart form div.inpt input {
              width: 100%; }
          #apply .container .row .col-md-12 .apply .applyPart form input[type="text"],
          #apply .container .row .col-md-12 .apply .applyPart form input[type="email"],
          #apply .container .row .col-md-12 .apply .applyPart form select,
          #apply .container .row .col-md-12 .apply .applyPart form textarea {
            width: 55%;
            font-size: 12px; }
          #apply .container .row .col-md-12 .apply .applyPart form textarea {
            width: 75%; }
          #apply .container .row .col-md-12 .apply .applyPart form p {
            font-size: 12px; }
          #apply .container .row .col-md-12 .apply .applyPart form .file input[type="submit"],
          #apply .container .row .col-md-12 .apply .applyPart form .applyButton input[type="submit"] {
            font-size: 12px;
            width: 130px;
            margin-top: 20px; }
          #apply .container .row .col-md-12 .apply .applyPart form .file input[type="file"] {
            width: 0; }
          #apply .container .row .col-md-12 .apply .applyPart form .file #val {
            width: 0; }
          #apply .container .row .col-md-12 .apply .applyPart form .file #button {
            font-size: 12px;
            margin-right: 40px; } }

@media screen and (max-width: 1100px) {
  #apply {
    margin-top: 0px;
    padding-bottom: 50px; } }

#last {
  background: #f2f2f2;
  padding: 20px 0; }
  #last .container .row .col-md-12 .last {
    text-align: center; }
    #last .container .row .col-md-12 .last img {
      object-fit: cover;
      width: 250px;
      margin-bottom: 10px; }
    #last .container .row .col-md-12 .last .content {
      text-align: center;
      font-family: Mon-regular;
      margin-bottom: 10px;
      font-size: 18px; }
      #last .container .row .col-md-12 .last .content a {
        font-family: inherit;
        color: inherit;
        font-size: inherit; }

@media screen and (max-width: 1100px) {
  #last .container .row .col-md-12 .last img {
    width: 150px; }
  #last .container .row .col-md-12 .last .content {
    font-size: 14px; } }

#afterClick {
  width: 75%;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(187, 187, 187, 0.35);
  -moz-box-shadow: 0px 0px 6px 3px rgba(187, 187, 187, 0.35);
  -ms-box-shadow: 0px 0px 6px 3px rgba(187, 187, 187, 0.35);
  -o-box-shadow: 0px 0px 6px 3px rgba(187, 187, 187, 0.35);
  box-shadow: 0px 0px 6px 3px rgba(187, 187, 187, 0.35);
  border: 1px solid #d7d7d7;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  background: white;
  display: none; }
  #afterClick .container-fluid .row .col-md-12 .text img {
    float: right;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 25px; }
  #afterClick .container-fluid .row .col-md-12 .text .content {
    text-align: justify;
    font-family: Mon-regular;
    font-size: 16px;
    color: #474747; }
    #afterClick .container-fluid .row .col-md-12 .text .content a {
      color: #55b847 !important;
      font-family: inherit;
      font-size: inherit; }
  #afterClick .closeButton {
    font-size: 15px;
    cursor: pointer;
    background: white;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    color: #55b847;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    top: -12px;
    right: -12px; }
    #afterClick .closeButton i {
      -webkit-transition: all linear 0.3s;
      -moz-transition: all linear 0.3s;
      -ms-transition: all linear 0.3s;
      -o-transition: all linear 0.3s;
      transition: all linear 0.3s; }
    #afterClick .closeButton:hover i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

@media screen and (max-width: 767px) {
  #afterClick {
    width: 95%; }
    #afterClick .container-fluid .row .col-md-12 .text img {
      width: 50px;
      height: 50px; }
    #afterClick .container-fluid .row .col-md-12 .text .content {
      font-size: 9px; } }

footer {
  background: #ffffff;
  padding: 14px 0; }
  footer .container .row .col-md-12 .main {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .container .row .col-md-12 .main .left {
      font-family: Mon-medium;
      font-size: 14px;
      color: #696867; }
      footer .container .row .col-md-12 .main .left a {
        color: inherit;
        font-family: inherit; }
    footer .container .row .col-md-12 .main .right {
      display: flex;
      align-items: center;
      justify-content: center; }
      footer .container .row .col-md-12 .main .right a {
        margin: 0 10px; }
        footer .container .row .col-md-12 .main .right a img {
          object-fit: cover;
          width: 20px; }

@media screen and (max-width: 767px) {
  footer .container .row .col-md-12 .main {
    flex-wrap: wrap; }
    footer .container .row .col-md-12 .main .left {
      font-size: 12px; }
    footer .container .row .col-md-12 .main .right {
      margin: 0 auto; }
      footer .container .row .col-md-12 .main .right a img {
        width: 15px; } }

@media screen and (min-width: 767px) and (max-width: 1100px) {
  footer .container .row .col-md-12 .main .left {
    font-size: 12px; }
  footer .container .row .col-md-12 .main .right a img {
    width: 15px; } }



#modal_thank_you {
  z-index: 9999;
}
#modal_thank_you .modal-dialog {
  width: 420px;
  border-radius: 10px;
}
#modal_thank_you .modal-dialog .modal-content {
  position: relative;
}
#modal_thank_you .modal-dialog .modal-content .modal-body {
  padding: 83px 20px 49px 20px;
}
#modal_thank_you .modal-dialog .modal-content .modal-body img {
  display: block;
  width: 80px;
  margin: 0 auto;
  object-fit: contain;
}
#modal_thank_you .modal-dialog .modal-content .modal-body .tittle {
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #333;
}
#modal_thank_you .modal-dialog .modal-content .modal-body .text {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
#modal_thank_you .modal-dialog .modal-content .modal-body .button {
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  background-color: rgba(84, 185, 72, 1);
  color: #fff;
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s;
  width: 183px;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
#modal_thank_you .modal-dialog .modal-content .modal-body .button:hover {
  transform: translateY(0px);
}
#modal_thank_you .modal-dialog .modal-content .modal-body .button:active {
  transform: translateY(-1px);
}
#modal_thank_you .modal-dialog .modal-content .modal-body .button::after {
  content: "";
  display: inline-block;
  background-color: rgba(84, 185, 72, 1);
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
#modal_thank_you .modal-dialog .modal-content .modal-body .button:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
