@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,500&display=swap');

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-ThinItalic.woff2') format('woff2'),
        url('../fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('../fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-XLight.woff2') format('woff2'),
        url('../fonts/Gotham-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-XLightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-XLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
font-family: 'Rockville Solid Regular';
font-style: normal;
font-weight: normal;
src: local('Rockville Solid Regular'), url('../fonts/Rockville Solid.woff') format('woff');
}


body {
  font-family: 'Lato', sans-serif;
  color: #313030;
  overflow-x: hidden;
}

a {
  color: #f78c2d;
  text-decoration: none;
}

a:hover {
  color: #ff7e54;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Gotham';
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff5821;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff774a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #39312f;
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  height: 40px;
  position: relative;
}

#topbar .contact-info i {
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  font-size: 16px;
}

#topbar .contact-info i a:hover {
  color: #000000;
}

#topbar .cta a {
  color: #fff;
  background: #ff5821;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s;
}

#topbar .cta a:hover {
  background: #ff6b3b;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  background: rgb(67 67 67 / 50%);
  top: 0;
}

#header.header-fixed {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 79px;
}

.scrolled-offset {
  margin-top: 0px;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar ul li a, .navbar ul li a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 600;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ff5821;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #ff5821;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ff6b3b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ff5821;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
      color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
      margin-left: 5px;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 37, 35, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #473d3a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ff5821;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ff5821;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  padding: 0;
}
#hero video{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height:100%;
}
#hero:before {
  content: "";
  background: rgb(0 0 0 / 35%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .container {
  z-index: 2;
}
#hero p {color:#fff;margin: 0px;font-size: 22px;}
#hero h1 span, #hero h2 span{
  font-weight: bold;
  color: #ff9445;
  font-family: "Rockville Solid Regular";
  letter-spacing: 2px;
}
#hero h1 {
  margin: 0 0 27px 0;
  font-size: 110px;
  color: #ffffff;
  font-family: "Rockville Solid Regular";
  letter-spacing: 2px;
}

#hero h2 {
  margin-bottom: 26px;
  font-size: 52px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -1px;
}

#hero .get-started-icon {
  font-size: 24px;
  background: #ff5821;
  padding: 14px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 5;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero .btn-get-started {
  transition: 0.5s;
  color: #fff;
  position: relative;
  z-index: 4;
  background: #000;
  margin-top: 20px;
  padding: 10px 20px;
}

#hero .btn-get-started:hover {
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px),
(max-height: 768px) {
  #hero {
    height: 100vh;
  }
}

@media (max-width: 768px) {
  a.btn-get-started.scrollto img{width: 150px;}
  #hero {
    height:50vh;
  }

  #hero h1 {
    font-size: 30px;
    line-height: 22px;
    /* margin: 0px; */
  }

  #hero h2 {
    font-size: 17px;
    margin-bottom: 4px;
  }
}

@media (max-height: 640px) {
  #hero {
    height: 100vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 42px 0;
  overflow: hidden;
  position: relative;
}

.section-bg {background-size: cover;background-position: 50% 43%;background-repeat: no-repeat;}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 0;
  color: #ffffff;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 180px 0 80px;
  /* margin-bottom: 40px; */
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.breadcrumbs h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 13px;
}
.abs{position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 0;opacity: 0.2;}
.abs img{
  width: 100%;
  background-size: contain;
  height: 100%;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #7f6d68;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
}

.about .icon-box {
  background-color: #000000;
  padding: 36px 30px;
  position: relative;
  border-radius: 3px;
  transition: 0.4s;
}

.about .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 auto 16px;
}
.rela_tion{
  position: relative;
}
.about .icon-box .icon i {
  color: #ffffff;
  font-size: 40px;
}

.about .icon-box:hover .icon {
  /* background: #000000; */
  /* border-color: #000000; */
}

.about .icon-box:hover .icon i {
  color: #ff5821;
  transition: all 0.3s;
}

.about .icon-box .title {
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.about .icon-box .title a {
  color: #ffffff;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #ffffff;
}

.about .icon-box .description {
  line-height: 24px;
  font-size: 15px;
  color: #fff;
  margin-bottom:0px;
  text-align: justify;
}

.about .video-box {
  background: url("../img/about-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff5821 50%, rgba(255, 88, 33, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ff5821;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff5821;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5821;
}

.clients .swiper-slide img {
  /* opacity: 0.5; */
  /* filter: grayscale(100%); */
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
  border: 0;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0px;
}

.values .card-body {
  z-index: 10;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
  padding: 0px 0px 0px;
  position: relative;
}

.values .card-title {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 21px;
}

.values .card-title a {
  color: #000000;
}

.values .card-text {
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
   padding: 0px 0 20px;
   position: relative;
} 

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  color: #000;
}

.testimonials .testimonial-item .testimonial-img {
  width: 64px;
  display: table;
  position: relative;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000000;
  text-align: left;
}

.testimonials .testimonial-item a {
  font-size: 16px;
  color: #ff9445;
  margin: 0 0 0px 0;
  display: inline-block;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #000;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  margin: 0 auto 0px auto;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5821;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 100%;
  }
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff5821;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.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: #18d26e;
  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 #18d26e;
  border-top-color: #eee;
  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: #ff5821;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #ff5821;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff7e54;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #313030;
  font-size: 14px;
  background: #fff;
}

#footer .footer-top {
  padding: 30px 0 10px 0;
  background: #fff9f7;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #656262;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  position: relative;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #000000;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 7px 0;
  justify-content: right;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #000000;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff5821;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #ed3b00;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #313030;
}
#footer .social-links a i{
     width: 25px;
     height: 25px;
     background: #fff;
     border-radius: 100%;
     color: #fc6902;
     text-align: center;
     line-height: 25px;
     margin-right: 13px;
}
#footer .social-links a {
  font-size: 15px;
  display: flex;
  color: #000000;
  line-height: 1;
  padding: 4px 0;
  transition: 0.3s;
  align-items: center;
}

#footer .social-links a:hover {
  color: #fff;
  text-decoration: none;
}
#footer .social-links a:hover i{
  color: #000;
  text-decoration: none;
}
/*start css*/
.swiper-wrapper{
    transition-timing-function: linear;
        transition-duration: 2000ms;
}
.width10{
 width: 100%;
 margin: 0 auto;
 position: relative;
}
.social{position: relative;z-index: 999;}
.social li{
  margin: 0px 9px;
  list-style: none;
}
.social li a{
  
}
.social li a:hover i{
  color: #000;
}
.banner-shape {
}

.banner-shape {
    width: 100%;
    /*animation: shape 15s ease-in-out infinite;*/
}
.shape-bottom {
    bottom: 25px;
}
.banner-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: 99;
    right: 0;
    bottom: 0;
}
.banner-shape svg {
    height: 50px;
}

.banner-shape svg {
    z-index: -1;
}
.banner-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.banner-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
@keyframes shape {
    0% {
        left: 0
    }

    50% {
        left: -50%
    }

    100% {
        left: 0
    }
}
.banercontent{
  position: absolute;
  z-index: 9999;
  text-align: center;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.clienthead{
  padding: 10px 0px 18px;
}
.clienthead h2{
  font-weight: 500;
  font-size: 25px;
}
.clienthead p{
color: #ff9445;
    font-size: 20px;
    font-weight: 600;
}
.borderclint{
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #ff9445;
  padding: 5px 0px;
}
.title-cser {
    text-align: center;
    margin-bottom: 30px;
}
.title-cser  h1{
    font-weight: 500;
    font-size: 30px;
}
.background-overlay {
 background-color: transparent;
 background-image: linear-gradient(200deg,#ff9445 46%,#da5f02 100%);
 opacity: 1;
 mix-blend-mode: multiply;
 transition: background .3s,border-radius .3s,opacity .3s;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
}
.clients{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.middlehead{
  padding: 0px 0px 0px;
}
.middlehead h2{
  font-weight: 400;
  color: #ff9445;
  font-size: 24px;
  padding-top: 10px;
}
.middlehead p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.icon-boxes_new {
    padding: 24px 0px 110px;
    text-align: center;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.about .icon-boxes_new h3 {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
    position: relative;
}
.about .icon-box:before{
  content:'';
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border: 1px solid #fff;
  border-radius: 3px;
}
.values {
    padding-top: 15px;
    padding-bottom: 23px;
}

.read-more {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  transition: 0.4s;
  background-color: #ff9445;
  padding: 8px 16px;
  border-radius: 22px;
}

.read-more:hover {
  text-decoration: none;
  color: #000;
}
.services .icon svg{
  width: 40px;
}
.services .icon svg path{
fill: #ff9445;
}
.copyright {
  font-weight: bold;
}
.text-right{
  text-align: right;
}
.footlogo img{width: 40%;margin: 0 auto;}
.footlogo p{
  color: #000000;
  margin: 0px;
}
.pb-20{
  padding-bottom: 20px;
}
.smallcont{
  border-top:1px solid;
  border-color: #ff9445;
  padding-top: 30px;
}
.smallcont h2{font-size: 24px;}
.smallcont h4{color:#ff9445;font-size: 20px;margin: 0px;}
.nlodborder{
  border-right:1px solid;
   border-color: #ff9445;
}
.leftimoel {padding-bottom: 40px;}
.leftimoel h3{
  font-weight: bold;
  color: #ff9445;
}
.leftimoel h1{
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}

.leftimoel ul{
  padding: 0px;
  list-style: none;
  margin-top: 19px;
  margin: 0px;
}
.leftimoel ul li{
  padding: 6px 0px;
  font-weight: bold;
}
.leftimoel ul li i{
  color: #000000;
  margin-right: 6px;
}

.icon-boxes_last {
    padding: 150px 0px 0px;
    text-align: center;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -115px;
    border-radius: 0px;
}
.icon-boxes_last h4 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
}
.icon-boxes_last h3 {
    font-size: 23px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
}
.icon-box-last {
    margin-top: 0;
    background-color: #ff9445;
    padding: 28px 50px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
}
.icon-box-last:before {
    content: '';
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 1px solid #fff;
    border-radius: 3px;
}
.icon-box-last .icon {
   transition: 0.5s;
    vertical-align: middle;
    /* margin: 0 auto 10px; */
    /* display: table; */
    background-image: linear-gradient(to right, #f57100, #e56300);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 27px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    /* float: left; */
    margin-right: 7px;
    border: 2px solid #fde4c5;
}
.icon-box-last .icon i {
    color: #000000;
    font-size: 20px;
    margin-left: 9px;
    position: relative;
    top: 2px;
}
.icon-box-last .title {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 20px;
    text-align: left;
    color: #fff;
    vertical-align: middle;
}
.icon-box-last .description {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    clear: both;
    margin-bottom:0px;
    text-align: justify;
}
.title_morex {
    padding-top: 30px;
    padding-bottom: 15px;
}
.title_morex h3{font-weight: 500;}
.title_morex p{
 color: #ff9445;
}
@media (max-width:767px){
  .services .description{
    height: auto;
  }
  .video_creation, .motopn_positon, .portfolio {
    padding:20px 0px;
  }
  .videocontent h3 {
    font-size: 25px !important;
}
  .teamcontent{
    margin:20px 0px;
    border-right:none !important;
  }
  .position_serv{
    margin-bottom: 20px;
  }
  .breadcrumbs h2 {
    font-size: 25px;
    letter-spacing: 2px;
}
  .icon-boxes_last h3 {
    font-size: 17px;
  }
  .navbar-mobile ul {
    height: 245px;
  }
  #topbar .contact-info i a, #topbar .contact-info i span {
    font-size: 8px;
  }
  .width10 {
    width: 100%;
  }
  .social li {
    margin: 0px 3px;
  }
  .social{
    padding: 0px;
  }
  #topbar .contact-info i a {
    font-size: 9px;
}
  .banner-shape svg {
    height: 35px;
}
  section#hero {
    justify-content: flex-start !important;
}
  .banercontent{
    padding: 20px 0px;
  }
  #hero p br{
    display: none;
  }
  #hero p{
   font-size: 11px;
  }
  .footlogo img {
    width: 80%;
    margin: 10px auto;
}
  .footer-logo{
    padding: 20px 20px;
  }
  .footer-links h4, .footer-top{
text-align: center !important;
    }
#footer .footer-top .footer-links ul li, #footer .social-links a{
      justify-content: center !important;
  }
  .icon-box-last{
    margin-top: 20px;
  }
  .services .icon-box{
    margin-top: 20px;
    height: auto;
  }
  .about .icon-box {
    margin-top: 15px;
  }
  .icon-boxes_new {
    padding: 55px 0px 47px;
  }
}


.inerto_heder {
    background: #370e02;
    border-bottom: 2px solid #fff;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
}
.inerto_heder ul{/* justify-content: center; */padding: 0px;margin: 0px;width: 100%;}
.inerto_heder li{
 list-style: none;
}
.inerto_heder li a{padding: 14px 4px;display: block;border-right: 2px solid #fff;min-width: 124px;text-align: center;font-size: 14px;}
.inerto_heder li a.active{
    background: #fff;
}
.innerpage.audioclip {
    padding: 0px;
}

.inerto_heder::-webkit-scrollbar{
  width:7px;
  background-color: #F5F5F5;
}

.inerto_heder::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #ff5821;
}
.inerto_heder::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 3px;
  background-color: #F5F5F5;
}

.inerto_heder::-webkit-scrollbar{
  width:3px;
  height:8px;
  background-color: #F5F5F5;
}

.inerto_heder::-webkit-scrollbar-thumb{
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #ff5821;
}


.audioimage .column {
    width: inherit;
}

.add-bottom {
    margin-bottom: 2rem !important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.hidden {
    display: none;
}

.no-support {
    margin: 2rem auto;
    text-align: center;
    width: 90%;
}



.border-right-none{
  border-right: none;
}
.videolg img{
  width: 100%;
}
.videolg{
  border-radius:6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.pdn{
  padding:0px;
}
.videocontent{margin-bottom: 30px;}.videocontent h3{
  font-size: 30px;
  font-weight: 600;
  color: #ff9445;
}.videocontent p{
  
}.videocontent a{
  
}
.form-modal .form-group{
  margin-bottom: 15px;
}
.submit:hover{
 background-color: #000;
 color: #fff;
  }
.submit{
  color: #000;
    font-weight: 600;
    font-size: 14px;
    transition: 0.4s;
    background-color: #ff9445;
    padding: 10px 20px;
    width: 100%;
}
.modal-title{
  font-weight: bold;
   color: #ff9445; 
}
.white_overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.4s;
  background-color: #ededed;
}
.icon-box:hover .white_overlay{
  /* opacity: 0.5; */
  transition: 0.4s;
}
.transionimg {
    text-align: center;
}
.transionimg img {max-width: 40%;}
.transionimg img{
animation: circleScale 3s infinite;
}
.zomimg{
animation: circleScale 3s infinite;
}
 @keyframes circleScale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}



.banercontent.display h1 span {
   vertical-align: revert;
   display: inline-block;
   animation: slideLeft .8s forwards;
   opacity: 0;
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes slideLeft {
  0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.banercontent h2{
  display: inline-block;
  vertical-align: middle;
}
.banercontent.display h2 span {
  animation-delay:3s;
   vertical-align: revert;
   display: inline-block;
   animation: slideLeft .8s forwards;
   opacity: 0;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
#plList{
  padding:0px;
}
.audioclip .container{
  padding:0px;
}
@media (min-width:1100px){
  .position_serv{
     min-height: 240px; 
  }
  .about .icon-box, .icon-box-last{
  height: 310px;
  }
}

 
.mopel {
    margin-top: 10px;
}
.soites {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.top5{
  position: relative;
  top:2px;
}
.services {padding-top: 23px;}
.services .section-title{
  padding: 0px;
}
.mb-10{
  margin-bottom: 10px;
}
.abosute_img{
  position: absolute;
  left: 0;
  right: 0;
  width: 77%;
  text-align: center;
  margin: 0 auto;
}
.backway{border: 1px solid #ddd;padding: 20px;border-radius: 10px;}
.leftwidth{
  width: 55%;
  color: #f49302;
  font-size: 23px;
}
@media (max-width:767px){
  .leftimoel h3 br{
    display: none;
  }
  .leftimoel ul li {
    display: flex;
    align-items: center;
  }
  .testimonials {
    padding: 0px 0 15px;
}
  .leftwidth br{
display: none;
  }
  .leftwidth {
    width: 100%;
    margin-top: 17px;
    font-size: 26px;
    text-align: left !important;
}
  .backway{
    position: relative;
  }
  .abosute_img{
    width:100%;
  }
  .backway {
    background: #f49302;
    width: 100%;
    right: 0px;
    padding: 5px 22px;
    z-index: 999;
    top: unset;
    border-radius: 9px;
}
}
.zomimg{
  width:50px;
  border-radius: 100%;
}
.bookbtn{
  background: #f49302;
   padding: 5px 22px;
    border-radius: 9px;
    color:#fff;
    transition: all 0.3s ease-in-out;
}
/* 
---------------------------------------------
Pricing
--------------------------------------------- 
*/

.pricing-tables .tables-left-dec img {
  width: 418px;
  height: 851px;
  left: 0;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.pricing-tables .tables-right-dec img {
  width: 359px;
  height: 848px;
  right: 0;
  top: 45px;
  position: absolute;
  z-index: 1
}

.pricing-tables {
  z-index: 2;
  position: relative;
  padding-top: 34px;
  margin-top: 0px;
  padding-bottom: 80px;
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-tables .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.pricing-tables .item {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 45px;
}

.pricing-tables .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.pricing-tables .item em {
  color: #ff9445;
  font-size: 15px;
  display: block;
  margin-top: 25px;
  font-style: normal;
}

.pricing-tables .item span {
  font-size: 44px;
  color: #ff9445;
  font-weight: 700;
  display: block;
  margin-top: -5px;
}

.pricing-tables .item ul {
  margin-top: 30px;
}

.pricing-tables .item ul li {
  display: block;
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 20px;
}

.pricing-tables .item .main-blue-button {
  margin-top: 40px;
}

.pricing-tables .first-item {
  background-image: url(../img/first-plan-bg.png);
}

.pricing-tables .second-item {
  background-image: url(../img/second-plan-bg.png);
}

.pricing-tables .third-item {
  background-image: url(../img/third-plan-bg.png);
}
.readmore{
      background: #f78c2d;
      padding: 11px 38px;
      border-radius: 10px;
      color: #000;
      font-weight: bold;
}
.yellow{
      color: #ff9445;
}
.quote-left h2 {
  font-weight: 100;
}

.quote-left h2 span {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .quote-left h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .quote-left h2 {
    padding-bottom: 25px;
    text-align: center !important;
  }
}

@media (max-width: 414px) {
  .quote-left h2 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .quote-right p {
    text-align: center !important;
  }
}
.service-area{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.single-service {
  margin-top: 25px;
}

.single-service .icon {
  margin-right: 25px;
}

.single-service h4 {
  font-weight: 600;
  letter-spacing: 2px;
}

.single-service p {
  margin-top: 15px;
  line-height: 1.65em;
}
/*---------------------
  Hero
-----------------------*/

.hero {
  padding-top: 400px;
  padding-bottom: 295px;
  position: relative;
}

.hero__text {
  text-align: center;
      position: relative;
    z-index: 9;
}

.hero__text span {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.hero__text h1 {
  font-size: 110px;
  font-family: "Rockville Solid Regular";
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 22px;
}

.hero__text p {
  color: #ffffff;
  margin-bottom: 20px;
}

.hero__text .play-btn {
  font-size: 26px;
  color: #000;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  line-height: 90px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero__text .play-btn i {
  position: relative;
  top: 2px;
  left: 2px;
}

.hero__text .play-btn:after {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 60px;
  width: 60px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.linear__icon {
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -16px;
  -webkit-animation: mymove 0.5s infinite alternate;
  animation: mymove 0.5s infinite alternate;
  z-index: 999;
}

.linear__icon i {
  font-size: 30px;
  color: #ff9445;
}

@-webkit-keyframes mymove {
  0% {
    bottom: 5px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes mymove {
  0% {
    bottom: 5px;
  }
  100% {
    bottom: -5px;
  }
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/*********************************
8. Artist
*********************************/

.artist
{
  padding-bottom:430px;
  background: #000000;
}
.artist_content
{
  padding-top: 191px;
}
.artist_image
{
     width: 100%;
  left: -185px;
  padding-right: 20px;
}
.artist_image img
{
  max-width: 100%;
}
.artist_text
{
  margin-top: 39px;
}
.artist_text p:not(:last-child)
{
  margin-bottom: 30px;
}
.artist_sig
{
  margin-top: 51px;
  margin-left: 26px;
}
.single_player_container
{
  width: 100%;
  background: #FFFFFF;
  left: -10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.single_player
{
  width: 100%;
}
.jp-type-single .player_details
{
  margin-top: 0;
  padding-left: 46px;
  padding-right: 54px;
}
.jp-type-single .player_controls .jp-interface
{
  padding-left: 44px;
  padding-right: 52px;
}
.jp-type-single .jp-play
{
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}
.pl-16{
  padding-left: 16px;
}
/*---------------------
  Footer
-----------------------*/

.footer {
      padding-top: 300px;
    padding-bottom: 60px;
    margin-top: -547px;
    height: 549px;
    position: relative;
}

.footer.footer--normal {
  margin-top: 0;
}

.footer__address {
  margin-bottom: 50px;
}

.footer__address ul li {
  list-style: none;
  padding-left: 55px;
  position: relative;
  margin-bottom: 30px;
}

.footer__address ul li:last-child {
  margin-bottom: 0;
}

.footer__address ul li i {
  font-size: 18px;
  color: #000;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.footer__address ul li p {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 8px;
}

.footer__address ul li h6 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  word-break: break-all;
}

.footer__social {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.footer__social::before {
  position: absolute;
  left: -46px;
  top: 3px;
  width: 1px;
  height: 130px;
  background: rgb(19 19 19 / 20%);
  content: "";
}

.footer__social::after {
  position: absolute;
  right: -50px;
  top: 3px;
  width: 1px;
  height: 130px;
  background: rgb(0 0 0 / 20%);
  content: "";
}

.footer__social h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer__social .footer__social__links a {
  font-size: 18px;
  color: #000;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

.footer__social .footer__social__links a:last-child {
  margin-right: 0;
}

.footer__newslatter {
  margin-bottom: 50px;
}

.footer__newslatter h4 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer__newslatter form {
  position: relative;
}

.footer__newslatter form input {
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  width: 100%;
  background: transparent;
  border: 1px solid rgb(0 0 0 / 20%);
  padding-left: 20px;
}

.footer__newslatter form input::-webkit-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::-moz-placeholder {
  color: #ffffff;
}

.footer__newslatter form input:-ms-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::-ms-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::placeholder {
  color: #ffffff;
}

.footer__newslatter form button {
  font-size: 18px;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 16px;
  background: #ffffff;
  border: none;
}

.footer__copyright__text {
  text-align: center;
}

.footer__copyright__text p {
  color: #999999;
}

.footer__copyright__text a {
  color: #999999;
  text-decoration: underline;
}

.footer__copyright__text a:hover {
  color: #000;
}

.footer__copyright__text i {
  color: #c11;
}
.main-blue-button-hover:hover a {
    color: #fff;
    background: #000;
}
.pb-footer-pad{
  padding-bottom: 560px;
}

/*---------------------
  Contact
-----------------------*/

.contact {
  padding-top: 40px;
}

.contact__address .section-title {
  margin-bottom: 10px;
  text-align: left;
  padding-bottom: 0px;
}

.contact__address .section-title h2 {
  text-transform: none;
  color: #000;
  font-weight: 500;
}

.contact__address p {
  margin-bottom: 34px;
}

.contact__address ul li {
  list-style: none;
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

.contact__address ul li:last-child {
  margin-bottom: 0;
}

.contact__address ul li i {
  font-size: 20px;
  height: 50px;
  width: 50px;
  background: #f5f5f5;
  border-radius: 50%;
  line-height: 51px;
  text-align: center;
  color: #ff9446;
  position: absolute;
  left: 0;
  top: -4px;
}

.contact__address ul li h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact__address ul li p {
  margin-bottom: 0;
}

.contact__address ul li span {
  font-size: 15px;
  color: #111111;
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

.contact__address ul li span:after {
  position: absolute;
  right: -20px;
  top: -1px;
  content: ".";
  font-size: 39px;
  line-height: 0;
  border-radius: 50%;
}

.contact__address ul li span:last-child {
  margin-right: 0;
}

.contact__address ul li span:last-child:after {
  display: none;
}

.contact__form .section-title {
  margin-bottom: 10px;
  text-align: left;
  padding-bottom: 0px;
}

.contact__form .section-title h2 {
  text-transform: none;
  color: #000;
  font-weight: 500;
}

.contact__form p {
  margin-bottom: 34px;
}
.contact__form form .input__list {
  margin-right: -20px;
  overflow: hidden;
}
.contact__form form .input__list input {
  height: 50px;
  font-size: 13px;
  color: #666666;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
  margin-right: 16px;
}
.contact__form form .input__list input::-webkit-input-placeholder {
  color: #666666;
}
.contact__form form .input__list input::-moz-placeholder {
  color: #666666;
}
.contact__form form .input__list input:-ms-input-placeholder {
  color: #666666;
}
.contact__form form .input__list input::-ms-input-placeholder {
  color: #666666;
}
.contact__form form .input__list input::placeholder {
  color: #666666;
}
.site-btn {
    font-size: 15px;
    color: #ffffff;
    background: #ff9446;
    font-weight: 700;
    letter-spacing: 2px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 30px;
    width: 100%;
}
.contact__form form textarea {
  height: 120px;
  font-size: 13px;
  color: #666666;
  padding-left: 20px;
  padding-top: 12px;
  border: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 14px;
  resize: none;
}
.contact__form form textarea::-webkit-input-placeholder {
  color: #666666;
}
.contact__form form textarea::-moz-placeholder {
  color: #666666;
}
.contact__form form textarea:-ms-input-placeholder {
  color: #666666;
}
.contact__form form textarea::-ms-input-placeholder {
  color: #666666;
}
.contact__form form textarea::placeholder {
  color: #666666;
}

/*---------------------
  About
-----------------------*/

.about {
  padding-top: 0;
}

.about.about--page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about.about--page .section-title {
  margin-bottom: 0px;
}

.about.about--page .section-title h2 {
  line-height: 40px;
  color: #111111;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
}

.about.about--page .about__text {
  padding-top: 15px;
}

.about.about--page .about__text p {
  color: #111111;
  font-size: 18px;
}

.about__text {
  padding-top: 110px;
}

.about__text p {
  margin-bottom: 35px;
}

/*---------------------
  Skills
-----------------------*/

.skills {
  padding-bottom: 0;
  padding-top: 0px;
}

.skills__content {
  background: #ff9445;
  height: 500px;
  padding: 80px;
}

.skills__content .section-title h2 {
  color: #ffffff;
}

.skills__content .section-title h1 {
  color: #ffffff;
  opacity: 4;
  text-align: center;
}

.skills__content p {
  color: #ffffff;
  margin-bottom: 17px;
  font-size: 19px;
}

.skill__bar__item {
  margin-bottom: 12px;
}

.skill__bar__item p {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.skill__bar__item .barfiller {
  width: 100%;
  height: 5px;
  background: rgb(0 0 0 / 70%);
  border: none;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.skill__bar__item .barfiller .tip {
  margin-top: -32px;
  padding: 0;
  font-size: 15px;
  color: #fff;
  background: #f03d3da1;
}

.skill__bar__item .barfiller .tip:after {
  display: none;
}

.skills__video {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.skills__video .play-btn {
  font-size: 26px;
  color: #ff9445;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: rgba(117, 31, 221, 0.3);
  display: inline-block;
  line-height: 90px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.skills__video .play-btn i {
  position: relative;
  top: 2px;
  left: 2px;
}

.skills__video .play-btn:after {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 60px;
  width: 60px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

/*---------------------
  About Pic
-----------------------*/

.about-pic {
  overflow: hidden;
}

.about-pic .container-fluid {
  padding-right: 0;
}

.about-pic img {
  min-width: 100%;
  margin-bottom: 10px;
  padding-right: 10px;
  width: 100%;
}

/*---------------------
  About Services
-----------------------*/

.about-services .section-title h2{
color:#000;
}

.about-services .section-title {
  margin-bottom: 20px;
}

.about__services__item {
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.about__services__item:hover {
  -webkit-box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
  box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
}

.about__services__item__pic {
  border-radius: 7px;
  height: 240px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.about__services__item__pic .icon img{
  width:50px;
}
.about__services__item__pic .icon {
  height: 85px;
  width: 85px;
  background: #ff9445;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  padding: 12px;
  transition: all 0.3s ease-in-out;
}

.about__services__item__text {
  text-align: center;
  padding: 50px 10px 30px;
}

.about__services__item__text h4 {
  font-size: 26px;
  color: #111111;
  font-weight: 700;
  margin-bottom: 12px;
}

.about__services__item__text p {
  margin-bottom: 0;
  font-size: 18px;
}
.about__services__item:hover .icon{
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.pagination__links {
  text-align: center;
  padding-top: 10px;
}

.pagination__links.blog__pagination {
  text-align: center;
}

.pagination__links a {
  display: inline-block;
  font-size: 14px;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #f2f2f2;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-right: 6px;
  margin-bottom: 5px;
  padding: 8px 17px 8px;
}

.pagination__links a:last-child {
  margin-right: 0;
}

.pagination__links a:hover {
  background: #ff5821;
  color: #ffffff;
}
/*---------------------
  Track
-----------------------*/

.track {
  padding-top: 50px;
  padding-bottom: 40px;
  overflow: hidden;
}

.track .section-title {
  margin-bottom: 105px;
}

.track__content {
  height: 502px;
  overflow-y: auto;
}

.track__all {
  text-align: right;
  margin-bottom: 100px;
}

.jp-play {
  position: relative;
  height: 50px;
  width: 50px;
  background: transparent;
  border: 2px solid #e1e1e1;
  border-radius: 50%;
}

.jp-play:after {
  position: absolute;
  display: block;
  left: 17px;
  top: 12px;
  width: 16px;
  height: 20px;
  background: url(../img/play-default.png);
  content: "";
}

.jp-state-playing .jp-play {
  background: #5c00ce !important;
  border-color: #5c00ce !important;
}

.jp-state-playing .jp-play:after {
  background: url(../img/pause.png) !important;
  left: 15px;
  top: 12px;
}

.jp-audio .jp-play:focus {
  background: #5c00ce !important;
  border-color: #5c00ce !important;
}

.jp-audio .jp-play:focus:after {
  background: url(../img/play.png);
}

.jp-seek-bar>div {
  height: 5px;
  background: #e1e1e1;
  cursor: pointer;
  width: 245px;
}

.player_bars {
  width: 350px;
  display: table;
  padding-left: 33px;
  position: relative;
  padding-top: 5px;
  float: left;
  margin-right: 30px;
}

.jp-play-bar {
  position: relative;
  height: 100%;
  background: #5c00ce;
  overflow: visible !important;
}

.jp-current-time {
  font-size: 15px;
  color: #111111;
  position: absolute;
  left: -50px;
  top: -9px;
}

.jp-duration {
  font-size: 15px;
  color: #111111;
  position: relative;
}

.player_controls_box {
  width: 50px;
  float: left;
  margin-right: 20px;
}

.jp-mute {
  font-size: 18px;
  border: none;
  background: none;
  color: #111111;
  position: absolute;
  left: 0;
  top: 13px;
}

.jp-volume-bar {
  height: 5px;
  width: 70px;
  background: #e1e1e1;
  cursor: pointer;
}

.jp-volume-bar-value {
  background: #5c00ce;
  height: 100%;
}

.jp-volume-controls {
  position: relative;
  float: left;
  padding-left: 30px;
  padding-top: 25px;
  width: 170px;
}

.single_player_container {
  overflow: hidden;
  margin-bottom: 40px;
}

.single_player_container:last-child {
  margin-bottom: 0;
}

.single_player_container h4 {
  font-size: 19px;
  color: #111111;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.track__pic {
  position: relative;
  z-index: 1;
}

.track__pic:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  content: "";
  z-index: -1;
}

.track__pic img {
  position: relative;
  top: -50px;
  width: calc(100% - 40px);
  margin-left: 40px;
  height: 502px;
}

/*---------------------
  Youtube
-----------------------*/

.youtube {
  padding-top: 50px;
}

.youtube .section-title {
  text-align: center;
}

.youtube .section-title h1 {
  font-size: 90px;
}

.youtube__item {
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-bottom: 30px;
}

.youtube__item:hover {
  -webkit-box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
  box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
}

.youtube__item__pic {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.youtube__item__pic .play-btn {
  font-size: 16px;
  color: #ff5821;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.youtube__item__pic .play-btn i {
  position: relative;
  top: 2px;
  left: 2px;
}

.youtube__item__pic .play-btn:after {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.youtube__item__text {
  padding: 25px 30px 20px 20px;
  background: #ffffff;
}

.youtube__item__text h4 {
  font-size: 21px;
  color: #111111;
  line-height: 29px;
  font-weight: 500;
}
.primary-btn.border-btn {
    background: transparent;
    border: 2px solid #ff5821;
    color: #ff5821;
}
.primary-btn.border-btn:hover{
  background: #ff5821;
  color: #fff; 
}
.primary-btn {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 13px 8px;
    color: #ffffff;
    background: #ff5821;
    letter-spacing: 2px;
}
.primary-btn:hover{
  background: #ff5821;
}
/* Features */

section.features .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.features-post {
  position: relative;
  margin-bottom: 30px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #fff;
  padding: 40px;
}

.features-content:hover {
    background-color: #ededed;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.features-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.features-content h4 img {
    margin-right: 15px;
    font-size: 24px;
}

.features-content p {
    margin-bottom: 0px;
}

.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #000000;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
    border-left: 1px solid rgba(250,250,250,0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: #ededed;
  z-index: 99;
  padding: 20px 39px 0px;
  box-shadow: 0px -2px 3px #ddd;
}

.content-hide p {
  color: #000000;
}
.features {
    overflow: visible;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.language-switcher {
 display: flex;
    gap: 10px;
    margin-left: 15px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.language-switcher a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.language-switcher img {
  width: 20px;
  height: auto;
}

.bookbtn:hover {
    background: #000;
    color: #f49302;
}
@media screen and (max-width: 767px) {

  .features-content {
    padding: 15px;
  }
  .features-content h4 i {
    display: block;
    margin-bottom: 10px;
  }
  .features-content h4 {
    font-size: 14px;
  }
  .features-content p {
    display: none;
  }
  .features-content p.hidden-sm {
    display: block;
  }
  .features-content a {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
  }

}
@media (max-width:767px){
  .track__pic img {
    position: relative;
    top: 0;
    width: 100%;
    margin-left: 0px;
    height: auto;
}
  .player_controls_box {
    width: 88px;
    margin: 0px;
  }
  .player_bars {
    width: 230px;
        padding-left: 14px;
                margin: 0px;
  }
  .about__text ul, .contact__address ul{
    padding-left: 0px;
    margin-left: 0px;
  }
  .skills__content {
    height: auto;
    padding: 30px;
}
  .single-service h4 {
   line-height:1.5;
   font-family: 'Lato', sans-serif;
}
  .pb-footer-pad{
  padding-bottom: 370px;
}
  .bookbtn{
    display: none;
  }
  .navbar ul li a, .navbar ul li a:focus{
    color:#000;
  }
  .artist_content {
    padding-top: 35px;
}
  .artist {
    padding-bottom: 370px;
  }
  .footer__social::after, .footer__social::before{
    display: none;
  }
  .footer__address ul{
    padding-left: 0px;
  }
  .footer__social{
    text-align: left;
  }
  .footer{
    height: auto;
  }
  .pricing-tables .item{
    margin: 10px 0px;
  }
  #header .logo img {
    max-height: 50px;
}
}


/*teachers css*/
.about__pic2{
  width:200px;
  height: 200px;
  overflow: hidden;
  display: block;
  border-radius: 100%;
  margin:0 auto;
}
.team-section{
border-top: 1px solid #eee;
display: table;
width: 100%;
clear: both;
position: relative;
}

.team-card{text-align: center;/* border: 2px solid #ddd; */padding: 10px;border-radius: 10px;}

.team-img{
overflow:hidden;
border-radius:10px;
margin-bottom:15px;
}

.team-img img{
width:100%;
height:420px;
object-fit:cover;
border-radius:10px;
}

.team-card h5{
font-weight:700;
margin-bottom:4px;
}

.team-card .role{font-size:12px;letter-spacing:1px;font-style:italic;margin-bottom: 13px;}

.bio-btn{display:inline-block;padding: 10px 28px;background-color: #2e3c55;color:#fff;text-decoration:none;border:2px solid #2e3c55;font-size:13px;font-weight:600;transition:0.3s;border-radius: 6px;}

.bio-btn:hover{
border:2px solid #2e3c55;
color:#000;
background-color: #fff;
}

/*courses css*/

.private-lessons{
position: relative;
display: table;
width: 100%;
clear: both;
}

.lesson-title{
font-size:40px;
font-weight:700;
font-family:serif;
}

.lesson-text{
color:#444;
line-height:1.7;
max-width:520px;
}

.lesson-list ul{
padding-left:18px;
}

.lesson-list li{
margin-bottom:10px;
font-weight:500;
}

.lesson-img img{
border-radius:25px;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.enroll-btn{
padding:14px 55px;
border:2px solid #2d3b52;
background:#2e3c55;
color:#fff;
font-weight:600;
letter-spacing:1px;
}

.enroll-btn:hover{
border:2px solid #2e3c55;
color:#000;
background-color: #fff;
}
.footer__address ul{
  margin-left: 0px;
  padding-left: 0px;
}