/**-----------------------

 docSlider.js - ver.3.0.1
 URL : https://prjct-samwest.github.io/docSlider/
 created by SamWest
 Copyright (c) 2020 SamWest.
 This plugin is released under the MIT License.

 -----------------------**/
/* CHANGE THE PAGER STYLE */


@font-face {
    font-family: 'open_sansregular';
    src: url('/../fonts/OpenSans-Regular-webfont.woff');
    src: url('/../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('/../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('/../fonts/OpenSans-Light-webfont.eot');
    src: url('/../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/OpenSans-Light-webfont.woff2') format('woff2'),
         url('/../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('/../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('/../fonts/OpenSans-LightItalic-webfont.eot');
    src: url('/../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/OpenSans-LightItalic-webfont.woff2') format('woff2'),
         url('/../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('/../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('/../fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/../fonts/OpenSans-Bold-webfont.eot');
    src: url('/../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('/../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('/../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sansitalic';
    src: url('/../fonts/OpenSans-Italic-webfont.eot');
    src: url('/../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../fonts/OpenSans-Italic-webfont.woff2') format('woff2'),
         url('/../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('/../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/../fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
animation: fadeInAnimation ease 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

.clearfix::after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


.title-1{
  font-size: 30px;
  font-family: "Rubik",sans-serif;
  font-weight: 900;
  color: #ff0202;
  letter-spacing: 1px;
  }


.title-2{
  font-family: "Rubik",sans-serif;
  font-size: 25px;
  font-family: sans-serif;
  font-weight: 200;
  color: #ff0202;
  letter-spacing: 1px;
}

.title-dark-bold{
  font-family: "Rubik",sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 1px;
    color: black;
    text-transform: uppercase;
  }

  .title-dark-thin{
    font-family: "Rubik",sans-serif;
      font-size: 25px;
      font-weight: 200;
      line-height: 1.25;
      letter-spacing: 1px;
      color: black;
      text-transform: uppercase;
    }

    .title-white-bold{
      font-family: "Rubik",sans-serif;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.25;
        letter-spacing: 1px;
        color: aliceblue;
        text-transform: uppercase;
      }

      .title-white-thin{
        font-family: "Rubik",sans-serif;
          font-size: 25px;
          font-weight: 200;
          line-height: 1.25;
          letter-spacing: 1px;
          color: aliceblue;
          text-transform: uppercase;
        }



.content{

font-size: 15px;
padding-top: 5px;
padding-bottom: 5px;
display: inline-block;
}

.content-right{

  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 90%;
  text-align: justify;
  float: right;
  display: inline-block;
}

.content-left{

  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 90%;
  text-align: justify;
  display: inline-block;
}

.quotes{
  font-style: italic;
  font-weight: 600;

  padding-top: 5px;
  padding-bottom: 5px;
}

.section-container{
  max-width: 1100px;
  margin:0 auto;
}

.intro{
  background-image: linear-gradient(
    to right,
    red,
    white 35%,
    white 65%,
    red
);
background-repeat: no-repeat;
background-size: 100% 2px;
background-position: 0 center;
}

.main-heading{
  font-size: 30px;

  text-align: center;
}

.martop-70{
  margin-top: 70px;
}

.martop-40{
  margin-top: 40px;
}

.martop-30{
  margin-top: 30px;
}

.marbot-30{
  margin-bottom:30px;
}

.martop-20{
  margin-top: 20px;
}

.marbot-20{
  margin-bottom:20px;
}

.martop-10{
  margin-top: 10px;
}

.marbot-10{
  margin-bottom:10px;
}


img {
  width: 60%;
}

.image-center img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.txt-center{
  text-align: center;
}

.intro-right{
background-image: linear-gradient( to right, red, #ff00008a 50%, #ff000029 65%, white );
background-repeat: no-repeat;
background-size: 100% 2px;
background-position: 0 center;
}

.intro-left{
  background-image: linear-gradient( to right, #ffffff00, #ff00003d 40%, #ff0000b5 70%, #ff0202 );
      background-repeat: no-repeat;
      background-size: 100% 2px;
      background-position: 0 center;
}

.float-right{
  text-align: right;
}

.bg-red{
  background-color: #eb3737;
}

.pd-20{
  padding: 20px;
}

.txt-aliceblue{
    color: aliceblue;
}
.txt-red{
    color: #eb3737;
}
.bold{
  font-weight: bold;
}
p{
  line-height: 1.5em;
  font-family: 'open_sansregular';
}


video {
  width: 500px;
  height: auto;
}

@media screen and (max-width: 700px) {
  .section-container{
    margin: 20px;
  }
  .image-center img {
    width: 100%;
}

.content-right{
  width: 100%;
  float: none;
}

.content-left{
  width: 100%;
  float: none;
}

.left{
  float: none;
  text-align: center;
  padding: 0;
}

video {
  width: 100%;
  height: auto;
}
}
