* {
    box-sizing: border-box;
    font-family: "Segoe UI", "Lato", sans-serif;
  }
  
  html,body{overflow-x: hidden;}
  
  
  .inner-banner {position: relative;}
  .inner-banner:before{content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -moz-linear-gradient(bottom,rgba(117, 34, 34,0.8) 20%,transparent);
    background: -webkit-linear-gradient(bottom,rgba(117, 34, 34,0.8) 20%,transparent);
    background: -ms-linear-gradient(bottom,rgba(117, 34, 34,0.8) 20%,transparent);
    background: -o-linear-gradient(bottom,rgba(117, 34, 34,0.8) 20%,transparent);}
  
  #w3lDemoBar.w3l-demo-bar {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 40px 5px;
    padding-top:70px;
    margin-bottom: 70px;
    background: #0D1326;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  
  #w3lDemoBar.w3l-demo-bar a {
    display: block;
    color: #e6ebff;
    text-decoration: none;
    line-height: 24px;
    opacity: .6;
    margin-bottom: 20px;
    text-align: center;
  }
  
  #w3lDemoBar.w3l-demo-bar span.w3l-icon {
    display: block;
  }
  
  #w3lDemoBar.w3l-demo-bar a:hover {
    opacity: 1;
  }
  
  #w3lDemoBar.w3l-demo-bar .w3l-icon svg {
    color: #e6ebff;
  }
  #w3lDemoBar.w3l-demo-bar .responsive-icons {
    margin-top: 30px;
    border-top: 1px solid #41414d;
    padding-top: 40px;
  }
  #w3lDemoBar.w3l-demo-bar .demo-btns {
    border-top: 1px solid #41414d;
    padding-top: 30px;
  }
  #w3lDemoBar.w3l-demo-bar .responsive-icons a span.fa {
    font-size: 26px;
  }
  #w3lDemoBar.w3l-demo-bar .no-margin-bottom{
    margin-bottom:0;
  }
  .toggle-right-sidebar span {
    background: #0D1326;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #e6ebff;
    border-radius: 50px;
    font-size: 26px;
    cursor: pointer;
    opacity: .5;
  }
  .pull-right {
    float: right;
    position: fixed;
    right: 0px;
    top: 70px;
    width: 90px;
    z-index: 99999;
    text-align: center;
  }
  
  .dropdown-menu .grid{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 80px;padding: 0 10px;
  }
  .dropdown-menu .grid h5 {margin-bottom: 10px;font-size: 16px;}
  .dropdown-menu .grid .column li{line-height: 1.2;padding-bottom: 10px}
  .dropdown-menu .grid .column a{font-size: 14px;}
  /* ============================================================
  RIGHT SIDEBAR SECTION
  ============================================================ */
  
  #right-sidebar {
    width: 90px;
    position: fixed;
    height: 100%;
    z-index: 1000;
    right: 0px;
    top: 0;
    margin-top: 60px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow-y: auto;
  }
  
  
  
  /* Banner Section */
  .banner-section .title{color: #ea5336;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 1px #fff, 3px 3px 5px #000;}
    .home-banner .banner-ttl{position: absolute;
      top: 90%;
      left: 50%;
      transform: translate(-50%,-90%);}
      .home-banner .banner-ttl .ttl{font-size: 70px;font-size: 40px;background: #ff0000;background: -webkit-linear-gradient(to right, #ff0000, #9932cc);background: linear-gradient(to right, #ffc900, #ff1707);background-clip: border-box;-webkit-background-clip: text;background-clip: text;color: transparent;font-weight: bold;font-family: '';}
    /* .banner-section .title{
      width: max-content;
      position: relative;
    }
  .banner-section .title::before, .banner-section .title::after{
    content: '';
    position: absolute;
    inset: 0;
  }
  
  .banner-section .title::before{
    background: white;
    animation: typing 5000ms steps(25) 2s forwards;
  }
  
  .banner-section .title::after{
    width: .2rem;
    background: black;
    animation: typing 5000ms steps(25) 2s forwards, blink 800ms infinite;
  }
  
  @keyframes typing{
    to{
      left: 100%;
    }
  }
  
  @keyframes blink{
    to{
      background: transparent;
    }
  } */
  
  /* Image Block */
  .img-wrap{overflow:hidden;display:block}
  .img-wrap:after{content:"";clear:both;display:table}
  .img-wrap.fill img{width:100%;display: block}
  .img-wrap.full img{width:100%;max-width:100%;display: block;position: relative;}
  .img-wrap img
  {
      max-width:100%;display: inline-block;
      -moz-transition:all 0.5s linear;
      -webkit-transition:all 0.5s linear;
      -ms-transition:all 0.5s linear;
      -o-transition:all 0.5s linear;
  }
  .img-wrap.scale{background:rgba(234, 83, 54, 0.5);}
  .img-wrap.scale:hover img
  {
      opacity:0.8;
      -moz-transform:scale(1.1) skew(1deg);
      -webkit-transform:scale(1.1) skew(1deg);
      -ms-transform:scale(1.1) skew(1deg);
      -o-transform:scale(1.1) skew(1deg);
  }
  
  .img-wrap.zoom:hover img
  {
      opacity:1;
      -moz-transform:scale(1.1);
      -webkit-transform:scale(1.1);
      -ms-transform:scale(1.1);
      -o-transform:scale(1.1);
  }
  
  .img-wrap.left{text-align:left}
  .img-wrap.center{text-align:center}
  .img-wrap.right{text-align:right}
  
  
  .bg-crem{background: var(--bg-grey);}
  
  /* ============================================================
  RIGHT SIDEBAR TOGGLE SECTION
  ============================================================ */
  
  .hide-right-bar-notifications {
    margin-right: -300px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  @media all and (min-width: 992px) {
  
    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;}
  
  }
  
  @media (max-width: 992px) {
    #w3lDemoBar.w3l-demo-bar a.desktop-mode{
        display: none;
  
    }
  }
  @media (max-width: 767px) {
    #w3lDemoBar.w3l-demo-bar a.tablet-mode{display: none;}
  }
  @media (max-width: 568px) {
    #w3lDemoBar.w3l-demo-bar a.mobile-mode{display: none;}
    #w3lDemoBar.w3l-demo-bar .responsive-icons {margin-top: 0px;border-top: none;padding-top: 0px;}
    #right-sidebar,.pull-right {width: 90px;}
    #w3lDemoBar.w3l-demo-bar .no-margin-bottom-mobile{margin-bottom: 0;}
  }
  .w3l-whyblock.py-5 .two-grids.mt-5 {margin-top: 20px !important;}
  
  #home {position: relative;}
  #home .demo-inner-content.text-center {position: absolute;bottom: 20px;width: 100%;}
  #home .zs-enabled .zs-slideshow .zs-bullets {display: none;}
  
  .why-chss .two-grids {width: 80%;margin: auto;}
  .why-chss .two-grids li {list-style: disc;font-size: 18px;color: var(--heading-color);}
  .why-chss .two-grids li:not(:last-child){margin-bottom: 10px;}
  .why-chss p {font-size: 18px !important;color: var(--heading-color);font-weight: 600;}
  
  
  .services-section {position: relative;width: 100%;}
  .services-section .services-info::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;
      background: -moz-linear-gradient(bottom,rgba(0,0,0,0.5) 40%,transparent);
      background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.5) 40%,transparent);
      background: -ms-linear-gradient(bottom,rgba(0,0,0,0.5) 40%,transparent);
      background: -o-linear-gradient(bottom,rgba(0,0,0,0.5) 40%,transparent);}
  .services-section .services-info{position: absolute;padding: 20px;left: 0px;bottom: 0px;right: 0px;width: 100%;z-index: 1;
    text-align: center;color: #fff;}
  .services-info h5 {color: #fff;}
  
  .img-wrap.full.zoom {display: block;overflow: hidden;}
  .img-fluid.choose-img-div{transition:.3s all linear;border-radius: 0;}
  .img-fluid.choose-img-div:hover {transform: scale(1.1);}
  
  .our-services{display: flex;flex-wrap: wrap;}
  .our-services li:not(:last-child) {margin-right: 14px;}
  .our-services li {width: 19%;padding: 20px;border: 1px solid #ddd;border-radius: 10px;transition: .3s all linear}
  .our-services .botm-ttl {font-size: 18px;text-align: center;margin-top: 8px;font-weight: 600;color: var(--heading-color);}
  .our-services li:hover {transform: translateY(-10px);box-shadow: 1px 11px 9px #a9a9a92e;border: 1px solid #342eb954;}
  .our-services img {border-radius: 10px;}
  
  
  
  
  /* Circle */
  
  .img-wrap.circle-zoom::before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      display: block;
      content: '';
      width: 0;
      height: 0;
      background: rgba(255,255,255,.2);
      border-radius: 100%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
  }
  .img-wrap.circle-zoom:hover::before {
      -webkit-animation: circle .75s;
      animation: circle .75s;
  }
  @-webkit-keyframes circle {
      0% {
          opacity: 1;
      }
      40% {
          opacity: 1;
      }
      100% {
          width: 200%;
          height: 200%;
          opacity: 0;
      }
  }
  @keyframes circle {
      0% {
          opacity: 1;
      }
      40% {
          opacity: 1;
      }
      100% {
          width: 200%;
          height: 200%;
          opacity: 0;
      }
  }
  
  
  
  
  /*  */
  .col-xs-15 {
    width: 20%;
    float: left;
  }
  .features-4 {
    position: relative;
  }
  
  
  .features4-grid-inn {
    text-align: center;
  }
  .features4-grid-inn h6{margin-top: 10px}
  
  .features-4 .features4-grid {
    margin-bottom: 30px;
  }
  
  
  .features-4 .features4-grid h5 a {
    font-size: 24px;
    line-height: 25px;
    color: #272121;
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
  }
  
  .features-4 .features4-grid p {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #777;
  }
  
  .features-4 span.fa.icon-fea4 {
    font-size: 40px;
    margin-bottom: 16px;
    color: #ff0000;
  }
  .features-4 .features4-grid h6 a{color: var(--font-blue);
    font-weight: 600;
    font-size: 18px;
    min-width: 222px;
    display: flex;
    justify-content: center;
  }
  .features-4 .features4-grid h6 a:hover{color: #ea5336;}
  .features-4 .features4-grid h5 a:hover,
  .features-4 .features4-grid:hover span.fa.icon-fea4 {
    color: #ff0000;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  
  .img-featured {
    width: 250px;
    height: 250px;
    display: inline-block;
  }
  
  .ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
  }
  
  .ch-info-wrap,
  .ch-info {
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
  }
  
  .ch-info-wrap {
    top: 20px;
    left: 20px;
    background: #f9f9f9 url(../images/bg.jpg);
    box-shadow:
      0 0 0 20px rgba(255, 255, 255, 0.2),
      inset 0 0 3px rgba(115, 114, 23, 0.8);
  
  }
  
  .ch-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-position: center center;
  
    -webkit-backface-visibility: hidden;
    /*Just for webkit to have a smooth font*/
    display: grid;
    align-items: center;
  }
  
  .ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  
  .ch-info .ch-info-back {
    opacity: 0;
  
    background: rgba(150, 37, 30,0.7);
    pointer-events: none;
  
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
  }
  
  .ch-img-1 {
    background-image: url(../../assets/images/rajasthan-culture/1.jpg);
  }
  
  .ch-img-2 {
    background-image: url(../../assets/images/rajasthan-culture/2.jpg);
  }
  
  .ch-img-3 {
    background-image: url(../../assets/images/rajasthan-culture/3.jpg);
  }
  
  .ch-img-4 {
    background-image: url(../../assets/images/rajasthan-culture/4.jpg);
  }
  .ch-img-5 {
    background-image: url(../../assets/images/rajasthan-culture/5.jpg);
  }
  
  .ch-info h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0 15px;
    font-family: 'Poppins', sans-serif;
    text-shadow:
      0 0 1px #fff,
      0 1px 2px rgba(0, 0, 0, 0.3);
  }
  /*----*/
  .ch-item:hover .ch-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  
    opacity: 1;
    pointer-events: auto;
  }
  
  .cont-ser-position{display: none;}
  .w3l-covers-18 .covers-main {
    padding: 70px 0px; 
    background: var(--bg-grey);
   
  }
  .w3l-covers-18.top-place{ background-image: url(../../../assets/frontend/images/bg.svg) !important;background-repeat: no-repeat;
    background-size: cover;}
  .w3l-covers-18 .single-project {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden; 
    border-radius: 10px;
  }
  #staff .single-project .pic img{    height: 362px;
    object-fit: cover;
    object-position: center}
  .w3l-covers-18 .single-project > img {
    width: 100%;
    height: 300px;
    display: block; 
    object-fit: cover;
    background-position: top center;
  }
  
  .w3l-covers-18 .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .3s ease; }
  
  
  .w3l-covers-18 .box{background: rgba(154, 20, 20, 0.2);}
  .w3l-covers-18 .box:hover {
    background: rgba(234, 83, 54, 0.4); }
  
  .w3l-covers-18 .box-content {
    display: table;
    width: 100%;
    height: 100%;
    position: relative; 
    object-fit: cover;
  }
  
  .w3l-covers-18 .box-content:before, .w3l-covers-18 .box-content:after {
    content: '';
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0); }
  
  .w3l-covers-18 .box-content:before {
    top: 100%;
    left: 30px;
    right: 30px;
    bottom: 15px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transition: all .3s ease .3s; }
  
  .w3l-covers-18 .box .box-content:before {
    top: 15px;
    opacity: 1;
    filter: alpha(opacity=100); }
  
  .w3l-covers-18 .box-content:after {
    top: 30px;
    left: 15px;
    right: 15px;
    bottom: 30px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transform: skew(-100deg);
    transition: all .3s ease .2s; }
  
  .w3l-covers-18 .box .box-content:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: skew(0deg); }
  
  .w3l-covers-18 .box-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    transition: all .3s ease; }
  
  .w3l-covers-18 .box-text h2 {
    color: #fff;
    font-size: 22px;
    line-height: 35px; }
  
  .w3l-covers-18 .box-text p {
    margin: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    margin-top: 12px;
    transition: all .3s ease; }
  
  .w3l-covers-18 .box-content:hover .box-text p, .w3l-covers-18 .box-content:hover .box-text ul {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto; }
    
    .grid-section .grid-column{position: relative;}
    .grid-section img{position: relative;border-radius: 10px}
    .grid-section h4 a{color: blue;position: absolute;bottom: 0}
  
  
    /*  */
    .w3l-testimonials .customers-6-content {
      background: url(../../assets/img/testimonials.jpg) no-repeat center;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -ms-background-size: cover;
      position: relative;
      z-index: 0; }
    
    .w3l-testimonials .customers-6-content:before {
      content: "";
      background: rgba(0, 0, 0, 0.83);
      position: absolute;
      top: 0;
      min-height: 100%;
      left: 0;
      right: 0;
      z-index: -1; }
    
    .w3l-testimonials .customers-6-content img {
      position: absolute;
      bottom: -50px;
      left: 0;
      width: 100px;
      border-radius: 50%;
      padding: 6px;
      background: #fff;
      margin: 0 auto;
      right: 0; 
      height: 100px;
  }
    
    .w3l-testimonials .customers-6-content h3.card-title {
      font-size: 16px;
      line-height: 25px;
      color: var(--primary-color);
      margin-top: 15px;
      margin-bottom: 20px; }
    
    .w3l-testimonials .customers-6-content p.card-text {
      font-size: 16px;
      line-height: 26px;
      color: var(--title-color); }
    
    .w3l-testimonials .customers-6-content .card {
      padding: 20px 20px;
      text-align: center;
      position: relative;
      border-radius: 4px;
      background: #fff; 
      margin-bottom: 60px;min-height: 236px;
  }
    
    .w3l-testimonials .customers-6-content .card:hover,
    .w3l-testimonials .customers-6-content .card:hover img {
      transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -moz-transition: 0.5s ease; }
    
    .w3l-testimonials .card-body {
      position: relative; }
    
    .w3l-testimonials .card-body span {
      font-size: 70px;
      color: var(--secondary-color);
      opacity: 0.08;
      position: absolute;
      top: 5px;
      left: 0;
      right: 0; }
  
  
      /* Footer */
  
      footer{position: relative;}
      footer h3{position: relative;display: inline-block;}
      footer .underline{width: 100%;height: 5px;background:#fff;border-radius: 3px;position:absolute;bottom:-15px;left: 0;overflow: hidden;}
      footer .underline span{width: 15px;height: 100%;background:#ea5336;border-radius: 3px;position: absolute;top:0;left: 10px;animation: moving 3s linear infinite;}
      @keyframes moving {
        0%{
          left: -20%;
        }
        100%{
          left: 100%;
        }
  
      }
  
  
      /* About Us Page CSS Start */
  
    .about-section .txt-body p{text-align: justify;}
      /* ./About Us Page CSS End */
  
  
      /* Eventparking Page CSS Start */
     .form-block {border: 1px solid #f2f2f2;
        background: #f2f2f2;
        padding: 50px;
        border-radius: 10px;
        box-shadow: 0 0 24px rgba(234, 83, 54, 0.5);
        position: relative;
        margin-top: -50px;
        z-index: 9;}
  
  
  
       .animated-btn {
          position: relative;
          display: inline-block;
          padding: 10px 20px;
          color: #ea5336;
          font-size: 16px;
          text-decoration: none;
          text-transform: uppercase;
          overflow: hidden;
          transition: .5s;
          letter-spacing: 4px
        }
        
        .animated-btn:hover {
          background: #ea5336;
          color: #fff;
          border-radius: 5px;
          box-shadow: 0 0 20px rgb(234, 83, 54);
        }
        
       .animated-btn span {
          position: absolute;
          display: block;
        }
        
        .animated-btn span:nth-child(1) {
          top: 0;
          left: -100%;
          width: 100%;
          height: 2px;
          background: linear-gradient(90deg, transparent, #ea5336);
          animation: btn-anim1 1s linear infinite;
        }
        
        @keyframes btn-anim1 {
          0% {
            left: -100%;
          }
          50%,100% {
            left: 100%;
          }
        }
        
        .animated-btn span:nth-child(2) {
          top: -100%;
          right: 0;
          width: 2px;
          height: 100%;
          background: linear-gradient(180deg, transparent, #ea5336);
          animation: btn-anim2 1s linear infinite;
          animation-delay: .25s
        }
        
        @keyframes btn-anim2 {
          0% {
            top: -100%;
          }
          50%,100% {
            top: 100%;
          }
        }
        
        .animated-btn span:nth-child(3) {
          bottom: 0;
          right: -100%;
          width: 100%;
          height: 2px;
          background: linear-gradient(270deg, transparent, #ea5336);
          animation: btn-anim3 1s linear infinite;
          animation-delay: .5s
        }
        
        @keyframes btn-anim3 {
          0% {
            right: -100%;
          }
          50%,100% {
            right: 100%;
          }
        }
        
        .animated-btn span:nth-child(4) {
          bottom: -100%;
          left: 0;
          width: 2px;
          height: 100%;
          background: linear-gradient(360deg, transparent, #ea5336);
          animation: btn-anim4 1s linear infinite;
          animation-delay: .75s
        }
        
        @keyframes btn-anim4 {
          0% {
            bottom: -100%;
          }
          50%,100% {
            bottom: 100%;
          }
        }
  
            /* ./Eventparking Page CSS End */
  
  
            .parking-sec{position: relative;background: var(--bg-grey);}
           .parking-sec:after {position: absolute;
              content: "";
              background-image: url(../../assets/img/semi-circle-img.svg);
              background-size: cover;
              background-repeat: no-repeat;
              right: 0px;
              height: 550px;
              width: 280px;
              top: -300px;}
  
  
              .leftgrey-img-div{background-image: url(../../assets/img/orange-img.svg);
                position: absolute;
                left: 0px;
                width: 29%;
                height: 100%;
                background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  }
  
  #contact{background-image: url(../../assets/img/bg.svg) !important;
    background-repeat: no-repeat;
    background-size: cover;}
  
  .subpadding-section {position: relative;}
  .subpadding-section .img-tab img{z-index: 99;position:relative}
  
  .modal-header .modal-title{color: var(--primary-color);}
  
  

  
    /* Listing Image */
     .listing-sec .card {box-shadow: 0 0 10px rgba(212, 212, 212, 0.5);
    border-radius: 10px;transition: all 0.5s linear;}
    .listing-sec .card:hover{box-shadow: 0 0 20px rgba(212, 212, 212, 0.5);}
    .listing-sec .card .img-wrap{background: #fff}
    .listing-sec .card .img-wrap img{height: 264px;
      object-fit: contain;}
  
  
      .list-dtl-sec .p-timeline{position: relative;}
      .list-dtl-sec .p-timeline li{display: flex;justify-content: flex-start;}
    .list-dtl-sec .timeline-index{position: relative;margin-right: 15px;}
      .list-dtl-sec .timeline-index::before {
        position: absolute;
        content: "";
        height: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-left: 1px solid;
        border-style: dotted;
        border-color: #8c251e;
      }
   .list-dtl-sec .timeline-content {text-align: start;margin-top: 10px;margin-bottom: 20px}
    .list-dtl-sec .index-circle h5 {
    border: 1px solid #8c251e;
    width: 50px;
    height: 50px;
    background: #8c251e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    position: relative;
    box-shadow: 0 0 10px rgb(234, 83, 54);
  }
  
  .list-dtl-sec .aside-sec .ttl{color: var(--heading-color);margin-bottom: 10px;}
  .list-dtl-sec .aside-sec{text-align: left;}
  .list-dtl-sec .aside-sec ul li{position: relative}
    .list-dtl-sec .aside-sec ul li:after{content: "";position: absolute;left: 0px;width: 8px;height: 8px;background: var(--primary-color);top: 18px;border-radius: 50px;}
    .list-dtl-sec .aside-sec ul li{padding:10px 0px 10px 15px;border-bottom: 1px solid;border-color: var(--font-color);}
    .list-dtl-sec .aside-sec ul li a {color: var(--primary-color);display: flex;}
    .list-dtl-sec .aside-sec ul li a:hover{opacity: 0.8}
    
    .listing-sec .card .body .txt-body p{display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;}
    
  
  
  /* Grid View Styles */
  /* Base Styles */
  .card {
    margin-bottom: 30px;
  }
  
  /* Grid View Styles */
  .grid-view .col-lg-3 {
    display: flex;
    flex-wrap: wrap;
  }
  
  /* List View Styles */
  .list-view .col-lg-3 {
    width: 100%;
  }
  
  .home-banner{position: relative;margin-top: -60px;}
  
  
  
  .section-padding{padding:60px 0px}
  
  
  /* Services Page CSS Start */
  .services-section .card .services-logo-sec h4 {
    text-align: center;
    border: none;
    padding: 0 10px;
    border-radius: 100%;
    width: 130px;
    background-image: linear-gradient(to right, #ff0101 ,rgb(3, 3, 3) );
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* ./Services page CSS End */


  /* Product list page CSS Start */
.product-listing-section {position: relative;}
.product-listing-section:after{content: '';clear: both;display: table;}
.product-listing-section article.d-flex{width: 100%;}
.product-listing-section .card.post-card img {height: 260px;object-fit: cover;}
.product-listing-section .card.post-card .body {padding: 0 15px 15px;}
.product-listing-section .card.post-card .body .custom-price {display: none;}

  /* ./Product listing page css End */

  
  #culture-slider .features4-grid-inn  img{
    border-radius: 50%;
    object-fit: cover;
    object-position: center;}
  
  
  /* / Media Query / */
  
  @media screen and (max-width:1199px) {
    #culture-slider .features4-grid-inn img {
      min-height: 178px;
    }

    #staff .single-project .pic img {
      height: 294px;}


    .article-body .ui-resizable .component-photo .img-responsive.img-circle{object-fit: contain;}

  }
  
  @media screen and (max-width:991px) {
    #culture-slider .features4-grid-inn img {
      min-height: 223px;
    }
  
    .grid-section .grid-column {
      margin-top: 20px;
    }
  
    .grid-section .grid-column .left-side-img {
      margin-bottom: 25px;
    }
  
    .grid-section .grid-column .img-wrap.full.zoom {
      margin-bottom: 25px;
    }
  
    .w3l-testimonials .title-content h2 {
      margin: 20px;
    }

    #staff .single-project .pic img {
      height: 214px;
    }
    .testimonials .testimonial-wrap {
      padding-left: 0;
    }
    #footer .footer-top .footer-links ul a {
      padding: 0;
    }

    .navbar-mobile .mobile-nav-toggle{right: 35px;}

  }
  
  
  @media screen and (max-width:767px) {
    #culture-slider .features4-grid-inn img {
      min-height: 163px;
    }
  
    .w3l-testimonials .customers-6-content .card {
      padding: 0;
    }
    .testimonials .testimonial-item{margin: 0px 0px 30px;}
    .navbar-mobile .mobile-nav-toggle{right: 15px;top: 72px;}

    .page-cover, .contact-banner img{height: 300px;}

  }
  
  
  @media screen and (max-width:599px) {
    #culture-slider .features4-grid-inn img {
      min-height: 250px;
    }
  
    .w3l-covers-18 .title-content img {
      margin-bottom: 20px;
    }
  
    .w3l-testimonials .card-body {
      padding: 40px;
    }
  }
  
  @media screen and (max-width:576px) {
    .w3l-testimonials .card-body {
      padding: 27px;
    }
    #staff .single-project .pic img {
      height: 300px;
    }



  }

  @media screen and (max-width:575px) {
    #staff .single-project .pic img {
      height: 350px;
    }
    #footer .footer-top {
      padding: 40px 0 30px;}

    #topbar  .d-none.d-sm-block{display: block !important;}
  }



  
  @media screen and (max-width:480px) {
    #culture-slider .features4-grid-inn img {
      min-height: 220px;
    }
  
    .w3l-covers-17 .title-content img {
      width: 375px;
    }
  
    .w3l-covers-18 .title-content img {
      width: 375px;
    }
  
    .grid-section img {
      width: 375px;
    }

    #staff .single-project .pic img {
      height: 300px;
    }

    .page-cover, .contact-banner img{height: 230px !important;}

  }
  
  @media screen and (max-width:410px) {
    .w3l-covers-17 .title-content img {
      width: 350px;
    }
  
    .w3l-covers-18 .title-content img {
      width: 350px;
    }
  
    .grid-section img {
      width: 350px;
    }

    #staff .single-project .pic img {
      height: 320px;
    }
  }
  
  
  @media screen and (max-width:360px) {
    #culture-slider .features4-grid-inn img {
      min-height: 150px;
    }
  
    .w3l-covers-17 .title-content img {
      width: 325px;
    }
  
    .w3l-covers-18 .title-content img {
      width: 325px;
    }
  
    .grid-section img {
      width: 325px;
    }

    #staff .single-project .pic img {
      height: 280px;
    }

    #staff .single-project .pic img {
      height: 300px;
    }

    .page-cover, .contact-banner img{height: 150px !important;}
  }
  
  @media screen and (max-width:320px) {
    .w3l-covers-17 .title-content img {
      width: 275px;
    }
  
    .w3l-covers-18 .title-content img {
      width: 275px;
    }
  
    .grid-section img {
      width: 275px;
    }

    
    #staff .single-project .pic img {
      height: 280px;
    }
  }


  .modal-header .btn-close {
    position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff !important;
  border-radius: 100%;
  border: 1px solid #000;
  border-radius: 0px;
    border-top-right-radius: 0px;
  font-size: 20px;
  border-top-right-radius: 4px;
  opacity: 1;
  }
  .modal-body .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
  }