.mySlides {
    display: none;
}

.slideshow-container img {
    width: 100%;
    height: 600px !important;
    background-size: cover;
    background-position: center;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
 
  width: 55%; 
  min-height: 80% !important;
  color: #fff;
  font-size: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 300px;
  padding-right: 100px;
  /* border: #1E303F 4px; */
  position: absolute;
  top: 60px;
  bottom: 15px;
  left:0;

  text-align: justify;
  float: left;
  opacity: 0.8;
}

.caption-bg{
  display: block;
 
  height: 60px;
  color: #fff;
  /* background-color: #0D202F; */
  background-color: #fff;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
 

    /* animation-duration: 1.5s; */

  /* opacity: 0;

  transition: all 0.2s; */
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.snow{
  height: 40px;
  width: 235px;
  background-color: white;
  position: relative;
  left:60px;
  top:280px;
  border-radius: 8px;
}



  .slider_header_title{
    font-size: 16px;
    font-weight: bold;
    color: #112233;
  }

   .the-title-page {
    color: #134D87;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.01em;
    display: inline-block;
    margin-bottom: 40px;
  }

  .the-tag-content-font{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    transition: all 0.2s;
  }

  .the-tag-title-page {
    color: #134D87;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.01em;
    display: inline-block;
    margin-bottom: 10px;
  }


  .slide--title--page {
    color: #112233;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
  }

  .slide--desc--page {
    color: #013763;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }

 .slide--super {
    color: #5c5c5c;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
  }

.btn > span {
    height: 38px;
    padding: 9px 35px;
    line-height: 1;
    display: inline-block;
    border-radius: 32px;
    border: 2px solid transparent;
    transition: all 0.1s;
  }

.buttons {
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
  clear: both;
}

.btn {
  height: 40px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 32px;
  transition: all 0.1s;
}

.read-more{
  margin-top: 30px;
  text-align: center;
  height: 40px;
  color: #fff !important;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  padding: 0;                     
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 32px;
  transition: all 0.1s;
  width:200px !important;
}

.the-title {
  /* color: #013763; */
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 5px;
  transition: all 0.2s;
}

.col-box-link {
  text-decoration: none;
  display: block;
  outline: none;
}

#content-wrapper > a:hover{
  border: 1px solid #fff !important;
}

