/**************************************
Load Sass
**************************************/
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,900");
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(../node_modules/bootstrap/dist/css/bootstrap.min.css);
@import url(flexslider.css);
@import url(theme.css);
@import url(../node_modules/font-awesome/css/font-awesome.min.css);
@import url(jcf.css);
.navbar {
  position: fixed;
  width: 100%;
  padding-top: 15px;
  z-index: 999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
  transition: 0.35s; }
  .navbar .navbar-brand {
    padding-left: 35px;
    height: auto; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .navbar .navbar-brand {
        padding-left: 20px; }
        .navbar .navbar-brand img {
          width: 120px; } }
    @media (max-width: 767px) {
      .navbar .navbar-brand {
        padding-left: 15px; }
        .navbar .navbar-brand img {
          width: 100px; } }
  .navbar .nav {
    margin-top: 20px; }
    .navbar .nav li a {
      font-size: 18px;
      font-weight: 600;
      padding: 8px;
      background: none;
      color: white;
      transition: 0.35s;
      display: inline-block; }
      .navbar .nav li a:hover {
        color: #ffca02; }
      .navbar .nav li a.active {
        color: #ffca02; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .navbar .nav li a {
          font-size: 14px;
          padding: 4px; } }
    .navbar .nav li .sub-nav {
      position: absolute;
      text-align: center;
      padding: 10px 0;
      margin: 0;
      list-style: none;
      background: #ffca02;
      left: 50%;
      transform: translateX(-50%);
      top: calc(100% + 10px);
      opacity: 0;
      visibility: hidden;
      transition: 0.35s; }
      .navbar .nav li .sub-nav li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
        .navbar .nav li .sub-nav li a {
          white-space: nowrap;
          font-size: 16px;
          color: #00243d;
          line-height: 44px;
          padding: 0 30px;
          text-decoration: none;
          display: block; }
          .navbar .nav li .sub-nav li a:hover {
            color: #fff; }
        .navbar .nav li .sub-nav li:first-child {
          border-top: 0; }
        .navbar .nav li .sub-nav li:last-child {
          border-bottom: 0; }
      .navbar .nav li .sub-nav:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #ffca02;
        position: absolute;
        top: -10px;
        margin-left: -10px; }
      @media (max-width: 767px) {
        .navbar .nav li .sub-nav {
          position: static;
          visibility: visible;
          opacity: 1;
          transform: none;
          width: 100%;
          text-align: right;
          background: none; }
          .navbar .nav li .sub-nav li {
            border: 0; }
            .navbar .nav li .sub-nav li a {
              color: #ffca02;
              padding: 0;
              line-height: 30px; }
          .navbar .nav li .sub-nav:before {
            display: none; } }
    .navbar .nav li:hover .sub-nav {
      visibility: visible;
      opacity: 1; }
    .navbar .nav li:hover a {
      color: #ffca02; }
    .navbar .nav li.has-sub:after {
      content: "";
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #ffca02;
      display: inline-block;
      margin-left: -5px;
      margin-right: 10px; }
    @media (max-width: 767px) {
      .navbar .nav li.has-sub:after {
        display: none; } }
  .navbar #nav-login {
    margin: 16px 30px 0 0; }
    .navbar #nav-login #drop-down {
      height: 40px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      float: left;
      margin-right: 10px; }
      .navbar #nav-login #drop-down ul {
        margin: 0;
        padding: 0;
        color: white;
        list-style: none;
        line-height: 40px;
        padding: 0 20px; }
    .navbar #nav-login .btn-login {
      background: #003a63;
      color: white;
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      position: relative;
      border: 0;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      font-weight: 600;
      display: inline-block;
      transition: 0.35s;
      outline: 0; }
      .navbar #nav-login .btn-login:hover {
        background: white;
        color: #003a63; }
      .navbar #nav-login .btn-login.active {
        background: white;
        color: #003a63; }
        .navbar #nav-login .btn-login.active:after {
          content: "";
          width: 100%;
          height: 15px;
          background: white;
          position: absolute;
          right: 0;
          bottom: -10px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .navbar #nav-login {
        margin-right: 15px;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .navbar #nav-login {
        margin-top: -50px;
        font-size: 13px; }
        .navbar #nav-login .btn-login {
          padding: 0 10px; } }
  .navbar.sticky-nav {
    background: #00243d; }
  @media (max-width: 767px) {
    .navbar {
      background: #00243d;
      padding-top: 0; }
      .navbar .navbar-collapse {
        width: calc(100% + 30px);
        background: #00243d; }
        .navbar .navbar-collapse li {
          text-align: right;
          padding-right: 10px; } }

.login-box {
  width: 383px;
  height: auto;
  background: white;
  position: absolute;
  right: 45px;
  margin-top: 10px;
  padding: 27px;
  box-sizing: border-box;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  -ms-border-radius: 6px 0 6px 6px;
  -o-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  display: none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
  .login-box form input[type="text"],
  .login-box form input[type="password"] {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
    outline: 0; }
  .login-box form .checkbox {
    display: inline-block; }
    .login-box form .checkbox label {
      font-weight: 600;
      font-size: 14px; }
  .login-box form .btn-signin {
    line-height: 40px;
    font-weight: 600;
    background: #ffca02;
    color: black;
    float: right;
    padding: 0 30px;
    border: 0;
    outline: 0; }
  .login-box form .forgot-password {
    color: black;
    margin-top: 10px;
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px; }
  .login-box.show {
    display: inherit; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .login-box {
      right: 30px; } }
  @media (max-width: 767px) {
    .login-box {
      width: 325px; } }

.navbar-toggle {
  margin-right: 5px;
  margin-top: 14px; }
  .navbar-toggle .icon-bar {
    background: #ffca02; }

html,
body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 16px; }

#banner {
  width: 100%;
  height: 100%;
  min-height: 650px; }
  #banner .content {
    position: absolute;
    top: 53%;
    left: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #banner .content h1 {
      color: #ffca02;
      font-size: 54px;
      font-weight: 300;
      margin: 0;
      line-height: normal; }
    #banner .content .sub-title {
      color: white;
      font-size: 18px;
      max-width: 650px;
      margin-top: 25px;
      line-height: 30px; }
      #banner .content .sub-title .more {
        color: #ffca02;
        font-size: 40px;
        text-decoration: none;
        position: relative;
        transition: 0.35s; }
        #banner .content .sub-title .more:before {
          content: "";
          position: absolute;
          top: 110%;
          width: 0%;
          height: 5px;
          background: #ffca02;
          transition: 0.35s; }
        #banner .content .sub-title .more:hover {
          color: white; }
          #banner .content .sub-title .more:hover:before {
            width: 100%;
            background: white; }
          #banner .content .btn-duty-travel {
            line-height: 30px;
            font-weight: 600;
            background: #ffca02;
            color: black;
            padding: 0 15px;
            border: 0;
            outline: 0;
            outline-color: initial;
            outline-style: initial;
            outline-width: 0px;
            margin-top: 10px;
        }

  #banner.small {
    height: 322px;
    min-height: auto; }
    #banner.small .slides li {
      height: 322px; }
      #banner.small .slides li .background-image-holder {
        height: 322px; }
        #banner.small .slides li .background-image-holder .content {
          text-align: center;
          width: 100%;
          left: 0; }
          #banner.small .slides li .background-image-holder .content h1 {
            font-size: 48px;}
            @media (max-width: 767px) {
              #banner.small .slides li .background-image-holder .content h1 {
                margin-top: 80px;
                font-size: 36px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    #banner .content {
      left: 5%; }
      #banner .content h1 {
        font-size: 40px; } }
  @media (max-width: 767px) {
    #banner {
      height: auto;
      min-height: auto; }
      #banner .slides {
        height: auto;
        padding: 50px 0 0; }
        #banner .slides li {
          position: static !important; }
          #banner .slides li .background-image-holder {
            position: static; }
            #banner .slides li .background-image-holder .content {
              transform: none;
              position: static;
              left: 5%;
              padding: 50px 20px; }
              #banner .slides li .background-image-holder .content h1 {
                font-size: 30px; }
              #banner .slides li .background-image-holder .content .sub-title .more {
                font-size: 20px; } }

#footer #tagline {
  line-height: 90px;
  text-align: center;
  color: #003a63;
  font-size: 24px;
  font-weight: 500; }
#footer .footer-content {
  padding: 50px 0;
  background: #003a63;
  color: white; }
  #footer .footer-content .footer-link {
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer .footer-content .footer-link li {
      display: inline-block;
      margin-right: 20px; }
      #footer .footer-content .footer-link li a {
        color: #ffca02;
        font-size: 16px;
        text-decoration: none;
        transition: 0.35s; }
        #footer .footer-content .footer-link li a:hover {
          color: white; }
        @media (min-width: 768px) and (max-width: 1024px) {
          #footer .footer-content .footer-link li a {
            font-size: 14px; } }
        @media (max-width: 767px) {
          #footer .footer-content .footer-link li a {
            font-size: 14px; } }
  #footer .footer-content .copyrights {
    margin-top: 12px;
    display: inline-block;
    font-family: "Arial";
    font-size: 14px; }
  #footer .footer-content .social-media {
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer .footer-content .social-media li {
      display: inline-block; }
      #footer .footer-content .social-media li a {
        color: #ffca02;
        font-size: 24px;
        padding: 10px 15px 0 0; }
      #footer .footer-content .social-media li:last-child a {
        padding-right: 0; }
  #footer .footer-content .text-right {
    text-align: right; }
@media (max-width: 767px) {
  #footer {
    text-align: center; }
    #footer img {
      margin-bottom: 15px;
      display: none; }
    #footer #tagline {
      line-height: normal;
      padding: 15px;
      font-size: 14px;
      font-weight: bold; }
    #footer .text-right {
      text-align: center !important; }
      #footer .text-right .social-media {
        display: inline; } }

#contents {
  margin-top: 40px; }

.bar-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .bar-list li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px; }
    .bar-list li:before {
      content: '';
      width: 18px;
      height: 3px;
      background: #ffca02;
      display: inline-block;
      position: absolute;
      left: 0px;
      top: 10px; }

.shadow {
  position: fixed;
  top: -130px;
  height: 130px;
  background: white;
  width: 138%;
  left: -50px;
  z-index: 999;
  box-shadow: -50px 90px 140px #00243d;
  opacity: 0;
  transition: 1.2s; }
  .shadow.show {
    opacity: 1; }

.border-bottom {
  border-bottom: 1px solid #ccd8e0; }

.border-top {
  border-top: 1px solid #ccd8e0; }

.no-border {
  border: 0 !important; }

.color-blue {
  color: #003a63; }

.text-center {
  text-align: center; }

.mb20 {
  margin-bottom: 20px; }
.ml50 {
  margin-left: 50px; }

.heading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px auto 20px;
  text-align: center; }

.home {
  background-size: cover; }

#services .col-6 {
  width: 50%;
  box-sizing: border-box;
  background: #003a63;
  min-height: 100vh;
  float: left;
  height: 800px; }
#services .content-holder {
  display: table;
  min-height: 100vh;
  width: 100%;
  table-layout: fixed; }
  #services .content-holder .content {
    display: table-cell;
    vertical-align: middle;
    padding: 100px 0px 20px; }
    #services .content-holder .content h2 {
      font-size: 22px;
      color: white;
      font-family: "Raleway",sans-serif;
      line-height: 1.42857;
      font-weight: bold;
    }
    #services .content-holder .content ul {
      padding: 0;
      color: #ffca02;
      font-size: 18px;
      font-weight: 500;
      list-style-position: inside;
      margin-bottom: 50px;
      list-style: none; }
      #services .content-holder .content ul li {
        line-height: 22px;
        margin-bottom: 12px;
        padding-left: 35px;
        text-indent: -5px; }
        #services .content-holder .content ul li:before {
          content: "";
          width: 5px;
          height: 5px;
          background: #ffca02;
          display: inline-block;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          position: relative;
          left: -30px;
          top: -4px; }
        #services .content-holder .content ul li .btn-signin {
            line-height: 25px;
            font-weight: 600;
            background: #ffca02;
            color: black;
            padding: 0 15px;
            border: 0;
            outline: 0;
            outline-color: initial;
            outline-style: initial;
            outline-width: 0px;
        }
  @media (min-width: 768px) and (max-width: 1024px) {
    #services .content-holder .content {
      padding: 100px 0px 20px; }
      #services .content-holder .content h2 {
        font-weight: bold; }
      #services .content-holder .content ul {
        font-size: 18px; }
        #services .content-holder .content ul li {
          padding-left: 20px;
          text-indent: -4px; }
          #services .content-holder .content ul li:before {
            left: -20px; } }
#services:after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 767px) {
  #services .content-holder .content {
    display: block;
    padding: 70px 15px 0; }
    #services .content-holder .content h2 {
      font-size: 18px; }
    #services .content-holder .content ul {
      font-size: 18px; }
      #services .content-holder .content ul li {
        text-indent: -4px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 9px; }
        #services .content-holder .content ul li:before {
          left: -20px; } }

#banner.technology .content .sub-title {
  max-width: 800px;
  line-height: 30px;
  font-weight: 400; }
  @media (max-width: 767px) {
    #banner.technology .content .sub-title {
      font-size: 14px;
      line-height: 24px; } }
#banner.technology .content .links {
  padding: 0;
  margin: 0;
  list-style: none; }
  #banner.technology .content .links li a {
    color: #ffca02;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    transition: 0.35s; }
    #banner.technology .content .links li a:hover {
      color: white;
      cursor: pointer;
    }
      #banner.technology .content .links li a:hover:before {
        width: 40px;
        background: white; }
    #banner.technology .content .links li a:before {
      content: "";
      transition: 0.35s;
      width: 20px;
      height: 3px;
      display: inline-block;
      background: #ffca02;
      margin-right: 15px;
      vertical-align: middle; }
    @media (max-width: 767px) {
      #banner.technology .content .links li a {
        font-size: 16px; } }

.content-wrapper .features {
  padding: 20px; }
  .content-wrapper .features .row {
    margin-bottom: 30px;
    position: relative;
    display: table; }
    .content-wrapper .features .row .text,
    .content-wrapper .features .row .image {
      display: table-cell;
      float: none;
      vertical-align: middle; }
    @media (max-width: 767px) {
      .content-wrapper .features .row .image {
        display: table-header-group;
        height: 1%; } }
    @media (max-width: 767px) {
      .content-wrapper .features .row .text {
        display: block;
        padding: 20px 0; } }
.content-wrapper .image {
  margin-bottom: 30px; }
.content-wrapper .text .content h2 {
  font-size: 30px;
  color: #003a63;
  font-weight: bold;
  margin: 0; }
.content-wrapper .text .content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  padding-right: 20px; }
.content-wrapper .live-demo {
  border-top: 1px solid #ccd8e0;
  text-align: center;
  padding: 50px 0; }
  .content-wrapper .live-demo p {
    max-width: 70%;
    margin: 0 auto 30px;
    font-size: 16px; }
  .content-wrapper .live-demo .btn-livedemo {
    background: #ffca02;
    font-weight: bold;
    border: 0;
    outline: 0;
    padding: 20px;
    min-width: 50%;
    font-size: 18px;
    text-decoration: none;
    color:#333;
    transition: 0.35s; }
    .content-wrapper .live-demo .btn-livedemo:hover {
      color: white;
      background: #003a63; }
@media (max-width: 767px) {
  .content-wrapper {
    margin-top: 0; } }

.content-wrapper #google-map {
  margin-bottom: 40px; }
  .content-wrapper #google-map .yellow-bar {
    background: #ffca02;
    color: #003a63;
    font-size: 24px;
    padding: 40px;
    text-align: center;
    font-weight: 600; }
    @media (max-width: 767px) {
      .content-wrapper #google-map .yellow-bar {
        margin-top: 50px; } }
  .content-wrapper #google-map #map {
    height: 60vh;
    width: 100%;
    min-height: 500px; }
.content-wrapper #contact-form input, .content-wrapper #contact-form select, .content-wrapper #contact-form textarea {
  font-family: 'Raleway', sans-serif;
  border: 1px solid #cdcdcd;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;
  font-size: 16px;
  outline: 0; }
.content-wrapper #contact-form #btn-send {
  background: #ffca02;
  color: #003a63;
  width: 100%;
  padding: 15px;
  border: 0;
  outline: 0;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
  transition: 0.35s; }
  .content-wrapper #contact-form #btn-send:hover {
    background: #003a63;
    color: white; }
.content-wrapper .contacts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #003a63; }
  .content-wrapper .contacts ul li {
    line-height: 36px; }
    .content-wrapper .contacts ul li span {
      font-weight: bold; }
    @media (max-width: 767px) {
      .content-wrapper .contacts ul li {
        font-size: 12px; } }
.content-wrapper .caution {
  font-size: 13px; }
.content-wrapper .table-bordered {
  border: 1px solid #cdcdcd; }
  .content-wrapper .table-bordered tr th {
    border: 1px solid #cdcdcd; }
  .content-wrapper .table-bordered tr td {
    border: 1px solid #cdcdcd;
    font-family: "arial";
    font-size: 12px; }
.selected_location{background-color:#FFFF99 !important}
#team {
  margin: 40px 0; }
  #team .member {
    border: 1px solid #cdcdcd;
    color: #00243d;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    background: white;
    transition: 0.35s; }
    #team .member .image-holder {
      padding: 5px; }
    #team .member .content {
      padding: 15px 0; }
      #team .member .content .name {
        font-size: 18px;
        font-weight: 600; }
      #team .member .content .designation {
        font-size: 12px; }
    #team .member:hover {
      background: #ffca02;
      border-color: white; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #team [class*=" col-"] {
      text-align: center; } }
  @media (max-width: 767px) {
    #team [class*=" col-"] {
      text-align: center; } }

#team-popup {
  background: rgba(0, 25, 45, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  transition: 0.35s;
  height: 100vh; }
  #team-popup .popup {
    position: absolute;
    width: 900px;
    min-height: 300px;
    background: white;
    left: 50%;
    top: 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%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px; }
    #team-popup .popup .image-holder {
      float: left; }
      #team-popup .popup .image-holder img {
        width: 300px; }
    #team-popup .popup .content-holder {
      float: left;
      width: 540px; }
      #team-popup .popup .content-holder .title {
        background: #ffca02;
        padding: 20px;
        font-size: 30px;
        font-weight: bold;
        color: #00243d; }
        #team-popup .popup .content-holder .title small {
          display: block;
          font-size: 14px; }
      #team-popup .popup .content-holder .content {
        padding-left: 20px;
        font-size: 14px; }
      #team-popup .popup .content-holder:after {
        content: '';
        width: 272px;
        height: 10px;
        background: #ffca02;
        margin: 30px 0px 20px 20px;
        display: block; }
    #team-popup .popup .btn-close {
      position: absolute;
      width: 60px;
      height: 60px;
      background: #ffca02;
      right: -60px;
      top: 0;
      text-align: center; }
      #team-popup .popup .btn-close span {
        display: inline-block;
        width: 18px;
        height: 3px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        margin-top: 30px;
        margin-left: -8px; }
        #team-popup .popup .btn-close span:nth-child(2) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .modal-dialog{
          width: auto;
        }
.deckgrid[deckgrid]::before {
    /* Specifies that the grid should have a maximum of 4 columns. Each column will have the classes 'column' and 'column-1-4' */
    content: '4 .column.col-md-3.col-sm-6';
    font-size: 0;
    visibility: hidden; }
.deckgrid .column {
    float: left; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #team-popup .popup {
        width: calc(100% - 120px); }
        #team-popup .popup .image-holder {
          width: 240px; }
          #team-popup .popup .image-holder img {
            width: 100%; }
        #team-popup .popup .content-holder {
          width: calc(100% - 240px); } }
    @media (max-width: 767px) {
      #team-popup .popup {
        width: 100%;
        height: 100vh;
        padding: 10px; }
        #team-popup .popup .image-holder, #team-popup .popup .content-holder {
          float: none;
          width: 100%; }
        #team-popup .popup .image-holder {
          width: 100%;
          text-align: center; }
          #team-popup .popup .image-holder img {
            height: 200px;
            width: auto; }
        #team-popup .popup .content-holder {
          height: calc(100vh - 220px);
          overflow: scroll; }
          #team-popup .popup .content-holder .title {
            text-align: center;
            font-size: 20px; }
            #team-popup .popup .content-holder .title small {
              font-size: 12px; }
          #team-popup .popup .content-holder .content {
            font-size: 14px; }
        #team-popup .popup .btn-close {
          right: 0;
          background: none; }
          #team-popup .popup .btn-close span {
            background: #003a63; } }
/**************************************
Styles
**************************************/

/*# sourceMappingURL=style.css.map */
