body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
  color: #1F1F1F;
}

a,
button {
  color: #1F1F1F;
  outline: medium none;
}

h1, h2, h3, h4, h5 {
  font-family: "Josefin Sans", sans-serif;
  color: #001D38;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #727272;
  margin-bottom: 13px;
  font-family: "Muli", sans-serif;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

h3 {
  font-size: 24px;
}

.mb-65 {
  margin-bottom: 67px;
}

.black-bg {
  background: #020c26 !important;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  background-color: #1f1f1f;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#000000',GradientType=0 );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.overlay_03 {
  position: relative;
  z-index: 0;
}

.overlay_03::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2C2C2C;
  opacity: .6;
  content: '';
  z-index: -1;
}

.bradcam_overlay {
  position: relative;
  z-index: 0;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

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

.mb-55 {
  margin-bottom: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

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

.boxed-btn {
  background: transparent;
  color: #131313;
  display: inline-block;
  padding: 12px 42px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border: 1px solid #ED1B1B;
  letter-spacing: 0;
  text-align: center;
  color: #ED1B1B !important;
  text-transform: capitalize;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
  .boxed-btn {
    padding: 12px 30px;
  }
}

.boxed-btn:hover {
  background: #ED1B1B;
  color: #fff !important;
  border: 1px solid #ED1B1B;
}

.line-button {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}

.line-button::before {
  position: absolute;
  content: "";
  background: #919191;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.line-button:hover {
  color: #009DFF;
}

.line-button:hover::before {
  background: #009DFF;
}

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
}

@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    padding-top: 0;
  }
}

.header-area .main-header-area {
  padding: 18px 0;
  background: #fff;
  background: transparent;
  padding: 30px 150px;
}

@media (max-width: 767px) {
  .header-area .main-header-area {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area {
    padding: 10px 50px;
  }
}

.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 12px 0;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  text-transform: capitalize;
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a:hover {
  color: #ED1B1B;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  background: #001D38;
  padding-bottom: 0;
  padding: 20px 150px;
}

.slider_bg_1 {
  background-image: url(../img/banner/banner.png);
}

.slider_area .single_slider {
  height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider_area .single_slider .slider_text h3 {
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 600;
}

.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text h3 {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area .single_slider .slider_text h3 {
    font-size: 100px;
    letter-spacing: 3px;
  }
}

.slider_area .single_slider .slider_text p {
  font-size: 20px;
  font-weight: 400;
  color: #D5D5D5;
  margin-bottom: 24px;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

.about_area {
  padding-top: 150px;
  padding-bottom: 120px;
}

.about_area .about_info h3 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0;
}

.about_area .about_info p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 17px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .music_area {
    background: #000;
    margin-top: 0;
    padding-bottom: 30px;
  }
}

.music_area .audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0 24px;
  width: 100%;
  height: auto;
  align-items: center;
  border: 1px solid #DDE2E6;
  border-radius: 4px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

.music_area .music_field .audio_name {
  overflow: hidden;
  position: relative;
  top: 15px;
}

@media (max-width: 767px) {
  .music_area .music_field .audio_name {
    overflow: inherit;
  }
}

.music_area .music_field .audio_name .name {
  margin-bottom: 12px;
}

.music_area .music_field .audio_name .name h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.music_area .music_field .audio_name .name p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}

.music_area.music_gallery {
  margin-top: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #EFEFEF;
  padding-top: 145px;
  background: #fff;
}

@media (max-width: 767px) {
  .music_area.music_gallery {
    padding-top: 50px;
  }
}

.music_area.music_gallery.inc_padding {
  padding-bottom: 130px;
}

.music_gallery .music_field .audio_name .name h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: #001D38;
}

.bradcam_bg_1 {
  background-image: url(../img/banner/bradcam_1.png);
}

.breadcam_bg_2 {
  background-image: url(../img/banner/bradcam_2.png);
}

.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 250px 0 178px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}


.bradcam_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, black 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, black 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#000000',GradientType=1 );
  z-index: -1;
  content: '';
}

.bradcam_area h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .bradcam_area h3 {
    font-size: 30px;
  }
}

.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.popup_box .popup_header h3 {
  text-align: center;
  font-size: 20px;
  color: #2C2C2C;
  margin-bottom: 0;
  font-weight: 400;
}