@charset "UTF-8";
/* CSS Document */
/* reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* LAYOUT */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  display: block;
  margin: 0;
}
body {
  height: 100%;
  font: 400 15px Arial, sans-serif;
  position: relative;
}
/*loader*/
.loading {
  background: url("../media/ico_loading.gif") no-repeat center center;
}
.loaded section, .no-js section {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
/*end loader */
.navbar {
  width: 100%;
  position: fixed;
  z-index: 1000;
  background: #fff;
  padding: 15px;
  text-transform: uppercase;
}
.navbar a {
  text-decoration: none;
  margin: 10px;
  color: #000;
}
.navbar a:hover {
  /*color: #505050;*/
  letter-spacing: 1px;
}
.bgimg-1, .bgimg-2, .bgimg-4, .bgimg-5 {
  position: relative;
  /*opacity: 0.95;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("../media/flag.jpg");
  min-height: 100%;
}
.bgimg-2 {
  background-image: url("../img-doctors/dochellicopter.jpg");
  min-height: 500px;
}
.bgimg-4 {
  background-image: url("../img-doctors/donkey.jpg");
  min-height: 500px;
  clear: both;
}
.bgimg-5 {
  background-image: url("../img-doctors/spray.jpg");
  min-height: 100%;
}
.caption-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #ec3432;
}
/* paralax video style */
.videobg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  max-height: 500px;
}
/*.vid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    z-index: -2;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0px);
    opacity: 0.5;
    background-position: initial initial;
    background-repeat: initial initial;
}*/
.vid-bg {
  position: absolute;
  width: 100%;
  height: 800px;
  top: 0px;
  left: 0px;
  z-index: -10;
  background-image: url("../img-doctors/smogposter.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: initial initial;
}
.wrapper {
  min-height: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 215px 0;
}
.section-title {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.section-title p {
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 10px;
  color: #ec3432;
  padding: 18px;
}
p {
  clear: both;
}
.bv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}
/* end paralax video style */
.border {
  text-transform: uppercase;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}
.words1, .words2, .words3 {
  color: #505050;
  background-color: #fff;
  padding: 50px 80px;
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
}
.position {
  position: relative;
}
.words2 img {
  padding: 10px 0 10px 0;
  width: 65%;
}
.words1 img {
  padding: 0 0 20px 0;
  width: 65%;
}
.col, .col1, .col2, .col3 {
  float: left;
  width: 50%;
}
.col video, .col1 video, .col2 video, .col3 video {
  padding: 10px 25px 15px 0;
  width: 100%;
}
/*.col1 {
  padding-top: 20px;
}
.col2, .col3 {
  padding-bottom: 60px;
}*/
footer {
  width: 100%;
  background: #fff;
}
footer p {
  text-align: right;
  padding: 0 10px 5px 0;
}
.logo img {
  height: 60px;
}
.to-top {
  position: fixed;
  bottom: 1.2rem;
  right: 1.5rem;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  -mox-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .3));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .3))
}
.to-top.active {
  bottom: 1.2rem;
  opacity: 0.5;
}
footer a:hover {
  -mox-transform: scale(1.1) translateY(-7px);
  -webkit-transform: scale(1.1) translateY(-7px);
  transform: scale(1.1) translateY(-7px);
}
@media screen and (min-width: 1441px) {
  .bgimg-2 {
    min-height: 700px;
  }
  .bgimg-4 {
    min-height: 700px;
    clear: both;
  }
  .words2 img {
    padding: 10px 20px 10px 0;
    /*width: 65%;*/
    max-width: 45%;
    float: left;
  }
  .words1 img {
    padding: 0 0 20px 0;
    /*width: 65%;*/
    max-width: 45%;
    float: left;
  }
  .col, .col1, .col2, .col3 {
    float: left;
    /*width: 50*/
    max-width: 45%;
  }
  .row video {
    padding: 10px 25px 15px 0;
    width: 100%;
  }
  /*.col1 {
    padding-top: 20px;
  }
  .col2, .col3 {
    padding-bottom: 40px;
  }*/
  p {
    clear: both;
  }
  /* parallax video */
  .videobg-section {
    min-height: 700px;
  }
  .vid-bg {
    width: 100%;
    min-height: 1300px;
    background-image: url("../img-doctors/smogposter.jpg");
    background-size: cover;
    background-position: center center;
  }
    
  
  .wrapper {
  min-height: 700px;
    width: 100%;
    margin: 0 auto;
      padding: 317.5px 0;
    
  }
  .bv-video video {
    min-height: 700px;
    top: 0px;
    left: 0px;
    position: relative;
    z-index: -11;
    object-fit: cover;
    background-position: center;
  }
  /* end parallax video style */
}
@media screen and (max-width: 980px) {
  .words2 img {
    padding: 5px 0 10px 0;
    width: 100%;
  }
  .words1 img {
    padding: 0 0 5px 0;
    width: 100%;
  }
  .vid-bg {
    width: 100%;
  }
  .col video, .col1 video, .col2 video, .col3 video {
    padding: 5px 20px 10px 0;
    width: 100%;
  }
  .border, .section-title p {
    padding: 14px;
    font-size: 22px;
    letter-spacing: 8px;
  }
  .col, .col1, .col2, .col3 {
    width: 100%;
    display: block;
  }
  .col2, .col1 {
    padding: 0px;
  }
  .col3 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 680px) {
  .words2 img {
    padding: 10px 0 5px 0;
    width: 100%;
  }
  .words1 img {
    padding: 0 0 5px 0;
    width: 100%;
  }
  .col, .col1, .col2, .col3 {
    width: 100%;
    padding: 0;
  }
  .col3 {
    width: 100%;
    padding-bottom: 10px;
  }
  .col video, .col1 video, .col2 video, .col3 video {
    padding: 10px 0 10px 0;
    width: 100%;
  }
  .words1, .words2, .words3 {
    padding: 40px 10px;
  }
  .border, .section-title p {
    padding: 8px;
    font-size: 18px;
    letter-spacing: 6px;
  }
}