/*Default CSS*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer, header, section{
    margin-top:-1px;
}
body {
  font-size: 18px;
  word-wrap: break-word;
}
body > div {
  font-size: 18px;
}
:focus {
  outline: none;
}
a,a:hover,a:focus {
  text-decoration: none;
}
h2 {
  font-size: 30px;
}
h2.site-title, h2.site-tag {
  font-size: 18px;
  line-height: 1;
}
h2.site-tag {
  font-weight: 400;
}
.container {
  max-width: 1200px;
}
/*MENU*/
a.nav-link {
  font-size: 16px;
  padding: 0;
  text-transform: uppercase;
  padding: 0 6px !important;
}
.navbar-nav li.nav-item:last-child a {
  padding-right: 0;
}
/*BANNER_SECTION*/
.banner-row h1 {
  font-size: 4vw;
  margin-bottom: 0;
}
.banner-row .tagline-text {
  font-size: 2vw;
  letter-spacing: 0.25vw;
  font-weight: 600;
}
.button-bg {
  box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 60%)!important;
  width: 250px;
  text-transform: uppercase;
}
.social_icon:not(:last-child) {
  margin-right: 10px;
}
[role=button] {
    display: inline-block;
}
/*AUDIO_SECTION*/
body span.mejs__time-loaded,
body span.mejs__time-hovered,
body span.mejs__time-buffering,
.mejs__volume-button,
.mejs__time-handle-content,
.mejs__horizontal-volume-slider,
.mejs__ime-float,
.mejs__time.mejs-duration-container,
.mejs__time.mejs-currenttime-container,
.mejs__time,
audio {
  display: none;
}
.mejs__container {
  width: calc(100% - 37px) !important;
  height: 22px !important;
  background: transparent;
}
.mejs__controls .mejs__time-rail .mejs__time-total,
.mejs__time-float-corner,
.mejs__controls .mejs__time-rail .mejs__time-loaded {
    top: 0px;
    height: 11px;
  margin: 0;
  border-radius: 0;
  background: transparent; 
}
body .mejs__time-current {
  height: 11px;
  border-radius: 0;
}
.mejs__button > button,
body .mejs__replay button {
  background: transparent;
  margin: 0;
}
.mejs__play:before,
.mejs__replay:before {
  content: "\f04b";
}
.mejs__pause:before {
  content: "\f04c";
}
.mejs__play:before,
.mejs__replay:before,
.mejs__pause:before {
  position: absolute;
  font-family: fontawesome;
  font-size: 20px;
  top: 12px;
  left: 9px;
}
i.fa {
  font-size: 18px;
  top: 3px;
  left: 6px;
  position: relative;
}
.mejs__button {
  width: 32px;
  height: 32px;
}
.mejs__controls {
  height: auto;
  padding: 0;
  background: none !important;
}
.mejs__time-rail {
    margin: 0;
    height: 11px;
    padding: 0;
    left: 0;
    top: 11px;
}
iframe {
  width: 100%;
}
body .mejs__button > button:focus {
  outline: none;
}
body .mejs__button.mejs__playpause-button button {
  background: none;
}
body .mejs__button button {
  transition: none;
  top: 4px;
}
.mejs__time-float {
  display: none !important;
}
.download {
  position: absolute;
  top: 17px;
  right: 12px;
  width: 33px;
  height: 32px;
}
.audioplayer {
  position: relative;
  width: 74%;
  margin: 0 auto;
}
#filename {
  position: relative;
  left: 35px;
  z-index: 999;
  width: calc(100% - 84px);
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
/*TESTIMONIAL_SECTION*/
.carousel-caption {
  position: initial;
  z-index: 10;
  text-align: center;
  padding: 0 3.2em;
}
.author-name:before {
  content: "-";
  padding-right: 4px;
}
.carousel-caption:before,
.carousel-caption:after {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 38px;
  position: absolute;
  top: -10px;
}
.carousel-caption:before {
  left: 15px;
}
.carousel-caption:after {
  top: -3px;
  right: 15px;
  transform: rotate(180deg);
}
.carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-radius: 100%;
  opacity: 1;
}
.carousel-indicators button {
  position: relative;
  opacity: 1;
}
button[data-bs-slide-to="mode"], button[data-bs-slide-to="heading"] {
  display: none;
}
/*LOGO_SECTION*/
.slick-slider span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
}
.slick{
    text-align: center;
}
.slick-list.draggable {
  margin: 0 25px;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  height: 14px;
  width: 10px;
  text-indent: -9999px;
  top: 34%;
  border: 0px;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.slick-slider .slick-prev {
  left:5px;
}
.slick-slider .slick-next {
  right: 5px;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
  outline: none;
}
.slick-track {
  display:inline-flex;
  align-items:center;
}
/*CONTACT_SECTION*/
.contact-row a {
  line-height: 1.8;
}
/*FOOTER_SECTION*/
.footer-bg p {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}
/*BLOG_SECTION*/
.outer-border{
    border:2px solid #000;
    border-radius:15px;
    position: relative;
}
.outer-border a, .single-blog-view a{
    color:#000;
    font-weight: bold;
}
.outer-border h2 {
    line-height: 28px;
    font-size: 22px !important;
}
.custom_button{
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5em !important;
}
.custom_excerpt{
    padding-bottom: 5em;
    padding-top:1em;
}
/*RESPONSIVE MODE*/
@media only screen and (max-width: 1500px) {
.media-icons{
    order:1 !important;
}  
.menu-col{
    order:3 !important;
}
.social-col{
    order:2 !important;
}
.media-icons, .social-col{
    width: 50%;
}
.menu-col{
    width:100%;
}
}
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 100%;
  }  
}
@media only screen and (max-width: 1200px) {
  a.nav-link {
    font-size: 15px;
    padding: 5px 6px !important;
  }
  body {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    right: 0;
    top: 32px;
    width: 50%;
    z-index: 999;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
    text-align: center;
    line-height: 1;
    padding: 5px 0;
  }
  .navbar-collapse {
    left: 0;
    margin: 0 auto;
  }
  .contact-row h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2.site-tag{
      border: 0 !important;
  }
  .banner-row h1 {
    font-size: 7vw;
  }
  .banner-row .tagline-text {
    font-size: 4vw;
  }
  .media-icons, .social-col{
    width: 100%;
  }
  .affliation-img {
    width: auto !important;
  }  
}
@media only screen and (max-width: 639px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  body, h2.site-title, h2.site-tag {
    font-size: 16px;
  }
  h2 {
    font-size: 26px;
  }
  .navbar-collapse {
    width: 80%;
  }
  .audioplayer {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .button-bg {
    width:auto;
  }
}