

.unorder-list.list-inline {
  margin-bottom: 25px !important;
}

.unorder-list.list-inline p {
  display: none;
}

.tx-indexedsearch-rules,
.tx-indexedsearch-icon,
.tx-indexedsearch-percent,
.tx-indexedsearch-res table tr td:first-of-type,
.tx-indexedsearch-res table tr td.result-number,
.tx-indexedsearch-info,
.tx-indexedsearch-searchbox p,
span.tx-indexedsearch-result-number.result-number {
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-browsebox p {
	margin: 10px 0 10px 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	font-weight:bold;
	color: #0072a3;
}

ul.tx-indexedsearch-browsebox {
	padding-left:0;
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
	width: auto;
}

.tx-indexedsearch-form {
	width: auto;
	float: left;
	margin-right:10px;
}

.tx-indexedsearch-search-submit {
	width: auto;
	float:left;
}

span.tx-indexedsearch-title.title a {
	font-weight:bold;
	text-decoration: none;
}

ul.browsebox li a {
	text-decoration: none;
}

.tx-indexedsearch-res h3 {
  margin: 0 0 0px !important;
}

.tx-indexedsearch-browsebox li {
  display: inline;
  margin-right: 5px;
}

body.searchpage .promo-caption,
body.searchpage .top-area {
	display:none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?9j4avq");
  src: url("../fonts/icomoon.eot?9j4avq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9j4avq") format("truetype"), url("../fonts/icomoon.woff?9j4avq") format("woff"), url("../fonts/icomoon.svg?9j4avq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e910"; }

.icon-menu:before {
  content: "\e90f"; }

.icon-left-arrow:before {
  content: "\e900"; }

.icon-left-direction:before {
  content: "\e901"; }

.icon-next21:before {
  content: "\e902"; }

.icon-paly:before {
  content: "\e903"; }

.icon-right-direction:before {
  content: "\e904"; }

.icon-gplus:before {
  content: "\e905"; }

.icon-linkedin:before {
  content: "\e906"; }

.icon-facebook:before {
  content: "\e907"; }

.icon-arrow-right:before {
  content: "\e908"; }

.icon-arrow-left:before {
  content: "\e909"; }

.icon-google:before {
  content: "\e90a"; }

.icon-twitter:before {
  content: "\e90b"; }

.icon-instagram:before {
  content: "\e90c"; }

.icon-youtube:before {
  content: "\e90d"; }

.icon-search:before {
  content: "\e90e"; }

#header ul.social-networks, #nav > ul.menu, #main ul.arrows-list,
#main ul.unorder-list, .top-area ul.top-links, .sidebar ul.side-links, .logo-part ul.logos-list, .fact-carousel .pagination ul, .two-cols ul.education-list, #footer ul.social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

body {
  min-width: 320px; }

a {
  text-decoration: underline;
  color: #0072a3; }
  a:hover, a:focus, a:active {
  }

@media (max-width: 991px) {
  .hidden-xs {
    display: none; } }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    #wrapper #nav {
      position: absolute;
      /* change to fixed */
      top: 60px;
      left: -250px;
      width: 250px;
      background: #eee;
      margin: 0;
      bottom: 0;
      z-index: 5;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      #wrapper #nav > ul.menu {
        padding: 98px 20px 40px;
        position: relative;
        width: 250px;
        background: #eee; }
        #wrapper #nav > ul.menu:after {
          background: #eee;
          position: absolute;
          bottom: 0;
          padding: 0 0 99999px;
          margin: 0 0 -99999px;
          left: 0;
          right: 0;
          content: " "; }
    #wrapper .hold {
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear; }
    #wrapper .open-hold {
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      height: 60px;
      padding: 15px 0 0; }
    #wrapper .nav-opener {
      width: 32px;
      height: 32px;
      display: inline-block;
      vertical-align: top;
      border-radius: 100%;
      border: 1px solid #666;
      text-align: center;
      margin: 0 5px 0 0;
      text-decoration: none;
      padding: 4px;
      line-height: 22px;
      color: #666;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      font-size: 20px;
      font-weight: 400; }
      #wrapper .nav-opener:active, #wrapper .nav-opener:focus, #wrapper .nav-opener:hover {
        border-color: #0072a3;
        color: #0072a3; }
      #wrapper .nav-opener .icon-close {
        display: none;
        transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear; }
    #wrapper.nav-active .hold {
      margin: 0 0 0 250px;
      min-width: 480px;
      position: relative; }
      #wrapper.nav-active .hold .drop {
        left: 0; }
    #wrapper.nav-active .open-hold {
      float: right;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      bottom: 0;
      margin: 0 -20px 0 0;
      min-width: 70px;
      background: #f8f8f8;
      text-align: center;
      padding: 15px; }
    #wrapper.nav-active .nav-opener {
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear; }
      #wrapper.nav-active .nav-opener .icon-close {
        display: block;
        transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear; }
      #wrapper.nav-active .nav-opener .icon-menu {
        display: none;
        transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear; }
    #wrapper.nav-active .search-opener {
      display: none; }
    #wrapper.nav-active #header {
      background: #fff; }
      #wrapper.nav-active #header:before {
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 250px;
        content: " "; }
      #wrapper.nav-active #header .logo {
        position: relative;
        z-index: 8; }
    #wrapper.nav-active #nav {
      left: 0; }
      #wrapper.nav-active #nav > ul.menu {
        padding: 98px 20px 40px;
        width: 250px;
        background: #eee; } }
  #wrapper .search-opener {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    border: 1px solid #666;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    line-height: 22px;
    color: #666;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    font-size: 18px;
    font-weight: 400; }
    #wrapper .search-opener:active, #wrapper .search-opener:focus, #wrapper .search-opener:hover {
      border-color: #0072a3;
      color: #0072a3; }
    #wrapper .search-opener .icon-close {
      display: none;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear; }
  #wrapper.active .search-opener {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear; }
    #wrapper.active .search-opener .icon-close {
      display: block;
      font-size: 22px;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear; }
    #wrapper.active .search-opener .icon-search {
      display: none;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear; }

#header {
  position: static;
  top: 0;
  left: 0;
  z-index: 7;
  right: 0;
  background: rgba(255, 255, 255, 0.95); }
  #header .col-xs-12 {
    position: static !important; }
  @media (min-width: 992px) {
    #header {
      position: fixed; }
      #header .open-hold {
        display: none; } }
  #header .container-fluid {
    padding: 0 20px 0; }
    @media (min-width: 992px) {
      #header .container-fluid {
        padding: 27px 28px 0 30px; } }
  #header .logo {
    width: 180px;
    height: 30px;
    float: left;
    margin: 15px 0 0; }
    #header .logo a {
      display: block;
      text-decoration: none; }
    #header .logo img {
      display: block;
      width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      #header .logo {
        width: 235px;
        height: 45px;
        margin: 0; } }
  #header ul.social-networks {
    text-align: center;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    width: 250px;
    position: relative;
    background: #0072a3;
    margin: 0 auto; }
    @media (min-width: 992px) {
      #header ul.social-networks {
        display: none; } }
    #header ul.social-networks li {
      display: inline-block;
      vertical-align: top;
      padding: 20px 10px; }
      #header ul.social-networks li a {
        display: block;
        width: 40px;
        height: 40px;
        background: #eee;
        border-radius: 100%;
        padding: 5px;
        text-align: center;
        color: #000;
        text-decoration: none;
        line-height: 32px;
        font-size: 20px;
        font-weight: 400; }
        #header ul.social-networks li a:hover, #header ul.social-networks li a:focus, #header ul.social-networks li a:active {
          color: #0072a3; }
        #header ul.social-networks li a .icon-gplus {
          font-size: 16px; }

.right-header {
  text-align: right;
  float: right;
  background: none; }
  @media (min-width: 992px) {
    .right-header {
      width: 70%;
      text-align: right;
      float: right;
      padding-top: 25px; } }

#nav {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  padding: 0 15px 0 0;
  line-height: 0;
  font-size: 0; }
  @media (min-width: 992px) {
    #nav {
      padding: 0 170px 0 0; } }
  @media (min-width: 1400px) {
    #nav {
      padding: 0 167px 0 0; } }
  #nav > ul.menu {
    text-align: center;
    line-height: 0;
    font-size: 0; }
    @media (min-width: 992px) {
      #nav > ul.menu {
        text-align: right; } }
    #nav > ul.menu > li {
      display: block;
      padding: 0 0 31px; }
      #nav > ul.menu > li.active a {
        color: #0072a3; }
      @media (min-width: 992px) {
        #nav > ul.menu > li {
          padding: 0 4px;
          display: inline-block;
          vertical-align: top; }
          #nav > ul.menu > li.active a {
            color: #666;
            border-color: #0072a3; } }
      @media (min-width: 1200px) {
        #nav > ul.menu > li {
          padding: 0 10px; } }
      @media (min-width: 1400px) {
        #nav > ul.menu > li {
          padding: 0 9px; } }
      #nav > ul.menu > li > a {
        padding: 0;
        line-height: 20px;
        color: #666;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700; }
        #nav > ul.menu > li > a:hover, #nav > ul.menu > li > a:focus, #nav > ul.menu > li > a:active {
          color: #0072a3; }
        @media (min-width: 992px) {
          #nav > ul.menu > li > a {
            display: block;
            padding: 0 2px 25px;
            line-height: 18px;
            font-size: 13px;
            border-bottom: 3px solid transparent; }
            #nav > ul.menu > li > a:hover, #nav > ul.menu > li > a:focus, #nav > ul.menu > li > a:active {
              color: #666;
              border-color: #0072a3; } }
        @media (min-width: 1200px) {
          #nav > ul.menu > li > a {
            line-height: 20px;
            font-size: 16px;
            padding: 0 0 25px; } }
        @media (min-width: 1500px) {
          #nav > ul.menu > li > a {
            padding: 0 7px 25px; } }

@media (max-width: 991px) {
  .form-search {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10; }
    .form-search .form-row {
      padding: 12px 20px;
      overflow: hidden;
      background: #eee; }
    .form-search input[type="search"] {
      background: none;
      border: 0;
      background: #eee;
      padding: 5px 30px 5px 0;
      line-height: 26px;
      color: #666;
      float: left;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-shadow: none;
      width: 100%;
      font-size: 16px;
      font-weight: 400; }
      .form-search input[type="search"]::-webkit-input-placeholder {
        color: #666; }
      .form-search input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #666; }
      .form-search input[type="search"]:-moz-placeholder {
        color: #666; }
      .form-search input[type="search"]:-ms-input-placeholder {
        color: #666; }
      .form-search input[type="search"].placeholder {
        color: #666; }
    .form-search button {
      position: absolute;
      height: 22px;
      width: 22px;
      padding: 0 5px 0 0;
      z-index: 4;
      border: 0;
      top: 50%;
      background: none;
      right: 22px;
      margin: -11px 0 0;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      padding: 0;
      color: #666;
      line-height: 22px;
      font-size: 16px; }
      .form-search button:hover, .form-search button:focus, .form-search button:active {
        color: #0072a3; } }

@media (min-width: 992px) {
  .form-search {
    width: 155px;
    z-index: 15;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border-radius: 35px;
    float: right; }
    .form-search.js-slide-hidden {
      position: fixed !important;
      right: 28px;
      left: auto !important;
      top: 46px !important; }
    .form-search.form-active .slide {
      right: 0;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear; }
    .form-search.form-active .form-row {
      width: 125px; }
    .form-search.form-active button {
      border-left-color: transparent;
      width: 35px;
      border-radius: 0 35px 35px 0;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      right: -30px; }
    .form-search .form-row {
      position: relative;
      height: 35px;
      width: 125px;
      margin: 0 30px 0 0;
      border-radius: 35px; }
    .form-search .slide {
      position: absolute;
      border-radius: 35px 0 0 35px;
      border: 2px solid #666;
      border-right: 0;
      overflow: hidden;
      width: 100%;
      right: -160px;
      z-index: 3;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear; }
    .form-search input[type="text"],
    .form-search input[type="search"] {
      float: left;
      width: 100%;
      background: none;
      border: 0;
      color: #666;
      height: 31px;
      padding: 5px 5px 5px 10px; }
      .form-search input[type="text"]::-webkit-input-placeholder,
      .form-search input[type="search"]::-webkit-input-placeholder {
        color: #666; }
      .form-search input[type="text"]::-moz-placeholder,
      .form-search input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #666; }
      .form-search input[type="text"]:-moz-placeholder,
      .form-search input[type="search"]:-moz-placeholder {
        color: #666; }
      .form-search input[type="text"]:-ms-input-placeholder,
      .form-search input[type="search"]:-ms-input-placeholder {
        color: #666; }
      .form-search input[type="text"].placeholder,
      .form-search input[type="search"].placeholder {
        color: #666; }
    .form-search button {
      position: absolute;
      top: 0;
      right: -30px;
      bottom: 0;
      width: 35px;
      padding: 0 3px 0 0;
      z-index: 4;
      background: rgba(255, 255, 255, 0.25);
      border: 0;
      outline: none;
      margin: 0;
      border-radius: 35px;
      border: 2px solid #666;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      padding: 0;
      line-height: 30px;
      font-size: 20px; } }

#main {
  width: 100%;
  position: relative;
  overflow: hidden; }
  #main .btn {
    background: none;
    color: #fff;
    white-space: normal;
    text-decoration: none; }
    #main .btn:hover, #main .btn:focus, #main .btn:active {
      background: #fff;
      color: #000; }
  #main ul.arrows-list,
  #main ul.unorder-list {
    overflow: hidden;
    margin: 0 0 15px; }
    @media (min-width: 992px) {
      #main ul.arrows-list,
      #main ul.unorder-list {
        margin: 0 0 12px; } }
    #main ul.arrows-list li,
    #main ul.unorder-list li {
      display: block;
      position: relative;
      padding: 0 0 5px 20px;
      line-height: 20px;
      color: #1d1d1b;
      text-decoration: none;
      font-size: 14px;
      font-weight: 400; }
      @media (min-width: 992px) {
        #main ul.arrows-list li,
        #main ul.unorder-list li {
          padding: 0 0 14px 41px;
          line-height: 20px;
          font-size: 16px; } }
      #main ul.arrows-list li:before,
      #main ul.unorder-list li:before {
        background: #000;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        position: absolute;
        left: 1px;
        top: 9px;
        content: " "; }
  #main ul.arrows-list li:before {
    width: auto;
    height: auto;
    content: "\e908";
    color: #1d1d1b;
    line-height: 12px;
    top: 5px;
    font-size: 12px;
    background: none;
    font-family: "icomoon"; }

.promo {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px; }
  .promo.add {
    margin: 0; }
  @media (min-width: 992px) {
    .promo {
      margin: 0 0 30px; } }
  .promo .img-box {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .promo .img-box .w1 {
      position: relative;
      min-width: 320px;
      left: 50%; }
      @media (min-width: 768px) {
        .promo .img-box .w1 {
          min-width: 1100px; } }
      @media (min-width: 992px) {
        .promo .img-box .w1 {
          min-width: 1600px; } }
    .promo .img-box .w2 {
      position: relative;
      min-width: 320px;
      left: -50%; }
      @media (min-width: 768px) {
        .promo .img-box .w2 {
          min-width: 1100px; } }
      @media (min-width: 992px) {
        .promo .img-box .w2 {
          min-width: 1600px; } }
  .promo img {
    display: block;
    width: 100%;
    height: auto; }
  .promo .caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .promo .caption-hold {
    height: 100%;
    width: 65%;
    white-space: nowrap;
    text-align: center;
    text-align: left;
    position: relative;
    background: rgba(0, 114, 163, 1) !important; }
    .promo .caption-hold:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .promo .caption-hold > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (min-width: 768px) {
      .promo .caption-hold {
        width: 45%; } }
    @media (min-width: 992px) {
      .promo .caption-hold {
        width: 38.7%; } }
    .promo .caption-hold:after {
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      border-width: 375px 170px 0 0;
      border-color: rgba(0, 114, 163, 1) transparent transparent transparent !important;
      position: absolute;
      right: -170px;
      top: 0;
      content: ""; }
      @media (min-width: 330px) {
        .promo .caption-hold:after {
          border-width: 583px 250px 0 0;
          right: -250px; } }
      @media (min-width: 480px) {
        .promo .caption-hold:after {
          border-width: 900px 300px 0 0;
          right: -300px; } }
      @media (min-width: 768px) {
        .promo .caption-hold:after {
          border-width: 503px 250px 0 0;
          right: -250px; } }
      @media (min-width: 992px) {
        .promo .caption-hold:after {
          border-width: 503px 360px 0 0;
          right: -360px; } }
      @media (min-width: 1200px) {
        .promo .caption-hold:after {
          border-width: 603px 360px 0 0; } }
    .promo .caption-hold .frame {
      display: inline-block;
      vertical-align: bottom;
      padding: 65px 0 40px 16px;
      line-height: 21px;
      color: #fff;
      position: relative;
      z-index: 2;
      margin: 0 -100px 0 0;
      font-size: 14px;
      font-weight: 400; }
      .promo .caption-hold .frame p {
        margin: 0 0 10px; }
      @media (min-width: 992px) {
        .promo .caption-hold .frame {
          padding: 100px 50px 20px;
          display: inline-block;
          vertical-align: middle;
          line-height: 28px;
          font-size: 18px;
          margin: 0; } }
      @media (min-width: 1400px) {
        .promo .caption-hold .frame {
          padding: 121px 57px 20px; } }
  .promo h1 {
    position: relative;
    line-height: 80px;
    margin: 0 0 13px;
    font-size: 68px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .promo h1 {
        line-height: 100px;
        font-size: 93px;
        margin: 0 0 17px; } }
    .promo h1 .tag {
      position: absolute;
      left: 0;
      top: 5px;
      line-height: 15px;
      font-size: 11px;
      font-weight: 400; }
      @media (min-width: 992px) {
        .promo h1 .tag {
          line-height: 20px;
          font-size: 16px;
          top: 0; } }
  .promo .promo-caption {
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .promo .promo-caption:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .promo .promo-caption > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    .promo .promo-caption h1 {
      margin: 0;
      line-height: 42px;
      color: #fff;
      font-size: 30px;
      font-weight: 700; }
      @media (min-width: 992px) {
        .promo .promo-caption h1 {
          line-height: 52px;
          font-size: 48px; } }
    .promo .promo-caption .container {
      display: inline-block;
      vertical-align: middle;
      padding-top: 80px;
      padding-bottom: 20px; }
      @media (min-width: 992px) {
        .promo .promo-caption .container {
          padding-top: 108px;
          padding-bottom: 20px; } }

.top-area {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #eee;
  margin: 0 0 40px; }
  @media (min-width: 992px) {
    .top-area {
      margin: 0 0 91px; }
      .top-area.add {
        margin: 0 0 84px; } }
  .top-area ul.top-links {
    overflow: hidden; }
    @media (min-width: 992px) {
      .top-area ul.top-links {
        max-width: 80%; } }
    .top-area ul.top-links li {
      display: block;
      padding: 0;
      border-bottom: 1px solid #fff; }
      @media (min-width: 992px) {
        .top-area ul.top-links li {
          float: left;
          border: 0; } }
      .top-area ul.top-links li.active a {
        background: #fff;
        color: #666; }
    .top-area ul.top-links a {
      display: block;
      padding: 15px;
      line-height: 20px;
      color: #0072a3;
      text-decoration: none;
      font-size: 16px;
      font-weight: 700; }
      @media (min-width: 992px) {
        .top-area ul.top-links a {
          padding: 30px 33px; } }
      .top-area ul.top-links a:hover, .top-area ul.top-links a:active, .top-area ul.top-links a:focus {
        background: #fff;
        color: #666; }
  .top-area a.see-links {
    display: inline-block;
    vertical-align: top;
    margin: 18px 0;
    border: 2px solid #666;
    border-radius: 5px;
    min-width: 194px;
    text-decoration: none;
    padding: 3px 5px 5px;
    text-align: center;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .top-area a.see-links {
        margin: 18px 0 0; } }
    .top-area a.see-links span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 4px; }
    .top-area a.see-links .icon-left-direction {
      font-size: 7px;
      line-height: 30px;
      padding: 2px 0 0; }
    .top-area a.see-links:hover, .top-area a.see-links:active, .top-area a.see-links:focus {
      background: #666;
      color: #fff; }

.two-columns {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .two-columns .container {
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .two-columns .container {
        padding-bottom: 80px; } }
  @media (min-width: 992px) {
    .two-columns.add .container {
      padding-bottom: 65px; } }
  .two-columns .carousel {
    width: 100%;
    position: relative;
    margin: 0 0 50px; }
    .two-columns .carousel img {
      display: block;
      width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      .two-columns .carousel {
        margin: 0 0 98px; } }
  .two-columns .carousel-control {
    box-shadow: none;
    background-image: none;
    width: auto;
    text-shadow: none;
    text-decoration: none;
    line-height: 30px;
    position: absolute;
    box-shadow: none;
    -webkit-filter: none;
            filter: none;
    top: 50%;
    bottom: auto;
    left: 10px;
    margin: -15px 0 0;
    opacity: 1;
    right: auto;
    color: rgba(255, 255, 255, 0.75);
    font-size: 30px; }
    @media (min-width: 992px) {
      .two-columns .carousel-control {
        left: 30px;
        line-height: 60px;
        font-size: 60px;
        margin: -30px 0 0; } }
    .two-columns .carousel-control.right {
      left: auto;
      right: 10px; }
      @media (min-width: 992px) {
        .two-columns .carousel-control.right {
          right: 30px; } }
    .two-columns .carousel-control:hover, .two-columns .carousel-control:focus, .two-columns .carousel-control:active {
      color: #fff; }
  .two-columns .carousel-indicators {
    position: absolute;
    left: 50%;
    width: 280px;
    bottom: -34px;
    z-index: 2;
    margin: 0 0 0 -140px; }
    @media (min-width: 992px) {
      .two-columns .carousel-indicators {
        bottom: -54px; } }
    .two-columns .carousel-indicators li {
      display: inline-block;
      vertical-align: top;
      margin: 0 8px 5px;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      border: 0;
      background: #eee; }
      .two-columns .carousel-indicators li:hover, .two-columns .carousel-indicators li:focus, .two-columns .carousel-indicators li.active {
        background: #0072a3; }

.info-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 20px;
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 400; }
  @media (min-width: 992px) {
    .info-content {
      line-height: 24px;
      font-size: 16px; } }
  .info-content p {
    margin: 0 0 15px; }
    @media (min-width: 992px) {
      .info-content p {
        margin: 0 0 25px; } }
  .info-content strong {
    line-height: 24px;
    color: #1d1d1b;
    margin: 0 0 14px;
    display: block;
    font-size: 20px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .info-content strong {
        line-height: 34px;
        font-size: 24px;
        margin: 0 0 51px; } }
  .info-content h2 {
    line-height: 32px;
    color: #1d1d1b;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .info-content h2 {
        line-height: 44px;
        font-size: 34px;
        margin: 0 0 29px; } }
  .info-content h2 {
    line-height: 20px;
    color: #000;
    padding: 0 0 20px;
    position: relative;
    font-size: 17px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .info-content h2 {
        line-height: 30px;
        font-size: 24px;
        padding: 22px 0 13px; } }
  .info-content blockquote {
    border-left: 4px solid #0072a3;
    padding: 0 10px;
    line-height: 22px;
    color: #666;
    margin: 0 0 20px;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
     }

    
    @media (min-width: 992px) {
      .info-content blockquote {
        line-height: 26px;
        font-size: 20px;
        padding: 0 20px;
        margin: 20px 0 49px; } }
  .info-content .contact-part:before {
    width: 60px;
    top: 14px; }

.sidebar {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 5px 0 0; }
  .sidebar .side-box {
    line-height: 20px;
    color: #1d1d1b;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 400; }
    .sidebar .side-box p {
      margin: 0 0 10px; }
  .sidebar address {
    line-height: 20px;
    color: #1d1d1b;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal; }
  .sidebar h2 {
    line-height: 20px;
    color: #1d1d1b;
    margin: 0;
    font-size: 14px;
    font-weight: 700; }
  .sidebar ul.side-links {
    overflow: hidden; }
    .sidebar ul.side-links li {
      display: block;
      padding: 0; }
    .sidebar ul.side-links a {
      line-height: 20px;
      color: #0072a3;
      text-decoration: underline;
      font-size: 14px;
      font-weight: 400; }
      .sidebar ul.side-links a:hover, .sidebar ul.side-links a:active, .sidebar ul.side-links a:focus {
        text-decoration: none; }
  .sidebar .info-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 19px 0 0;
    border-top: 1px solid #e0e0e0; }
    @media (min-width: 1200px) {
      .sidebar .info-box {
        max-width: 265px; } }
    .sidebar .info-box .info {
      line-height: 20px;
      color: #1d1d1b;
      display: block;
      margin: 0 0 19px;
      font-size: 14px;
      font-weight: 400; }
    .sidebar .info-box h2 {
      margin: 0 0 15px; }
      @media (min-width: 1200px) {
        .sidebar .info-box h2 {
          margin: 0 0 20px; } }

.categories-area {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .categories-area img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px; }
  .categories-area .boxes-holder {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    padding: 0 5px; }
    @media (min-width: 992px) {
      .categories-area .boxes-holder {
        margin: 0 -15px;
        padding: 0 15px; } }
  .categories-area .category-box {
    width: 100%;
    padding: 0 0 20px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 992px) {
      .categories-area .category-box {
        width: 33.333%;
        padding: 0 15px 30px; } }
    @media (min-width: 1200px) {
      .categories-area .category-box {
        width: 20%; } }
    .categories-area .category-box a {
      position: relative;
      display: block;
      border-radius: 2px;
      background: #0072a3; }
      .categories-area .category-box a:hover, .categories-area .category-box a:focus, .categories-area .category-box a:active {
        transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear; }
        .categories-area .category-box a:hover .box-caption, .categories-area .category-box a:focus .box-caption, .categories-area .category-box a:active .box-caption {
          background: rgba(0, 114, 163, 0.8); }
          .categories-area .category-box a:hover .box-caption:after, .categories-area .category-box a:focus .box-caption:after, .categories-area .category-box a:active .box-caption:after {
            background: #fff; }
        .categories-area .category-box a:hover .info, .categories-area .category-box a:focus .info, .categories-area .category-box a:active .info {
          line-height: 20px;
          color: #fff;
          max-height: inherit;
          opacity: 1;
          visibility: visible;
          font-size: 14px;
          font-weight: 400; }
          @media (min-width: 992px) {
            .categories-area .category-box a:hover .info, .categories-area .category-box a:focus .info, .categories-area .category-box a:active .info {
              line-height: 18px;
              font-size: 12px; } }
          @media (min-width: 1200px) {
            .categories-area .category-box a:hover .info, .categories-area .category-box a:focus .info, .categories-area .category-box a:active .info {
              line-height: 25px;
              font-size: 14px; } }
    .categories-area .category-box.add {
      height: 100%; }
      .categories-area .category-box.add a {
        position: relative;
        display: block;
        border-radius: 3px;
        height: 100%;
        white-space: nowrap;
        text-align: center;
        background: #0072a3; }
        .categories-area .category-box.add a:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 100%; }
        .categories-area .category-box.add a > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; }
        .categories-area .category-box.add a:hover, .categories-area .category-box.add a:focus, .categories-area .category-box.add a:active {
          background: #0072a3; }
          .categories-area .category-box.add a:hover .text-info, .categories-area .category-box.add a:focus .text-info, .categories-area .category-box.add a:active .text-info {
            display: none; }
          .categories-area .category-box.add a:hover .hover-info, .categories-area .category-box.add a:focus .hover-info, .categories-area .category-box.add a:active .hover-info {
            display: block; }
      .categories-area .category-box.add .box-info {
        line-height: 20px;
        font-size: 20px;
        padding: 20px;
        display: inline-block;
        vertical-align: middle;
        color: #fff; }
      .categories-area .category-box.add .text-info {
        line-height: 30px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        font-style: italic; }
        @media (min-width: 992px) {
          .categories-area .category-box.add .text-info {
            line-height: 22px;
            font-size: 16px; } }
        @media (min-width: 1200px) {
          .categories-area .category-box.add .text-info {
            line-height: 22px;
            font-size: 15px; } }
        @media (min-width: 1400px) {
          .categories-area .category-box.add .text-info {
            line-height: 30px;
            font-size: 20px; } }
    .categories-area .category-box .hover-info {
      display: none; }
      .categories-area .category-box .hover-info span {
        line-height: 20px;
        font-size: 20px; }
    .categories-area .category-box .heading {
      line-height: 22px;
      position: relative;
      padding: 0 0 15px;
      margin: 0 0 15px;
      color: #fff;
      font-size: 16px;
      font-weight: 700; }
      @media (min-width: 992px) {
        .categories-area .category-box .heading {
          line-height: 18px;
          font-size: 14px; } }
      @media (min-width: 1400px) {
        .categories-area .category-box .heading {
          line-height: 22px;
          font-size: 16px; } }
      .categories-area .category-box .heading:after {
        background: #fff;
        height: 1px;
        width: 75px;
        position: absolute;
        left: 50%;
        margin: 0 0 0 -38px;
        content: "";
        bottom: 0; }
    .categories-area .category-box .name {
      line-height: 30px;
      margin: 0 0 5px;
      color: #fff;
      font-size: 24px;
      font-weight: 700; }
      @media (min-width: 992px) {
        .categories-area .category-box .name {
          line-height: 20px;
          font-size: 16px; } }
      @media (min-width: 1400px) {
        .categories-area .category-box .name {
          line-height: 30px;
          font-size: 24px; } }
    .categories-area .category-box .desgination {
      line-height: 30px;
      margin: 0 0 15px;
      color: #fff;
      font-size: 24px;
      font-weight: 400; }
      @media (min-width: 992px) {
        .categories-area .category-box .desgination {
          line-height: 20px;
          font-size: 16px; } }
      @media (min-width: 1400px) {
        .categories-area .category-box .desgination {
          line-height: 30px;
          font-size: 24px; } }
    .categories-area .category-box .box-caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 40px 20px 40px; 
      background-color: rgba(0, 114, 163, 0.8);}
      .categories-area .category-box .box-caption:after {
        height: 2px;
        width: 75px;
        background: #0072a3;
        position: absolute;
        left: 20px;
        bottom: 29px;
        content: ""; }
    .categories-area .category-box .title {
      line-height: 20px;
      color: #fff;
      padding: 0 0 3px;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      font-size: 18px;
      font-weight: 700; }
      @media (min-width: 992px) {
        .categories-area .category-box .title {
          line-height: 20px;
          font-size: 15px; } }
      @media (min-width: 1200px) {
        .categories-area .category-box .title {
          line-height: 20px;
          font-size: 18px;
          padding: 0 0 7px; } }
    .categories-area .category-box .info {
      color: #fff;
      opacity: 0;
      max-height: 0;
      visibility: hidden; }

.application-area {
  background: #0072a3;
  width: 100%;
  position: relative; }
  .application-area .holder {
    max-width: 618px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 55px 0 63px;
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400; }
    .application-area .holder p {
      margin: 0 0 24px; }
  .application-area a {
    color: #fff !important;
    text-decoration: underline; }
    .application-area a:hover, .application-area a:active, .application-area a:focus {
      text-decoration: none;
      color: #fff; }
  .application-area h2 {
    line-height: 30px;
    color: #fff;
    padding: 0 0 25px;
    margin: 0 0 20px;
    position: relative;
    font-size: 24px;
    font-weight: 700; }
    .application-area h2:after {
      height: 2px;
      width: 75px;
      background: #0072a3;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      position: absolute;
      left: 50%;
      margin: 0 0 0 -38px;
      bottom: 0;
      content: ""; }

.section-block {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .section-block .head-part {
    padding-bottom: 48px;
    padding-top: 43px;
    background: #eee; }
    @media (min-width: 992px) {
      .section-block .head-part {
        padding-bottom: 103px;
        padding-top: 89px; } }
    .section-block .head-part h2 {
      line-height: 36px;
      color: #000;
      margin: 0;
      font-size: 32px;
      font-weight: 700; }
      @media (min-width: 992px) {
        .section-block .head-part h2 {
          line-height: 48px;
          font-size: 44px; } }

.skill-row {
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .skill-row {
      display: table; } }
  .skill-row .skill-col {
    float: left; }
    @media (max-width: 991px) {
      .skill-row .skill-col {
        height: auto !important; }
        .skill-row .skill-col.add {
          float: none;
          display: table-header-group; } }
    @media (min-width: 992px) {
      .skill-row .skill-col {
        width: 50%; } }
  .skill-row .video-popup {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    text-align: center;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center; }
    .skill-row .video-popup:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .skill-row .video-popup > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    .skill-row .video-popup img {
      display: block;
      width: 100%;
      height: auto; }
    .skill-row .video-popup a.close {
      position: absolute;
      top: 20px;
      right: 22px;
      text-decoration: none;
      line-height: 40px;
      color: #a6a6a6;
      font-size: 40px;
      font-weight: 700; }
      .skill-row .video-popup a.close:hover, .skill-row .video-popup a.close:active, .skill-row .video-popup a.close:focus {
        color: #fff; }
    .skill-row .video-popup a.video-img {
      border-radius: 2px;
      border: 1px solid #a6a6a6; }
      .skill-row .video-popup a.video-img:hover, .skill-row .video-popup a.video-img:active, .skill-row .video-popup a.video-img:focus {
        opacity: 0.8; }
  .skill-row .popup-active .video-popup {
    display: block; }
  .skill-row a.video {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative; }
    @media (max-width: 991px) {
      .skill-row a.video {
        margin: 0 0 20px; }
        .skill-row a.video img {
          width: 100% !important;
          margin-left: 0 !important; } }
    .skill-row a.video .btn-play {
      width: 60px;
      height: 60px;
      border-radius: 100%;
      background: rgba(255, 255, 255, 0.4);
      border: 1px solid #fff;
      text-align: center;
      padding: 6px 5px 6px 10px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -30px 0 0 -30px;
      line-height: 45px;
      color: #fff;
      font-size: 32px; }
      @media (min-width: 992px) {
        .skill-row a.video .btn-play {
          line-height: 80px;
          font-size: 60px;
          margin: -60px 0 0 -60px;
          padding: 19px 15px 15px 19px;
          width: 120px;
          height: 120px; } }
    .skill-row a.video:hover .btn-play, .skill-row a.video:focus .btn-play, .skill-row a.video:active .btn-play {
      background: #fff;
      color: #0072a3; }
  .skill-row .skill-info {
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    white-space: normal; }
    .skill-row .skill-info:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .skill-row .skill-info > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (min-width: 992px) {
      .skill-row .skill-info {
        height: 100%;
        white-space: nowrap; } }
    .skill-row .skill-info .holder {
      display: inline-block;
      vertical-align: middle;
      padding: 20px 10px;
      border: 1px solid #ccc;
      margin: 0 10px 20px;
      float: left;
      line-height: 16px;
      color: #000;
      font-size: 13px;
      font-weight: 400; }
      @media (min-width: 992px) {
        .skill-row .skill-info .holder {
          padding: 20px 25px;
          border: 0;
          margin: 0;
          display: inline-block;
          vertical-align: middle;
          float: none;
          line-height: 22px;
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .skill-row .skill-info .holder {
          padding: 20px 95px; } }
      .skill-row .skill-info .holder p {
        margin: 0 0 23px; }
    .skill-row .skill-info a.more {
      color: #0072a3;
      text-decoration: underline; }
      .skill-row .skill-info a.more:hover, .skill-row .skill-info a.more:focus, .skill-row .skill-info a.more:active {
        text-decoration: none; }
  .skill-row h3 {
    line-height: 20px;
    color: #000;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 20px;
    font-size: 17px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .skill-row h3 {
        line-height: 30px;
        font-size: 24px;
        margin: 0 0 18px;
        padding: 0 0 24px; } }
    .skill-row h3:after {
      height: 2px;
      width: 38px;
      background: #0072a3;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      position: absolute;
      left: 50%;
      margin: 0 0 0 -19px;
      bottom: 0;
      content: ""; }
      @media (min-width: 992px) {
        .skill-row h3:after {
          width: 75px;
          margin: 0 0 0 -38px; } }

.about-info {
  position: relative;
  overflow: hidden; }
  .about-info .img-box img {
    display: block;
    width: 100%;
    height: auto; }
  .about-info .img-caption {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    text-align: center; }
    .about-info .img-caption:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .about-info .img-caption > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (min-width: 992px) {
      .about-info .img-caption {
        left: 50%;
        text-align: left;
        background: rgba(0, 0, 0, 0.8); } }
    .about-info .img-caption a.btn {
      min-width: 152px;
      border: 1px solid #fff;
      border-radius: 7px;
      line-height: 24px;
      padding: 9px 5px;
      font-size: 16px;
      font-weight: 700; }
      @media (min-width: 992px) {
        .about-info .img-caption a.btn {
          min-width: 174px;
          border: 2px solid #fff;
          line-height: 22px; } }
  .about-info h2 {
    line-height: 28px;
    color: #fff;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 10px;
    font-size: 24px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .about-info h2 {
        line-height: 26px;
        font-size: 20px;
        padding: 0 0 25px;
        margin: 0 0 25px; } }
    .about-info h2:after {
      height: 1px;
      width: 38px;
      background: #0072a3;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      position: absolute;
      left: 50%;
      margin: 0 0 0 -19px;
      bottom: 0;
      content: ""; }
      @media (min-width: 992px) {
        .about-info h2:after {
          height: 2px;
          width: 75px;
          margin: 0;
          left: 0; } }
  .about-info .caption-info {
    padding: 10px 20px;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 400; }
    @media (min-width: 992px) {
      .about-info .caption-info {
        padding: 10px 30px 10px 58px;
        max-width: 505px; } }
    .about-info .caption-info p {
      margin: 0 0 29px; }
      @media (min-width: 992px) {
        .about-info .caption-info p {
          margin: 0 0 57px; } }
  .about-info.add .caption-info p {
    margin: 0 0 10px; }
    @media (min-width: 992px) {
      .about-info.add .caption-info p {
        margin: 0 0 22px; } }
  @media (min-width: 992px) {
    .about-info.add h3 {
      font-size: 24px;
      margin: 0 0 22px;
      padding: 0 0 29px; } }
  .about-info.add2 .caption-info p {
    margin: 0 0 10px; }
    @media (min-width: 992px) {
      .about-info.add2 .caption-info p {
        margin: 0 0 22px; } }

.logo-part {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .logo-part.add {
    border-top: 1px solid #cccdcd; }
  .logo-part ul.logos-list {
    padding-bottom: 0;
    padding-top: 75px;
    line-height: 0;
    font-size: 0; }
    @media (min-width: 992px) {
      .logo-part ul.logos-list {
        padding-top: 57px;
        padding-bottom: 56px; } }
    .logo-part ul.logos-list li {
      display: inline-block;
      vertical-align: bottom;
      width: 100%;
      padding: 0 0 50px;
      text-align: center; }
      @media (min-width: 992px) {
        .logo-part ul.logos-list li {
          width: 33.33%;
          padding: 0 10px; } }
    .logo-part ul.logos-list a {
      display: inline-block;
      vertical-align: bottom; }
      .logo-part ul.logos-list a:hover {
        opacity: 0.8; }
    .logo-part ul.logos-list img {
      width: auto;
      max-width: inherit; }
      @media (max-width: 991px) {
        .logo-part ul.logos-list img {
          max-width: 280px; } }

.fact-carousel {
  position: relative; }
  .fact-carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .fact-carousel .mask .slideset {
      width: 100% !important;
      white-space: nowrap;
      float: left;
      line-height: 0;
      font-size: 0;
      letter-spacing: -4px;
      counter-reset: item; }
    .fact-carousel .mask .slide {
      width: 100% !important;
      float: none;
      white-space: normal;
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .fact-carousel .mask .slide:after {
        color: #f00;
        content: "" counter(item, decimal-leading-zero);
        counter-increment: item;
        position: absolute;
        top: 25px;
        left: 50%;
        line-height: 28px;
        color: #fff;
        letter-spacing: 1px;
        width: 38px;
        text-align: center;
        border-bottom: 1px solid #0072a3;
        margin: 0 0 8px -19px;
        padding: 0 0 5px;
        font-size: 24px;
        font-weight: 700; }
        @media (min-width: 992px) {
          .fact-carousel .mask .slide:after {
            left: 38px;
            top: 33px;
            margin: 0 0 12px;
            width: 75px;
            text-align: left;
            border-bottom: 2px solid #0072a3;
            padding: 0 0 15px; } }
      @media (min-width: 992px) {
        .fact-carousel .mask .slide {
          width: 25% !important; } }
  .fact-carousel img {
    display: block;
    width: 100%;
    height: auto; }
  .fact-carousel .slide-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
    text-align: center; }
    .fact-carousel .slide-caption:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .fact-carousel .slide-caption > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 99%; }
    @media (min-width: 992px) {
      .fact-carousel .slide-caption {
        white-space: nowrap;
        text-align: center;
        text-align: left; }
        .fact-carousel .slide-caption:before {
          content: '';
          display: inline-block;
          vertical-align: bottom;
          width: 0;
          min-height: 100%; }
        .fact-carousel .slide-caption > * {
          white-space: normal;
          display: inline-block;
          vertical-align: bottom;
          max-width: 99%; } }
  .fact-carousel .caption-info {
    padding: 60px 35px;
    line-height: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .fact-carousel .caption-info {
        line-height: 28px;
        font-size: 20px;
        padding: 40px 35px 20px; } }
    @media (min-width: 1200px) {
      .fact-carousel .caption-info {
        line-height: 34px;
        font-size: 28px;
        padding: 40px 36px;
        max-width: 350px; } }
    .fact-carousel .caption-info p {
      margin: 0 0 22px; }
      @media (min-width: 992px) {
        .fact-carousel .caption-info p {
          margin: 0 0 35px; } }
    .fact-carousel .caption-info a.btn {
      min-width: 152px;
      border: 1px solid #fff;
      border-radius: 5px;
      line-height: 24px;
      padding: 9px 5px;
      font-size: 16px;
      font-weight: 700;
      font-style: normal; }
      @media (min-width: 992px) {
        .fact-carousel .caption-info a.btn {
          min-width: 172px;
          border: 2px solid #fff;
          line-height: 22px; } }
  .fact-carousel .serial-no {
    position: absolute;
    top: 25px;
    left: 50%;
    line-height: 28px;
    color: #fff;
    margin: 0 0 8px;
    display: none;
    padding: 0 0 5px;
    font-size: 24px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .fact-carousel .serial-no {
        left: 38px;
        top: 33px;
        margin: 0 0 12px;
        padding: 0 0 17px; } }
    .fact-carousel .serial-no:after {
      height: 1px;
      width: 38px;
      background: #0072a3;
      transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      position: absolute;
      left: 50%;
      margin: 0 0 0 -19px;
      bottom: 0;
      content: ""; }
      @media (min-width: 992px) {
        .fact-carousel .serial-no:after {
          width: 75px;
          left: 0;
          margin: 0;
          height: 2px; } }
  .fact-carousel a.btn-prev,
  .fact-carousel a.btn-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 59px;
    background: rgba(0, 159, 227, 0.5);
    z-index: 2;
    text-align: center; }
    .fact-carousel a.btn-prev span,
    .fact-carousel a.btn-next span {
      position: absolute;
      top: 50%;
      line-height: 30px;
      color: #fff;
      background-image: none;
      box-shadow: none;
      text-shadow: none;
      left: 50%;
      margin: -10px 0 0 -14px;
      font-size: 30px; }
    @media (max-width: 991px) {
      .fact-carousel a.btn-prev,
      .fact-carousel a.btn-next {
        display: none; } }
    .fact-carousel a.btn-prev.disabled,
    .fact-carousel a.btn-next.disabled {
      display: none; }
    .fact-carousel a.btn-prev:hover, .fact-carousel a.btn-prev:focus, .fact-carousel a.btn-prev:active,
    .fact-carousel a.btn-next:hover,
    .fact-carousel a.btn-next:focus,
    .fact-carousel a.btn-next:active {
      background: #0072a3; }
  .fact-carousel a.btn-next {
    left: auto;
    right: 0; }
    .fact-carousel a.btn-next span {
      margin: -10px 0 0 -5px; }
  .fact-carousel .pagination {
    position: absolute;
    left: 50%;
    width: 280px;
    bottom: 26px;
    z-index: 2;
    margin: 0 0 0 -140px; }
    @media (min-width: 992px) {
      .fact-carousel .pagination {
        display: none; } }
    .fact-carousel .pagination ul {
      text-align: center;
      line-height: 0;
      font-size: 0; }
    .fact-carousel .pagination li {
      display: inline-block;
      vertical-align: top;
      padding: 0 2px 5px; }
      .fact-carousel .pagination li.active a {
        background: #0072a3; }
    .fact-carousel .pagination a {
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      background: rgba(238, 238, 238, 0.5); }
      .fact-carousel .pagination a:hover, .fact-carousel .pagination a:focus, .fact-carousel .pagination a:active {
        background: #0072a3; }

.academic-content {
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
  line-height: 22px;
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 400; }
  .academic-content.add {
    padding-top: 20px;
    padding-bottom: 80px; }
  @media (min-width: 992px) {
    .academic-content {
      padding-top: 91px;
      padding-bottom: 73px;
      line-height: 24px;
      font-size: 16px; }
      .academic-content.add {
        padding-top: 67px;
        padding-bottom: 145px; } }
  .academic-content.add2 {
    text-align: center;
    padding-bottom: 70px; }
    @media (min-width: 992px) {
      .academic-content.add2 {
        padding-top: 90px;
        padding-bottom: 145px; } }
    .academic-content.add2 h2 {
      line-height: 40px;
      margin: 0 0 30px;
      color: #000;
      font-size: 30px;
      font-weight: 700;
      font-style: italic; }
      @media (min-width: 992px) {
        .academic-content.add2 h2 {
          line-height: 50px;
          font-size: 44px;
          margin: 0 0 87px; } }
  .academic-content p {
    margin: 0 0 25px; }
  .academic-content h2 {
    line-height: 24px;
    color: #1d1d1b;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .academic-content h2 {
        line-height: 34px;
        font-size: 24px;
        margin: 0 0 22px; } }
  .academic-content h3 {
    line-height: 20px;
    color: #1d1d1b;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .academic-content h3 {
        line-height: 24px;
        font-size: 16px;
        margin: 0 0 34px; } }
  .academic-content .carousel {
    width: 100%;
    position: relative; }
    .academic-content .carousel img {
      display: block;
      width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      .academic-content .carousel {
        padding: 31px 0 0; } }
  .academic-content .content-frame {
    overflow: hidden; }
    @media (min-width: 992px) {
      .academic-content .content-frame {
        margin: 0 0 38px; } }
  .academic-content .carousel-control {
    box-shadow: none;
    background-image: none;
    width: auto;
    text-shadow: none;
    text-decoration: none;
    line-height: 30px;
    position: absolute;
    -webkit-filter: none;
            filter: none;
    box-shadow: none;
    top: 50%;
    bottom: auto;
    left: 10px;
    margin: -15px 0 0;
    opacity: 1;
    right: auto;
    color: rgba(255, 255, 255, 0.75);
    font-size: 30px; }
    @media (min-width: 992px) {
      .academic-content .carousel-control {
        left: 30px;
        line-height: 60px;
        font-size: 60px;
        margin: -14px 0 0; } }
    .academic-content .carousel-control.right {
      left: auto;
      right: 10px; }
      @media (min-width: 992px) {
        .academic-content .carousel-control.right {
          right: 30px; } }
    .academic-content .carousel-control:hover, .academic-content .carousel-control:focus, .academic-content .carousel-control:active {
      color: #fff; }
  .academic-content .carousel-indicators {
    position: absolute;
    left: 50%;
    width: 280px;
    bottom: -54px;
    z-index: 2;
    margin: 0 0 0 -140px; }
    .academic-content .carousel-indicators li {
      display: inline-block;
      vertical-align: top;
      margin: 0 8px 5px;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      border: 0;
      background: #eee; }
      .academic-content .carousel-indicators li:hover, .academic-content .carousel-indicators li:focus, .academic-content .carousel-indicators li.active {
        background: #0072a3; }

.bottom-content {
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
  line-height: 22px;
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 400; }
  @media (min-width: 992px) {
    .bottom-content {
      padding-top: 67px;
      padding-bottom: 79px;
      line-height: 24px;
      font-size: 16px; } }
  .bottom-content p {
    margin: 0 0 25px; }
  .bottom-content h2 {
    line-height: 24px;
    color: #1d1d1b;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .bottom-content h2 {
        line-height: 34px;
        font-size: 28px;
        margin: 0 0 22px; } }

.extra-information {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eee; }
  .extra-information .container {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .extra-information .container {
        padding-top: 100px;
        padding-bottom: 75px; } }
  .extra-information .nav-tabs {
    border: 0;
    width: 100%;
    display: block;
    margin: 0 0 30px;
    background: rgba(255, 255, 255, 0.5); }
    @media (min-width: 992px) {
      .extra-information .nav-tabs {
        max-width: 265px;
        margin: 0;
        float: left; } }
    .extra-information .nav-tabs > li {
      display: block;
      padding: 0;
      float: none;
      border-top: 1px solid #eee; }
      .extra-information .nav-tabs > li:first-child {
        border: 0; }
      .extra-information .nav-tabs > li.active a {
        border: 0;
        border-radius: 0;
        background: #fff;
        color: #666; }
      .extra-information .nav-tabs > li > a {
        text-decoration: none;
        padding: 17px 20px 18px;
        line-height: 24px;
        color: #0072a3;
        border: 0;
        margin: 0;
        border-radius: 0;
        font-size: 16px;
        font-weight: 700; }
        .extra-information .nav-tabs > li > a:hover, .extra-information .nav-tabs > li > a:focus, .extra-information .nav-tabs > li > a:active {
          border: 0;
          border-radius: 0;
          background: #fff;
          color: #666; }
  .extra-information .tab-content {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .extra-information .extra-info {
    line-height: 20px;
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 400; }
    @media (min-width: 992px) {
      .extra-information .extra-info {
        line-height: 21px;
        font-size: 16px;
        margin: -3px 0 0; } }
    .extra-information .extra-info p {
      margin: 0 0 15px; }
      @media (min-width: 992px) {
        .extra-information .extra-info p {
          margin: 0 0 53px; } }
  .extra-information ul.unorder-list {
    margin: 0; }
  .extra-information.add .nav-tabs > li.active > a {
    background: #0072a3;
    color: #fff;
    font-weight: 700; }
  .extra-information.add .nav-tabs > li > a {
    padding: 9px 20px;
    font-weight: 400;
    color: #1d1d1b; }
    .extra-information.add .nav-tabs > li > a:hover, .extra-information.add .nav-tabs > li > a:focus, .extra-information.add .nav-tabs > li > a:active {
      background: #0072a3;
      color: #fff; }

.align-center {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .align-center img {
    display: block;
    width: 100%;
    height: auto; }
  @media (min-width: 992px) {
    .align-center {
      margin-bottom: 2px; } }

.education-info {
  padding-bottom: 30px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  line-height: 20px;
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 400; }
  @media (min-width: 992px) {
    .education-info {
      padding-bottom: 100px;
      line-height: 24px;
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .education-info {
      padding-bottom: 276px; } }
  .education-info p {
    margin: 0 0 25px; }
  .education-info .title {
    line-height: 26px;
    color: #1d1d1b;
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .education-info .title {
        line-height: 32px;
        font-size: 22px;
        margin: 0 0 51px; } }
  .education-info h2 {
    line-height: 20px;
    color: #1d1d1b;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .education-info h2 {
        line-height: 24px;
        font-size: 16px;
        margin: 0 0 24px; } }
  @media (min-width: 992px) {
    .education-info.test .title {
      margin: 0 0 45px; } }
  @media (min-width: 1200px) {
    .education-info.test {
      padding-bottom: 68px; } }

.education-content {
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  padding-bottom: 1px;
  line-height: 20px;
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 400; }
  @media (min-width: 992px) {
    .education-content {
      line-height: 24px;
      font-size: 16px;
      padding-top: 84px;
      padding-bottom: 72px; } }
  .education-content p {
    margin: 0 0 30px; }
    @media (min-width: 992px) {
      .education-content p {
        margin: 0 0 24px; } }
  .education-content h3 {
    line-height: 20px;
    color: #1d1d1b;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .education-content h3 {
        line-height: 24px;
        font-size: 16px;
        margin: 0 0 36px; } }
  .education-content h2 {
    line-height: 40px;
    color: #000;
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 700;
    font-style: italic; }
    @media (min-width: 992px) {
      .education-content h2 {
        line-height: 60px;
        margin: 0 0 50px;
        font-size: 44px; } }
    @media (min-width: 1200px) {
      .education-content h2 {
        margin: 0 0 92px; } }
  .education-content .contact-part {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 30px;
    position: relative; }
    .education-content .contact-part:before {
      width: 75px;
      height: 2px;
      background: #0072a3;
      position: absolute;
      top: 12px;
      left: 0;
      content: " "; }
    .education-content .contact-part span {
      display: block; }

 
  @media (min-width: 1200px) {
    .education-content.test h3 {
      margin: 0 0 24px; } }
  @media (min-width: 1200px) {
    .education-content.test {
      padding-bottom: 71px; } }

.contact-part {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 30px;
  position: relative; }
  .contact-part:before {
    width: 75px;
    height: 2px;
    background: #0072a3;
    position: absolute;
    top: 12px;
    left: 0;
    content: " "; }
  .contact-part span {
    display: block; }


.two-cols {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .two-cols h2 {
    line-height: 32px;
    color: #1d1d1b;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700; }
  .two-cols .column-area {
    position: relative;
    width: 100%;
    padding: 40px 0 20px;
    line-height: 20px;
    float: left;
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .two-cols .column-area {
        height: auto !important; } }
    @media (min-width: 992px) {
      .two-cols .column-area {
        padding: 91px 70px 0 0;
        line-height: 24px;
        font-size: 16px; } }
    .two-cols .column-area.add {
      background: #0072a3;
      padding: 30px 0; }
      .two-cols .column-area.add:before {
        position: absolute;
        left: -9999px;
        top: 0;
        right: -9999px;
        background: #0072a3;
        bottom: 0;
        content: " ";
        z-index: -1; }
      @media (min-width: 992px) {
        .two-cols .column-area.add {
          padding: 91px 0 45px 50px; }
          .two-cols .column-area.add:before {
            left: 100%;
            right: -9999px; } }
      @media (min-width: 1200px) {
        .two-cols .column-area.add {
          padding: 91px 0 30px 68px; } }
      .two-cols .column-area.add h2 {
        color: #fff; }
    .two-cols .column-area p {
      margin: 0 0 10px; }
      @media (min-width: 992px) {
        .two-cols .column-area p {
          margin: 0 0 24px; } }
  .two-cols ul.education-list {
    padding: 0 0 20px; }
    @media (min-width: 992px) {
      .two-cols ul.education-list {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px; } }
    .two-cols ul.education-list li {
      padding: 0 0 10px;
      display: block; }
      @media (min-width: 992px) {
        .two-cols ul.education-list li {
          padding: 0 0 23px; } }
    .two-cols ul.education-list a {
      line-height: 22px;
      color: #fff;
      font-size: 14px;
      font-weight: 700; }

.facts-block {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .facts-block .container {
    padding-top: 30px;
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      .facts-block .container {
        padding-top: 89px;
        padding-bottom: 49px; } }
  .facts-block h2 {
    line-height: 32px;
    margin: 0 0 30px;
    color: #000;
    font-size: 25px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .facts-block h2 {
        line-height: 50px;
        font-size: 44px;
        margin: 0 0 98px; } }
  .facts-block h3 {
    line-height: 20px;
    color: #1d1d1b;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 992px) {
      .facts-block h3 {
        line-height: 24px;
        font-size: 16px;
        margin: 0 0 23px; } }
  .facts-block .img-box {
    padding: 6px 0 20px; }
    .facts-block .img-box img {
      display: block;
      width: 100%;
      height: auto;
      display: inline-block; }
      @media (min-width: 480px) {
        .facts-block .img-box img {
          width: auto; } }
      @media (max-width: 767px) {
        .facts-block .img-box img {
          max-width: 320px; } }
  .facts-block .fact-row {
    margin-bottom: 20px;
    line-height: 20px;
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 400; }
    @media (min-width: 992px) {
      .facts-block .fact-row {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 73px; } }
    .facts-block .fact-row p {
      margin: 0 0 15px; }
      @media (min-width: 992px) {
        .facts-block .fact-row p {
          margin: 0 0 25px; } }

#footer {
  background: #0072a3;
  width: 100%;
  position: relative;
  padding: 27px 20px 8px; }
  #footer.add {
    background: #2b5a95; }
  @media (min-width: 992px) {
    #footer {
      padding: 37px 20px; } }
  #footer .row {
    line-height: 0;
    font-size: 0; }
  #footer .col-md-6 {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
    @media (min-width: 992px) {
      #footer .col-md-6 {
        width: 50%; } }
  #footer .copyrights {
    line-height: 17px;
    color: #fff;
    margin: 0 0 37px;
    text-align: center;
    font-size: 12px;
    font-weight: 400; }
    @media (min-width: 992px) {
      #footer .copyrights {
        text-align: left;
        margin: 0;
        line-height: 24px;
        font-size: 16px; } }
    #footer .copyrights p {
      margin: 0; }
    #footer .copyrights a {
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase; }
      #footer .copyrights a:hover, #footer .copyrights a:focus, #footer .copyrights a:active {
        color: #000; }
      @media (min-width: 992px) {
        #footer .copyrights a {
          margin: 0 0 6px; } }
  #footer ul.social-networks {
    text-align: center;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    max-width: 200px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      #footer ul.social-networks {
        text-align: right;
        margin: 0;
        padding: 12px 0 0;
        max-width: inherit; } }
    #footer ul.social-networks li {
      display: inline-block;
      vertical-align: top;
      padding: 0 5px 15px; }
    #footer ul.social-networks a {
      display: block;
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 100%;
      padding: 5px;
      text-align: center;
      color: #000;
      text-decoration: none;
      line-height: 32px;
      font-size: 20px;
      font-weight: 400; }
      #footer ul.social-networks a:hover, #footer ul.social-networks a:focus, #footer ul.social-networks a:active {
        color: #0072a3; }
      #footer ul.social-networks a .icon-gplus {
        font-size: 16px; }

.resize-active .hold,
.resize-active #nav,
.resize-active ul.menu,
.resize-active ul.social-networks {
  -webkit-transition: none !important;
  transition: none !important; }
/*# sourceMappingURL=main.css.map */


@media screen and (min-width: 993px){
  #header .col-xs-12{
    min-height: 73px;
  }
}

.copyrights h3{
  font-size: 18px;
}