.header-top {
    display: none;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: #ffffff;
    background: unset;
}
.navigation-area {
    background: #fff;
    padding:  0;
}
.is-sticky .navigation-area {
    background: #ffffff none repeat scroll 0 0;
}
.is-sticky .navigation-area .navbar-nav li a {
    color: #012258;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: #012258;
}
.nav.navbar-nav li a {
    color: #012258;
    font-family: fugaz;
    font-size: 18px;
    font-weight: 100;
}
ul.nav.navbar-nav.text-right {
    margin-top: 26px;
}
.dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
}
.dropdown_menu {
    background-color: #002355;
    width: 260px;
}
.dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
}
.dropdown_menu:hover li a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-bottom: 1px solid;
}
.dropdown:hover .dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-bottom: 1px solid;
}
.product_title, .gallery_title, .about_title, .contact_title {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 40px;
    position: relative;
  
}
.nav.navbar-nav li:hover a {
    color: #c1001e;
}
.qc-call-now-button p {
    display: none !important;
}
.qc-call-now-button {
    display: block !important;
    bottom: 155px !important;
    left: 5px !important;
}
#home-slider .teashop-table {
    display: none;
}
.bg-overlay:after {
    background: #00000026 none repeat scroll 0 0;
}

.section-top {
    padding: 75px 0;
    background: url(../../images/images/bike-sales/bike/brd-crmb.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    color: #fff;
    font-size: 50px;
    font-family: fugaz;
    text-align: left;
    padding-left: 50px;
}
/*------------------Welccome-------------*/

#about {
    padding: 60px 0 65px 0;
}
.about-one {
    position: relative;
    display: block;
    padding: 90px 0 0px;
    z-index: 1;
}

.about-one__left {
    position: relative;
    display: block;
    margin-left: 210px;
    margin-right: -30px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--gorent-black);
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.about-one__img img {
    width: 100%;
    border-radius: var(--gorent-bdr-radius);
    transition: all 500ms ease;
}

.about-one__img:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}



.about-one__img-2 img {
    width: auto;
    border-radius: var(--gorent-bdr-radius);
    transition: all 500ms ease;
}

.about-one__img-2:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}

.about-one__experience {
    position: absolute;
    top: 35px;
    left: -75px;
    max-width: 150px;
    width: 100%;
    background-color:#020202;
    border-radius: 10px;
    text-align: center;
    padding: 36px 30px 34px;
    border-bottom-left-radius: 0;
    z-index: 2;
}

.about-one__experience::before {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    border-top: 35px solid var(--gorent-base);
    border-left: 75px solid transparent;
}

.about-one__experience-count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-one__experience-count h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px !important;
    font-family: var(--gorent-font-two) !important;
    color: var(--gorent-black);
}

.about-one__experience-count span {
    font-size: 35px;
    font-weight: 500;
    line-height: 35px !important;
    font-family: 'fugaz';
    color: #666666;
}

.about-one__experience-text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 5px;
}

.about-one__shape-1 {
    position: absolute;
    top: 0;
    left: -180px;
    z-index: -1;
}

.about-one__shape-1 img {
    width: auto;
}

.about-one__shape-2 {
    position: absolute;
    top: 133px;
    left: -190px;
    z-index: -1;
}

.about-one__shape-2 img {
    width: auto;
}

.about-one__shape-3 {
    position: absolute;
    bottom: -197px;
    right: -145px;
    z-index: -1;
}

.about-one__shape-3 img {
    width: auto;
}

.about-one__shape-4 {
    position: absolute;
    bottom: -164px;
    right: 0px;
    z-index: -1;
}
.about-one__img-2 {
    position: absolute;
    left: -210px;
    bottom: -211px;
    overflow: hidden;
    background-color: #131222;
    border-radius: 10px;
}

.about-one__img-2:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}
.about-one__img:hover img {
    opacity: 0.6;
    transform: scaleX(1.05);
}
.about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #131222;
    border-radius: var(--gorent-bdr-radius);
    z-index: 1;
}

.about-one__shape-4 img {
    width: auto;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 80px;
}

.about-one__right .section-title {
    margin-bottom: 23px;
}

.about-one__text-1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--gorent-font-two);
    color: var(--gorent-base);
}

.about-one__text-2 {
    margin-top: 21px;
    margin-bottom: 20px;
}

.about-one__progress-box {
    position: relative;
    display: block;
}

.about-one__progress-box li {
    position: relative;
    display: block;
}

.about-one__progress-box li li {
    margin-top: 18px;
}

.about-one__progress {
    position: relative;
    display: block;
}

.about-one__progress-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--gorent-black);
    margin-bottom: 7px;
}

.about-one__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: var(--gorent-extra);
}

.about-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    background-color: var(--gorent-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.about-one__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 17px;
    color: var(--gorent-black);
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    font-family: var(--gorent-font-two);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.about-one__progress .bar.marb-0 {
    margin-bottom: 0;
}

.about-one__btn-box-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 22px;
}

.about-one__call-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-one__call-box-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--gorent-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__call-box-icon:hover {
    background-color: var(--gorent-black);
}

.about-one__call-box-icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--gorent-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__call-box-icon:hover span {
    color: var(--gorent-white);
}

.about-one__call-box-content {
    position: relative;
    display: block;
}

.about-one__call-box-content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 2px;
}

.about-one__call-box-content h4 a {
    color: #000;
}
.about-one__call-box-content h4 a:hover {
    color: var(--gorent-base);
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.section-title__title {
    color: #101010;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    margin: 7px 0 0;
    text-transform: uppercase;
    font-family: 'fugaz';
    font-weight: 100;
}
.section-title__tagline-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.section-title__tagline {
    font-family: 'fugaz';
    font-weight: 100;
    text-decoration: underline;
    color: #9f000b;
}
.odometer-inside {
    color: #c3c3c3;
    font-size: 35px;
    font-family: 'fugaz';
}
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #131222;
    background-color: #ffb51d;
    padding: 13px 30px 13px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 2;
    text-align: center;
}
.thm-btn:hover {
    color: #ffffff;
}
.thm-btn:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.thm-btn::after {
    content: "";
    background-color: #131222;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}
.about-one__call-box-content h4 a:hover {
    color: #9f000b;
}

/*----------Wrapper------------*/

.wrapperAllCategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(https://ordasoft.com/demo/j_bike/images/wrapperCategories.jpg);
    padding: 100px 70px 200px;
    background-size: cover;
    background-position: left;
    background-attachment: fixed;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.wrapperOneCategory {
    width: 17%;
    padding: 20px 0;
    background: #fff;
    border: 1px solid #cacaca;
    transition: .5s;
    text-align: center;
}
.wrapperOneCategory p {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 100;
    transition: .5s;
    font-family: 'fugaz';
}
.collecton .animation-style1 {
    text-align: center;
}
.collecton .section-title__tagline-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 50px;
}
.service-style2-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 495px;
    background-attachment: scroll;
    background-size: cover;
    background-position:  center top;
}
.service-style2-area .layer-outer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../../images/images/sbg.jpg);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all; 
}
.service-style2-area .service-box{
    z-index: 99;    
}
.single-service-style2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 100;
    box-shadow: 1px 1px 10px 1px;
}
.single-service-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style2 .img-holder img{
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);    
}
.single-service-style2:hover .img-holder img{
    transform: scale(1);    
}
.single-service-style2 .img-holder .static-content {
    position: absolute;
    left: 5px;
    bottom: 5px;
    right: 5px;
    min-height: 75px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    transform: perspective(1200px) rotateX(0deg);
    transform-origin: bottom;
    transition: all 700ms ease 100ms;    
}
.single-service-style2:hover .img-holder .static-content{
    transform: perspective(1200px) rotateX(90deg); 
    transition: all 700ms ease 200ms;    
}


.single-service-style2 .img-holder .static-content .title{
    position: relative;
    display: block;
    padding-left:0;
}
.single-service-style2 .img-holder .static-content .title:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    content: "";
    margin: 7px 0 8px;
}
.single-service-style2 .img-holder .static-content .title h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.single-service-style2 .img-holder .static-content .title h3 a{
    color: #000000;    
}
.single-service-style2 .img-holder .static-content .icon {
    position: absolute;
    bottom: -5px;
    right: -5px;
}
.single-service-style2 .img-holder .static-content .icon a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 70px;
    font-weight: 300;
}

.single-service-style2 .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    z-index: 2;
    opacity: 0;
    transform: scale(0.5);
    background-color: rgba(0, 0, 0, 0.80);
    transition: all 0.8s ease-in-out 0s;
}
.single-service-style2:hover .overlay-content{
    opacity: 1;
    transform: scale(1.0);
    height:100%;
}
.single-service-style2 .overlay-content .inner-content{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.1s ease-in-out 0.1s;
}
.single-service-style2:hover .overlay-content .inner-content{
    opacity: 1; 
    transition: all 0.8s ease-in-out 0.7s;
}
.single-service-style2 .overlay-content .inner-content .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 95px;
    line-height: 95px;
    padding-top: 132px;
    transform: translateY(15px);
    transition: all 0.3s ease-in-out 0.8s;
}
.single-service-style2:hover .overlay-content .inner-content .icon{
    transform: translateY(0px);    
}
.single-service-style2 .overlay-content .inner-content .text-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px 30px 41px;
    transform: translateY(15px);
    transition: all 0.2s ease-in-out 0.9s;
}
.single-service-style2:hover .overlay-content .inner-content .text-holder{
    transform: translateY(0px);    
}
.single-service-style2 .overlay-content .inner-content .text-holder .title{
    position: relative;
    display: block;
    padding-left: 35px;    
}
.single-service-style2 .overlay-content .inner-content .text-holder .title:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    content: "";
    margin: 7px 0 8px;
}
.single-service-style2 .overlay-content .inner-content .text-holder .title h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.single-service-style2 .overlay-content .inner-content .text-holder .title h3 a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style2 .overlay-content .inner-content .text-holder p{
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    margin: 12px 0 0;
}
.all-service-button{
    position: relative;
    display: block;
    padding-top: 40px;
}
.service-style2-area .sec-title {
    text-align: center;
}
.row-slider {
    margin: 10px;
}
.collecton {
    margin-top: 60px;
}


/*---------------------Count--------*/
.wrapperStatistics{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 100px 150px;
  position: relative;
  background: url(../../images/images/count.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 50px;
}
.wrapperStatistics::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0009;
  left: 0;
  top: 0;
  z-index: 1;
}
.wrapperOneStatistics{
  width: 23%;
  text-align: center;
  z-index: 2;
}
.wrapperOneStatistics i {
    font-size: 50px;
    color: #959595;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    line-height: 25px;
}
.wrapperOneStatistics p{
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
.wrapperOneStatistics h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'fugaz';
}

/*QC FOOTER STYLE START*/
#qcfooter-block {padding: 40px 0px; background: url(../../images/images/home-bikes/footer-new.png); color: #fff; background-size: cover;}
#qcfooter-block h3 {font-size: 16px;}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: block; margin: 10px 0 30px;}
.footer-content .qc-brand img {
    height: auto;
    background: #999999;
    width: 128px;
    border-radius: 10px;
    padding: 5px;
}
.footer-content p {font-size: 13px; line-height: 20px;}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;line-height: 2;}
.footer-content .quicklinks li a {padding: 5px 0px; display: block; color: #fff;}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #fff; border: 1px solid #fff; border-radius: 3px;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
.qcinput {border: 2px solid #fff; color: #fff; padding: 5px; margin-bottom: 10px;}
.qcEmailSubBtn {padding: 10px; line-height: 0;font-size: 14px; background: #26A69A; color: #fff; border: 2px solid transparent; margin-bottom: 5px; outline: none;}
.qcEmailSubBtn:hover, .qcEmailSubBtn:focus {background: #26A69A; color: #fff; border: 2px solid #fff; outline: none;}
.qcEmailSubBtn i {font-size: 13px;}
#qcfooter-copyrights {padding: 10px 0; background: #1b2221; border-top: 1px solid #ddd;}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}
footer .con-content p {
    line-height: 2;
}
/*QC FOOTER STYLE END*/



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

.mb_about{
    position:relative;
    z-index:1;
}
.mb_about .large_heading h1{
    top:0;
    left:unset;
    right:50px;
    font-size:130px;
}
.mb_about .about_img{
    position: absolute;
    right: -70px;
    z-index: 1;
	box-shadow:4.474px 10.049px 31.54px 6.46px rgba(0, 0, 0, 0.08);
}
.about_img img {
    border-radius: 20px;
}
.mb_about .about_content{
	background-color: #222222;
    padding: 23px 20px 30px 80px;
    margin-top: 180px;
    border-radius: 20px;
}
.mb_about .about_content .mb_heading{
	margin-bottom:13px;
}
.mb_about .about_content .mb_heading h3{
	color:#ffffff;
}
.mb_about .about_content .mb_heading h3:before{
	background-color:#ffffff;
}
.mb_about .about_content p{
	color:#ffffff;
}
.large_heading h1 {
    position: absolute;
    top: 135px;
    left: 50px;
    z-index: -1;
    font-size: 245px;
    text-transform: uppercase;
    font-weight: 700;
    color: hsl(222deg 9% 28%);
    animation: 5s installation2 infinite alternate;
    opacity: 0.1;
}
.mb_about .large_heading h1 {
    top: 0;
    left: unset;
    right: 50px;
    font-size: 130px;
}
.mission .large_heading h1 {
    top: 0;
    left: unset;
    right: 310px;
    font-size: 116px;
}
.mission {
    padding: 60px 0;
}
.mission .about_img {
    position: absolute;
    z-index: 1;
    box-shadow: 4.474px 10.049px 31.54px 6.46px rgba(0, 0, 0, 0.08);
    left: -70px;
}
.mission .about_content p {
    color: #ffffff;
    width: 450px;
}
.mission .about_content {
    padding: 23px 20px 30px 40px;
}
.abt-cnt {
    margin-top: 50px;
}
#tem529_services_page .sec-title-animation {
    margin-bottom: 60px;
}
/*contact */
.contact-info-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.contact-info-item:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-info-item .icon-box {
    position: relative;
    background-color: #91050f;
    border-radius: 10px;
    height: 60px;
    color: #fff;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all 0.5s ease-in-out;
}

.contact-info-item:hover .icon-box {
    background-color: #222222;
    color: #fff;
}

.contact-info-item .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover .icon-box::before{
    transform: scale(1);
}

.contact-info-item .icon-box img{
    position: relative;
    max-width: 30px;
	z-index: 1;
}

.contact-info-content{
    width: calc(100% - 80px);
}
.contact-info-box {
    margin-top: 30px;
}
.contact-info-content h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: 'fugaz';
    font-weight: 100;
}
.contact-info-content p{
    margin-bottom: 0;
}
.contc h2 span {
    display: inline-block;
}
.contc p {
    font-family: 'manrope';
    line-height: 2;
}
.contact_details.pad_tb40 {
    padding-bottom: 70px;
}
.contact_pg.pg_mar {
    padding: 120px 0;
}
.contact_details h2 {
    font-family: 'fugaz';
    font-weight: 100;
}
.sec-title .sub-title h4::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #91050f;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    z-index: -1;
}
.sec-title .sub-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.sec-title {
    position: relative;
    display: block;
}
.sec-title .sub-title h4 {
    position: relative;
    display: inline-block;
    padding-top: 4px;
    padding-left: 25px;
    padding-bottom: 3px;
    padding-right: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'fugaz';
    z-index: 1;
}

ul.featurs-navigation.main-gall-list {
    display: none;
}
/*-------------------Services---------*/
.product_sec {
    margin: 50px 0;
}
.product_sec .sec-title{
    text-align: center;
}
/*.project-item.building{
    position: absolute;
    left: 0%;
    top: 0px;
}*/
.project-item.building{
    padding:20px;
}
.product_sec .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.product_sec .thumb img {
    width: 100%;
    height: 385px;
    border-radius: 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.product_sec .thumb .thumb-content {
    background: #101010cf;
    padding: 15px 25px 15px 25px;
    position: absolute;
    bottom: -30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    width: 100%;
}
.thumb-content h4 a {
    color: #fff;
}
.product_sec .thumb .thumb-content h4 {
    color: var(--title);
    margin-bottom: 5px;
    text-align: center;
}
.product_sec .thumb .thumb-content p {
    color: #565969;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.product_sec .thumb:hover img {
    transform: scale(1.2);
}
.product_sec .thumb:hover .thumb-content {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    z-index: 999;
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
}
.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}
@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.clint-reviews:before {
    color: #9f000b;
}
.clint-name i.fa {
    color: #9f000b;
}

/*------media----*/
@media(max-width:767px){
.about-one__left {
    
    margin-left: 0px; 
    margin-right: 0px; 
}
.about-one__right {
  
    margin-left: 0px; 
}
.section-title__tagline-box{
    display: block;
}
.about-one__experience {
   
    left: 0;
}
.about-one__img-2 {
    position: relative;
    left: 0;
    bottom: 0;
}
.about-one__shape-3.float-bob-x {
    display: none;
}
.section-title__title {
    color: #101010;
    font-size: 35px;
}
.about-one__call-box {
    display: block;
}
.about-one__call-box-icon {
    display: none;
}
.about-one__right .section-title {
    text-align: center;
}
.wrapperAllCategories {
    clip-path: none;
}
.wrapperOneCategory {
    width: 100%;
    margin-bottom: 30px;
}
.wrapperOneStatistics {
    width: 100%;
    }
    .wrapperOneStatistics {
    width: 50%;
    padding-bottom: 30px;
}
.wrapperStatistics {
    display: inline-flex;
    padding: 50px 10px;
}
#testimonial .section-title {
    text-align: center;
}
.mb_about .about_content {
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 30px;
}
.large_heading {
    display: none;
}
.mission .about_img {
    position: relative;
}
.mission {
    padding: 10px 0;
}
.mission .about_content p {
    color: #ffffff;
     width: 100%;
}
.mb_about .about_img {
    position: relative;
    right: 0px;
    left: 0px;
}
.navigation-area {
     position: relative;
}
#home-slider, .page-banner {
    margin-top: 10px;
}
.clint-reviews:before {
    color: #9f000b;
}
.clint-name i.fa {
    color: #9f000b;
}
}