/*!
 * Start Bootstrap - Agency v4.0.0-beta (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

@font-face {


  font-family: 'robotoregular';
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
  url('../fonts/roboto-regular-webfont.woff') format('woff'),
  url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
  url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}


@font-face {


  font-family: 'pfdindisplaypro';
  src: url('../fonts/pfdindisplaypro-reg-webfont.eot');
  src: url('../fonts/pfdindisplaypro-reg-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/pfdindisplaypro-reg-webfont.woff2') format('woff2'),
  url('../fonts/pfdindisplaypro-reg-webfont.woff') format('woff'),
  url('../fonts/pfdindisplaypro-reg-webfont.ttf') format('truetype'),
  url('../fonts/pfdindisplaypro-reg-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}


body {
  overflow-x: hidden;
 /*  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  background-color: #d2d2d2;
}

:root {
  --animate-delay: 0.5s;
}

a:hover {
  text-decoration: none;
}

.gradient2 {
  padding-top: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(0deg, rgba(251,251,251,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(0deg, rgba(251,251,251,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(0deg, rgba(251,251,251,1) 0%,rgba(249,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient {

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

p {
   }

.h4, h4 {
  font-size: 1.2rem;
}

.text-muted {
  color: #666e76 !important;
}

div.team-member h4 {
  margin-bottom: 15px;
}

div.team-member .text-muted.sub  {
  font-weight: 700;

}

@media (min-width: 768px) {

  .shift {
    margin-left: 16%;
  }

}


.slide1 {
  width: 47%; margin: 0 0 0 3%; height: 600px; display: inline-block; float: left;
}

.slide2 {
  height: 600px; width: 47%; margin: 0 3% 0 0; background-color: #f5f5f5; display: inline-block;
}

.slide2 p {
  margin-left: 7px;
  margin-bottom: 0;
  font-size: 16px !important;
  text-align: left !important;
  color: #777 !important;
}

@media (max-width: 1200px) {

  .slide1 {
    width: 94%; margin: 0 3%; height: 250px;
  }

  .slide2 {
    height: 400px; width: 94%; margin: 0 3%; background-color: #f5f5f5;
  }

}




.slide3 {
  width: 47%; margin: 0 3% 0 0 ; height: 300px; display: inline-block; float: right;
}

.slide4 {
  height: 300px; width: 47%; margin: 0  0 0 3%; background-color: #f5f5f5; display: inline-block;
}

.slide4 p {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 16px !important;
  text-align: left !important;
  color: #777 !important;
}

@media (max-width: 768px) {

  .slide3 {
    width: 94%; margin: 0 3%; height: 300px;
  }

  .slide4 {
    height: 300px; width: 94%; margin: 0 3%; background-color: #f5f5f5;
  }

}

.absol {
  position: absolute !important; bottom: 15px; right: 45px;
}

.c-header {
  font-weight: 100;
  font-size: 35px;
  line-height: 28px;
  color: #0085de;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'robotoregular',  Arial, sans-serif;

}

#about {
  background-image: url(../img/about_bg.jpg);
  background-size: cover;
  background-position: center;

}

#writetous {
  background-image: url(../img/form_bg.jpg);
  background-size: cover;
  background-position: center;
  background-color: #e4574c;

}

.techimg {
  width: 100%; padding: 10%; height: auto;
}

.techimg:hover {

   padding: 4% !important;
   width: 96% !important;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(209,54,61,1);

}

#partners2 {
  background-image: url(../img/partner_bg.jpg);
  background-size: cover;
  background-position: center;
  min-height: 144px;

}

#technologies {
  background-image: url(../img/tech_bg.jpg);
  background-size: cover;
  background-position: center;
  background-color: #0f96de;
  color: #fff;
}


#getstarted {
  background-image: url(../img/tech_bg.jpg);
  background-size: cover;
  background-position: center;
  background-color: #0f96de;
  color: #fff;
}

.midcentr {
  width: 56%;
  margin-left: 22%;
  font-family: 'pfdindisplaypro',  Arial, sans-serif;
  margin-bottom: 0px;

}

@media (max-width: 991px) {
  .midcentr {
    width: 78%;
    margin-left: 11%;
  }

}


@media (max-width: 768px) {
  .midcentr {
    width: 88%;
    margin-left: 6%;
  }

}


.c-descr {
  font-weight: 100;
  margin-top: 15px;
  line-height: 28px;
  color: #555;
  text-align: justify;
}

.sliderline1 {
  color: white;
  margin-top: 270px;
  margin-left: 50px;
  font-size: 55px;
  line-height: 55px;
  font-family: 'robotoregular',  Arial, sans-serif;
  background-color: rgba(224,185,40,.7);
  padding: 25px;
}

.sliderline3 {
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 54px;
  font-size: 12px;
  line-height: 17px;

}

@media (max-width: 550px) {

  .sliderline1 {
    font-size: 27px;


  }

  .sliderline3 {
    width: 200px !important;


  }

  .sliderline2 {


  }



}

.sliderline2 {
  color: white;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 33px;
  font-weight: 100;
  margin-left: 52px;
  font-family: 'robotoregular',  Arial, sans-serif;
}

@media (max-width: 1200px) {

  .sliderline1 {

    margin-left: 3px;
  }

  .sliderline2 {
    color: white;
    margin-top: 5px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 33px;
    font-weight: 100;
    margin-left: 5px;
    font-family: 'robotoregular',  Arial, sans-serif;


  }

  .sliderline3 {

    margin-left: 5px;


  }

  a.but {

    margin-left: 5px !important;
  }


}

@media (max-width: 990px) {

  .sliderline3, .sliderline2 {

    margin-left: 5px;
    width: 300px;

  }

}



a {
  color: #008cc8; }
  a.active, a:active, a:focus, a:hover {
    color: #fec503; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2em;
  color: #008cc8;
  font-family:  'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

section {
  padding: 50px 0 50px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 35px; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
  section {
    padding: 50px 0 50px 0; } }

::-moz-selection {
  background: #008cc8;
  text-shadow: none; }

::selection {
  background: #008cc8;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #008cc8; }

li.attention a,  a.but, button.but {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3ee09d+0,54dd7d+50,19d363+51,0dd89b+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3ee09d+0,5ae8c2+50,1adbb4+51,0dd89b+100 */
   background-color: black;
  color: white !important;
  border-radius: 5px;
  text-transform: none;

}

li.attention a:hover,   a.but:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */



}

 a.but {
  padding: 10px 35px;

  margin-top: 35px;
  display: inline-block;
   font-size: 12px;
   margin-left: 52px;
}


img.slider {
  width: 100%;
  height: auto;
  padding-top: 60px;
}

@media (max-width: 991px) {


  #mainNav .navbar-nav .nav-item .nav-link  {
     padding: 10px !important;
     display: inline-block;
  }

  img.slider {

    padding-top: 88px;
  }


}


@media (min-width: 1400px) {

  img.slider {

    padding-top: 70px;
  }


}


@media (min-width: 1500px) {

  img.slider {

    padding-top: 50px;
  }


}


div.slidetext {






}

div.slidetextinn {
  background-color: rgba(0,140,199,.8);
  min-height: 110px;
  border-radius: 25px;
  padding-top: 3px;

  border: 3px solid rgba(0,140,199,.9);
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333

}

div.row.text-center.slidetext {
  margin-top: -120px;
}

@media (max-width: 991px) {

  div.row.text-center.slidetext {
    margin-top: -155px;
  }

  div.slidetextinn {

    min-height: 145px;
    border-radius: 35px;
  }

}

@media (max-width: 767px) {

  div.row.text-center.slidetext {
    margin-top: -118px;
  }

  div.slidetextinn {
    margin-bottom: 15px;
    min-height: 110px;
    border-radius: 25px;
  }

}

@media (max-width: 575px) {

  div.row.text-center.slidetext {
    margin-top: 15px;
  }

  div.slidetextinn {
    margin-bottom: 15px;
    min-height: 110px;
    border-radius: 25px;
  }

}

@media (max-width: 425px) {

  div.linesml {
    font-size: 9px !important;
  }

  div.linebig {
    font-size: 30px !important;
  }

  div.slidetextinn {

    min-height: 85px;

  }

}


div.linesml {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

div.linebig {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}

#mainNav {
 /* border-bottom: 2px solid #008cc8; */
}

a.buttonorange {

       width: 140px;
       color: #f0f0f0;
       font-size: 14px;
       background-color: #0093e3;
       border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;

}

a.buttonorange2 {


  color: #f0f0f0;
  font-size: 14px;
  background-color: #0073b3;
  border-radius: 5px;
  margin-left: 15px;
  padding-left: 3px;
  padding-right: 5px;

}

@media (max-width: 1200px) {

  a.buttonorange {

    width: 160px;


  }
}

a.buttonorange:hover, a.buttonorange2:hover {


  color: #fff;
  font-size: 14px;
  background-color: #0073b3;
  border-radius: 5px;

}

img.logotop2 {
  height: 80px; width: auto;
}

@media (max-width: 450px) {

  img.logotop2 {
    height: 55px; width: auto;
  }

}

#mainNav {
  background-color: rgba(98,177,217,.8); }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #0093e3;
    font-family: 'robotoregular',  Arial, sans-serif;
    text-transform: uppercase; }
  #mainNav .navbar-brand {
    color: #0073a3;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #fec503; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 85%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: #f0f0f0;
    font-family: 'robotoregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* text-transform: uppercase; */ }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #0093e3; }

    a.mobiscreen {
      display: none;
    }

@media (max-width: 991px) {

  a.widescreen {
      display: none;
  }

  a.mobiscreen {
    width: auto;
    display: block;
  }

}


@media (max-width: 374px) {

  a.mobiscreen {
    display: none;
  }
}


@media (min-width: 992px) {


  #mainNav {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: rgba(98,177,217,.8); }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: rgba(98,177,217,.8); }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; } }

@media (min-width: 1200px) {

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
  }
}


header.masthead {
  text-align: center;
  color: black;
  margin-top: -25px;

  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 50px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 25px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-transform: uppercase; }

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 40px;
      font-style: italic;
      line-height: 40px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 75px;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 50px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-transform: uppercase; } }

.service-heading {
  margin: 15px 0;
  text-transform: none; }

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
    #portfolio .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background: rgba(254, 209, 54, 0.9); }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }
  #portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: white; }
    #portfolio .portfolio-item .portfolio-caption h4 {
      margin: 0;
      text-transform: none; }
    #portfolio .portfolio-item .portfolio-caption p {
      font-size: 16px;
      font-style: italic;
      margin: 0;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }

.portfolio-modal .modal-dialog {
  /* max-width: none; */

  height: 100%;
  margin: 0;
  margin: auto;

}

@media (max-width: 767px) {

  .hidemd {
    display: none;
  }

   }


.icofooter {
  width: 25px; height: auto; margin: 0 25px ;
}

@media (max-width: 991px) {

  .icofooter {
    width: 25px; height: auto; margin: 0 5px ;
  }

}




.portfolio-modal .modal-content {
  min-height: 100%;
  padding: 0px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .portfolio-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px; }
  .portfolio-modal .modal-content p {
    margin-bottom: 30px; }
  .portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .portfolio-modal .modal-content img {
    margin-bottom: 5px; }
  .portfolio-modal .modal-content button {
    cursor: pointer; }

.portfolio-modal .close-modal {
  position: absolute;
  z-index: 1000;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #222222; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #222222;
    }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }

.timeline {
  position: relative;
  padding: 0;
  list-style: none; }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #fff; }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px; }
    .timeline > li:after, .timeline > li:before {
      display: table;
      content: ' '; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      position: relative;
      float: right;
      width: 100%;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li .timeline-image {
      position: absolute;
      z-index: 100;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: white;
      border: 7px solid #f1f1f1;
      border-radius: 100%;
      background-color: #008cc8; }
      .timeline > li .timeline-image h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50%; }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px; }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right; }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px; }
      .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left; } }

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
      .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px; } }

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px; }
      .timeline > li .timeline-image h4 {
        margin-top: 40px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px; } }

.team-member {
  margin-bottom: 50px;
  text-align: center; }
  .team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid white; }
  .team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none; }
  .team-member p {
    margin-top: 0; }

.text-danger {
  color: #dc3545!important;
  background-color: white;
  border-radius: 3px;
}

section#contact {
   background-color: rgba(42,100,151,.7);
  /*background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-size: cover; */ }
section.contact2 {
  background-color: rgba(225,132,43,.5) !important;
}

section.contact3 {
  background-color: #0097c3 !important;
}



#normal-countdown div {
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}

  section#contact .section-heading {
    color: white; }
  section#contact .form-group {
    margin-bottom: 25px; }
    section#contact .form-group input,
    section#contact .form-group textarea {
      padding: 20px; }
    section#contact .form-group input.form-control {
      height: auto; }
    section#contact .form-group textarea.form-control {
      height: 186px; }
  section#contact .form-control:focus {
    border-color: #008cc8;
    box-shadow: none; }
  section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #eeeeee;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact :-moz-placeholder {
    font-weight: 700;
    color: #eeeeee;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #eeeeee;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #eeeeee;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact .text-danger {
    color: #e74c3c; }

footer {
  background-color: #0093e3;

  background-size: cover;
  background-position: center;
  color: white;

  padding: 25px 0;
  font-size: 12px;




}
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }

ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    font-size: 17px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 15%;
    outline: none;
    background-color: #008cc8;}
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #20abe1; }

    p.help-block ul li {
      list-style-type: none;
    }

.text-primary {
  color: #008cc8 !important; }

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #008cc8;
  background-color: #008cc8;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: #008cc8;
    background-color: #20abe1; }
  .btn-primary:hover {
    color: white;
    border-color: #008cc8;
    background-color: #20abe1; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #008cc8;
    background-color: #20abe1; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: #008cc8;
      background-color: #20abe1; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #008cc8;
    background-color: #008cc8; }
  .btn-primary .badge {
    color: #008cc8;
    background-color: white; }

.btn-xl {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 3px;
  color: white;
  border-color: #008cc8;
  background-color: #008cc8;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .btn-xl.focus, .btn-xl:focus {
    color: white;

    background-color: #20abe1; }
  .btn-xl:hover {
    color: white;

    background-color: #20abe1; }
  .btn-xl.active, .btn-xl:active,
  .open > .btn-xl.dropdown-toggle {
    color: white;

    background-color: #20abe1; }
    .btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover,
    .open > .btn-xl.dropdown-toggle.focus,
    .open > .btn-xl.dropdown-toggle:focus,
    .open > .btn-xl.dropdown-toggle:hover {
      color: white;

      background-color: #20abe1; }
  .btn-xl.active, .btn-xl:active,
  .open > .btn-xl.dropdown-toggle {
    background-image: none; }
  .btn-xl.disabled.focus, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled].focus, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover,
  fieldset[disabled] .btn-xl.focus,
  fieldset[disabled] .btn-xl:focus,
  fieldset[disabled] .btn-xl:hover {
    border-color: #008cc8;
    background-color: #008cc8; }
  .btn-xl .badge {
    color: #008cc8;
    background-color: white; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #008cc8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img.univer {
  margin: auto;
  max-width: 70%;
  height: auto;
}

.slideritem {
  height: 150px;
  display: flex;
  align-items: center;

}

.your-class2 p {
  font-size: 12px;
  text-align: justify;
  padding: 5px 10px;
}

#enroll img {

}
button {

  white-space: normal !important;
}
.card-header {
  padding: .75rem 1.25rem;
  width: 100% !important;

  display: block;
  margin-bottom: 0;
  background-color: #2a6497;
   border-bottom: none !important;
}

.card-header .btn-link {
  color: white;
}

div.card {
  width: 100% !important;
  margin: 10px 0;
  border: none;
}

a.topphone {
  width: 600px;
  margin-left: 30px;
}


@media (max-width: 768px) {

  a.topphone {
    width: auto;
    margin-left: 0px;
  }
}

h5 {
  font-size: 0.7rem;
}

p.help-block.text-danger ul {
  padding-left: 0;
}

img.logotop {
  width: auto;
  height: 80px;
}

a.topphonelinelogo {
  display: none;
}

a.consulshort {
  display: none !important;
}


@media (max-width: 991px) {


  img.logotop {
    width: auto;
    height: 50px;
  }

  a.topphoneline {
    font-size: 12px;
  }

  a.topphoneline img {
    width: 15px !important;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 100%;
  }

}

@media (max-width: 570px) {

  a.topphoneline {
    display: none;
  }

  a.topphonelinelogo {
    display: block;
    font-size: 73%;
    margin-left: 5px;
  }

  a.topphonelinelogo img {
    width: 15px !important;
  }




}

@media (max-width: 400px) {

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 30%;
    padding: 8px !important;
  }

  a.consulfull {
    display: none !important;
  }

  a.consulshort {
    display: inline !important;
  }

}

.videostart {
  height: 550px;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .video {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 25px;
    top: 10px;
  }

  .videostart {
    height: 350px;

  }
}

.video {position:relative;padding-bottom:56.25%;/*пропорции видео 16:9 */padding-top:; height:0;}

.video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}



.fill {

  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0!important;
  margin: 0!important;
}

.video-bg {
  object-fit: cover;

  font-family: 'object-fit: cover; object-position: center center;';

  width: 100%;

}

audio, canvas, progress, video {
  display: inline-block;
}

hr {
  height:2px;border:none;color:#1398c6;background-color:#1398c6;

}



.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}