/**
 var(--primary-color)
  var(--sec-color)
* Template Name: Arsha - v4.9.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'gothamlight';
}
:root{
    --primary-color:#26252d;
    --sec-color:#fe0000;
}

a {
  color: var(--sec-color);
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gothambold", sans-serif;
}
strong.text-center.d-block {
    margin: 0 0 17px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--primary-color);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
.carousel-control-next, .carousel-control-prev {
    top: 35%;
    display: block;
}
.detailpage {
      position: relative;
      overflow: hidden;
      margin: 172px 0 70px 0;
  }
  .detailpage .container {
      background: #f7f7f7;
      padding: 20px;
  }
  .carousel-inner img {
      width: auto !important;
      height: 100%;
  }

#custCarousel .carousel-indicators {
    position: static;
    margin-top:20px;
}

#custCarousel .carousel-indicators > li {
    width: 145px;
    border: 2px solid #fe0000;
}

 #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
 }

  #custCarousel .carousel-indicators li.active img {
    opacity: 1;
  }

  #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }
.mkdf-page-content-holder.mkdf-grid-col-12 p img {
    margin:  15px 0;
    display:block;
}
  .carousel-item img{

    width:100%;
  }
  .carousel-item {
      background: #fff;
      padding: 20px;
      position: relative;
      overflow: hidden;
      height: 600px;
  }
  .right-sec-wrap-pro {
      background: #fff;
      padding: 50px 20px 20px;
      width: 100%;
  }
  .right-sec-wrap-pro ul {
      padding: 0;
      text-align: center;
  }
  .right-sec-wrap-pro ul li {
      margin: 0 0 40px;
      list-style: none;
  }
  .right-sec-wrap-pro ul li img {
      width: 60px;
      display: block;
      margin: 0 auto 10px;
  }
  .carousel-item video.fullscreen {
      position: relative;
      top: 0 !important;
      left: 0 !important;
      height: auto;
      transform: translate(0%, 0%);
  }
  .box-product-detail-wrap {
    background: #fff;
    padding: 20px 0;
    position: relative;
    overflow: auto;
  }
  .box-product-detail-wrap ul.inner-box-d {
      border-right: 1px solid #0000001f;
  }

  .box-product-detail-wrap ul {
      width: 50%;
      padding: 10px 20px 0;
      list-style: none;
      margin: 0;
          float: left;
  }
  .box-product-detail-wrap ul li {
      margin: 0 0 10px;
  }
  .box-product-detail-wrap ul li strong{
      color: #fe0000 ;
  }
  .box-product-detail-wrap ul li span {
      float: right;
  }
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

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

  100% {
    transform: rotate(360deg);
  }
}
section#contact {
    padding: 0;
    margin: 20px 0 40px;
}
.detailbox h2.center  {
    max-width: none;
    font-size: 46px;
}
.services h2.center {
    max-width: none;
    font-size: 46px;
    text-align: center;
    display: inline-block;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--sec-color);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
    background: var(--primary-color);
    color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar {
    float: right;
    margin-right: 80px;
}
#header {
  background: var(--primary-color);
  transition: all 0.5s;
  z-index: 997;
  padding: 0 40px;
}

#header.header-scrolled, #header.header-inner-pages {
    background: var(--primary-color);
    opacity: 0.9;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 22px 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 190px;
    float: left;
    border-right: 1px solid #545358;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}
.inner-banner {
    position: relative;
    overflow: hidden;
}
video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  &::-webkit-media-controls {
     display:none !important;
  }
}
.mkdf-title-image {
    position: relative;
    height: 62vh;
    margin-top: 73px;
}

.detailbox {
    background: #fff;
    padding: 17px;
    margin: 20px 0 0;
}
.parallax {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
}
.bannertext {
    display: table-cell;
    vertical-align: middle;
}
.banner-title {
    width: 50% !important;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
.banner-title a.banner-btn {
    background: #fff;
    color: #000;
    padding: 12px 15px;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    display: block;
    width: 200px;
    margin: 0 auto;
}
.banner-title a.banner-btn:hover {
    background: #000;
    transition: all 0.5s ease 0s;
    color:#fff;
}
.banner-title p {
    color: #fff;
    z-index: 9;
    font-size: 19px;
    position: relative;
}
.detailbox-inner p {
    font-size: 16px;
}
.services.section-bg.innersection {
    padding-top: 0;
}
.bannertext:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1312128a;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bannertext.nolayer::before {
    display: none;
}
.banner-title h1 {
    color: #fff;
    z-index: 99;
    display: block;
    text-align: center;
    position: relative;
    font-size: 54px;
    margin: 0;
}
.detailpage .section-title.innerpages h2.center {
    max-width: 100%;
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
}
.section-title.innerpages h2.center::before, .section-title.innerpages h2.center::after {
    left: 0%;
}
.coveroption {
    position: relative;
    box-shadow: 0 2px 12px -2px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 20px;
}
.coveroption:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}
/*--------------------------------------------------------------
# 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 a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 22px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
}

.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: var(--sec-color);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid var(--sec-color);
  font-weight: 600;
}

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

.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;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    color: #0c3c53;
}

.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: var(--sec-color);
}

.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: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

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

@media (max-width: 1023px) {
  .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(38, 37, 45, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.phoneicon {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    width: 74px;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 25px 0 0;
    z-index: 99;
}
.socialholder {
    position: absolute;
    right: 0;
    background: VAR(--primary-color);
    opacity: 1 !important;
    width: 74px;
    color: #fff;
    top: 0;
    padding: 74px 8px 0 8px;
    z-index: 9;
    height: 100%;
}
.socialholder .social-links.mt-3 a {
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 0 3px;
    transition: all 0.5s ease 0s;
    font-size: 20px;
}
.socialholder .social-links.mt-3 a:hover{
  color: var(--sec-color);
  transition: all 0.5s ease 0s;
}
.socialholder .social-links {
    position: relative;
    margin-bottom: 77px;
}
.socialholder .social-links:after {
    content: "";
    width: 2PX;
    height: 35PX;
    background: #fff;
    bottom: 57px;
    position: absolute;
    left: 29px;
}
.socialholder .icondiv span {
    transform: rotate(-90deg);
    display: block;
    width: 100PX;
    text-align: center;
    margin: 69px 0 0 -20px;
    color: #fff;
}
.phoneicon  i.bi {
    COLOR: #FFF;
    font-size: 17px;
}
.vol-slider {
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
    float: left;
    margin: 0 0 108px -78px;
    width: 216px;
}
.vol-slider .levels span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 38px;
    background: #fff;
    left: 0px;
    top: 12px;
}
.vol-slider i.bx {
    background: #5f5f5f;
    width: 24px;
    text-align: center;
    height: 25px;
    border-radius: 50px;
    float: left;
    padding: 4px 0 0 0;
    margin: 0 5px 0 0;
}
.vol-slider .arrows {
    float: left;
}
.vol-slider .levels {
    position: relative;
    width: 148px;
    float: left;
}
.vol-min {
    float: left;
    margin: 0 6px 0 0;
}
.vol-slider .levels span {
    position: absolute;
}
.vol-slider .levels hr {
    width: 100px;
    color: #515157;
    float: left;
    opacity: 1;
    margin: 12px 0 0 0;
}
.vol-max {
    float: right;
}
.vol-slider .levels span.vol-max {
    float: right;
}
.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: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--sec-color);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.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: var(--sec-color);
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    padding-top: 63px !important;
    padding: 0;
    max-height: 100vh;
    position: relative;
}
#hero:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    content: "";
    z-index: 9;
}
.bannercontents.aos-init.aos-animate {
    position: absolute;
    z-index: 99;
    width: 48%;
    text-align: center;
    left: 50%;
    margin: 0 0 0 -25%;
    padding: 75px 0;
}
#hero h1 {
  margin: 0 0 10px 0;
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #000;
    line-height: 65px;
    font-family: 'gothambold';
  }

#hero h2 {
    margin-bottom: 15px;
    font-size: 19px;
    color: #3c3c3c;
    font-weight: bold;
    font-family: 'gothamlight';
    line-height: 33px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 0;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: var(--sec-color);
}

#hero .btn-get-started:hover {
  background: var(--primary-color);
}
#hero .d-flex.justify-content-center.justify-content-lg-start {
    position: absolute;
    right: 120px;
    bottom: 55px;
    z-index: 99;
}
#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}
#hero .bi-play-fill::before {
    color: var(--sec-color);
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px;
    background: #fff;
    transition: all 0.5s ease 0s;
}
#hero .btn-watch-video:hover .bi-play-fill::before {
    color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    padding: 10px;
    transition: all 0.5s ease 0s;
    background: var(--primary-color);
}
#hero .btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    transition: all 0.5s ease 0s;
}
#hero .btn-watch-video:hover i {
    border: 1px solid var(--primary-color);
    transition: all 0.5s ease 0s;
}
#hero .btn-watch-video:hover i {
  color: var(--primary-color);
}
.plyr__control:hover{
  background: var(--sec-color) !important;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
button.plyr__control.plyr__control--overlaid {
    color: var(--sec-color);
    background: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

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

.section-bg {
  background-color: #f7f7f7;
}

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

.section-title h2 {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000000;
    text-align: left;
    max-width: 300px;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: var(--sec-color);
    bottom: 1px;
    left: 0;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 52px;
    height: 3px;
    background: url(after.png) -15px -2px no-repeat;
    bottom: 2px;
    left: 0;
}
section#about .content {
    padding: 0 50px;
    position: relative;
}
.section-title p {
  margin-bottom: 0;
}
.aboutUsImg img {
    width: 100%;
    padding: 0 30px;
}
.verticaltext {
    position: absolute;
    left: -165px;
    bottom: 0;
    z-index: 999999;
    font-size: 20px;
    height: 20px;
    width: 270px;
    text-align: center;
    top: 50%;
    margin: -56px 0 0 0;
    transform: rotate(-90deg);
    text-transform: uppercase;
    word-spacing: 13px;
}
.verticaltext:after {
    content: "";
    width: 70PX;
    height: 2PX;
    background: #d5d4d2;
    left: -35px;
    bottom: 5px;
    position: absolute;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--sec-color);
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: var(--sec-color);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid var(--sec-color);
}

.about .content .btn-learn-more:hover {
  background: var(--sec-color);
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: var(--sec-color);
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: var(--sec-color);
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.parent-div {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 100%;
    color: #000;
}
 .inner-div {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: table;
 }
 .vertical-middle {
     display: table-cell;
     vertical-align: middle;
     text-align: left;
     padding: 20px;
 }
 section#skills .col-lg-6 {
    padding: 0;
}
section#skills h2 {
    max-width: 320px;
    margin: 0 auto 20px;
    text-align: center;
}
.skills .verticaltext {
    top: 21% !important;
    left: -185px;
}
.skills .content h3 {
    font-weight: 700;
    font-size: 37px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 35px;
}
.vertical-middle p.fst-italic {
    font-style: normal !important;
    font-size: 16px;
    margin: 0 0 50px;
}
.skills .content ul {
  list-style: none;
  padding: 0;
}
.inner-div a.button {
    background: var(--sec-color);
    color: #fff;
    padding: 12px 15px;
    font-weight: bold;
    transition: all 0.5s ease 0s ;
    text-transform: uppercase;
}
.inner-div a.button:hover {
    background: var(--primary-color);
    transition: all 0.5s ease 0s ;
}
section#skills .col-lg-6.content {
    padding: 20px;
}
.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--sec-color);
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}
.instagram-img img {
    width: 100%;
    height: auto;
    display: block;
}
#instagram .instagram-info img {
    margin: 0 0 10px 0;
}
#instagram .insta-item:hover .instagram-img img {
    transform: scale(1.15);
}
#instagram .insta-item:hover .instagram-info {
    opacity: 1 !important;
}


#instagram .instagram-info {
      opacity: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3;
      right: 0;
      transition: all 0.3s;
      background: rgba(254, 0, 0, 0.8);
      padding: 0;
      overflow: hidden;
      width: 100%;
      top: 0;
      text-align: center;
      padding-top: 100px;
}
section#instagram .col-lg-3.col-md-3.col-sm-3 {
    padding: 10px;
}
#instagram .insta-item:hover .instagram-info p {
    color: #fff;
}
section#instagram h2 {
    min-width: 562px;
    margin: 0 auto;
}
.insta-item {
    position: relative;
    overflow: hidden;
}
#instagram .instagram-img {
    overflow: hidden;
}
#instagram .insta-item .instagram-img img {
    transition: all 0.6s;
}
.col-lg-3.col-md-3.col-sm-3.insta-item {
    position: relative;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
section#services h2 {
    max-width: 413px;
    margin: 0 auto 20px;
}
.section-title h2.center::before,.section-title h2.center::after {
    left: 25%;
}
.services .icon-box {
    padding: 40px 15px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    text-align: center;
    min-height: 395px;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: var(--sec-color);
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
    font-size: 16px;
    border-bottom: 1px solid #1c1c1c;
    display: initial;
}
.services .icon-box h2 {
    color: var(--sec-color);
    margin-top: 17px !important;
    margin-bottom: 0 !important;
}
.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box ul i.bi {
    color: var(--sec-color);
    font-weight: bold;
    display: inline-block;
}
.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: var(--sec-color);
}
.services .icon-box ul {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    line-height: 30px;
    font-size: 14px;
}
.services .icon-box a.button {
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}
.services .icon-box a.button:hover {
    background: var(--sec-color);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.center .icon-box {
    margin: -22px 0 0;
    padding-bottom: 62px;
    background: var(--sec-color);
    color: #fff;
}
.center .icon-box h2 {
    color: #fff !important;
}
.center .icon-box h4 {
    border-color: #fff !important;
}
.services .center .icon-box ul i.bi {
    color: #fff;
}
.services .center .icon-box a.button:hover {
    background: var(--primary-color);
    color: #fff;
    transition: all 0.5s ease 0s;
}

.services .center .icon-box a.button {
    width: 100%;
    background: #fff;
    color: var(--primary-color);
}
section#services .verticaltext:after {
    left: -50px;
}
section#services .first .button {
    margin-top: 45px;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("https://zenauto.com.au/assets/img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: var(--sec-color);
  border: 2px solid var(--sec-color);
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: var(--sec-color);
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
    max-height: 255px;
    background: #fff;
    box-shadow: 2px 1px 14px rgb(0 0 0 / 5%);
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}
.portfolio-img img {
    width: auto;
    height: 100%;
    max-height: 255px;
    bject-fit: contain;
    margin: 0 auto;
    display: block;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgb(187 54 65 / 80%);
  padding: 10px 7px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  width:85%;
}
.portfolio .portfolio-item .portfolio-info h4 a{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--sec-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--sec-color);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--sec-color);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: var(--sec-color);
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: var(--sec-color);
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: var(--sec-color);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid var(--sec-color);
}

.pricing .buy-btn:hover {
  background: var(--sec-color);
  color: #fff;
}

.pricing .featured {
  border-top-color: var(--sec-color);
}

.pricing .featured .buy-btn {
  background: var(--sec-color);
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: var(--sec-color);
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: var(--sec-color);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid var(--sec-color);
  border-bottom: 3px solid var(--sec-color);
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
    position: relative;
}
.contact .info iframe{
    max-height: 100% !important;
}
.form-check {
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.contact .info i {
  font-size: 20px;
  color: var(--sec-color);
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--sec-color);;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: var(--sec-color);
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--sec-color);
  color: #fff;
}

.contact .contact-form.input-style3 {
  width: 100%;
  border-top: 3px solid var(--sec-color);
  border-bottom: 3px solid var(--sec-color);
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .contact-form.input-style3 .form-group {
  padding-bottom: 8px;
}

.contact .contact-form.input-style3 .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .contact-form.input-style3 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .contact-form.input-style3 .error-message br+br {
  margin-top: 25px;
}

.contact .contact-form.input-style3 .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .contact-form.input-style3 .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .contact-form.input-style3 .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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .contact-form.input-style3 .form-group {
    margin-bottom: 22px;
    padding-bottom: 0;
}
.form-group.vehicle {
    margin: 0 !important;
    padding: 0 !important;
}
.contact .contact-form.input-style3 label {
  padding-bottom: 8px;
}
label.error {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--sec-color);
}
.form-control.error {
    border-color:  var(--sec-color);
}
.contact .contact-form.input-style3 input,
.contact .contact-form.input-style3 textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.form-control {
    border-radius: 0;
    height: 44px;
}
.form-check-input {
    width: 1em;
    height: 1em !important;
    margin-top: 5px;
}
.contact .contact-form.input-style3 input:focus,
.contact .contact-form.input-style3 textarea:focus {
  border-color: var(--sec-color);
}
.form-check-input:checked {
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}
.contact .contact-form.input-style3 input {
  height: 44px;
}

.contact .contact-form.input-style3 textarea {
  padding: 10px 12px;
}

.contact .contact-form.input-style3 input[type=submit] {
    background: var(--sec-color);
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 0;
}

.contact .contact-form.input-style3 input[type=submit]:hover {
  background: var(--primary-color);
}

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #000;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#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: var(--sec-color);
  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: #209dd8;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    color: #fff;
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #FFF;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 0;
    border-bottom: 1px solid #bdbdbd;
    display: inline-block;
    text-transform: uppercase;
}
.whitelogo {
    width: 200px;
    margin: -23px auto 20px auto;
    display: block;
}
.whitelogo img {
    width: 100%;
    height: auto;
    display: block;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
  padding-left: 80px;
}
.col-lg-4.col-md-4.col-sm-4.footer-logo {
    text-align: center;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-logo ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer-logo ul li {
    display: inline-block;
    margin: 0 8px 0 0;
}
.footer-logo ul li a{
  color: #fff;
}
.footer-logo ul li a: hover{
  color:var(--sec-color)
}
.footer-logo ul li a .bi{
  margin-right: 5px;
  color:var(--sec-color);
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--sec-color);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

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

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

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--sec-color);
}

#footer .footer-top .social-links a {
  font-size: 22px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--sec-color);
  color: #fff;
  text-decoration: none;
}
#footer .credits a {
    color: #fff;
    transition: 0.3s;
    margin: 0 45px 0 0;
}
#footer .credits a:hover {
    color: var(--sec-color) !important;
}
#footer .credits a:last-child {
    color: #fff;
    transition: 0.3s;
    margin:  0;
    padding-left: 5px;
    border-left: 1px solid #fff;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  border-top: 2px solid #242424;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}
#instagram .instagram-info p a{
  color: #fff;
}
@media (min-width: 1500px) {
    .mkdf-title-image {
        margin-top: 103px;
    }
    .skills .verticaltext {
        top: 21% !important;
        left: -238px;
    }
    section#instagram h2 {
    min-width: 888px;
}
  #header .logo {
      width: 286px;
      padding: 38px 10px;
  }
    .navbar a, .navbar a:focus {
        margin: 40px 0 40px  38px;
        font-size: 17px;
    }
    .phoneicon a .bi {
    font-size: 29px;
}
.phoneicon {
    width: 102px;
    padding: 31px 0 0;
}
.socialholder {
    width: 102px;
    padding: 111px 8px 0 8px;
}
.socialholder .social-links.mt-3 a {
    margin: 0 0 17px;
}
.socialholder .icondiv span {
    width: 100PX;
    margin: 106px 0 0 -6px;
}
.socialholder .social-links:after {
    width: 1PX;
    height: 56PX;
    bottom: 62px;
    left: 44px;
}
.vol-slider i.bx {
    width: 30px;
    height: 30px;
    padding: 7px 0 0 0;
    margin: 0 7px 0 0;
}
.vol-slider {
    bottom: 28px;
    margin: 0 0 135px -95px;
    width: 283px;
}
    .bannercontents.aos-init.aos-animate {
        width: 50%;
        margin: 0 0 0 -25%;
        padding: 107px 0;
    }
    .navbar {
        float: right;
        margin-right: 105px;
    }
    #hero h1 {
      font-size: 75px;
      line-height: 87px;
  }
    #hero h2 {
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 22pt;
    line-height: 39px;
    max-width: 840px;
    font-weight: 600;
}
    #hero .btn-get-started {
      padding: 16px 63px;
      font-size: 23px;
  }
  #hero .d-flex.justify-content-center.justify-content-lg-start {
      right: 152px;
  }
  #hero .btn-watch-video i {
      font-size: 50px;
      padding: 16px;
      margin-right: 20px;
  }
  #hero .btn-watch-video {
      font-size: 21px;
      font-weight: 600;
  }
  .section-title h2 {
      font-size: 59px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 20px;
      padding-bottom: 20px;
      position: relative;
      color: #000000;
      text-align: left;
      max-width: 456px;
  }
    .section-title h2 {
      font-size: 59px;
      font-weight: 900;
      margin-bottom: 20px;
      padding-bottom: 16px;
      max-width: 456px;
      line-height: 69px;
  }
  .verticaltext {
    left: -238px;
    font-size: 21px;
    word-spacing: 13px;
    top: 40%;
  }
  section#about p {
      font-size: 20px;
  }
  .aboutUsImg img {
      width: 105%;
      padding: 0;
  }
  .aboutUsImg {
      margin: 0 0 0 58px;
  }
  section {
      padding: 100px 0;
      overflow: hidden;
  }
  .section-title h2::after {
      width: 49px;
      bottom: -8px;
  }
  .section-title h2::before {
      width: 276px;
      bottom: -9px;
  }
  section#services h2 {
      max-width: 651px;
      margin: 0 auto 85px;
  }
  section#services .verticaltext {
      top: 60%;
  }
  .services .icon-box h4 {
      font-size: 23px;
      padding: 0 0 4px;
  }
  .services .icon-box h2 {
      font-size: 65px;
      line-height: 86px;
  }
  .services .icon-box p {
      font-size: 20px;
  }
  .services .icon-box ul {
      line-height: 42px;
      font-size: 17px;
  }
  .services .icon-box a.button {
      width: 100%;
      padding: 18px;
      font-size: 30px;
  }
  .center .icon-box {
      margin: -41px 0 0;
      padding-bottom: 40px;
  }
  .services .center .icon-box ul {
      margin: 0 0 40px;
  }
  #services .section-title h2::before, #services .section-title h2::after {
      left: 18%;
  }
  section#skills h2 {
      max-width: 459px;
      margin: 0 auto 71px;
  }
  section#skills .section-title h2::before, section#skills .section-title h2::after {
      left: 46px;
  }
}
.coveroption img {
    width: 100%;
}

@media (max-width: 1199px) {
    .box-product-detail-wrap ul {
        padding: 10px 8px 0;
    }
  #header .logo {
    width: 125px;
  }
  #header {
      padding: 0 15px;
  }
  .navbar a, .navbar a:focus {
        margin: 29px 0 22px 25px;
        font-size: 15px;
    }
  .navbar {
      float: right;
      margin-right: 65px;
  }
  .banner-title {
    width: 70% !important;
}
.section-title.innerpages h2.center {
    max-width: 67%;
    font-size: 26px;
    line-height: 43px;
    margin: 0;
}
  #hero h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .verticaltext {
    left: -125px;
  }
  .container, .container-lg, .container-md, .container-sm {
      max-width: 900px !important;
  }
  section#services h2 {
      text-align: center;
  }
  .services .verticaltext {
      left: -155px;
  }
  .bannercontents.aos-init.aos-animate {
    padding: 35px 0;
  }
  .skills .content h3 {
    font-size: 27px;
  }
  .skills .verticaltext {
    left: -165px;
  }
  .services .icon-box ul {
    font-size: 11px;
  }
  section#instagram h2 {
    text-align: center;
  }
  .why-us .verticaltext {
    left: -155px;
  }
  #instagram .instagram-info {
    padding-top: 70px;
  }
  .box-product-detail-wrap ul li strong {
        display: block;
    }
    
}
@media (max-width: 1023px) {
    .detailpage {
        margin: 76px 0 70px 0;
    }
    .carousel-item {
        height: 400px;
    }
    .box-product-detail-wrap ul li span {
        float: left;
        display: block;
        width: 100%;
        margin: 0 0 7px;
    }
    .right-sec-wrap-pro ul li {
        margin: 0 0 23px !important;
        list-style: none;
    }
    .banner-title h1 {
        font-size: 37px;
    }
  .socialholder {
    display: none;
  }
  .coveroption {
        padding: 7px;
    }
  #hero {
    height: auto !important;
  }
  #hero h1 {
    font-size: 25px;
    line-height: 27px;
  }
  #hero .d-flex.justify-content-center.justify-content-lg-start {
    right: 45px;
    bottom: 40px;
  }
  .mobile-nav-toggle {
    display: block;
    position: absolute;
    top: 23px;
    right: 20px;
  }
  .navbar a, .navbar a:focus {
    margin: 0 0 0 6px;
    font-size: 11px;
  }
  .verticaltext {
    left: -110px;
  }
  .section-title h2 {
    font-size: 21px !important;
    max-width: 100%;
  }
  .services h2.center {
    font-size: 28px;
}
  .container, .container-lg, .container-md, .container-sm {
    max-width: 795px !important;
  }
  .services .verticaltext {
    left: -111px;
  }
  .services .center .icon-box a.button {
    width: 100%;
  }
  section#skills h2 {
    text-align: center;
  }
  .inner-div {
    position: relative;
  }
  section#skills .col-lg-6 {
    padding: 15px;
    display: block !important;
  }
  section#skills .col-lg-6 .img-fluid {
    padding: 0 20px;
  }
  .skills .verticaltext {
    left: -119px;
    top: 10% !important;
  }
  .why-us .verticaltext {
    left: -146px;
  }
  .aboutUsImg img {
    padding: 0;
  }
  #instagram .instagram-info {
    padding-top: 51px;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
    padding-left: 52px;
  }
}
@media (min-width:1200px) {
    .services h2.center {
        max-width: none !important;
        font-size: 46px;
        text-align: center;
        display: inline-block;
    }
}
@media (max-width: 767px) {
   
     .services h2.center {
        font-size: 16px;
        display:block;
        text-align:center;
    }
    .portfolio #portfolio-flters li {
        padding: 8px 10px;
    }
    .glightbox-clean .gnext {
        top: 45%;
    }
    .glightbox-clean .gprev {
        top: 45%;
    }
    .mkdf-page-content-holder img {
        width: 100% !important;
        height: auto !important;
    }
    .mkdf-page-content-holder.mkdf-grid-col-12 p img {
        margin: 15px 0;
        display: block;
    }
    .detailpage .section-title.innerpages h2.center {
        font-size: 18px;
        line-height: 25px;
        margin-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
}
.carousel-item {
    height: 200px;
}
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
  #hero {
    padding-top: 74px !important;
  }
.bannercontents.aos-init.aos-animate {
    width: 100%;
    left: 0;
    margin: 0;
    padding: 15px 0;
    top: 85px;
  }
  #hero h1 {
    font-size: 16px;
    line-height: 17px;
    max-width: 219px;
    margin: 0 auto 10px;
  }
  #hero h2 {
    font-size: 12px;
    line-height: 14px;
    margin: 0 auto;
    display: none;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 5px;
    opacity: 0.7;
  }
  #hero .btn-watch-video span {
    display: none;
  }
  #hero .btn-watch-video i {
    font-size: 16px;
    margin-right: 8px;
    border-radius: 50%;
    padding: 3px;
  }
  #hero .d-flex.justify-content-center.justify-content-lg-start {
    right: 10px;
    bottom: 15px;
  }
  section {
    padding: 20px 0;
  }
  section#about .content {
    padding: 0 ;
  }
  .verticaltext {
    display: none;
  }
  .section-title {
    padding-bottom: 5px;
    text-align: left;
  }
  .aboutUsImg {
    margin: 15px 0 0;
  }
  .center .icon-box {
    margin: 20px 0 20px 0;
    padding-bottom: 22px;
  }
  .services .icon-box {
    padding: 20px 15px;
    min-height: auto;
  }
  .services .icon-box ul {
    font-size: 16px;
  }
  section#skills .col-lg-6 .img-fluid {
    padding: 0;
  }
  section#skills .col-lg-6.content {
    padding: 0 15px !important;
  }
  .vertical-middle {
      padding: 0;
      display: inherit;
  }
  .skills .content h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .vertical-middle p.fst-italic {
    margin: 0 0 20px;
  }
  .parent-div {
    margin: 0 0 23px;
  }
  .portfolio #portfolio-flters {
        padding-left: 0;
    }
  section#instagram h2 {
    min-width: auto;
  }
  #instagram .instagram-info {
    padding-top: 36%;
  }
  .col-lg-4.col-md-4.col-sm-4.footer-logo {
    text-align: left;
    margin: 20px 0;
  }
  #footer .footer-top .footer-contact {
    margin-bottom: 0px;
  }
  .whitelogo {
    width: 200px;
    margin: 0 0 8px -7px;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 0;
    padding-left: 15px;
  }
  #hero {
        max-height: 264PX !important;
    }
    .navbar-mobile .dropdown ul {
        margin: 10px 8px;
    }
    .navbar-mobile .dropdown ul a {
        padding: 6px 7px;
        text-transform: uppercase;
        font-size: 15px;
    }
    .navbar a, .navbar a:focus {
        font-size: 16px;
    }
    .banner-title {
        width: 95% !important;
    }
    .banner-title h1 {
        font-size: 19px;
    }
    .banner-title p {
        color: #fff;
        z-index: 9;
        font-size: 15px;
        position: relative;
    }
    .mkdf-title-image {
        position: relative;
        height: 180px;
        margin-top: 73px;
    }
    section#contact {
        padding: 30px 0;
    }
    .inner-banner {
        margin-bottom: -70px;
    }
    .detailbox {
        background: #f7f7f7;
        padding: 25px 0;
        margin: 70px 0 0;
    }
    .section-title.innerpages h2.center {
        max-width: 90%;
        font-size: 16px;
        line-height: 23px;
        margin: 0;
    }
    .detailbox h4 {
        font-size: 16px;
    }
    .coveroption {
        margin: 0 0 25px;
    }
    .detailpage {
        margin: 72px 0 0px 0 !important;
    }
    .detailpage .container {
        padding: 15px !important;
    }
    .carousel-item {
        padding: 10px !important;
    }
   
    .box-product-detail-wrap ul {
        width: 100% !important;
    }
    .box-product-detail-wrap ul.inner-box-d {
        border-right: none ;
    }
    .box-product-detail-wrap ul.inner-box-d {
        border-right: none !important;
    }
    .box-product-detail-wrap ul li strong {
        display: inline-block !important;
    }
    .box-product-detail-wrap ul li span {
        float: none;
        display: block;
        width: 100%;
    }
    .box-product-detail-wrap ul {
        padding: 0 20px 0 !important;
    }
    .right-sec-wrap-pro {
        margin-top: 17px !important;
    } 
    .detailpage .container {
        padding-left: calc(var(--bs-gutter-x) * .5) !important ;
    }
    .right-sec-wrap-pro ul li {
        width: 49%;
        float: left;
    }
    .price-match-guarantee{
        margin-top:0 !important;
    }
}