@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('fonts/Lato_400.eot?#iefix') format('embedded-opentype'), url('fonts/Lato_400.woff') format('woff'), url('fonts/Lato_400.woff2') format('woff2'), url('fonts/Lato_400.ttf') format('truetype'), url('fonts/Lato_400.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url('fonts/Lato_700.eot?#iefix') format('embedded-opentype'), url('fonts/Lato_700.woff') format('woff'), url('fonts/Lato_700.woff2') format('woff2'), url('fonts/Lato_700.ttf') format('truetype'), url('fonts/Lato_700.svg#Lato') format('svg');
}
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: local('Crimson Text'), local('CrimsonText-Roman'), url('fonts/Crimson_Text_400.eot?#iefix') format('embedded-opentype'), url('fonts/Crimson_Text_400.woff') format('woff'), url('fonts/Crimson_Text_400.woff2') format('woff2'), url('fonts/Crimson_Text_400.ttf') format('truetype'), url('fonts/Crimson_Text_400.svg#CrimsonText') format('svg');
}
@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 700;
  src: local('Crimson Text Bold Italic'), local('CrimsonText-BoldItalic'), url('fonts/Crimson_Text_700italic.eot?#iefix') format('embedded-opentype'), url('fonts/Crimson_Text_700italic.woff') format('woff'), url('fonts/Crimson_Text_700italic.woff2') format('woff2'), url('fonts/Crimson_Text_700italic.ttf') format('truetype'), url('fonts/Crimson_Text_700italic.svg#CrimsonText') format('svg');
}
/* ========= icons ============ */
@font-face {
  font-family: 'taicon';
  src: url('fonts/taicon.eot?-k4osbl');
  src: url('fonts/taicon.eot?#iefix-k4osbl') format('embedded-opentype'), url('fonts/taicon.woff?-k4osbl') format('woff'), url('fonts/taicon.ttf?-k4osbl') format('truetype'), url('fonts/taicon.svg?-k4osbl#taicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
i {
  font-family: 'taicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bottom-arrow:before {
  content: "\49";
}
.icon-cross:before {
  content: "\e604";
}
.icon-left-arrow:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e605";
}
.icon-mobile:before {
  content: "\e600";
}
.icon-share:before {
  content: "\e902";
}
.icon-right-arrow:before {
  content: "\e901";
}
.icon-services:before {
  content: "\e602";
}
.icon-socialmedia:before {
  content: "\e603";
}
.icon-up-arrow:before {
  content: "\2c";
}
.crimson-italic {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 700;
}
html,
body {
  text-align: center;
  color: #222;
  font-family: 'Crimson Text', 'SimSun', serif;
  font-weight: normal;
}
body {
  position: relative;
}
section {
  background-color: #FFF;
}
#ta-nav {
  top: -80px;
  background-color: #222;
  text-transform: uppercase;
  border: none;
}
#ta-nav .navbar-nav {
  margin-top: 29px;
  margin-bottom: 69px;
}
#ta-nav .navbar-brand {
  height: 65px;
}
#ta-nav .navbar-brand div {
  padding: 3px 15px;
}
#ta-nav .navbar-brand div span {
  background-image: url("../img/xs/nav_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 32px;
  height: 28px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #ta-nav .navbar-brand div span {
    background-image: url("../img/xs/nav_logo2x.png");
    background-size: 32px 28px;
  }
}
#ta-nav .navbar-toggle.collapsed .icon-bar {
  background-color: #5b5b5b;
}
#ta-nav .navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
#ta-nav .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
#ta-nav .navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
#ta-nav .navbar-toggle {
  margin: 16px 17px;
  border: none;
  background: transparent !important;
}
#ta-nav .navbar-toggle:hover {
  background: transparent !important;
}
#ta-nav .navbar-toggle .icon-bar {
  background-color: #ffe800;
  width: 22px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
#ta-nav .navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
      -ms-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}
#ta-nav .navbar-toggle .middle-bar {
  opacity: 0;
}
#ta-nav .navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
      -ms-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}
#ta-nav .navbar-collapse.collapsing {
  -webkit-transition: height 0.01s;
  transition: height 0.01s;
}
#ta-nav .navbar-collapse {
  height: auto;
  overflow: scroll;
  min-height: 100vh;
  background-color: #222;
  border: none;
}
#ta-nav .navbar-collapse li a {
  text-align: left;
  padding: 18px 30px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #5b5b5b;
}
#ta-nav .navbar-collapse li a:hover {
  color: #FFF;
}
#ta-nav .navbar-collapse li.active a {
  color: #FFF;
  background-color: #222;
}
#ta-nav #language {
  margin-right: 50px;
}
@media (min-width: 768px) {
  #ta-nav .navbar-brand {
    height: 80px;
  }
  #ta-nav .navbar-brand div {
    padding: 6px 14px;
  }
  #ta-nav .navbar-brand div span {
    background-image: url("../img/nav_logo.png");
    display: block;
    width: 43px;
    height: 38px;
  }
  #ta-nav .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  #ta-nav .navbar-collapse {
    min-height: 80px;
  }
  #ta-nav .navbar-collapse li a {
    padding: 30px 30px;
    font-size: 14px;
  }
  #ta-nav .nav-divider {
    width: 1px;
    height: 12px;
    background-color: #454545;
    float: left;
    margin-top: 34px;
  }
}
#ta-header {
  min-height: 100vh;
  color: white;
  overflow: hidden;
}
#ta-header #bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -99;
}
#ta-header h1 {
  font-size: 4em;
  margin-top: 60vh;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#ta-header h1 span {
  display: block;
}
#ta-header h1 i {
  font-size: 0.6em;
}
#ta-header .logo {
  background-image: url("../img/header_logo.png");
  display: block;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  #ta-header h1 {
    font-size: 5em;
    max-width: 740px;
    margin-top: 50vh;
    margin-left: auto;
    margin-right: auto;
  }
  #ta-header h1 span {
    display: inline;
  }
  #ta-header h1 i {
    margin-left: 20px;
  }
}
#ta-about {
  padding: 10%;
  min-height: 300px;
}
#ta-about h1 {
  font-size: 2em;
}
#ta-about p {
  color: #727272;
}
#ta-about p .ta {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 768px) {
  #ta-about {
    padding: 12% 10%;
    min-height: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  #ta-about h1 {
    font-size: 3.5em;
  }
  #ta-about p {
    font-size: 2em;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #ta-about p .slogon {
    display: block;
  }
}
#ta-services #yellow-con {
  padding: 10%;
  background-color: #ffe800;
}
#ta-services h1 {
  width: 86%;
  margin: 0 auto;
  font-size: 1.6em;
  margin-bottom: 45px;
}
#ta-services .ta-services-box {
  color: #5b5b5b;
  display: inline-block;
  width: 13%;
  vertical-align: top;
}
#ta-services i {
  font-size: 2em;
}
#ta-services h2 {
  font-size: .8em;
  margin-left: -12px;
  margin-right: -12px;
  color: #222;
}
#ta-services .ta-services-line {
  height: 1px;
  background-color: #222;
  width: 10%;
  display: inline-block;
}
@media (min-width: 768px) {
  #ta-services #yellow-con {
    position: relative;
    z-index: 99;
    padding: 12% 0;
    margin-left: 80px;
    margin-right: 80px;
  }
  #ta-services h1 {
    font-size: 3em;
    width: 66%;
    max-width: 760px;
  }
  #ta-services i {
    font-size: 4em;
  }
  #ta-services h2 {
    font-size: 1.2em;
    margin-left: -1px;
    margin-right: -1px;
  }
  #ta-services .ta-services-line {
    width: 6%;
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  #ta-services h1 {
    font-size: 3.5em;
  }
  #ta-services h2 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  #ta-services h2 {
    font-size: 2em;
  }
}
#ta-team {
  min-height: 316px;
  padding-top: 12%;
}
#ta-team h1 {
  width: 86%;
  margin: 0 auto;
  font-size: 1.6em;
  margin-bottom: 10px;
}
#ta-team p {
  color: #727272;
  margin-bottom: 45px;
}
#ta-team .name {
  margin-top: 6px;
  margin-bottom: 2px;
  color: #ffe800;
}
#ta-team #namebar {
  color: #a5a5a5;
  padding: 10px 0;
  background-color: #222;
  min-height: 45px;
}
#ta-team .item img {
  cursor: pointer;
}
#ta-team .carousel-indicators li {
  margin: 0 6px;
  width: 6px;
  height: 6px;
}
#ta-team .carousel-indicators {
  bottom: -4px;
}
#ta-team .carousel-control {
  display: none;
}
@media (min-width: 768px) {
  #ta-team .carousel-control {
    display: block;
  }
  #ta-team h1 {
    font-size: 3em;
    width: 52%;
    max-width: 760px;
  }
  #ta-team p {
    font-size: 2em;
  }
  #ta-team #namebar {
    padding: 36px 0;
    min-height: 112px;
  }
  #ta-team .item img {
    width: 100%;
    height: auto;
  }
  #ta-team .carousel-indicators li {
    margin: 0 12px;
    width: 12px;
    height: 12px;
  }
  #ta-team .carousel-indicators {
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  #ta-team h1 {
    font-size: 3.5em;
  }
}
#ta-team .carousel-indicators .active {
  background-color: #ffe800;
  border: none;
}
#ta-team .carousel-control {
  padding-top: 13%;
}
#ta-team .carousel-control i {
  font-size: 2em;
}
.modal {
  font-family: Lato;
  font-style: normal;
}
.modal .modal-title {
  text-transform: uppercase;
  color: white;
}
.modal .modal-header,
.modal .modal-footer {
  border: none;
}
.modal img {
  width: 100%;
}
.modal .col-sm-6 {
  padding-left: 0;
}
.modal .col-sm-6 {
  padding-right: 0;
}
.modal .copy-con {
  padding: 60px 10%;
}
.modal .video-con {
  background-color: black;
}
.modal h4,
.modal .copy {
  font-family: 'Crimson Text';
  font-style: normal;
}
.modal .modal-footer button {
  margin-top: 20px;
}
.modal a {
  color: #7d7d7d;
  display: block;
  font-size: 1em;
  margin-top: 20px;
  text-decoration: underline;
}
.modal h4 {
  font-size: 1.2em;
}
.modal p {
  color: #727272;
  font-size: .8em;
}
.modal video {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .modal h4 {
    font-size: 2em;
  }
  .modal p {
    font-size: 1.2em;
  }
  .modal .copy-con {
    padding: 100px 10%;
  }
  .modal video {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .modal h4 {
    font-size: 2.5em;
  }
  .modal p {
    font-size: 1.6em;
  }
  .modal .copy-con {
    padding: 140px 10%;
  }
}
.modal #video-nb {
  width: 100%;
  height: auto;
}
#ta-clients {
  padding: 10%;
}
#ta-clients h1 {
  width: 80%;
  margin: 0 auto;
  font-size: 2em;
}
#ta-clients p {
  color: #727272;
  margin-bottom: 52px;
}
#ta-clients p .ta {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: 700;
}
#ta-clients #logos div {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 1px;
}
@media (max-width: 767px) {
  #ta-clients #logos div:nth-child(2n) {
    border-right-color: #FFF;
  }
  #ta-clients #logos .col-xs-6:nth-last-child(-n+2) {
    border-bottom-color: #FFF;
  }
}
@media (min-width: 768px) {
  #ta-clients {
    padding: 12% 0;
    padding-bottom: 7%;
  }
  #ta-clients h1 {
    font-size: 3em;
  }
  #ta-clients p {
    font-size: 1.6em;
    max-width: 820px;
    margin-left: 10%;
    margin-right: 10%;
  }
  #ta-clients #logos div:nth-child(5n) {
    border-right-color: #FFF;
  }
  #ta-clients #logos .col-sm-2:nth-last-child(-n+5) {
    border-bottom-color: #FFF;
  }
}
@media (min-width: 992px) {
  #ta-clients h1 {
    font-size: 3.5em;
  }
  #ta-clients p {
    font-size: 2em;
    margin-left: auto;
    margin-right: auto;
  }
}
#ta-contact #address-con {
  background-color: #222;
  color: #FFF;
  padding-top: 46px;
  padding-bottom: 66px;
}
#ta-contact #address-con h1 {
  color: #434343;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 30px;
}
#ta-contact #address-con a {
  color: #FFF;
}
#ta-contact #address-con strong {
  color: #ffe800;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
}
#ta-contact #address-con address {
  font-size: .9em;
  line-height: 1.4em;
}
#ta-contact .p1 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-image: url("../img/contact/p1.jpg");
  background-repeat: no-repeat;
  min-height: 236px;
  margin: 10px -15px;
}
#ta-contact .p2 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-image: url("../img/contact/p2.jpg");
  background-repeat: no-repeat;
  min-height: 136px;
  margin: 10px -15px;
}
#ta-contact .p3 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-image: url("../img/contact/p3.jpg");
  background-repeat: no-repeat;
  min-height: 200px;
  margin: 10px -15px;
}
#ta-contact .p4 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-image: url("../img/contact/p4.jpg");
  background-repeat: no-repeat;
  min-height: 136px;
  margin: 10px -15px;
}
#ta-contact .p5 {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-image: url("../img/contact/p5.jpg");
  background-repeat: no-repeat;
  min-height: 236px;
  margin: 10px -15px;
}
@media (min-width: 768px) {
  #ta-contact #address-con {
    padding-top: 75px;
    min-height: 582px;
    padding-bottom: 0;
  }
  #ta-contact #address-con h1 {
    font-size: 2em;
  }
  #ta-contact #address-con address {
    font-size: 1.2em;
    margin: 60px auto;
  }
  #ta-contact .p1 {
    min-height: 582px;
    margin-top: 0px;
    margin-left: 10px;
  }
  #ta-contact .p2,
  #ta-contact .p3 {
    min-height: 400px;
    margin-left: -15px;
  }
  #ta-contact .p3 {
    margin-left: 10px;
  }
  #ta-contact .p4,
  #ta-contact .p5 {
    min-height: 458px;
    margin-left: -15px;
  }
  #ta-contact .p5 {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #ta-contact #address-con h1 {
    font-size: 2.8em;
  }
  #ta-contact #address-con address {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  #ta-contact #address-con h1 {
    font-size: 3em;
  }
  #ta-contact #address-con address {
    font-size: 1.4em;
  }
}
#ta-footer {
  border-bottom: 12px solid #ffe800;
  padding-bottom: 12px;
}
#ta-footer i {
  font-size: 2em;
  color: #939393;
  cursor: pointer;
  margin: 80px auto;
  display: block;
}
#ta-footer p {
  font-size: .6em;
  width: 69%;
  margin: 10px auto;
  margin-top: 50px;
  color: #616161;
}
@media (min-width: 768px) {
  #ta-footer {
    border-bottom-width: 20px;
  }
  #ta-footer i {
    font-size: 3.5em;
  }
  #ta-footer p {
    font-size: .9em;
    width: 100%;
  }
}
