.aboutPage {
  padding-top: 50px;
  /*hover-men*/ }
   .aboutPage .title {
   	color:#333;
	max-width: 100%;
   }
  .aboutPage .about {
    padding-bottom: 60px; }
    .aboutPage .about .about-cont {
      margin-bottom: 30px; }
      .aboutPage .about .about-cont div {
        background: #f4f4f4;
        padding: 30px; }
        .aboutPage .about .about-cont div p {
          font-size: 14px;
		  font-family: 'Nanum Gothic', sans-serif;
          line-height: 24px; }
        .aboutPage .about .about-cont div .p-padd {
          padding-bottom: 30px; }
    .aboutPage .about .about-team .team-div {
      max-width: 49%;
      vertical-align: top;
      display: inline-block;
      margin-bottom: 10px;
      padding-right: 10px; }
      .aboutPage .about .about-team .team-div img {
        margin-right: 10px;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0);
        -webkit-filter: grayscale(100%);
        /* Chrome, Safari, Opera */
        filter: grayscale(100%); }
      .aboutPage .about .about-team .team-div .career-div {
        position: relative; }
        .aboutPage .about .about-team .team-div .career-div img.career {
          margin-right: 10px;
          width: 100%;
          border: 1px solid rgba(255, 255, 255, 0);
          -webkit-filter: grayscale(0%);
          /* Chrome, Safari, Opera */
          filter: grayscale(0%); }
        .aboutPage .about .about-team .team-div .career-div .text-div {
          width: 100%;
          text-align: center; }
          .aboutPage .about .about-team .team-div .career-div .text-div .text {
            position: absolute;
            left: 0;
            display: block;
            top: 50%;
            width: 100%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            .aboutPage .about .about-team .team-div .career-div .text-div .text p {
              font-size: 24px;
              text-transform: uppercase;
              font-weight: 800;
              max-width: 250px;
              line-height: 35px;
              margin-bottom: 20px;
              font-family: 'Lato';
              color: black; }
            .aboutPage .about .about-team .team-div .career-div .text-div .text p:after {
              content: "";
              height: 30px;
              width: 1px;
              background-color: #000;
              display: inline-block;
              position: relative;
              margin-left: 5px;
              bottom: -6px; }
            .aboutPage .about .about-team .team-div .career-div .text-div .text img {
              width: 20px;
              margin-right: 0px;
              -webkit-transition-duration: 0.25s;
              transition-duration: 0.25s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
      .aboutPage .about .about-team .team-div .career-div:hover {
        cursor: pointer; }
        .aboutPage .about .about-team .team-div .career-div:hover .text-div img {
          transform: translateX(20px);
          -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
    @media screen and (min-width: 481px) and (max-width: 991px) {
      .aboutPage .about .about-team .team-div {
        max-width: 32%; } }
  .aboutPage .hover-men {
    position: relative;
    /*overlay*/ }
    .aboutPage .hover-men p {
      font-family: 'Questrial', sans-serif;
      font-weight: 900;
      position: absolute;
      bottom: 0px;
      margin-bottom: 30px;
      width: 100%;
      right: 0px;
      text-align: center;
      transform: translateY(50px);
      opacity: 0;
      transition: all 0.2s linear;
      font-weight: 500;
      font-size: 12px;
      text-transform: none;
      line-height: 26px;
      color: black;
      line-height: 20px; }
      .aboutPage .hover-men p b {
        text-transform: uppercase;
        font-size: 14px; }
      .aboutPage .hover-men p b:after {
        content: "";
        width: 0px;
        height: 2px;
        background: #3B3B3B;
        display: inline-block;
        position: absolute;
        left: 40%;
        top: 30px;
        vertical-align: middle;
        opacity: 0;
        -webkit-transition: width 2000ms cubic-bezier(0, 0.105, 0.2, 0.995);
        -moz-transition: width 2000ms cubic-bezier(0, 0.105, 0.2, 0.995);
        -o-transition: width 2000ms cubic-bezier(0, 0.105, 0.2, 0.995);
        transition: width 2000ms cubic-bezier(0, 0.105, 0.2, 0.995);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0, 0.105, 0.2, 0.995);
        -moz-transition-timing-function: cubic-bezier(0, 0.105, 0.2, 0.995);
        -o-transition-timing-function: cubic-bezier(0, 0.105, 0.2, 0.995);
        transition-timing-function: cubic-bezier(0, 0.105, 0.2, 0.995);
        /* custom */
        transition-delay: 400ms; }
    .aboutPage .hover-men p::before {
      display: none; }
    .aboutPage .hover-men .overlay-men {
      background: rgba(218, 218, 218, 0.94);
      border: 5px solid;
      text-align: center;
      opacity: 0;
      -webkit-transition: opacity .25s ease;
      -moz-transition: opacity .25s ease;
      height: 100%;
      width: 100%;
      top: 0px;
      position: absolute;
      transition: all 0.4s ease-in-out; }
  .aboutPage .hover-men:hover .overlay-men,
  .aboutPage .hover-men:hover {
    opacity: 1;
    cursor: pointer; }
  .aboutPage .hover-men:hover span,
  .aboutPage .hover-men:hover p {
    opacity: 1;
    transition-delay: 0.1s;
    transform: translateY(0px); }
  .aboutPage .hover-men:hover p b::after {
    opacity: 1;
    width: 40px; }

@media screen and (max-width: 480px) {
  .aboutPage .about .about-team .team-div .career-div .text-div .text p {
    font-size: 20px; } }
@media screen and (min-width: 481px) and (max-width: 550px) {
  .aboutPage .about .about-team .team-div .career-div .text-div .text p {
    font-size: 20px; } }
.modal-backdrop {
  z-index: -1000 !important; }

.popup-size {
  width: 850px !important; }
  .popup-size .popup-style {
    padding: 11px;
    border-radius: 0px !important; }
    .popup-size .popup-style .pop-up .pic img {
      width: 480px; }
    .popup-size .popup-style .pop-cont {
      text-align: center;
      padding-top: 19%;
      padding-left: 30px;
      padding-right: 30px; }
      .popup-size .popup-style .pop-cont p {
        width: 90%;
        margin: auto;
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 12px; }
      .popup-size .popup-style .pop-cont small {
        padding-bottom: 10px;
        padding-top: 10px; }
      .popup-size .popup-style .pop-cont b {
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase; }
      .popup-size .popup-style .pop-cont .social-icon {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 18px;
        color: #000; }
      .popup-size .popup-style .pop-cont .cntnt {
        content: "";
        width: 11px;
        height: 3px;
        background: #fd674e;
        vertical-align: middle;
        margin: auto;
        margin-top: 5px;
        border-radius: 2px; }
      .popup-size .popup-style .pop-cont .close {
        position: absolute;
        top: 0px;
        right: 20px;
        opacity: 1;
        color: #000;
        width: 20px; }

@media screen and (max-width: 320px) {
  .popup-size {
    width: 290px !important;
    margin: auto !important; }
    .popup-size .popup-style {
      padding-bottom: 35px; }
      .popup-size .popup-style .pop-up .pic img {
        width: 266px; }
      .popup-size .popup-style .pop-cont .close {
        top: 25px;
        right: 20px; } }
@media screen and (min-width: 321px) and (max-width: 480px) {
  .popup-size {
    margin: auto !important;
    width: 290px !important; }
    .popup-size .popup-style {
      padding-bottom: 35px; }
      .popup-size .popup-style .pop-up .pic img {
        width: 266px; }
      .popup-size .popup-style .pop-cont .close {
        top: 25px;
        right: 20px; } }
@media screen and (min-width: 481px) and (max-width: 767px) {
  .popup-size {
    margin: auto !important;
    width: 290px !important; }
    .popup-size .popup-style {
      padding-bottom: 35px; }
      .popup-size .popup-style .pop-up .pic img {
        width: 266px; }
      .popup-size .popup-style .pop-cont .close {
        top: 25px;
        right: 20px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .popup-size {
    margin: auto !important;
    width: 325px !important; }
    .popup-size .popup-style {
      padding-bottom: 25px; }
      .popup-size .popup-style .pop-up .pic img {
        width: 300px; } }
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    /* New width for default modal */ }

  .modal-sm {
    width: 350px;
    /* New width for small modal */ } }
@media screen and (min-width: 992px) {
  .modal-lg {
    width: 950px;
    /* New width for large modal */ } }

/*# sourceMappingURL=about.css.map */
