body {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;
  font-family: "Montserrat";
}
.hides{
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
  font-family: "Montserrat";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

.menu-visibility {
  visibility: hidden;
}

.openBtn {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
  float: right;
  margin-bottom: 30px;
  margin-left: 20px;
  outline: 0 !important;
}
.openBtn img {
  margin-right: 0px !important;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 13px 5px;
  background: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  max-height: 55px;
}

.overlay button:hover {
  background: #bbb;
}

@media (max-width: 576px) {
  .openBtn {
    position: absolute;
    right: 0;
    top: -54px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .openBtn {
    width: 40px;
    margin-left: auto;
    margin-right: 54px;
    margin-top: 18px;
    display: block !important;
  }
}
.play-btn-2 {
  width: 20%;
  float: left;
  margin: auto;
}
.play-btn-2 i {
  background-color: #ffffff;
  padding: 15px;
  color: #E9AE20;
  border-radius: 10px;
  margin-left: 15px;
}
.play-btn-2 i:hover {
  color: #ffffff;
  background-color: #E9AE20;
}

/*-------------header section--------------*/
.header-section {
  padding: 25px 0px;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  top: 0px;
}

.header-section-right {
  background-color: #ffffff;
}
.header-section-right ul {
  float: right;
}
.header-section-right li {
  float: left;
  margin-left: 20px;
}
.header-section-right img {
  margin-right: 15px;
}
.header-section-right a {
  color: #000000;
  font-size: 18px;
}

.brand-image img {
  width: 100%;
}

#search-input {
  font-size: 17px;
  float: left;
  width: 0px;
  transition: 2s width;
  border: 1px solid #000;
  opacity: 0;
  padding: 5px 15px;
  border-radius: 8px;
  margin-left: 15px;
  margin-bottom: 24px;
  margin-top: -2px;
}

#search-input:focus {
  outline: 0 !important;
}

#search-btn:focus {
  outline: 0 !important;
}

.search-form button {
  float: left;
  width: 20%;
  background: none;
  color: white;
  font-size: 17px;
  border: 0px;
  border-left: none;
  cursor: pointer;
}

@media (max-width: 576px) {
  #btn-close {
    display: block !important;
    z-index: 100001;
  }

  #search-input {
    opacity: 1;
    margin-bottom: 5px;
    margin-left: 0px;
  }

  #btn-nav {
    margin-top: 0px;
    position: absolute;
    top: -8px;
    padding: 6px;
    outline: none;
    border: none;
  }
  #btn-nav span {
    filter: invert(1);
  }

  .openBtn {
    z-index: 999999;
  }

  .header-section {
    padding-top: 0px !important;
  }
  .header-section .brand-image {
    max-width: 80%;
    margin-left: 40px;
    max-height: 100px;
    transition: 1s all;
    background-color: #ffffff;
  }
  .header-section .brand-image img {
    max-width: 170px;
  }

  .header-menu {
    top: auto !important;
    bottom: 0;
    width: 100%;
    background-color: #ffffff !important;
  }
  .header-menu .navbar {
    height: 65px;
    background-color: #ffffff !important;
  }
  .header-menu .navbar-custom-ul {
    background-color: #ffffff !important;
    top: -23px;
    left: 0px;
    padding-top: 100px !important;
    height: 100vh;
  }
  .header-menu .navbar-custom-ul .nav-link {
    color: #000000 !important;
  }

  .header-section-right li {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  #search-input {
    width: 180px;
    opacity: 1;
    display: block;
  }

  .header-section-right {
    display: flex;
    flex-direction: column;
  }

  .brand-image img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header-section-right li {
    margin-bottom: 15px;
  }
}
.header-menu-full {
  position: relative;
}

.header-menu {
  background-color: #E9AE20;
  z-index: 99;
  min-width: 57%;
  position: absolute;
  right: 0;
  top: 70%;
  margin-top: -5px;
  transition: top 400ms;
}
.header-menu .navbar {
  padding: 0px;
}

.container.toggle-container {
  display: none;
}

.header-scroll {
  bottom: 0;
  top: 0;
}

#btn-close {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #000;
  font-size: 36px;
  font-weight: bolder;
  display: none;
  padding: 11px;
  background-color: #ffffff;
  border: 0px;
  outline: 0px;
  width: 24%;
  text-align: end;
  cursor: pointer;
}
#btn-close span {
  padding: 2px 12px;
  border: 1px solid #ccc;
}

.navbar-custom-ul {
  padding-left: 25px;
  background-color: #E9AE20;
}
.navbar-custom-ul li {
  margin-right: 5px;
}
.navbar-custom-ul .nav-link {
  text-transform: capitalize;
  color: #ffffff !important;
  padding: 21px 0px;
  border-bottom: 3px solid #E9AE20;
}
.navbar-custom-ul .nav-item {
  border-bottom: 3px solid #E9AE20;
}
.navbar-custom-ul .nav-item:hover {
  border-bottom: 3px solid #000000;
}

.active-class {
  border-bottom: 3px solid #000000 !important;
}

@media (min-width: 576px) and (max-width: 992px) {
  .header-menu #custom-ul-id {
    margin-top: 30px;
    border-top: 3px solid #fff;
    max-height: 85vh !important;
    height: 85vh;
  }

  .brand-image {
    background-color: #ffffff;
    margin-left: 0px !important;
  }
}
@media (max-width: 576px) {
  .navbar-custom-ul {
    max-height: 100vh;
  }
}
@media (max-width: 992px) {
  .header-section-right ul {
    display: none;
  }

  .collapse-custom {
    padding-top: 10px;
  }

  .header-section {
    padding: 10px;
  }

  .brand-image {
    z-index: 10000;
    margin: auto;
  }

  .toggle-container {
    display: block !important;
  }

  .header-menu {
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .header-menu .navbar-dark .navbar-toggler {
    float: right;
    border: 1px solid #ffffff;
    margin-top: 15px;
  }
  .header-menu .navbar {
    padding: 10px;
    background: #E9AE20;
  }
  .header-menu .navbar-custom-ul {
    position: absolute;
    right: 0;
    padding-right: 25px;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .header-menu .navbar-custom-ul .nav-link {
    padding: 10px 0px;
    border-bottom: 0;
  }
  .header-menu .navbar-custom-ul .nav-item:hover {
    border-bottom: 1px solid;
  }
  .header-menu .navbar-custom-ul li {
    margin-right: 5px;
    padding: 5px 0px;
    border-bottom: 0px;
  }
  .header-menu .navbar-custom-ul li a {
    color: #000000 !important;
  }
  .header-menu #custom-ul-id {
    width: 0px;
    transition: width 1s;
    background-color: #ffffff;
  }
}
.visible-menu {
  width: 60% !important;
}

/*-----------------Dropdown menu and submenu------------*/
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.dropdown-menu-custom {
  top: 6px !important;
}

/* rotate caret on hover */
.navbar-custom-ul .dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  border: 0;
}

.navbar-custom-ul .dropdown-menu > li {
  padding: 0px;
  margin-right: 0px;
}
.navbar-custom-ul .dropdown-menu > li a {
  padding: 10px 15px;
}
.navbar-custom-ul .dropdown-menu > li a:after {
  transform: rotate(-90deg);
}

.navbar-custom-ul .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
}

.navbar-custom-ul .dropdown-item:focus, .dropdown-item:hover {
  color: #000000;
  text-decoration: none;
  background-color: #E9AE20;
}

@media (max-width: 576px) {
  .navbar-custom-ul .dropdown-menu > li a {
    white-space: normal;
  }

  .visible-menu {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .banner-link {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .header-menu {
    padding-right: 4%;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  .header-menu {
    padding-right: 10%;
  }
}
/*-------------banner section--------------*/
.banner {
  position: relative;
}
.banner .overlay-box {
  display: block;
}

.banner-content {
  position: absolute;
  color: #ffffff;
  left: 10%;
  bottom: 35%;
  width: 50%;
  margin-left: 11%;
}
.banner-content h2 {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: bold;
}
.banner-content p {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}

.banner-link-section {
  position: relative;
  padding: 130px 0px;
}

.banner-link {
  position: absolute;
  top: -40%;
  margin-left: 10%;
  margin-right: 10%;
  z-index: 98;
}
.banner-link img {
  box-shadow: -7px 26px 30px -24px rgba(0, 0, 0, 0.46);
}
.banner-link a {
  color: #000000;
  text-align: center;
}
.banner-link p {
  margin: auto;
  display: block;
  margin-top: 20px;
  font-size: 20px;
  color: #000000;
}

.banner-links img {
  width: 100%;
}

@media (min-width: 576px) and (max-width: 992px) {
  .banner-link-section {
    padding: 100px 0px;
  }
}
@media (max-width: 576px) {
  .banner-content {
    width: auto;
    margin-left: 0px;
    margin-right: 25px;
    bottom: 30px;
  }

  .banner-link {
    position: relative;
    margin-left: 3%;
    margin-right: 3%;
  }

  .banner-link-section {
    padding: 60px 0px;
  }

  .banner-links {
    margin-bottom: 20px;
  }
}
/*-------------about section--------------*/
.about-section-1 {
  position: relative;
}
.about-section-1 h3 {
  color: #ffffff;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-section-1 p {
  font-size: 16px;
  color: #ffffff;
}

.background-img {
  padding: 80px 0px;
}

.video-wrapper {
  position: relative;
}

.video-bg {
  position: absolute;
  bottom: -100%;
  right: 0px;
  border: 20px solid #ffffff;
  max-height: 260px;
  overflow: hidden;
}
.video-bg .overlay-box {
  display: block;
}
.video-bg img {
  width: 100%;
}

.play-button {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(55%, -55%);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.8520542006) 0%, rgba(112, 112, 112, 0.3181606432) 35%);
  padding: 20px;
  border-radius: 50%;
}

.play-button img {
  padding: 10px 15px;
  border-radius: 50% 50% 50% 45%;
  border: 3px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.45);
}

.about-section-1 .overlay-box {
  display: block;
}

@media (max-width: 768px) {
  .video-bg {
    position: relative;
    max-width: 80%;
    margin-top: 30px;
    border: 15px solid #ffffff;
  }

  .about-section-2 {
    padding: 80px 0px 80px 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .video-bg {
    bottom: auto;
  }
}
.about-section-2 {
  padding: 190px 0px 80px 0px;
  background-color: #ffffff;
  text-align: center;
}
.about-section-2 h2 {
  color: #000000;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.about-section-2 h5 {
  color: #E9AE20;
  font-size: 20px;
  text-decoration: underline;
  margin-bottom: 15px;
}
.about-section-2 p {
  font-size: 16px !important;
  margin-bottom: 40px;
}

.about-section-2-row {
  text-align: left;
  margin-top: 20px;
}

.about-box-full {
  height: 320px;
  margin-bottom: 20px;
}

.about-box-full .common-box:hover {
  height: 260px !important;
  overflow: hidden;
}

.about-box-full .common-box img {
  height: 260px;
}
.about-box-full .common-box .overlay-box {
  height: 320px !important;
  transition: 1s all;
}

@media (max-width: 576px) {
  .about-section-2-row .common-box {
    max-width: 350px;
    margin: 0px auto 20px auto;
  }
}
@media (min-width: 576px) and (max-width: 786px) {
  .about-section-2-row .common-box {
    margin-bottom: 45px;
    max-width: 100%;
  }
}
/*-------------featured categories--------------*/
.featured-section {
  padding: 80px 0px;
  background-color: #F3F3F3;
}
.featured-section h3 {
  color: #000000;
  font-size: 28px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.common-box {
  position: relative;
  cursor: pointer;
  transition: 1s all;
  height: 320px;
}
.common-box .overlay-box {
  opacity: 0;
  transition: 2s all;
}
.common-box img {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  transition: 1s all;
}
.common-box p {
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  transition: 1s all;
  opacity: 1;
  top: 10px;
}
.common-box a {
  color: #E9AE20;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  right: 10px;
  opacity: 0;
  transition: 1s all;
}

.featured-box-full {
  height: 380px;
}

.common-box:hover {
  box-shadow: -2px 32px 24px -14px rgba(0, 0, 0, 0.22);
  height: 330px;
}
.common-box:hover .overlay-box {
  display: block;
  opacity: 1;
}
.common-box:hover p {
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0.9;
}
.common-box:hover a {
  opacity: 1;
}
.common-box:hover .img-featured {
  height: 330px;
}

.overlay-box {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  transition: 1s all;
}

.explore-img {
  width: 20px !important;
  height: 20px !important;
  margin: auto 5px !important;
  display: inline-block !important;
}

@media (min-width: 300px) and (max-width: 786px) {
  .common-box {
    max-width: 350px;
  }

  .featured-box-full .common-box {
    margin: auto;
  }

  .featured-section {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .featured-section {
    text-align: center;
  }

  .featured-section .common-box {
    margin: 0px auto 20px auto;
  }
}
/*---------------clients section------------*/
.clients-section {
  text-align: center;
  padding: 80px 0px;
}
.clients-section h3 {
  color: #000000;
  font-size: 28px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: capitalize;
}

.clients-carousel img {
  filter: grayscale(1);
  opacity: 0.4;
}
.clients-carousel img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/*--------------video section--------------*/
.video-section {
  padding: 50px 0px;
  background-color: #E9AE20;
}

.video-box {
  position: relative;
}
.video-box .overlay-box {
  display: block;
}
.video-box p {
  position: absolute;
  right: 20px;
  margin: auto;
  bottom: 20px;
  color: #ffffff;
  font-size: 16px;
  text-align: right;
}
.video-box label {
  width: 80%;
  float: left;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .video-box {
    max-width: 100%;
    margin: auto;
  }
  .video-box label {
    margin-top: 0px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .video-box {
    max-width: 80%;
    margin: auto;
  }
}
/*--------------footer--------------*/
.footer-class {
  padding: 80px 0px;
  background-color: #000000;
  color: #ffffff;
}
.footer-class a {
  color: #ffffff;
}

.footer-menu-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 20px;
}
.footer-menu-1 li {
  font-size: 16px;
  display: inline;
  margin-right: 30px;
}
.footer-menu-1 img {
  margin-right: 9px;
}

.footer-menu-2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 20px 0px;
}
.footer-menu-2 li {
  display: inline;
  margin-right: 35px;
  text-transform: capitalize;
  font-size: 14px;
}

.follow-us {
  padding: 20px 0px;
}
.follow-us h3 {
  font-size: 20px;
  color: #ffffff;
  float: left;
  margin-right: 40px;
}
.follow-us li {
  display: inline;
  margin-left: 15px;
  height: 20px;
  width: 20px;
  padding: 7px 10px;
  border-radius: 50%;
  border: 1px #ffffff solid;
  cursor: pointer;
}
.follow-us a {
  font-size: 16px;
  color: #E9AE20;
}
.follow-us li:hover {
  color: #eeeeee;
  border: 1px #E9AE20 solid;
}
.follow-us li:hover a {
  color: #ffffff;
}

.footer-right img {
  width: 100%;
  margin-bottom: 20px;
}
.footer-right p {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
.footer-right p a{text-decoration: underline;color:#e9ae21;}

@media (max-width: 400px) {
  .footer-right img {
    width: 80% !important;
  }
}
@media (max-width: 576px) {
  .footer-class {
    text-align: center;
  }

  .follow-us {
    margin: 20px auto;
    float: none;
  }
  .follow-us h3 {
    width: 100%;
    margin-bottom: 25px;
  }

  .footer-menu-1 li, .footer-menu-2 li {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .footer-right img {
    width: auto;
    margin-top: 20px;
  }
}
/*-----------Inner banner-section--------*/
.inner-banner .banner-content {
  bottom: 30px;
}

.repair-inner-1 {
  text-align: center;
  padding-top: 30px;
  width: 70%;
  margin: auto;
}
.repair-inner-1 p {
  font-size: 16px;
  color: #000000;
}
.repair-inner-1 .video-bg {
  position: relative;
  max-height: 350px;
  max-width: 100%;
  border: 0px;
}

.repair-inner-2 .repair-inner-box {
  margin-bottom: 40px;
  margin-top: 50px;
}
.repair-inner-2 .repair-inner-box h4 {
  font-size: 25px;
  color: #000000;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.repair-inner-2 .repair-inner-box p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000000;
}
.repair-inner-2 .repair-inner-box .repair-inner-img img {
  width: 100%;
  max-height: 300px;
}

@media (max-width: 576px) {
  .repair-inner-1 {
    width: 100%;
  }

  .repair-inner-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.categories-inner-1 .video-bg {
  max-height: 400px;
  border: 0px;
}

.categories-inner-2 {
  padding-top: 35px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .categories-inner-2 {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }
}
/*--------category details---------*/
.category-details-section {
  padding: 50px 0px;
}

.category-details-section-content {
  padding-left: 35px;
}
.category-details-section-content h3 {
  font-size: 25px;
  color: #000000;
  margin-bottom: 30px;
}
.category-details-section-content p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
}
.category-details-section-content ul {
  margin-left: 20px;
}
.category-details-section-content ul li {
  list-style: outside;
  margin-bottom: 10px;
}

.img-gallery img {
  width: 100%;
  height: 410px;
  margin-bottom: 20px;
}

.img-gallery-full .lSSlideOuter .lSPager.lSGallery img {
  height: 104px;
  width: 100%;
}
.img-gallery-full .lSSlideOuter .lSPager.lSGallery li.active, .img-gallery-full .lSSlideOuter .lSPager.lSGallery li:hover {
  border: 2px solid #E9AE20;
}

.contact-form-section {
  padding: 50px 0px;
  background-color: #F5F5F5;
}

.contact_inner_form label {
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.contact_inner_form input, .contact_inner_form textarea {
  padding: 15px;
  resize: none;
}
.contact_inner_form input::-moz-placeholder, .contact_inner_form textarea::-moz-placeholder {
  color: #000000 !important;
}
.contact_inner_form input:-ms-input-placeholder, .contact_inner_form textarea:-ms-input-placeholder {
  color: #000000 !important;
}
.contact_inner_form input::placeholder, .contact_inner_form textarea::placeholder {
  color: #000000 !important;
}
.contact_inner_form .send-btn {
  padding: 16px 40px;
  background-color: #000000;
  color: #ffffff;
  margin-left: auto;
  display: block;
  max-width: 210px;
  margin-top: 20px;
}
label.error_label {
  background: #a92423;
  padding: 2px 5px;
  margin: 4px 0px;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 768px) {
  .img-gallery img {
    height: 250px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .category-details-section-content {
    margin-top: 30px;
    padding-left: 15px;
  }
}
/*---------------------contact inner--------*/
.contact-inner-1 {
  padding: 70px 0px;
}

.contact-inner-ul {
  display: flex;
}
.contact-inner-ul li {
  width: 33.3%;
  float: left;
  text-align: center;
}
.contact-inner-ul li img {
  margin-bottom: 20px;
}
.contact-inner-ul li label {
  background-color: #F9F9F9;
  margin-right: 20px;
  min-width: 95%;
  height: 80%;
}
.contact-inner-ul li label p {
  margin: auto 0;
  font-size: 20px;
  color: #000000;
  position: relative;
  top: 50%;
  transform: translatey(-50%);
  overflow-wrap: anywhere;
  padding: 10px;
}
.contact-inner-ul li label p a{color:#000000;}

.contact-inner-2 {
  padding-top: 40px;
}
.contact-inner-2 .overlay-box-contact {
  display: block;
  background-color: rgba(233, 174, 32, 0.9);
}
.contact-inner-2 .contact_inner_form-1 {
  max-width: 55%;
  position: relative;
  padding: 20px;
  margin: auto;
  padding: 70px 0px;
}
.contact-inner-2 .contact_inner_form-1 label {
  color: #ffffff;
}

@media (max-width: 992px) {
  .contact-inner-2 .contact_inner_form-1 {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .contact-inner-ul label p {
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .contact-inner-ul {
    flex-direction: column;
  }
  .contact-inner-ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-inner-ul li label {
    height: 100px;
    margin-right: 0px;
    min-width: 100%;
  }
}
/*--------------About inner---------*/
.about-inner-1 {
  padding: 50px 0px;
  width: 100%;
}
.about-inner-1 p {
  font-size: 16px;
  color: #000000;
  width: 90%;
}
.about-inner-1 .video-bg {
  position: relative;
  max-width: 70%;
  max-height: 400px;
  border: 0px !important;
  margin: 50px 0px 50px auto;
}

.about-inner-2 {
  padding-bottom: 250px;
}

.about-inner-h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}

.about-inner-img-bg {
  position: relative;
}
.about-inner-img-bg .overlay-box {
  display: block;
}
.about-inner-img-bg .about-inner-content-2 {
  background-color: #E9AE20;
  width: 90%;
  padding: 40px;
  position: relative;
  transform: translateY(50%);
  margin-left: auto;
}
.about-inner-img-bg .about-inner-content-2 ul {
  display: flex;
}
.about-inner-img-bg .about-inner-content-2 ul li {
  width: 50%;
  color: #ffffff;
}
.about-inner-img-bg .about-inner-content-2 ul li img {
  margin-bottom: 20px;
}
.about-inner-img-bg .about-inner-content-2 ul li p {
  margin-right: 30px;
  font-size: 16px;
}

.about-inner-3 {
  background-color: #E9AE20;
  text-align: center;
  padding: 55px 0px 30px 0px;
  height: 300px;
  margin-bottom: 250px;
}
.about-inner-3 h3 {
  color: #ffffff;
}
.about-inner-3 .about-inner-clients-logo {
  padding: 30px;
  width: 80%;
  margin: 0 auto;
  border: 2px solid #E9AE20;
  background-color: #ffffff;
}
.about-inner-3 .about-inner-clients-logo ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.about-inner-3 .about-inner-clients-logo ul li {
  width: 33.3333333%;
  padding: 10px;
}
.about-inner-3 .about-inner-clients-logo ul li img {
  max-width: 100%;
}

@media (max-width: 576px) {
  .about-inner-1 p {
    width: 100%;
  }
  .about-inner-1 .video-bg {
    max-width: 80%;
    margin: 50px auto;
  }

  .about-inner-3 {
    height: auto;
    margin-bottom: 80px;
  }
  .about-inner-3 .about-inner-clients-logo {
    padding: 5px;
    width: 100%;
  }
  .about-inner-3 .about-inner-clients-logo ul li {
    width: 50%;
    padding: 2% 6%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-inner-3 .about-inner-clients-logo {
    padding: 40px;
    width: 100%;
  }

  .about-inner-3 {
    margin-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .about-inner-2 {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-inner-img-bg .overlay-box {
    display: none;
  }

  .about-inner-img-bg .about-inner-content-2 {
    background-color: rgba(233, 174, 32, 0.7);
    width: 100%;
    transform: translateY(0);
  }
  .about-inner-img-bg .about-inner-content-2 ul {
    text-align: center;
  }
  .about-inner-img-bg .about-inner-content-2 ul li {
    width: 50%;
    padding: 0px 15px;
  }
  .about-inner-img-bg .about-inner-content-2 ul li p {
    width: 100%;
  }

  .about-inner-3 {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .about-inner-img-bg .about-inner-content-2 {
    background-color: rgba(233, 174, 32, 0.7);
    width: 100%;
    transform: translateY(0);
    padding: 30px;
  }
  .about-inner-img-bg .about-inner-content-2 ul {
    flex-direction: column;
    text-align: center;
  }
  .about-inner-img-bg .about-inner-content-2 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-inner-img-bg .about-inner-content-2 ul li p {
    width: 100%;
  }
}
/*-------------------gallery-inner----------*/
.gallery-inner {
  padding: 60px 0px;
}

.gallery-inner-ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.gallery-inner-ul li {
  text-align: center;
  width: 22%;
  margin: 0px 1.5% 55px 1.5%;
}
.gallery-inner-ul li a img {
  width: 100%;
  height: 100%;
}
.gallery-inner-ul li label {
  margin-top: 10px;
  font-size: 16px;
}
.gallery-inner-ul .vid-gallery {
  position: relative;
}
.gallery-inner-ul .vid-gallery .play-btn-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 600ms all;
}
.gallery-inner-ul .vid-gallery .overlay-box {
  display: block;
  opacity: 0;
}
.gallery-inner-ul .vid-gallery:hover .overlay-box {
  opacity: 1;
  transition: 600ms all;
}
.gallery-inner-ul .vid-gallery:hover .play-btn-2 {
  opacity: 1;
}

@media (max-width: 576px) {
  .gallery-inner-ul li {
    text-align: center;
    width: 80%;
    padding: 10px 0px;
    margin: auto;
  }
  .gallery-inner-ul li a img {
    width: 100%;
    max-height: 260px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .gallery-inner-ul li {
    width: 47%;
    margin: 0px 1.5% 40px 1.5%;
  }
}/*# sourceMappingURL=main.css.map */