.container, .container-fluid{
  padding-left: 16px;
  padding-right: 16px;
}
/* Banner carousel css start */
#hero {
    padding: 0px;
  }
  
  #main-carousel .item img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  
  #main-carousel .item .cover {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: start;
    text-align: center;
    margin-top: 50px;
  }
  
  #main-carousel .item .cover .header-content {
    position: relative;
    overflow: hidden;
  }
  
  #main-carousel .item .cover .header-content .slider-btn {
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.5s ease-out;
  }
  
  #main-carousel .item .cover .header-content h2 span {
    color: #ff670f;
  }
  
  #main-carousel .item .cover .header-content h2 {
    font-size: 46px;
    font-weight: bold;
    margin: 0 0 0;
    word-spacing: 3px;
    color: var(--text-color);
    text-transform: capitalize;
  }
  
  #main-carousel .item .cover .header-content h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #ff670f;
    text-transform: capitalize;
  }
  
  #main-carousel .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  
  #main-carousel .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  
  #main-carousel .owl-nav .owl-next,
  #main-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 1s ease-out;
    cursor: pointer;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ff670f;
  }
  
  #main-carousel .owl-nav .owl-next span,
  #main-carousel .owl-nav .owl-prev span {
    font-size: 50px;
    color: #fff;
    line-height: 46px;
  }
  
  #main-carousel .owl-nav .owl-next:focus {
    outline: 0;
  }
  
  #main-carousel:hover .owl-prev {
    left: 20px;
    opacity: 1;
  }
  
  #main-carousel:hover .owl-next {
    right: 20px;
    opacity: 1;
  }
  
  #main-carousel .owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
  }
  
  #main-carousel .owl-theme .owl-nav {
    margin-top: 0px !important;
  }
  .owl-controls .owl-prev i,
  .owl-controls .owl-next i{
    color: #fff !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /* Banner carousel css end */
  /* Footer css start */
  .footer a{
    color: #fff;
  }
  .footer a:hover{
    color: #ff670f;
  }
  .widget.dark .list-border li{
    border-color: #868686 !important;
  }
  .footer h5{
    font-size: 14px;
  }
  /* Footer css end */

  /* header css start */
  .menuzord .showhide{
    padding-top: 18px;
  }
  /* header css end */

  /* Gallery css start */
  .gallery-item .thumb > img{
    max-height: 190px;
    min-height: 190px;
    object-fit: cover;
    object-position: center center;
  }
  /* Gallery css end */

  /* Section title css start */
  .sec-tagline {
    font-size: 20px;
    color: #ff670f;
    margin-bottom: 6px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    width: fit-content;
  }
  
  .sec-title-area.text-center .sec-tagline {
    margin-left: auto;
    margin-right: auto;
  }
  
  .sec-tagline::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #ff670f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .sec-title.w-80 {
    max-width: 80%;
  }
  
  .sec-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 46px;
  }
  
  .sec-title span {
    color: #ff670f;
  }
  /* Section title css end */

  .horizontale-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
  }
  
  @-webkit-keyframes mover {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(-10px);
    }
  }
  .about-us-video {
    box-shadow: 18px 18px 0px 3px #1b1e21;
  }
  .text-justify{
    text-align: justify;
  }
  table th {
    padding: 10px;
    color: #fff;
    background-color: #ff670f !important;
  }
  .max-700{
    max-width: 700px;
  }
  .line-bg{
    background-image: url('../images/line-bg.png');
    background-position: center center;
    background-size: cover;
  }

  /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 75px 0;
  background: url('../images/gallery/placeholder-img.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.breadcrumbs h1 {
  font-size: 32px;
  font-weight: 700;
  color: #ff670f;
  text-align: center;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #595959;
}
.breadcrumbs ol li a{
  color: #333;
}
.breadcrumbs ol li a:hover{
  color: #ff670f;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #595959;
  content: "/";
}


  /* Audio publication css start */
  .music-player {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 160px;
    margin: auto;
    border-radius: 10px;
    background: transparent linear-gradient(to bottom,rgba(0,0,0,0.93) 50%,rgb(0,0,0) 80%) repeat scroll 0 0;
    padding: 20px 0;
}
.mejs__offscreen{
  position: relative;
  display: none;
}
.cover {
    float: left;
    width: 100%;
    height: 40%;
}
.cover img {
    display: block;
    position: absolute;
    top: 8%;
    left: 14%;
    width: 40%;
    margin: auto;
    text-align: center;
}
.music-title-area {
    padding: 60px 20px 0;
    width: 100%;
}
.music-title-area p{
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0px;
}
.lecteur {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    /* float: left; */
}
.mejs__button>button:focus {
    outline: 0px dotted #999;
}
.mejs__container {
    position: relative;
    background-color: transparent;
    min-width: auto !important;
}
.mejs__controls {
    padding: 0 20px;
    background: transparent !important;
    display: block;
    position: relative;
}
.mejs__controls div {
    display: block;
    float: left;
    position: relative;
}
.mejs__controls .mejs__playpause-button {
    position: absolute !important;
    right: unset;
    bottom: unset;
    width: 22px;
}
.mejs__controls .mejs__playpause-button button {
    display: block;
    width: 22px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 23px;
    color: #ff670f;
    background: transparent;
    padding: 0;
    margin: 0;
}
.mejs__controls .mejs__play button:before{
    content:"\f04b";
}
.mejs__controls .mejs__pause button:before{
    content:"\f04c";
}
.mejs__controls .mejs__volume-button button {
    display: block;
    width: 20px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #ff670f;
    background: transparent;
    margin: 0;
    padding: 0;
}
.mejs__controls .mejs__mute button:before {
    content: "\f028";
}
.mejs__controls .mejs__unmute button:before {
    content: "\f026";
}
.mejs__controls .mejs__time {
    width: 100%;
    margin-top: 55px;
    margin-bottom: 3%;
    color: #fff;
    height: auto;
    padding: 0;
    overflow: visible;
    min-width: 100%;
}
.mejs__controls .mejs__time span {
    font-size: 15px;
}
.mejs__controls span.mejs__duration {
    float: right;
    text-align: right;
    color: #ccc;
}
.mejs__controls span.mejs__currenttime {
    font-weight: 700;
    float: left;
}
.mejs__controls .mejs__time-rail {
    width: 100%;
    margin: 0;
    height: 30px;
}
.mejs__controls .mejs__time-rail span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    border-radius: 50px;
    cursor: pointer;
}
.mejs__controls .mejs__time-rail .mejs__time-loaded {
    background: rgba(255,255,255,0.2);
}
.mejs__controls .mejs__time-rail .mejs__time-float {
    display: none;
    top: -40px;
    width: 40px;
    height: 25px;
    margin-left: 0px;
    text-align: center;
    font-size: 10px;
    background: #fff;
    border: 0;
}
.mejs__controls .mejs__time-rail .mejs__time-float-current {
    display: block;
    position: relative;
    top: 0;
    margin: 0;
    line-height: 26px;
    color: #100d28;
}
.mejs__controls .mejs__time-rail .mejs__time-float-corner {
    top: auto;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.mejs__controls .mejs__time-rail .mejs__time-current {
    background: #ff670f none repeat scroll 0 0;
}
.mejs__controls .mejs__time-handle {
    display: none;
}
.mejs__controls .mejs__volume-button {
    position: relative;
    position: absolute !important;
    top: unset;
    right: 84px;
    width: 20px;
    height: 40px;
}
.mejs__controls .mejs__horizontal-volume-slider {
    display: block;
    position: absolute !important;
    position: relative;
    top: unset;
    right: 20px;
    width: 60px;
    height: 4px;
    margin-top: 18px;
    border-radius: 50px;
    line-height: 11px;
}
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total,
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
}
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
    background: #fff;
}
  /* Audio publication css end */

  .bg-primary-light{
    background-color: #fff3ed;
  }

  /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #ff670f;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #ff670f;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #333;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: transparent;
  border: 1px solid #333;
  padding: 10px 24px;
  color: #333;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #333;
  color: #fff;
}

/* New contact css start */
.contact-form-area input[type="text"],
.contact-form-area input[type="email"],
.contact-form-area input[type="tel"],
.contact-form-area textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: normal;
  padding: 1rem 0.4rem;
}
.contact-form-area input[type="text"]:focus,
.contact-form-area input[type="email"]:focus,
.contact-form-area input[type="tel"]:focus,
.contact-form-area textarea:focus{
  box-shadow: none !important;
}

.aside {
  background: linear-gradient(180deg, rgba(217, 82, 4, 1) 0%, rgba(255, 103, 15, 1) 100%);
}

.aside .fs-2 {
  border: 1px solid #fff;
  border-radius: 20%;
  padding: 1rem;
  width: 55px;
  min-width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
}

.aside .fs-2 i {
  color: #fff;
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.aside .contact-info span,
.aside .contact-info a {
  font-size: 16px;
  color: #fff;
}
.pb-40px{
  padding-bottom: 40px;
}
/* New contact css end */


/* Filter gallery css start */
.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
	/* background-color: #ff670f; */
  border: 1px solid #ff670f;
  border-radius: 20px;
  background-color: #ffe4d5;
  padding: 20px 20px;
}
.filter-gallery .gallery-item{
  position: relative !important;
  left: unset !important;
  top: unset !important;
}
.work-nav #filters li {
	margin: 0;
}
.work-nav #filters li a{
  margin-bottom: 14px;
}
.work-nav #filters li > div div{
  position: relative;
}
.work-nav #filters li > div div::before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #000;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
}
.item-thumbs {
  animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}
.work-nav #filters li:last-child{
  margin-bottom: 0px;
}
.work-nav #filters li > div {
  margin-left: 10px;
  position: relative;
}
.work-nav #filters li > div > div{
  margin-left: 10px;
}

.work-nav #filters li a {
	color: #000000;
	font-size: 16px;
	display: block;
	font-weight: 700;	
}

.work-nav #filters li a:hover {
	color: #ff670f;
}
.gallery-isotope.filter-gallery{
  height: auto !important;
}

.work-nav #filters li a.selected {
	color: #ff670f;
	text-decoration: underline;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.filter-gallery .gallery-item{
  display: none;
}
.filter-gallery .gallery-item.show{
  display: block;
  position: relative !important;
}
/* Filter gallery css end */


  /* Media css start */
  @media(max-width: 991px){
    .mb-md-50px{
      margin-bottom: 50px;
    }
    section > .container-fluid{
      padding-bottom: 60px;
    }
  }
  @media(max-width: 820px){
    .sm-justify-content-center{
      justify-content: center !important;
    }
    .breadcrumbs {
      padding: 65px 0;
    }
    .breadcrumbs h1 {
        font-size: 28px;
    }
  }
  @media(max-width:600px){
    section > .container,
    section > .container-fluid,
    .divider .container{
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .gallery-item .thumb > img{
      max-height: 230px;
    }
    .sec-title.w-80 {
      width: 100%;
    }
    .sec-title {
      font-size: 26px;
      line-height: 30px;
    }
    .sec-tagline {
        font-size: 18px;
    }
    .horizontale-move {
        max-width: 85%;
    }
    .breadcrumbs {
      background-position: center center;
    }
    .breadcrumbs h1 {
      font-size: 28px;
    }
  }
  /* Media css end */