/*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;
}
footer, header, section{
    margin-top:-1px;
}
body {
  font-size: 18px;
  word-wrap: break-word;
}
:focus {
  outline: none;
}
a,a:hover,a:focus {
  text-decoration: none;
}
.container {
  max-width: 1200px;
}
h1 {
  font-weight: 700;
  margin-bottom: 0;
}
h2 {
  font-size: 30px;
  font-weight: 800;
}
/*HEADER_SECTION*/
.banner-row h1 {
  font-size: 4vw;
  line-height:1;
}
h2.site-title {
  font-size: calc(0.8vw + 0.5vh + 0.4vmin);
}
/*MENU_SECTION*/
.navbar-toggler {
  margin: 0 auto;
}
.navbar-nav li.nav-item:last-child a {
  padding-right: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 30px;
  padding: 0 18px;
}
a.nav-link.text-uppercase.active:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 32px;  
  top: 47px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
/*BANNER_SECTION*/
.banner-row .tagline-text {
  margin-top: -10px;
  font-size: 2.5vw;
  letter-spacing: 0.5vw;
}
.banner-row h1 i {
  font-style: normal;
}
.banner-row h1 i {
  font-size: 95px;
  position: relative;
  top: 17px;
}
.button-bg, .button-bg:focus {
  font-size: 18px;
  width: 290px;  
  padding: 12px 0;
  border: 0;
  box-shadow: 5px 5px 5px 1px rgb(0 0 0 / 60%);
}
.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 .mejs__controls,
.mejs__container {
  background: transparent;
}
.mejs__container {
  width: calc(100% - 30px) !important;
  height: auto !important ;
  top: -5px;
}
.mejs__controls .mejs__time-rail .mejs__time-total,
.mejs__time-float-corner,
.mejs__controls .mejs__time-rail .mejs__time-loaded {
  top: 8px;
  height: 8px;
  margin: 0;
  border-radius: 0;
}
body .mejs__time-current {
  height: 8px;
  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: 18px;
  top: 6px;
}
i.fa {
  font-size: 18px;
}
.mejs__button {
  width: 22px;
  height: 22px;
}
.mejs__controls {
  height: auto;
  padding: 0;
}
.mejs__time-rail {
  margin: 0;
  height: 0;
}
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: 10px;
  right: 15px;
}
.audioplayer {
  position: relative;
  width: 68%;
  margin: 0 auto;
  padding: 5px 14px;
}
#filename {  
  position: relative;
  top: -38px;
  left: -12px;
  width: calc(100% - 48px);
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 22px;
}
iframe {
  width: 100%;
}
button[data-bs-slide-to="mode"], button[data-bs-slide-to="heading"] {
    display: none;
}
.audio-row .audioplayer:last-child {
  margin-bottom: 0 !important;
}
.rounded-row{
  border-radius: 70px;
}
/*LOGO_SECTION*/
.slick-slider span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 85px;
  font-weight: 700;
}
.slick{
    text-align: center;
}
.slick-list.draggable {
  margin: 0 25px;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  height: 30px;
  width: 25px;
  text-indent: -9999px;
  top: 50%;
  margin-top: -16px;
  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;
}
/*TESTIMONIAL_SECTION*/
.carousel-caption {
  position: initial;
  z-index: 10;
  text-align: center;
  padding: 0 3em;
}
.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;
}
#clients .extra_element2{
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}
/*FOOTER_SECTION*/
.footer-bg p {
  font-size: 14px;
  opacity:0.5;
}
/*RESPONSIVE MODE*/
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px){
  .social-color a{
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px){
  .social_icon:not(:last-child) {
    margin-right: 6px;
  }
  #clients .extra_element2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (max-width: 991px) {
  header .col-sm-6 {
    flex: none;
    max-width: 100%;
  }
  .navbar-collapse {
    position: absolute;
    z-index: 99;
    top: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
  }
  .navbar-toggler {
    margin: 0 0 0 auto;
  }
  .navbar-nav .nav-link {
    text-align: center;
    line-height: 1;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 18px;
    padding: 8px 0px;    
  }
  h2.site-title {
    font-size: calc(1.2vw + 0.5vh + 0.6vmin);
  } 
}
@media only screen and (max-width: 767px) {
  .navbar-nav,
  footer p {
    text-align: center;
  }
  .navbar-toggler {
    margin: 0 auto;
  }
  .banner-row .tagline-text {
    margin: 0;
    font-size:5vw;
  }
  h2.site-title {
    font-size: calc(2.5vw + 0.5vh + 1.5vmin);
  }
  .banner-row h1 {
    font-size: 8vw;
  }
  .rounded-row, #clients .middle {
    border-radius: 0;
  }
  .audioplayer{
    width: 100%;
  }
  .affliation-img {
    width: auto !important;
  } 
}
@media only screen and (max-width: 479px) {
  .banner-row .tagline-text {
    letter-spacing: 0.8vw;
  }
}
@media only screen and (max-width: 360px) {
  .button-bg {
    width:auto;
  }
}