.col-6-1, .col-6-2, .col-6-3, .col-6-4, .col-6-5, .col-6-6 {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#services-bg1 {
  background: url(../img/hero-1.png);
  background-size: cover;
  background-position: center; }

#services-bg2 {
  background: url(../img/img-3.png);
  background-size: cover;
  background-position: center; }

#services-bg3 {
  background: url(../img/hero-2.jpg);
  background-size: cover;
  background-position: center; }

#services-bg4 {
  background: url(../img/hero-3.jpg);
  background-size: cover;
  background-position: center; }

#services-bg5 {
  background: url(../img/hero-4.jpg);
  background-size: cover;
  background-position: center; }

#services-bg6 {
  background: url(../img/hero-5.jpg);
  background-size: cover;
  background-position: center; }

#services-bg7 {
  background: url(../img/hero-6.jpg);
  background-size: cover;
  background-position: center; }

body {
  margin: 0;
  background: #fff;
  font-family: 'Maven Pro', sans-serif;
  /*font-family: helvetica, sans-serif;*/
  color: #676767;
  font-weight: 300;
  font-size: 16px; }

.hidden {
  display: none !important; }

@media only screen and (max-width: 750px) {
  .hidden-movile {
    display: none !important; } }

.inner-cont {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: auto;
  position: relative; }
  @media only screen and (max-width: 990px) {
    .inner-cont {
      padding: 10px 40px; } }
  @media only screen and (max-width: 750px) {
    .inner-cont {
      padding: 5px 30px; } }

.cont-block {
  margin: 90px auto; }
  @media only screen and (max-width: 990px) {
    .cont-block {
      margin: 50px auto; } }

.logo-main, .footer-logo {
  width: 200px; }
  @media only screen and (max-width: 750px) {
    .logo-main, .footer-logo {
      width: 150px;
      line-height: 0; } }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #6CB7DD; }

p {
  line-height: 1.5; }

ul {
  padding: 0; }

li {
  list-style: none; }

.col-6-1 {
  width: 16.66667%; }

.col-6-2 {
  width: 33.33333%; }

.col-6-3 {
  width: 50%; }

.col-6-4 {
  width: 66.66667%; }

.col-6-5 {
  width: 83.33333%; }

.col-6-6 {
  width: 100%; }

.off-l-6-1 {
  margin-left: 16.66667%; }

.off-l-6-2 {
  margin-left: 33.33333%; }

.off-l-6-3 {
  margin-left: 50%; }

.off-l-6-4 {
  margin-left: 66.66667%; }

.off-l-6-5 {
  margin-left: 83.33333%; }

.off-l-6-6 {
  margin-left: 100%; }

.abs-g-c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.abs-g-l {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%); }

.abs-b {
  position: absolute;
  bottom: 0; }

.abs-b-r {
  position: absolute;
  bottom: 0;
  right: 0; }

.abs-b-l {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 25px;
 }

.abs-c-l {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0; }

.text-c {
  text-align: center;
  display: block; }

.text-r {
  text-align: right;
  display: block; }

.text-l {
  text-align: left;
  display: block; }

.right-text-absolute {
  position: absolute; }

.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  -ms-column-gap: 100px;
  -o-column-gap: 100px;
  column-gap: 30px; }
  @media only screen and (max-width: 990px) {
    .columns-2 {
      -webkit-column-gap: 50px;
      -moz-column-gap: 50px;
      -ms-column-gap: 50px;
      -o-column-gap: 50px;
      column-gap: 50px; } }
  @media only screen and (max-width: 750px) {
    .columns-2 {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      -ms-column-count: 1;
      -o-column-count: 1;
      column-count: 1; } }

.column-header {
  -webkit-column-span: all;
  /* Chrome, Safari, Opera */
  column-span: all; }

.col-cont-2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 990px) {
    .col-cont-2 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 750px) {
    .col-cont-2 .col-6-1, .col-cont-2 .col-6-2, .col-cont-2 .col-6-3, .col-cont-2 .col-6-4, .col-cont-2 .col-6-5, .col-cont-2 .col-6-6 {
      width: 100%; } }

.main-header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 2; }
  .main-header .main-menu ul {
    padding: 16px 0; }
  @media only screen and (max-width: 990px) {
    .main-header .main-menu .visible-wp {
      background-color: red;
      background: #5EA1CE;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(bottom right, #5EA1CE, #424DA6);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(bottom right, #5EA1CE, #424DA6);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(bottom right, #5EA1CE, #424DA6);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to bottom right, #5EA1CE, #424DA6);
      /* Standard syntax */
      -webkit-transition: 0.5s 0s;
      -moz-transition: 0.5s 0s;
      -ms-transition: 0.5s 0s;
      -o-transition: 0.5s 0s;
      transition: 0.5s 0s;
      box-sizing: border-box;
      height: 100%;
      width: 100%;
      position: fixed;
      z-index: 2;
      right: -100%;
      top: 80px;
      padding: 20px; }
      .main-header .main-menu .visible-wp li {
        display: block;
        text-align: center;
        padding: 10px;
        font-weight: 400;
        font-size: 1.31em;
        color: white;
        position: relative; }
        .main-header .main-menu .visible-wp li:after {
          content: '';
          position: absolute;
          position: absolute;
          left: 50%;
          transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          bottom: 0;
          width: 30px;
          border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
    .main-header .main-menu.active .visible-wp {
      right: 0; } }
  @media only screen and (max-width: 750px) {
    .main-header .main-menu .visible-wp {
      top: 70px; } }

.hero-main, .hero-h1, .hero-h2 {
  height: 700px;
  width: 100%;
  position: relative;
  color: #FFF; }
  .hero-main .inner-cont article, .hero-h1 .inner-cont article, .hero-h2 .inner-cont article {
    text-align: left;
    width: 530px; }
    @media only screen and (max-width: 990px) {
      .hero-main .inner-cont article, .hero-h1 .inner-cont article, .hero-h2 .inner-cont article {
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        bottom: 40px;
        top: auto; } }
    @media only screen and (max-width: 750px) {
      .hero-main .inner-cont article, .hero-h1 .inner-cont article, .hero-h2 .inner-cont article {
        width: 85%; }
        .hero-main .inner-cont article section p, .hero-h1 .inner-cont article section p, .hero-h2 .inner-cont article section p {
          display: none; } }
  .hero-main h2, .hero-h1 h2, .hero-h2 h2 {
    margin: 0.8em 0;
    font-size: 2.5em;
    font-weight: 400; }
    @media only screen and (max-width: 750px) {
      .hero-main h2, .hero-h1 h2, .hero-h2 h2 {
        font-size: 1.31em; } }
  .hero-main span, .hero-h1 span, .hero-h2 span {
    width: 300px; }

.hero-main {
  background: url(../img/hero-1.png);
  background-size: cover;
  background-position: center; }
  .hero-main .abs-c-l {
    left: 20px; }
  @media only screen and (max-width: 990px) {
    .hero-main {
      height: 500px; } }
  @media only screen and (max-width: 750px) {
    .hero-main {
      height: 400px; } }

.hero-h1, .hero-h2 {
  height: 400px; }
  .hero-h1 .inner-cont article, .hero-h2 .inner-cont article {
    width: 100%;
    max-width: 750px; }
    @media only screen and (max-width: 990px) {
      .hero-h1 .inner-cont article, .hero-h2 .inner-cont article {
        bottom: 40px;
        top: auto; } }
    @media only screen and (max-width: 750px) {
      .hero-h1 .inner-cont article, .hero-h2 .inner-cont article {
        width: 85%; }
        .hero-h1 .inner-cont article section p, .hero-h2 .inner-cont article section p {
          display: none; } }
  @media only screen and (max-width: 990px) {
    .hero-h1, .hero-h2 {
      height: 300px; } }
  @media only screen and (max-width: 750px) {
    .hero-h1, .hero-h2 {
      height: 300px; } }

.main-footer {
  padding: 50px 20px;
  background: #2C2C2C;
  color: #FFF; }
  .main-footer .inner-cont {
    padding: 20px 0; }
  @media only screen and (max-width: 990px) {
    .main-footer .twoway-nav {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      .main-footer .twoway-nav .nav-bar {
        display: none; }
      .main-footer .twoway-nav .nav-list {
        margin-bottom: 20px;
        text-align: center;
        width: 100%; }
      .main-footer .twoway-nav .text-r {
        max-width: 300px;
        text-align: center; } }

input[type="text"], input[type="password"], textarea, .input-btn {
  border: 1px solid #bec0c1;
  border-radius: 4px;
  padding: 12px;
  margin: 0px;
  width: 100%;
  -webkit-appearance: none;
  font-size: 1em;
  outline: none;
  box-sizing: border-box; }
  input[type="text"]::-webkit-input_placeholder, input[type="password"]::-webkit-input_placeholder, textarea::-webkit-input_placeholder, .input-btn::-webkit-input_placeholder {
    font_size: 0.9em;
    color: #E5E5E5; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, .input-btn::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.9em;
    color: #E5E5E5; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, .input-btn:-ms-input-placeholder {
    font-size: 0.9em;
    color: #E5E5E5; }

textarea {
  resize: none; }

.input-btn {
  padding: 12px;
  background-color: white;
  color: #505050; }
  .input-btn:hover {
    background-color: #f4f4f4; }

/*///////////////////////////////// block styles ///////////////////////////////// */
.input-block {
  margin-bottom: 36px;
  overflow: auto; }
  @media only screen and (max-width: 750px) {
    .input-block {
      margin-bottom: 26px; } }
  .input-block > .input-item {
    padding-right: 20px; }
    @media only screen and (max-width: 750px) {
      .input-block > .input-item {
        margin-bottom: 26px; } }
    .input-block > .input-item:last-child {
      padding-right: 0;
      margin-bottom: 0px; }
    @media only screen and (max-width: 750px) {
      .input-block > .input-item {
        padding-right: 0px; } }
  .input-block .input-item:only-child {
    padding: 0; }

.form-cont form {
  overflow: auto; }

.input-item label {
  color: #505050;
  margin-bottom: 1em;
  display: inline-block; }

.email-form input {
  width: 100%;
  line-height: 2;
  font-size: 18px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #95989A; }
  .email-form input:hover, .email-form input:focus {
    background-color: #f7f7f7; }
.email-form button {
  width: 233px;
  color: #95989A;
  border-color: #95989A;
  background-color: transparent; }
  .email-form button:hover {
    color: black; }

input:focus {
  outline: none; }

@media only screen and (max-width: 750px) {
  .info-content.text-col-cont {
    margin-bottom: 30px; } }

.twoway-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  overflow: auto;
  width: 100%; }

.nav-bar ul {
  margin: 0;
  padding: 0; }
  .nav-bar ul li {
    display: inline-block;
    list-style: none;
    padding: 5px;
    vertical-align: middle; }
    .nav-bar ul li a {
      display: inline-block;
      padding: 5px;
      height: 100%; }
    .nav-bar ul li:first-child {
      padding-left: 0; }
    .nav-bar ul li:last-child {
      padding-right: 0; }
    a .nav-bar ul li:hover {
      color: #6CB7DD; }

.nav-list {
  padding: 0;
  margin: 0; }
  .nav-list li {
    list-style: none;
    display: inline-block;
    margin: 0; }
    .nav-list li:after {
      content: '|';
      margin: 0 5px 0 10px; }
    .nav-list li:last-child:after {
      content: '';
      margin: 0; }

.disable {
  color: #95989A !important;
  cursor: pointer; }
  .disable a:hover {
    color: #95989A !important; }

.active {
  color: #6CB7DD; }
  .active a:hover {
    color: #6CB7DD; }

.card-wrapper {
  margin: 70px auto;
  overflow: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 990px) {
    .card-wrapper {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      margin: 20px auto; } }
  .card-wrapper .card {
    width: 300px;
    text-align: center;
    padding: 20px 20px;
    box-sizing: content-box; }
    .card-wrapper .card img {
      width: 100px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 990px) {
        .card-wrapper .card img {
          margin: 0px; } }
    .card-wrapper .card h3 {
      color: #606060;
      font-size: 1.31em;
      font-weight: 400; }
    .card-wrapper .card p {
      color: #95989A; }

.card:first-child {
  padding-left: 0; }
  @media only screen and (max-width: 990px) {
    .card:first-child {
      padding: 20px; } }
.card:last-child {
  padding-right: 0; }
  @media only screen and (max-width: 990px) {
    .card:last-child {
      display: none; } }

.img-cont-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media only screen and (max-width: 990px) {
    .img-cont-wrapper.inner-cont {
      padding: 0;
      margin-bottom: 0; } }
  .img-cont-wrapper .col-6-2 {
    width: calc(33.3333% - 20px); }
    @media only screen and (max-width: 990px) {
      .img-cont-wrapper .col-6-2 {
        width: 100%; } }
  .img-cont-wrapper .col-6-4 {
    width: calc(66.6666% - 20px); }
    @media only screen and (max-width: 990px) {
      .img-cont-wrapper .col-6-4 {
        width: 100%; } }

.img-cont {
  display: flex;
  position: relative;
  height: 350px;
  margin: 20px;
  overflow: hidden;
  color: #FFF;
  border-radius: 5px; }
  @media only screen and (max-width: 990px) {
    .img-cont {
      margin: 0px;
      border-radius: 0px; } }
  .img-cont .abs-b-l {
    left: 40px;
    top: 10px; }
    .img-cont .abs-b-l h3 {
      max-width: 300px; }
    .img-cont .abs-b-l p {
      max-width: 430px; }
  .img-cont h3 {
    font-size: 1.75em;
    font-weight: 400; }
  .img-cont p {
    font-size: 1em; }
  .img-cont:first-child {
    margin-left: 0; }
  .img-cont:nth-child(2n) {
    margin-right: 0; }
  .img-cont:last-child {
    margin-left: 0;
    margin-right: 0; }
  .img-cont img {
    width: 100%;
    position: absolute; }

#slider-img-1 {
  background: url(../img/img-1.png);
  background-size: cover;
  background-position: center; }

#slider-img-2 {
  background: url(../img/img-2.png);
  background-size: cover;
  background-position: center; }

#slider-img-3 {
  background: url(../img/img-3.png);
  background-size: cover;
  background-position: center; }

.contact.bg-gray {
  padding: 100px 0; }
  .contact.bg-gray h2, .contact.bg-gray h3 {
    color: #606060; }
  .contact.bg-gray h2 {
    font-size: 1.31em; }
  .contact.bg-gray h3 {
    font-size: 1em; }
  @media only screen and (max-width: 750px) {
    .contact.bg-gray {
      padding: 30px 0; }
      .contact.bg-gray .col-6-2 {
        width: 100%;
        text-align: center; } }

.data-info {
  color: #95989A;
  margin: 20px 0 10px; }
  .data-info div {
    margin-bottom: 20px; }
  .data-info a {
    display: block;
    line-height: 1.5; }
  .data-info p {
    margin: 0; }
  @media only screen and (max-width: 750px) {
    .data-info {
      margin: 15px 0; } }

.anotation-cont {
  padding: 80px 20px; }
  .anotation-cont .data-info {
    width: 280px;
    padding-bottom: 20px;
    font-size: 1.31em; }
  @media only screen and (max-width: 750px) {
    .anotation-cont {
      padding: 30px 20px; }
      .anotation-cont .col-6-2, .anotation-cont .col-6-3 {
        width: 100%; }
      .anotation-cont .off-l-6-1 {
        margin-left: 0; } }

.clear-b-padding {
  padding-bottom: 0; }

.text-col-cont {
  margin-bottom: 120px;
  padding-right: 100px;
  color: #676767; }
  @media only screen and (max-width: 990px) {
    .text-col-cont {
      padding-right: 50px; } }
  .text-col-cont h3 {
    font-size: 1.31em; }
    .text-col-cont h3:first-child {
      margin-top: 0; }
  .text-col-cont h1, .text-col-cont h2, .text-col-cont h3, .text-col-cont h4 {
    margin-top: 30px;
    color: #4d4d4d; }

.menu-icon {
  width: 54px;
  height: 54px;
  background: #FFF;
  position: relative;
  display: none;
  float: right;
  cursor: pointer; }
  @media only screen and (max-width: 990px) {
    .menu-icon {
      display: inline-block; } }
  .menu-icon div {
    background-color: #95989A;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .menu-icon div#c-1 {
      top: 18px; }
    .menu-icon div#c-3 {
      top: auto;
      bottom: 15px; }
  .menu-icon:hover #c-1 {
    top: 14px; }
  .menu-icon:hover div#c-3 {
    bottom: 11px; }
  .menu-icon.active div#c-1 {
    left: 13px;
    transform: rotate(135deg);
    top: 26px; }
  .menu-icon.active div#c-2 {
    width: 0px; }
  .menu-icon.active div#c-3 {
    left: 13px;
    bottom: 25px;
    transform: rotate(45deg); }
  .menu-icon.active:hover div#c-1 {
    left: 13px;
    transform: rotate(45deg);
    top: 26px; }
  .menu-icon.active:hover div#c-2 {
    width: 0px; }
  .menu-icon.active:hover div#c-3 {
    left: 13px;
    bottom: 25px;
    transform: rotate(-45deg); }

.border-anchor {
  margin: 30px 0 0;
  margin-right: 10px;
  padding: 10px 30px;
  border: 2px solid white;
  display: inline-block;
  font-size: 0.8em; }
  .border-anchor:hover {
    background-color: rgba(255, 255, 255, 0.4);
    color: white; }

.social-icons img {
  width: 40px; }
.social-icons ul {
  margin: 0;
  padding: 0; }
  .social-icons ul li {
    display: inline-block;
    margin-right: 10px; }
    .social-icons ul li:hover img {
      opacity: 0.5; }

.icon-array {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  margin: 100px auto;
  padding: 35px; }
  @media only screen and (max-width: 750px) {
    .icon-array {
      display: block;
      margin: 0px; }
      .icon-array .icon-circle {
        margin: 0px auto 40px; } }

.linked-icon-array {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 60px auto;
  padding: 35px; }
  .linked-icon-array .icon-circle {
    margin: 0 50px; }
  .linked-icon-array .linked-io {
    position: relative; }
    .linked-icon-array .linked-io:after {
      content: '';
      width: 70px;
      height: 0px;
      border: 1px solid #95989A;
      position: absolute;
      top: 50px;
      right: -85px; }
  @media only screen and (max-width: 990px) {
    .linked-icon-array {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 750px) {
    .linked-icon-array {
      margin: 30px auto;
      display: block; }
      .linked-icon-array .icon-circle {
        margin: 0 auto; }
      .linked-icon-array .linked-io {
        margin-bottom: 40px; }
      .linked-icon-array .linked-io:after {
        display: none; } }

.icon-circle {
  width: 100px;
  text-align: center; }
  .icon-circle > div , .circle-border  {
    width: 95px;
    height: 95px;
    border: 2px solid #dedede;
    border-radius: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;

    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .icon-circle > div img {
      width: 65px; }

.circle-border img{
  width: 75px;
  }

.border-b-blue {
  border-bottom: 6px solid #6CB7DD; }

.bg-gray {
  width: 100%;
  background-color: #EFEFEF;
  overflow: auto; }

.border-bottom-1 {
  border-bottom: 2px solid #95989A;
  box-sizing: content-box; }

.border-t-gray {
  border-top: 1px solid #dedede; }
  @media only screen and (max-width: 750px) {
    .border-t-gray {
      border-top: none; } }

.border-b-gray {
  border-bottom: 1px solid #dedede; }
  @media only screen and (max-width: 750px) {
    .border-b-gray {
      border-bottom: none; } }
      
.columns-2 .col-6-6{
	float: none;
}
.sector-array{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: space-around; 
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
     -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .sector-array li{
    width: 300px;
    margin: 15px 0px;
    font-size: 20px;
     display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; 

    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;

  }
  .sector-array li p{

    margin-left: 15px;
    float: right;
  }
  .sector-array li img{
    opacity: 0.6;
    width: 30px;
  }
  .sector-text-cont{
    padding: 0 20px ;
    margin: 100px auto;
  }
}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes
/*# sourceMappingURL=aplication.css.map */
