body{
    font-size: 18px !important;
    font-family: 'Open Sans Condensed', 'Gill Sans MT Condensed', sans-serif !important;
}
.container{
    margin-top: 0% !important;
}
.top{
    background: #000;
    padding-right: 5%;
    padding-left: 0%;
}
a.pop{    
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
}
li>a.pop:hover{
    color:red !important; 
}
img.ic{
    padding: 2px; 
    height: 25px;
   
}
a.a{
    text-decoration: none;
}
.ml-a{
    padding-right: 30%;
}
a.r{
    font-size: 16px;
}
.lol{
    margin-top: 0% !important;
    padding-top: 0%;
    background: rgb(247, 245, 245);
    padding-left: 0% !important;
    margin-left: 0% !important;
   padding-bottom: 0%;
}

.navbar{
   height: 78px ;
}
img.logo{  
    width: 308px;
    height: 78px; 
    border-left: 40px solid  rgba(16, 52, 102);   
}
.yes{
   margin-right: 150px;
   color: #fff;
}
li>a.pap{
 font-size: 1.5em;
 color: #000;
 text-transform: uppercase;
 text-decoration: none;
 
}

img.is{
    height: 3em;
}
img.solo{
    padding-bottom: 6px;
}
img.mcg{
    max-width: 400px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 2000px;
  position: relative;
  margin: auto;
  padding-top: 0px;

}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(107, 107, 107, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 4px;
  max-height: 100px;
  width: 100%;
  text-align: center;
  background-color: rgba(16, 52, 102, 0.8);
  border-bottom: 8px solid rgba(218, 9, 9, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: rgb(129, 127, 127);;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #201f1f;
}

/* Fading animation */
.fades {
  -webkit-animation-name: fades;
  -webkit-animation-duration: 5.0s;
  animation-name: fades;
  animation-duration: 5.5s;
}

@-webkit-keyframes fades {
  from {opacity: .8} 
  to {opacity: 2}
}

@keyframes fades {
  from {opacity: .5} 
  to {opacity: 4}
}

.podcast{
   width: 100%;
}

  
.write{
    padding: 75px 0px 75px 25px;
}
.talk{
    margin-top: 10px;
    padding: 15px;
    text-align: justify;
}  
.fall{
    background-image: url(./assets/image/bg.png) no-repeat;
    background-size: cover;
} 

.f1{
   background-image: url(./assets/image/fl1_1.jpg);
   background-size: cover;
    margin: 10px;
}
.f2{
    background-image: url(./assets/image/fl_2_v3.jpg);
    background-size: cover;
    margin: 10px;
}
.f3{
    background-image: url(./assets/image/fl_3_v3.jpg);
    background-size: cover;
    margin: 10px;
}
.jumb{
    background-image: url(./assets/image/bag.jpg) !important;
    background-size: cover;
    width: 100%;
    border-radius: 0px;
    margin-top: 30px;

  
}
.quick{
    background-color: rgba(255, 255, 255, 0.8) !important;    
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    color: rgb(0, 162, 255);
    font-weight: 100;
    
}
a.mm{
    color: rgb(0, 162, 255);
    font-weight: 100;
    text-decoration: none !important;
}
.foot{
    background:  rgba(16, 52, 102);
    width: 100%;
    margin-top: 40px;
    margin-right: 0px !important;
}
img.chi{
    width: 100%;
}
/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */

 

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width:992px) and (max-width: 1200px) { 
    .navbar{
        height: 78px ;
     }
     img.logo{  
         width: 308px;
         height: inherit; 
         margin-left: 90%;
         margin-top: 0%;
     }
     .navbar-header{
         background: rgba(16, 52, 102);
         width: 40%;
         height: inherit;
     }
     .yes{
        margin-right: 400px;
        color: #fff;
     }
     .top{
        padding-right: 25%;
        padding-left: 0%;
    }
}

img.logo2{
    display: none;
}
a.ll{
    display: none;
}
 
#content-mobile {display:none}

@media  (max-width: 767.98px) {

    #content-desktop {display: block !important;}

    .navbar-default{
        background-color: #000 !important;
         margin: 0%;
    }
    .navbar-header{        
        height: inherit;
    }
    img.logo{  
       display: none;        
    }
    .slideshow-container {
        max-width: 2000px;
        position: relative;
        margin: auto;
        padding-top: 10px;
        height: 400px ;
      
      }
      .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 8px;
        position: absolute;        
        max-height: 100px;
        width: 100%;
        text-align: center;
        background-color: rgba(16, 52, 102);
        border-bottom: 8px solid rgba(218, 9, 9);
      }
      .mode{
          margin-top: 50px !important; 
      }
      .nav.justify-content-end.top {
        display: none;
    }
    img.do{
        display: none;
    }
    img.iq{
        width:inherit;
        min-height: 400px;
      }
      p{
          display: none;
      }
      .dot{
          display: none;
      }
      h1{
          font: 2em ;
          margin-left: 18px;
      }
      .card{
          margin-bottom: 10px;
      }
      img.logo2{    
       display: inline;
       height: 72px;       
      }

      img.mcg{
        width: 310px;
      }
      a.ll{
        display: inline;
          color: #fff;
          text-decoration: none;
          font-size:35px;          
          margin-top: 0%;  
          padding-left: 50px;     
      }
      .yes{
          display: none;
      }
}

.doc{
   background-image: url(./assets/image/favicon.ico) ;
   background-size: cover;
  
}
.up{
    background-color: rgb(255, 255, 255,0.8) !important;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
.tit{
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}


.button {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
  @-webkit-keyframes glowing {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }
  
  @keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  }

  .recha{
      height: 45px;
      width: 45px;
      float: left;
  }
  .pk{
    margin-bottom: 5px;
    height: 60px;
    margin-left: 75px;
    border: 5px solid #eee;
  }