body{
    overflow-x: hidden;
    font-family: 'AkkuratStd-Regular';
}
:root{
    --custom-color: #1a1a1a;
    --button-color: #ffcf00;
    --white-color:#fff;
    --heading-color:#212326;
    overflow-x: hidden;
}
h1,h2,h3{
    font-family: 'Strawford-Black';
    color: var(--heading-color);
}
.customheading{
    color: var(--custom-color);
    font-family: 'Strawford-Black';
   
}
p{
    font-family: 'AkkuratStd-Regular';
    margin-bottom: 0;
}
.dropdown-toggle::after{
    display:none;
}

.spanbold{
    font-weight: 600;
}
@font-face {
    font-family: 'Strawford-Black';
    src: url('../fonts/Strawford-Black.woff');
  }
  @font-face {
    font-family: 'Strawford';
    src: url('../fonts/strawford-regular-webfont.woff');
  }
  @font-face {
    font-family: 'AkkuratStd-Regular';
    src: url('../fonts/AkkuratStd-Regular.woff');
  }
  @font-face {
    font-family: 'AkkuratStd-Bold';
    src: url('../fonts/AkkuratStd-Bold.woff');
  }
  @font-face {
    font-family: 'Akkurat';
    src: url('../fonts/Akkurat.woff');
  }
@media (min-width: 1024px) {
    .container{
        max-width: 1500px;
    }
    .Pricing_Sec .container {
        max-width: 1360px;
    }
  }
.btn_custom{
    overflow: hidden;
    z-index: 1;
    position: relative;
    border-radius: 63px;
    font-weight: 500;
    transition: all 0.4s ease;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--button-color);
    position: relative;
    background: var(--button-color);
    color: var(--custom-color);
    transition: all 0.3s ease;
    font-size: 20px;
    padding: 20px 65px;
    text-decoration: none !important;
    font-weight: 800;
    font-family: 'AkkuratStd-Bold';
}

header {
    top: 52px;
    /* position: absolute; */
    z-index: 5;
    /* height: 203px; */
    right: 0;
    left: 0;
}
.customnavbar .nav-link{
    font-family: 'AkkuratStd-Regular';
    cursor: pointer;
    color: var(--custom-color) !important;
    font-size: 18px !important;
    padding: 0px !important;
}
.customnavbar .cs .dropdown-toggle::after{
    display: none;
}
.navbar-nav {
    gap: 65px;
    padding-right: 7rem;
}
.customnavbar {
    padding: 0px 117px 0px 22px;
}
/* header css start */


/* Dropdown menu */
.cs .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
  }
  .cs:hover .dropdown-menu {
    transform: scale(1);
  }
  .dropdn-last li {
    list-style: none;
}

form.form-inline.my-2.my-lg-0 {
    display: flex;
    align-items: baseline;
    gap: 23px;
}

ul.dropdownList {
    padding: 0px 11px 0px 8px;
    height: 220px;
    overflow-y: scroll;
    width: 270px;
    margin-bottom: 0;
}

ul.dropdownList a {
    font-family: 'Akkurat';
    cursor: pointer;
    color: var(--custom-color) !important;
    font-size: 18px;
    padding: 0px !important;
    line-height: 35px;
    text-decoration: none !important;
}
.icons-header a {
    color: var(--custom-color) !important;
    font-size: 28px;
    font-weight: 300 !important;
}

.icons-header {
    display: flex;
    gap: 34px;
    margin-left: 38px;
}

.Section-01 {
    /* margin-top: 5rem; */
    position: relative;
    padding-top: 15rem;
    padding-bottom: 15rem;
    overflow: hidden;
}

.Bannervideo {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.content-01 img {
    width: 18%;
}

.Bannervideo video {
    width: 100%;
}

/* content-01 css start */
.content-01{}
.content-01 h3{
    color: var(--white-color);
    font-size: 75px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 35px;
}
.content-01 p{
    font-size: 29px;
    width: 49%;
    color: var(--white-color);
    margin-bottom: 35px;
}
.topbar {
    background: var(--custom-color);
    padding: 11px 0px;
}

.topbar p {
    color: var(--white-color);
    margin: 0;
    text-align: center;
    font-size: 17px;
}

/* Sec-02 css */
.Sec-02 h3{
    font-size: 50px;
    margin-top: 20px;
}

.Sec-02 h2{
    font-size: 34px;
    color: var(--white-color);
    margin-bottom: 0px  !important;
}
.content-03 {
    padding-inline-start: 11rem;
    padding-inline-end: 13rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding-top: 14rem;
}

.content-03 h4 {
    font-size: 73px;
    font-weight: bolder;
    color: #212326;
    margin-bottom: 48px;
    font-family: 'Strawford-Black';
}
.textlink a {
    font-family: 'AkkuratStd-Bold';
    width: 242px;
    font-size: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-decoration: none !important;
    color: #000;
    margin-bottom: 15px;
}

.textlink a:after {
    margin: auto;
    position: absolute;
    content: "";
    background: var(--custom-color);
    height: 1px;
    width: 77%;
    bottom: -9px;
    right: 0;
    left: 0;
}

.Sec-04{
    background: var(--custom-color);
}
.Sec-04 h4{
    color: var(--white-color);
}
.Sec-04 a{
    color: var(--white-color);
}
.Sec-04 a:after{
    background: var(--white-color);
}

section.Sec-Logo {
    padding: 120px 0px;
    background: #f3f1ea;
}

.sliderlog img {
    width: 100%;
    /* height: 145px; */
    opacity: 1;
    transform: unset !important;
}
.Gurante-box h4 {
    font-weight: bolder;
    font-size: 21px;
    color: #18181a;
    font-family: 'Strawford-Black';
}

.Gurante-box {
    text-align: center;
}

.Gurante-box p {
    margin-left: auto;
    color: #7c7c7c;
    margin-top: 26px;
    margin-bottom: 0;
    margin-right: auto;
    line-height: 32px;
    font-size: 19px;
}

.Sec-05 {
    padding-top: 120px;
    padding-bottom: 100px;
}

.Gurante-box figure {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-Box {
    position: relative;
    padding: 11px 5px;
}

.imgHide {
    position: absolute;
    top: 0px;
    z-index: 0;
    transition: all 0.7s ease;
    opacity: 0;
    width: 100%;
}

.product-header {
    position: relative;
    background: #fff;
    border-radius: 9px;
    /* padding: 20px; */
    overflow: hidden;
}

.product-Box .btn_custom {
    padding: 17px 67px;
    width: 93%;
    border-radius: 10px;
    margin: auto;
    /* display: none; */
    transition: all 0.5s ease;
    position: absolute;
    bottom: 45px;
    /* height: 0%; */
    left: 11px;
    opacity: 0;
}

a.searc {
    box-shadow: 0px 0px 7px 2px #00000014;
    display: flex;
    position: absolute;
    right: 44px;
    top: 0;
    color: #000;
    font-size: 22px;
    background: #f3f1ea70;
    height: 45px;
    width: 45px;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 101px;
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 2;
}

.Sec-product {
    background: #f3f1ea;
    padding: 90px 40px;
}

.product-Box figure img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

.text-cent h3 {
    text-align: center;
    font-size: 60px;
    font-weight: bolder;
    color: #212326;
    margin-bottom: 48px;
}

.product-col h5 {
    font-size: 21px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Strawford-Black';
}

.product-col h6 {
    position: relative;
    font-size: 16px;
    font-weight: bolder;
    color: #212326;
    margin-bottom: 0;
    font-family: 'Strawford-Black';
}

strong {}

.product-col h6 span {
    font-size: 22px;
}

.product-col h6 strong {
    position: absolute;
    top: 0;
    font-size: 15px;
}

.product-col {
    margin-top: 21px;
}

.product-Box:hover .btn_custom {
    opacity: 1;
    transition: all 0.5s ease;
    transform: translate(10px, 10px);
}

.product-Box:hover  a.searc {
    opacity: 1;
    transition: all 0.4s ease;
    top: 33px;
}

.product-Box:hover .btn_custom {
    display: block;
    transition: all 0.5s ease;
    transform: translate(10px, 10px);
}

.product-Box:hover .imgHide {
    opacity: 1;
    transition: all 0.6s ease;
}
.Prodct-Second .product-Box figure img {
    height: auto;
}
.product-header.nob {
    background: transparent;
}
.sold {
    background: #d72c0d;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 4px;
}
.product-Box.four .imgHide img {
    height: 436px;
    object-fit: cover;
}   
.buttonftr {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.buttonftr .textlink a {
    width: 307px;
    font-size: 19px;
    color: #212326;
}
.route-text h2 {
    font-size: 49px;
    color: #212326;
    margin-bottom: 21px;
}

.route-text h2 span {
    display: block;
    line-height: 71px;
}

.flex img {
    width: 24%;
}

.flex {
    gap: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 63px;
}

.flex a {
    display: contents;
}

section.Routes_sec {
    background: #ffcf00;
}
.route-text .textlink a {
    font-size: 21px;
}

.Jour_sec{
    z-index: 0;
    position: relative;
    background: url('../images/scale_1200.png');
    height: 840px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.center-text h2 {
    color: #fff;
    font-size: 51px;
    font-weight: bold;
    line-height: 63px;
    margin-bottom: 17px;
}

.center-text h2 span {
    display: block;
}

.Jour_sec:After {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #00000057;
}

.center-text p {
    color: #fff;
    font-size: 23px;
    /* font-weight: bold; */
    line-height: 31px;
    width: 54%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.center-text p span {
    display: block;
}

.center-text {
    text-align: center;
    justify-content: center;
}

.center-text .textlink {
    text-align: center;
    display: flex;
}

.center-text .textlink a {
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    color: #fff;
    font-size: 24px;
}

.center-text .textlink a:after {
    background: #fff;
}
.centerSec {
    text-align: center;
    padding: 53px 0px;
    background: #e7e5de;
}

.centerSec .textlink a {
    margin: auto;
    font-size: 20px;
    width: 200px;
}

.centerSec p {
    font-size: 27px;
    /* font-weight: bolder; */
    /* color: #000; */
    margin-bottom: 35px;
}
footer {
    background: #18181a;
    padding: 60px 40px;
}

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

.footerLinks a {
    padding-bottom: 9px;
    text-decoration: none !important;
    color: #fff;
    font-size: 19px;
    display: block;
}

.footerLinks h5 {
    letter-spacing: 2px;
    color: #9C9C9C;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footerlinks ul {
    display: flex;
    gap: 6px;
}

.footerlinks ul a {
    font-size: 21px;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
    color: #9C9C9C;
}

.footerlinks a {
    transition: all 0.3s ease;
    position: relative;
}

.footerlinks ul a:hover {
    background: #fff;
    color: #000;
    border-radius: 90px;transition: all 0.3s ease;}


.footerlinks a:after {
    top: -30px;
    content:"";
    position: absolute;
    font-size: 21px;
    border-radius: 0;
    width: 0px;
    height: 0px;
    background: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: -1;
}

.footerlinks a:hover:After {
    top: 52px;
    width: 50px;
    height: 50px;
    background: #1a1a1a;
    border-radius: 90px;
}
.footerinput .form-control{
    background: transparent;
    border: transparent;
    border-bottom: 1px solid;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 35px;
    text-align: start;
    color: #fff;
}
small.form-text {
    color: #9C9C9C;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 33px;
}
.imgh {
    display: flex;
    justify-content: end;
}

.copyright p {
    font-size: 16px;
    color: #c6c2c2;
    margin-bottom: 0px;
}

.copyright ul {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    gap: 12px;
    padding-left: 0;
    padding-top: 10px;
}

.copyright ul a {
    color: #fff;
    font-size: 16px;
    text-decoration: none !important;
}
.marin{
    margin-top: 140px;
}
.copyright p a {
    color: #fff;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--button-color); 
    border-radius: 0px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--custom-color); 
  }
  #button {
    display: flex;
    background-color: #eee;
    width: 175px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 78px;
    right: -3px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    align-items: center;
    justify-content: space-around;
    color: #666666;
    text-transform: uppercase;
  }
 #button::after {
    content: "\f0aa";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #212529;
  }
   #button i{
       color: #666666;
   }
  #button:hover {
    cursor: pointer;
    background-color: #333;
    color: #fff;
  }
  #button:active {
    background-color: #eee;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
    animation: .5s infinite alternate scrollDownAnimation;
  }
  @keyframes scrollDownAnimation {
    0% {
      transform: translateY(0);
    }
  
    100% {
      transform: translateY(-10px);
    }
  }
  #button:hover:after {
    color: #fff;
}
a.navbar-brand img {
    width: 100%;
}

a.navbar-brand {
    width: 10%;
    margin: 0;
}
section.Sec-02.Section-01 {
    padding-bottom: 18rem;
    padding-top: 18rem;
}


/* Innerpage css start */
.InnerSec-02 .content-01 {
    text-align: center;
}

.InnerSec-02 .content-01 h3 {
    line-height: 64px;
    font-size: 75px;
    margin-top: 20px;
}

.InnerSec-02 .Sec-02 h2 {
    text-transform: uppercase;
    font-size: 23px;
}

.InnerSec-02 h6 {
    margin-bottom: 33px;
    font-family: 'Strawford-Black';
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}

.flexbutton {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 51px;
}

.Box-COm figure img {
    height: 674px;
    width: 100%;
    object-fit: cover;
    margin: auto;
}

.Box-COm figure {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

section.Computer_sec .row + .row {
    padding: 0px 50px;
}

.content-Com p {
    margin-left: auto;
    color: #1A1A1A;
    margin-top: 19px;
    margin-bottom: 0;
    margin-right: auto;
    line-height: 27px;
    font-size: 19px;
}

.content-Com p a {
    color: #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
    text-decoration: none !important;
}

.Computer_sec {
    padding-top: 160px;
    background: #f3f1ea;
    padding-bottom: 130px;
}

.content-Com h2 {
    font-size: 35px;
    margin: 0;
}

.Inner-Testi.TestiSec {
    background: #f3f1ea;
    padding-top: 0;
    padding-bottom: 50px;
}
.List_nav ul {
    list-style: none;
    display: flex;
    padding: 0px;
    justify-content: space-between;
    width: 96%;
    margin: auto;
    padding-bottom: 45px;
}

.List_nav ul li p {
    font-size: 28px;
    margin: 0;
    font-family: 'Strawford-Black';
    color: #1A1A1A;
    display: flex;
    align-items: center;
    gap: 8px;
}

.List_nav ul li p i {
    margin-right: 8px;
}

.navigate_text .heading-2 {
    font-size: 70px;
}

.navigate_text h3 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
}

.Navi_Sec {
    background: #f3f1ea;
    padding-top: 8rem;
    padding-right: 30px;
    padding-left: 30px;
}
.List_nav ul li p img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    display: flex;
    align-items: center;
}

figure.First-im img {
    height: 979px;
}

.mainIn {
    overflow: hidden;
    position: relative;
}

.content-in {
    position: absolute;
    bottom: 55px;
    left: 30px;
    z-index: 1;
}

.content-in h2 {
    position: relative;
    color: #fff;
    font-size: 37px;
    transition: all 0.3s ease;
    line-height: 32px;
    color: #fff;
    --color-foreground: 255, 255, 255;
    --color-link: 255, 255, 255;
    --color-border: 255, 255, 255;
    --color-heading: 255, 255, 255;
    --color-price: 255, 255, 255;
    --color-sale-price: currentColor;
}

.mainIn figure {
    position: relative;
    overflow: hidden;
}

.mainIn:After {
    bottom: 0px;
    position: absolute;
    content: "";
    background: linear-gradient(to top,rgba(4,4,4,.46) 0,rgba(54,54,54,.2) 40%,transparent 100%);
    height: 100%;
    width: 100%;
    bottom: 15px;
    border-radius: 38px;
    overflow: hidden;
}

.lost h2 {
    font-size: 24px;
    margin: 0;
    line-height: 27px;
    position: relative;
}

.mainIn img {
    border-radius: 40px;
    transition: all 0.3s ease-in;
}
.mainIn:hover img {
    transition: all 0.3s ease-in;
    transform: scale(1.1);
    border-radius: 0px;
}

.mainIn:hover img {
    border-radius: 0px;
}
.content-in h2:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 0%;
    height: 1px;
    left: 0;
    transition: all 0.3s ease;
    bottom: -6px;
}

.mainIn:hover h2:after {
    width: 100%;
    transition: all 0.3s ease;
    right: 0;
    left: unset;
}
.content-in.lost.lost-2 h2 {
    width: 90%;
}
figure.sec img {
    object-fit: cover;
    width: 100%;
    height: 686px;
}

.Sec-Track {
    padding-top: 4rem;
    background: #f3f1ea;
}

.Trackmain {
    background: #242424;
    width: 95%;
    margin: auto;
    padding: 85px 20px;
}

.Trackmain .navigate_text h3 {
    color: #F3F1EA;
}

.Trackmain .navigate_text .heading-2 {
    color: #F3F1EA;
    margin-bottom: 70px;
}
.Trackmain .List_nav ul li p {
    color: #F3F1EA;
}
.Trackmain .List_nav ul {
    width: 80%;
}
.tabcontent {
    float: left;
    width: 100%;
    /* height: 300px; */
    display: none;
  }
  .flex-item {
    display: flex;
    /* align-items: center; */
}

.Left-side {
    width: 58%;
}

.Hover-one img {
    width: 85%;
}

.texts-main {
    display: block;
}

.right-side {
    display: flex;
    width: 50%;
    padding-top: 116px;
}

button.tablinks {
    display: block;
    background: #242424;
    color: #626260;
    font-size: 30px;
    box-shadow: unset;
    text-shadow: unset;
    border: transparent;
    font-family: 'Strawford-Black';
    font-size: 49px;
    line-height: 56px;
}

button.tablinks.active {
    color: #fff;
}
div#slide-1 {
    color: #fff;
}

div#slides .slide {
    margin-bottom: 15px;
    color: #fff;
    font-size: 19px;
    width: 93%;
}

div#slides {
    margin-top: 5rem;
}

.texts-main .tb-2:hover .slide-1 {
 display: none;
}

.texts-main .btn_custom {
    margin-top: 4rem;
    padding: 17px 58px;
    background: #fff;
    BORDER: TRANSPARENT;
}
section.Sec-brown.Sec-Track .Trackmain {
    background: #978c78;
}

section.Sec-brown.Sec-Track .navigate_text h3 {
    color: #1A1A1A;
}

section.Sec-brown.Sec-Track  .navigate_text .heading-2 {
    color: #1A1A1A;
}
section.Sec-brown.Sec-Track button.tablinks {
    font-size: 35px;
    background: transparent;
}

section.Sec-brown.Sec-Track .right-side {
    padding-left: 40px;
}

section.Sec-brown.Sec-Track .Left-side {
    justify-content: end;
    display: flex;
}

section.Sec-brown.Sec-Track .tablinks.active {
    color: #1A1A1A;
}

section.Sec-brown.Sec-Track div#slides .slide {
    COLOR: #1A1A1A;
}
.CoreSec{
    position: relative;
    width: 93.5%;
    background: url('../images/innerpage/ban.png');
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    padding: 130px 0px;
    text-align: center;
}
.CoreSec p{
    color: #fff;
    font-size: 25px;
}
.CoreSec h2{
    margin-bottom: 24px;
    color: #fff;
    font-size: 60px;
}
section.CoreSec:after {
    position: absolute;
    content: "";
    background: #00000080;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}

.textce p + p {
    margin-top: 30px;
    margin-bottom: 54px;
}

section.CoreSec .btn_custom {
    background: #fff;
    border: transparent;
}
.innerbg {
    background: #f3f1ea;
}
.sliderReview ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 6px;
}

.Slider-Testimonial h2 {
    font-size: 50px;
}

.Testi_sec {
    padding: 33px 0px;
}
.reviews-section {
    width: 100%;
    margin: 0 auto;
    /* text-align: left; */
}

.reviews-section h2 {
    padding-left: 20px;
    font-size: 51px;
    font-weight: bold;
    margin-bottom: 20px;
}

.Testi_sec .slick-slider {
    margin: 0 auto;
}

.review-box {
    margin-right: 17px;
    /* background-color: #fff; */
    padding: 20px 0px;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.review-box.active {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.review-box p {
    width: 84%;
    font-size: 24px;
    line-height: 1.6;
}

.review-author {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.stars {
    color: #f9b234;
    margin-bottom: 10px;
    font-size: 25px;
}

.Testi_sec .slick-prev, .slick-next {
    /* background-color: #333; */
    color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.Testi_sec .slick-prev:hover, .slick-next:hover {
    /* background-color: #555; */
}

.Testi_sec .slick-dots li.slick-active button:before {
    color: #333;
}
.Testi_sec .slick-prev {
    right: 169px;
    
    position: absolute;
    left: unset;
    top: -52px;
}
.review-box.slick-slide.slick-active {
    opacity: 0.2;
}

.review-box.slick-slide.slick-current.slick-active {
    opacity: 1;
}
.Testi_sec  .slick-track {
    overflow: hidden;
    height: 421px;
}
.Testi_sec  .slick-next {
    right: 120px;
    top: -52px;
    /* opacity: 0; */
}

.Testi_sec .slick-prev:before, .slick-next:before {
    font-size: 27px;
    color: #000;
}

.Testi_sec  .slick-current   {
    width: 1329px !important;
  }
  .review-box.slick-slide.slick-current.slick-active {
    /* margin-right: 523px; */
    padding-left: 20px;
}

.slicck-1 {
    padding-left: 25px;
    padding-top: 7rem;
}
.Testi_sec .slick-current p {
    width: 64%;
}
.row.beeline .product-Box figure img {
    height: 400px;
}

.product-header figure {
    margin: 0;
}
.margin-2 {
    margin-top: 31px;
}

.margin-2 .btn_custom {
    padding: 20px 84px;
}
.Industry-Sec {
    background: #f3f1ea;
    padding: 20px 25px;
}

.image-in img {
    width: 100%;
}
.Intru-text p {
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 1.6;
    width: 88%;
}

.Intru-text h2 {
    font-size: 50px;
}

.Intru-text h2 span {
    display: block;
}

.Intru-text {
    padding: 7px 50px;
}
/* beeline-velo  Abdulwahab*/

.beeline-velo{
    background: rgb(243, 241, 234);
    padding-top: 121px;
}
.white-box{
    background-color: white;
    top: 48px;
}.beeline-img {
    margin-left: 50px;
}
.beeline-txt h6 {
    color: gray;
    font-size: 12px;
    letter-spacing: 3px;
    font-family: 'AkkuratStd-Regular';
    padding-bottom: 13px;
}
.beeline-txt{margin-top: 40px;margin-left: 42px;}

.beeline-txt h1 {
    font-size: 3rem;
    line-height: 72px;
}

.beeline-txt h1 span {
    font-size: 23px;
    display: block;
}
.beeline-txt h1 strong {
    position: absolute;
    top: 139px;
    left: 116px;
    font-size: 15px;
}
.beeline-txt h3 {
    font-size: 20px;
    padding-bottom: 18px;
}
.stem-txt p{
    font-size: 11px;
    color: gray;
    text-align: center;
}
.stem-txt del {
    display: block;
}
.stem-img {
    margin-bottom: 15px;
}


/* plus */
span {cursor:pointer; }
.minus, .plus{
    width: 40px;
    height: 40px;
    background: #dedddd;
    border-radius: 50%;
    padding:8px 5px 8px 5px;
    /* border:1px solid #ddd; */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    transition: all .6s ease;
}
.plus:hover{
    background-color: #000;
    color: #fff;
}
.minus:hover{
    background-color: #000;
    color: #fff;
}
input{
    width: 41px;
    text-align: center;
    font-size: 20px;
    border: none;
    background: transparent;
}
.add-to{
    padding: 15px;
    width: 86%;
}
.circle {
    margin: 0;
    padding: 0;
}
.buy{
    background: #5a31f4;
    color: #fff;
    width: 90%;
    padding: 18px 0px;
    border: none;
    margin-top: 10px;
    font-size: 14px;
}
/*  */

a.more {
    text-align: center;
    font-size: 15px;
    font-weight: 100;
    border-bottom: 1px solid black;
    width: 26%;
    margin: auto;
    padding-top: 24px;
    margin-bottom: 36px;
    display:block;
    color:#3c3b3b;
    text-decoration:none;
}

.amazom-btn {
    background: linear-gradient(to bottom, #FAE69B 0%, #EFC332 100%);
    padding: 20px;
    width: 91%;
    margin-top: 22px;
    border-radius: 2px;
    font-size: 16px;
    border: 1px solid rgb(165, 105, 83);
    display: flex;
    justify-content: center;
}
.amazom-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
   margin-bottom: 0;
}
.amazom-btn li{
    text-decoration: none;
    list-style: none;
    font-size: 17px;
}
button.amazom-btn p{
    font-size:15px;
    font-weight:600;
}
button.amazom-btn i{
    font-size:25px;
    
}
button.amazom-btn i {
    display: flex;
    gap: 10px;
}

.conttent-txt {
    margin-top: 30px;
}
.conttent-txt h4{
    font-size: 19px;
    font-weight: 100;
    color: #3c3b3b;
    line-height: 27px;
    margin-bottom: 25px;
    font-family: 'AkkuratStd-Regular';
}
.comes ul {
    padding: 0;
    margin-bottom: 16px;
    margin-top: 17px;
}
.comes li{
    text-decoration: none;
    list-style: none;
    font-size: 18px;
    line-height: 34px;
    font-family: 'AkkuratStd-Regular';
    color: #3c3b3b;
}

.comes h4 {
    font-size: 21px;
    font-weight: 600;
    font-family: 'AkkuratStd-Regular';
}

/* sec-02 */
.sec-02{
    background: rgb(243, 241, 234);
     padding-top: 70px;
}
.navigation-txt{
    padding-top: 30px;
}
.navigation-txt p {
    font-size: 20px;
    line-height: 29px;
    padding-top: 12px;
    color: #3c3b3b;
}
.slider-down{
    margin-top: 98px;
}
section.video {
    display: flex;
    position: relative;
    height: 965px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.bg-video {
    position: absolute;
    /* bottom: 0; */
    right: 0;
    left: 0;
    /* top: 0px; */
}
.videobut a {
    height: 77px;
    width: 78px;
    background: #fffdfdde;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    font-size: 33px;
    color: #000;
    text-decoration: none;
}

.videobut {
    display: flex;
    justify-content: center;
}


/* faq css innerpage */
.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    /* padding-right: 5px; */
    color: black;
    font-size: 26px;
}
.accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
    color: black;
    font-size: 26px;
}
.faq-card{
    background: transparent;
    border-bottom: 1px solid black;
    /* padding-bottom: 30px; */
    padding-left: 0;
    padding: 20px 0px 27px 0px;
    padding-bottom: 23px;
    padding-top: 23px;
}
.faq{
    border: none;
    /* margin-bottom: 20px; */
    background: rgb(243, 241, 234);
}
#accordion {
    width: 73%;
    margin: auto;
    /* margin-top: 103px; */
}
.txt-faq h1{
    font-size: 51px;
    line-height: 73px;
    padding-bottom: 54px;
}
section.faq-inner {
    padding-top: 120px;
    background-color: rgb(243, 241, 234);
    padding-bottom: 73px;
}
.faq-body{
    padding-left: 0;
    padding-top: 34px;
}
.faq-body h4 {
    font-size: 19px;
    color: #4e4d4d;
}

.faq-body h4 span {
    display: block;
    padding-top: 64px;
    line-height: 29px;
    font-size: 18px;
    padding-bottom: 14px;
}
.card-body-txt h4 {
    font-size: 19px;
    color: #000;
    font-weight: 600;
}

.card-body.faq-body p {
    font-size: 18px;
    color: #494949;
}
p.para {
    padding-top: 46px;
}
.faq-body a {
    text-decoration: none;
    list-style: none;
    color: #4f4b4b;
    border-bottom: 1px solid #4f4b4b;
}
.card-body-txt p span {
    color: black;
    font-weight: 600;
}
.faqs-ul h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.faqs-ul ul {
    padding-left: 0;
}
.faqs-ul li {
    text-decoration: none;
    list-style: none;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 10px;
}
.faqs-ul li span {
    font-weight: 600;
}
.faqs-ul {
    margin-top: 29px;
}
.view{
    text-align: center;
    padding: 20px 55px;
    margin: 55px 500px 0px;
}
  /* faq css innerpage end */
  

  .videobut h1{
    color: white;
    text-align: center;
    font-size: 50px;
  }
  .btn.read {
    color: #000;
    font-size: 20px;
    background: #ffffff;
    padding: 16px 68px;
    border-radius: 50px;
}
.Sec-product-txt p {
    font-size: 22px;
    text-align: center;
}
.text-cent.center {
    margin-top: 70px;
}
.give-cod {
    margin-top: 38px;
}




/* faqss */

.accordion{
    margin: 40px 0px;
    width: 91%;
    margin: auto;
    margin-top: 36px;
  }
  .accordion .item {
      border: none;
      /* margin-bottom: 50px; */
      background: none;
  }
  .t-p{
    color: rgb(193 206 216);
    padding: 40px 30px 0px 30px;
  }
  .accordion .item .item-header h2 button.btn.btn-link {
      /* background: #333435; */
      color: #212529;
      /* border-radius: 0px; */
      font-size: 18px;
      font-weight: 300;
      line-height: 2.5;
      text-decoration: none;
      /* padding-left: 40px; */
      border-bottom: 1px solid black;
      padding: 0;
      margin-bottom: 26px;
      font-family: 'AkkuratStd-Regular';
  }
  .accordion .item .item-header {
      border-bottom: none;
      background: transparent;
      padding: 0px;
      margin: 2px;
  }
  
  .accordion .item .item-header h2 button {
      color: white;
      font-size: 20px;
      /* padding: 15px; */
      display: block;
      width: 100%;
      text-align: left;
  }
  
  .accordion .item .item-header h2 i {
      float: right;
      font-size: 31px;
      color: #000000;
      /* background-color: black; */
      width: 60px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      /* border-radius: 5px; */
  }
  
  button.btn.btn-link.collapsed i {
      transform: rotate(0deg);
  }
  
  button.btn.btn-link i {
      transform: rotate(180deg);
      transition: 0.5s;
  }
.one{
    display: flex;
    gap: 20px;
}
.one-img img {
    height: 63px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.one-txt h3 {
    font-size: 20px;
}

.one-txt h3 strong {
    font-size: 24px;
    display: block;
    padding-top: 12px;
}
.one-img1 img {
    height: 93px;
    border-radius: 14px;
    margin-bottom: 20px
}
.faqs-ul.first li {
    font-size: 16px;
    padding-left: 19px;
}
.two{
    overflow-y: scroll;
    height: 300px;
}
.first li span{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #000;
}
.threee{
    overflow-y: scroll;
    height: 300px;
}
.fours{
    overflow-y: scroll;
    height: 300px;
}


/* shop-all */


.shop-all{
    background-color: rgb(243, 241, 234);
    padding-top: 60px;
}
.text-cent.shop-txt h2 {
    font-size: 58px;
    line-height: 79px;
    padding-bottom: 73px;
    padding-top: 22px;
}
.txt-cent h3 {
font-size: 46px;          
padding: 87px 0px 27px;
}
.line{
    border-top: 1px solid black;
}


/* Innerpage css start */
.InnerSec-02 .content-01 {
    text-align: center;
}

.InnerSec-02 .content-01 h3 {
    line-height: 64px;
    font-size: 75px;
    margin-top: 20px;
}

.InnerSec-02 .Sec-02 h2 {
    text-transform: uppercase;
    font-size: 23px;
}

.InnerSec-02 h6 {
    margin-bottom: 33px;
    font-family: 'Strawford-Black';
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}

.flexbutton {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 51px;
}

.Box-COm figure img {
    height: 674px;
    width: 100%;
    object-fit: cover;
    margin: auto;
}

.Box-COm figure {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

section.Computer_sec .row + .row {
    padding: 0px 50px;
}

.content-Com p {
    margin-left: auto;
    color: #1A1A1A;
    margin-top: 19px;
    margin-bottom: 0;
    margin-right: auto;
    line-height: 27px;
    font-size: 19px;
}

.content-Com p a {
    color: #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
    text-decoration: none !important;
}

.Computer_sec {
    padding-top: 160px;
    background: #f3f1ea;
    padding-bottom: 130px;
}

.content-Com h2 {
    font-size: 35px;
    margin: 0;
}

.Inner-Testi.TestiSec {
    background: #f3f1ea;
    padding-top: 0;
    padding-bottom: 50px;
}
.List_nav ul {
    list-style: none;
    display: flex;
    padding: 0px;
    justify-content: space-between;
    width: 96%;
    margin: auto;
    padding-bottom: 45px;
}

.List_nav ul li p {
    font-size: 28px;
    margin: 0;
    font-family: 'Strawford-Black';
    color: #1A1A1A;
    display: flex;
    align-items: center;
    gap: 8px;
}

.List_nav ul li p i {
    margin-right: 8px;
}

.navigate_text .heading-2 {
    font-size: 70px;
}

.navigate_text h3 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
}

.Navi_Sec {
    background: #f3f1ea;
    padding-top: 8rem;
    padding-right: 30px;
    padding-left: 30px;
}
.List_nav ul li p img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    display: flex;
    align-items: center;
}

figure.First-im img {
    height: 979px;
}

.mainIn {
    overflow: hidden;
    position: relative;
}

.content-in {
    position: absolute;
    bottom: 55px;
    left: 30px;
    z-index: 1;
}

.content-in h2 {
    position: relative;
    color: #fff;
    font-size: 37px;
    transition: all 0.3s ease;
    line-height: 32px;
    color: #fff;
    --color-foreground: 255, 255, 255;
    --color-link: 255, 255, 255;
    --color-border: 255, 255, 255;
    --color-heading: 255, 255, 255;
    --color-price: 255, 255, 255;
    --color-sale-price: currentColor;
}

.mainIn figure {
    position: relative;
    overflow: hidden;
}

.mainIn:After {
    bottom: 0px;
    position: absolute;
    content: "";
    background: linear-gradient(to top,rgba(4,4,4,.46) 0,rgba(54,54,54,.2) 40%,transparent 100%);
    height: 100%;
    width: 100%;
    bottom: 15px;
    border-radius: 38px;
    overflow: hidden;
}

.lost h2 {
    font-size: 24px;
    margin: 0;
    line-height: 27px;
    position: relative;
}

.mainIn img {
    border-radius: 40px;
    transition: all 0.3s ease-in;
}
.mainIn:hover img {
    transition: all 0.3s ease-in;
    transform: scale(1.1);
    border-radius: 0px;
}

.mainIn:hover img {
    border-radius: 0px;
}
.content-in h2:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 0%;
    height: 1px;
    left: 0;
    transition: all 0.3s ease;
    bottom: -6px;
}

.mainIn:hover h2:after {
    width: 100%;
    transition: all 0.3s ease;
    right: 0;
    left: unset;
}
.content-in.lost.lost-2 h2 {
    width: 90%;
}
figure.sec img {
    object-fit: cover;
    width: 100%;
    height: 686px;
}

.Sec-Track {
    padding-top: 4rem;
    background: #f3f1ea;
}

.Trackmain {
    background: #242424;
    width: 95%;
    margin: auto;
    padding: 85px 20px;
}

.Trackmain .navigate_text h3 {
    color: #F3F1EA;
}

.Trackmain .navigate_text .heading-2 {
    color: #F3F1EA;
    margin-bottom: 70px;
}
.Trackmain .List_nav ul li p {
    color: #F3F1EA;
}
.Trackmain .List_nav ul {
    width: 80%;
}
.tabcontent {
    float: left;
    width: 100%;
    /* height: 300px; */
    display: none;
  }
  .flex-item {
    display: flex;
    /* align-items: center; */
}

.Left-side {
    width: 58%;
}

.Hover-one img {
    width: 85%;
}

.texts-main {
    display: block;
}

.right-side {
    display: flex;
    width: 50%;
    padding-top: 116px;
}

button.tablinks {
    display: block;
    background: #242424;
    color: #626260;
    font-size: 30px;
    box-shadow: unset;
    text-shadow: unset;
    border: transparent;
    font-family: 'Strawford-Black';
    font-size: 49px;
    line-height: 56px;
}

button.tablinks.active {
    color: #fff;
}
div#slide-1 {
    color: #fff;
}

div#slides .slide {
    margin-bottom: 15px;
    color: #fff;
    font-size: 19px;
    width: 93%;
}

div#slides {
    margin-top: 5rem;
}

.texts-main .tb-2:hover .slide-1 {
 display: none;
}

.texts-main .btn_custom {
    margin-top: 4rem;
    padding: 17px 58px;
    background: #fff;
    BORDER: TRANSPARENT;
}
section.Sec-brown.Sec-Track .Trackmain {
    background: #978c78;
}

section.Sec-brown.Sec-Track .navigate_text h3 {
    color: #1A1A1A;
}

section.Sec-brown.Sec-Track  .navigate_text .heading-2 {
    color: #1A1A1A;
}
section.Sec-brown.Sec-Track button.tablinks {
    font-size: 35px;
    background: transparent;
}

section.Sec-brown.Sec-Track .right-side {
    padding-left: 40px;
}

section.Sec-brown.Sec-Track .Left-side {
    justify-content: end;
    display: flex;
}

section.Sec-brown.Sec-Track .tablinks.active {
    color: #1A1A1A;
}

section.Sec-brown.Sec-Track div#slides .slide {
    COLOR: #1A1A1A;
}
.CoreSec{
    position: relative;
    width: 93.5%;
    background: url('../images/innerpage/ban.png');
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    padding: 130px 0px;
    text-align: center;
}
.CoreSec p{
    color: #fff;
    font-size: 25px;
}


/* card */

.cards{
    background:#f3f1ea;
    padding: 80px 0px;
}
.txt-card ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 36px;
}

.txt-card li {
    text-decoration: none;
    list-style: none;
}
.txt-card a{
    text-decoration: none;
}
.txt-card li h2 {
    font-size: 49px;
}

.txt-card li p {
    font-size: 20px;
    border-bottom: 1px solid #1a1a1a;
    color: #1a1a1a;
}
/* Subtotal */

.message label{
    display: block;
}
.message label {
    font-size: 19px;
    font-weight: 100;
}
.Subtotal li {
    text-decoration: none;
    list-style: none;
}
textarea#txt-area {
    width: 61%;
    height: 134px;
    background: transparent;
    padding: 13px 12px;
    color: gray;
}

.check h3 {
    font-size: 25px;
}

.check h3 span {
    font-size: 18px;
    margin-right: 27px;
}

.check p {
    font-size: 17px;
    font-weight: 100;
}


textarea#txt-area {
    width: 85%;
    height: 134px;
    background: transparent;
    padding: 13px 12px;
    color: gray;
}

.check h3 {
    font-size: 25px;
    text-align: end;
    margin-bottom: 19px;
}

.check h3 span {
    font-size: 18px;
    margin-right: 27px;
}

.check p {
    font-size: 17px;
    font-weight: 100;
    text-align: end;
    margin-bottom: 24px;
}

button.out {
    width: 72%;
    padding: 12px 10px;
    border: none;
    background: #ffcf00;
    border-radius: 50px;
    font-size: 25px;
    font-weight: 500;
    margin-left: 191px;
}
.messages-sec {
    padding: 38px 37px;
}button.out a {
    color: black;
    text-decoration: none;
}


.Product ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px;
    border-bottom: 1px solid gray;
    margin: 0px 37px;
}

.Product li {
    text-decoration: none;
    list-style: none;
    font-size: 17px;
    color: #6b6767;
    /* text-transform: uppercase; */
    padding-bottom: 18px;
}
.Product {
    padding: 68px 0px 0px;
}
.product-txt{
    display: inline-block;
}
.pro {
    display: flex;
}

.product-img img {height: 82px;margin-right: 15px;}
.product-txt h6 {
    font-size: 15px;
    margin-bottom: 9px;
}

.product-txt h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.product-txt h4 {
    font-size: 16px;
}
.price h3 {
    font-size: 23px;
}
.price h3 span {
    font-size: 17px;
}
.price i {
    border: 1px solid gray;
    /* padding: 17px; */
    font-size: 21px;
    border-radius: 10px;
    /* margin-left: 78px; */
    width: 54px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price i:hover{
    transition:  all .6s ease;
    border: 1px solid rgb(0, 0, 0);

}
.Product.box {
    padding: 46px 0px 0px;
}
/* add */
.add{
    background:#f3f1ea;
    padding: 59px 40px;
}

.price a {
    color: #494949;
    text-decoration: none;
}
/* Estimate */
.Estimate{
    background:#f3f1ea;
    padding: 128px 67px;
}
.united ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.united li {
    text-decoration: none;
    list-style: none;
}
select.form-control.long {
    background: transparent;
    height: 51px;
    border: 1px solid black;
    width: 100%;
}
.input input {
    background: transparent;
    height: 50px;
    border: 1px solid black;
    width: 90%;
}
.short select {
    width: 84%;
}
.btn.Calculate {
    background: #ffcf00;
    padding: 10px 57px;
    font-size: 20px;
    border-radius: 50px;
}
.Estimate-txt h3 {
    text-align: center;
    padding-bottom: 32px;
}
.btn.Calculate a {
    color: black;
    text-decoration: none;
}
.pay img {
    height: 49px;
    border-radius: 10px;
}
.play {
    margin: 21px 0px 0px 269px;
}
.check {
    float: right;
}
.estimate-02 {
    border: 1px solid black;
    padding: 69px 160px;
    border-radius: 14px;
}
.slider-nav1 .slider-nav .slick-slide {
 
  margin: 8px 2.4em;
}
.slider-nav1{
    margin-top: 30px; 
}
/* beeline-pro */

.beeline-pro{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 20px;
    border-bottom: 1px solid black;
    margin: 49px 42px 0px;
}
input.form-control::placeholder {
    color: #fff;
}
.Sec-05 .row {
    justify-content: center;
}