<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;600&amp;family=Heebo&amp;display=swap');
@import url('https://site-assets.fontawesome.com/releases/v6.4.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Croissant+One&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&amp;display=swap');

.text-type-1 {
    padding: 30px 0;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
}
.fixed-top {
    background: #232323 !important;
}
.section-padding {
    padding: 50px 0;
     background: #fff !important;
}

.navbar-nav li {
    padding: 0px 10px;
}

.footer-widget {
    padding: 20px 0;
}

.footer-widget h4 {
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    color: #ff6809;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin: 30px 0;
    z-index: 1;
}


.footer-widget h4::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: #ff6809;
    bottom: 0;
    left: 0;
}

.footer-widget li a {
    color: #fff;
    display: inline-block;
    padding: 7px 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    word-break: break-all;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
}
.prod-spec li h4 {
    font-size: 21px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-widget li a:hover {
    color: #ff6809;
    text-decoration: none;
    padding-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255)!important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff6809!important;
}

.border-box {
    /*padding-top: 50px; */
    /* padding-bottom: 14px;
    border-bottom: 4px dotted rgb(239 204 35); */
}

.navbar-brand {
    position: relative;
    padding-right: 30px;
}

.footer-logo {
    max-width: 200px!important;
}

.hover-none i {
    padding: 5px;
    color: #ffffff!important;
    font-size: 24px!important;
    font-weight: 900;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ff6809 !important;
    border: none;
}

.brd-rgt {
    position: relative;
    padding-right: 10px;
}

.hover-none a:before {
    display: none;
}

.bg-3 {
    background: #383737;
}

.zoom-in-effect {
    overflow: hidden;
}

.zoom-in-effect img {
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
}

.zoom-in-effect:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.model-img img {
    max-width: 100%;
    height: auto;
}

.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-1 {
    background-size: cover;
}

.bg-2 {
    background-size: cover;
}

.info-text {
    padding: 100px 50px;
}

.info-text h3 {
    font-family: 'Cookie', cursive;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 0 0 0;
}

.info-text h4 {
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 8px;
    font-size: 15px;
    display: block;
    width: 100%;
}

.site-header .nav-item .nav-link {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Heebo', sans-serif;
    padding-top: 22px;
}

.site-header .nav-item:hover .nav-link::before {
    width: 100%;
}

.site-header {
    z-index: 999;
    background: #303030;
    position: relative;
}

.h-600 {
    min-height: 600px;
}

.jarallax {
    padding: 100px 0;
    z-index: 90;
}

.site-header i {
    font-size: 19px;
    color: #ff6809;
}

.info-txt {
    padding: 20px;
}

.info-txt h2 {
    font-family: 'Poiret One', cursive;
    font-weight: 900;
}

.info-box {
    background: #ff6809;
    /* clip-path: polygon(25% 0%, 100% 0, 100% 66%, 75% 100%, 0 100%, 0 29%); */
    clip-path: polygon(10% 0, 100% 0, 100% 86%, 89% 100%, 0 100%, 0 15%);
}

.mdl {
    border-radius: 50%;
    border: #64c181 10px solid;
}

.hd-4 {
    font-family: 'Audiowide', cursive;
    color: #fff;
}

.cont-section p {
    /* font-family: 'Cookie', cursive; */
    width: 60%;
}

.mid-bg {
    padding: 90px 0;
}

.section {
    position: relative;
}

.mid-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: -56px;
    right: 0;
    bottom: 0;
    background: #ff6809;
}

.title-1 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.dark-title::before {
    background: #000!important;
}

.title-1::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: auto;
    height: 1px;
    width: 60%;
}

.light-title h2 {
    color: #fff;
}

.light-title::before {
    background: #fff;
}

.title-1 h2 span {
    font-weight: 900;
    color: #ff6809;
}

.cont-section h4 {
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-family: 'Lora', serif;
    font-weight: 700;
}

.cont-section h2 {
    font-size: 66px;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 0;
    color: #ff6809;
    font-family: 'Lora', serif;
    font-weight: 700;
    text-transform: capitalize;
}

.site-header .container {
    padding-bottom: 5px;
}

.cont-section span {
    color: #ff6809;
}

.section-padding {
    padding: 90px 0;
    background: #fff !important;
}

.site-header .nav-link {
    font-size: 15px;
}

.nav-link:hover {
    color: #ff6809 !important;
}

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    color: #ff6809;
    font-family: 'Gothic A1', sans-serif;
    font-weight: normal;
}

div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
    margin: 0;
    padding: 0;
    font-family: 'Heebo', sans-serif;
}

table, tr, td {
    border: 0;
}

.sec1 h2 {
    color: #fff;
    font-family: 'Audiowide', cursive;
    font-size: 37px;
    text-transform: uppercase;
}

.text-box-1 {
    display: flex;
    position: relative;
    min-height: 115px;
    margin: 40px 0;
}

.hd-3 {
    background: #357ed8;
    padding: 7px 20px;
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
    font-size: 20px;
}

* {
    box-sizing: border-box
}

a {
    outline: none;
    color: #333;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #000;
    text-decoration: none;
}

.navbar-dark .navbar-toggler {
    background: #ff6809;
}

.site-header .navbar-brand img {
    max-width: 200px;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

li {
    list-style: none;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.parallx {
    background-attachment: fixed;
}

.textinfo h2 {
    font-family: 'Audiowide', cursive;
    color: #fff;
}

.nav-bar li a {
    color: #fff;
    font-family: 'Audiowide', cursive;
    font-size: 14px;
    /* padding: 46px 0; */
    display: inline-block;
    padding: 28px 0;
}

.top_strip {
    float: left;
    width: 100%;
    text-align: center;
    min-width: 1170px;
    position: relative;
}

/*.top_strip::before{
position: absolute;
content: '';
left: 0;
top: 0;
bottom: 0;
background: #357ed8;
right: 0;
width: 33%;

clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}*/
.top_lft {
    float: left;
    margin-top: 3px;
}

.logo {
    float: left;
    max-width: 180px;
}

.top-rgt {
    float: right;
    text-align: center;
}

ul.nav-bar {
    float: right;
}

ul.nav-bar li {
    display: inline-block;
    padding: 0 50px;
    text-transform: uppercase;
    vertical-align: middle;
}

ul.nav-bar li:last-child {
    padding-right: 0;
}

.ul.nav-bar li a.active, ul.nav-bar li a:hover {
    color: #a1bada;
    text-decoration: none;
}

.nav-bar li .icon-shopping-cart1 {
    font-size: 26px;
}

/*================== SECTION I================*/
.sec1 {
    float: left;
    width: 100%;
    /* height: 700px; */
    min-width: 1170px;
    background: url(../images/sec1.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
}

.sec1::before {
    position: absolute;
    content: '';
    left: auto;
    right: 0;
    top: 0;
    width: 67%;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%);
}

.sec1_p1 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    padding-left: 17px;
    /*background: url(../images/p1-txt-img.png) no-repeat left top;*/
    margin: 15px 0 0 0;
    padding: 10px 20px;
}

.sec1_p2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    padding: 10px 0 4px 0;
}

.sec1_p3 {
    float: left;
    width: 90%;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    padding: 3px 0;
}

.sec1_p4 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #151515;
    letter-spacing: -0.3px;
    line-height: 28px;
    padding: 18px 0 0 0;
}

.second-services-content {
    background: #ff6809;
    padding: 50px 30px;
    margin-top: 30px;
    line-height: 27px;
}

.second-services-content2 {
    background: #2f7004;
    margin-top: 5px;
}

.second-services-content:hover {
    background: #2f7004;
}

.second-services-content2:hover {
    background: #ff6809;
}

.sec1-shopnow, .s3-btm, .add-to-cart {
    background-color: #ff6809;
    color: #ffffff;
    padding: 10px 26px;
    border-radius: 0;
    display: inline-block;
    margin-top: 0px;
    border: 0;
    font-family: 'Heebo', sans-serif;
}


.sec1-shopnow:hover, .s3-btm:hover, .add-to-cart:hover {
    background-color: #065b9e;
    color: #fff;
    text-decoration: none;
}
.sec1-shopnow:hover{
   background-color: #065b9e; 
}
/*================== top_strip================*/
.strip {
    float: left;
    width: 100%;
    padding: 6px 0;
    background: #fff;
    min-width: 1170px;
    border-bottom: 2px solid #e1e1e1;
}

.strip-uls {
    float: left;
    width: 100%;
    text-align: center;
}

.strip-uls li {
    position: relative;
    padding: 10px 0 10px 70px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    vertical-align: middle;
    width: 24%;
    text-align: left;
}

.strip-uls li span {
    display: block;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.strip-uls li img {
    position: absolute;
    left: -22px;
    top: 0;
    padding: 15px;
}

.strip-uls li:last-child {
    margin-right: 0;
}

/*==================SECTION II===============*/
/*================== SEC2================*/
.sec2 {
    float: left;
    width: 100%;
    text-align: center;
    min-width: 1170px;
    background: #fff;
    padding: 45px 0 60px;
}

.s2txt1 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #000;
}

.s2txt2 {
    display: inline-block;
    z-index: 0;
    width: 100%;
    position: relative;
    /* font-family: 'Cookie', cursive; */
    font-size: 3rem;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 50px;
    margin-top: 7px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.s2-line {
    display: block;
    margin: 15px auto 0;
}

.learn-more1 {
    display: inline-block;
}

.s2txt3 {
    display: inline-block;
    color: #000;
    width: 75%;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    padding: 35px 0 0;
}

/*==================strip2================*/
.green_strip {
    float: left;
    width: 100%;
    min-width: 1170px;
    background: url(../images/strip2.jpg) no-repeat center top;
    height: 190px;
}

.st-rgt {
    float: right;
    width: 69%;
    margin-top: 38px;
}

.st-rgt_txt1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.st-rgt_txt2 {
    float: left;
    width: 83%;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    font-size: 18px;
    padding: 9px 0 0 0px;
}

/*==================SECTION III===============*/
.sec3 {
   /* float: left;*/
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 45px 0 60px;
    background-position: center center;
}

.s3uls {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.s3uls li {
    display: inline-block;
    width: 416px;
    margin-right: 10px;
    /* background: url(../images/s3-bx1.png) no-repeat center top; */
    vertical-align: top;
    margin-top: 30px;
    background: #ffffff;
    padding: 28px 30px;
    min-height: 561px;
    border-left: #357ed8 10px solid;
    box-shadow: 0px 12px 26px 10px rgb(0 0 0 / 5%);
    position: relative;
}

.pro-box:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.fst-model {
    background-color: #ff6809;
    padding: 30px;
}

.snd-model {
    background: #072e59;
    padding: 30px;
}

.snd-model1 {
    background-color: #f0f8fb;
    padding: 30px;
}

.snd-model h2 {
    color: #fff;
}

.b-box h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 26px;
    font-weight: 100;
    line-height: 2;
    text-align: center;
}

.fst-model p {
    color: #ffffff;
}

.b-box {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 50px;
    overflow: hidden;
    min-height: 294px;
}

.b-box:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #adc7f1;
    transition: .3s;
    z-index: -1;
}

.b-con {
    position: relative;
    z-index: 1;
}

.pro-img img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

img.ind-img {
    max-width: 192px;
    margin: auto;
    display: block;
    position: relative;
}

.pro-box {
   background: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 6, 18, 0.78);
    box-shadow: 0px 10px 30px rgba(0, 6, 18, 0.78);
    margin-bottom: 30px;
}

.pricingTable .price-value {
    color: #ff6809;
    margin-bottom: 8px;
}

.pricingTable .price-value .currency {
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 0 0;
}

.pricingTable .price-value .amount {
    font-size: 52px;
    line-height: 70px;
    display: inline-block;
}
.pro-img {
    overflow: hidden;
}
.pro-info {
    background: #F3F4F8;
    border-radius: 5px;
    padding: 25px 0;
}

.s3-btm {
    float: left;
    margin-top: 25px;
}

.s3txt1 {
    color: #121010;
    font-size: 18px;
    font-weight: normal;
    padding-top: 20px;
    line-height: 32px;
    font-family: 'Heebo', sans-serif;
    min-height: 50px;
}

.s3txt1 span {
    color: #ff6809;
}

.s3txt2 {
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    line-height: 23px;
    padding: 0 0 0 0;
    color: #079afe;
    font-family: 'Heebo', sans-serif;
}

/*==================SECTION III===============*/
.total {
    display: inline-block;
    width: 100%;
    margin: 40px 0px 0;
}

.total li {
    float: left;
    width: 48.8%;
    background: #fff;
    margin: 0 0 25px 0px;
    padding-bottom: 15px;
    border: 1px solid #2b64a6;
    position: relative;
    min-height: 254px;
}

.total li:after {
    content: "";
    position: absolute;
    left: 270px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #2b64a6;
}

.total li:nth-child(even) {
    float: right;
}

.total li:nth-child(5), .total li:last-child {
    margin-bottom: 0;
}

.left1 {
    background: #e0fbe8;
}

.image {
    position: absolute;
    top: 65px;
    max-width: 190px;
    left: 50px;
}

.right-sec,.right-sec1 {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 296px;
    text-align: left;
}

.right-sec1 {
}

.txt {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #2d2d2d;
    font-weight: 700;
    margin: 25px 0 12px;
    min-height: 66px;
    letter-spacing: 0.5px;
}

.txt1 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 300;
    margin-top: 18px;
}

.txt2 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    color: #2d2d2d;
    font-weight: 300;
    margin: 0px 0 50px 0;
}

.txt2 span {
    color: #050505;
    font-weight: 600;
}

.right {
}

/********************************/
.black-strip {
    float: left;
    width: 100%;
    padding: 41px 0 35px;
    background: #eff6ff;
}

.black-strip ul {
    float: left;
    width: 100%;
}

.black-strip ul li {
    float: left;
    width: 25%;
    font-size: 18px;
    line-height: 24px;
    color: #7a7a7a;
    font-weight: 300;
    position: relative;
    padding-left: 90px;
    margin-right: 0px;
}

.black-strip ul li:nth-child(2) {
    margin-right: 34px;
}

.black-strip ul li:nth-child(3) {
    width: 22%;
}

.black-strip ul li img {
    position: absolute;
    left: 3px;
    top: -8px;
}

.black-strip ul li span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 11px;
    color: #2d2d2d;
}

.black-strip ul li:last-child {
    margin-right: 0;
}

/**************/
.s4uls {
    display: inline-block;
    margin-top: 56px;
    width: 100%;
}

.s4uls li {
    display: inline-block;
    width: 21%;
    padding: 0 0 17px 0;
    margin: 0px 13px 40px;
    border: 1px solid #dddddd;
}

.s4-pro1 {
    display: block;
    max-width: 175px;
    margin: 22px auto
}

.s4-box1-txt2 {
    display: inline-block;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    width: 93%;
    color: #2d2d2d;
    border-top: 1px solid #dddddd;
    padding: 10px;
}

.s4-left, .s4-right {
    float: left;
    width: 475px;
    margin: 59px 0 0 0px;
}

.s4-box1 {
    background: url(../images/s3-box1.jpg) center top no-repeat;
    width: 473px;
    height: 814px;
    margin: 0 0 0 0;
}

.s4-right {
    width: 684px;
    float: right;
}

.s4-box1-txt1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    color: #ff6809;
    margin: 0 auto;
    padding: 39px 0 0 0;
}

.s4-box1-txt3 {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #363636;
    margin: 36px 0px 0;
    width: 85%;
}

.stars {
    display: block;
    margin: 10px auto 0 auto;
}

.s4-list {
    margin: 22px 0 0 43px;
}

.box2-stars {
    float: left;
    margin: 14px 0 0 0px;
}

.s4-btn1 {
    margin: 32px auto 0 auto;
    display: inline-block;
}

.s4-box2 {
    background: url(../images/s3-box2.jpg) center top no-repeat;
    width: 672px;
    height: 265px;
    margin-bottom: 10px;
    padding: 15px 20px 3px;
    margin-right: 0;
    float: left;
}

.s4-pro2 {
    float: left;
    max-width: 145px;
}

.s4-box2-right {
    width: 70%;
    float: right;
}

.s4-box2-txt1 {
    float: left;
    width: 100%;
    color: #ff6809;
    font-size: 34px;
    font-weight: bold;
    text-align: left;
}

.s4-box2-txt2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    color: #006aaa;
    margin: 0 auto;
    padding: 0px 0 0 0;
}

.s4-box2-txt3 {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 0 0;
}

.s4-btn2 {
    float: left;
    margin: 15px 0 0 0;
}

/*==================FOOTER================*/
.footer-list li a {
    font-family: 'Cookie', cursive;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #ccc;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.title-design-element {
    color: #ff6809;
}

.footer-list li a:hover {
    text-decoration: none;
    color: #ff6809;
}

div#footer {
    text-align: center;
    background-image: url(../images/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 74px 0 0;
    position: relative;
}

.overlay-pattern-image-bg {
    background: #ffffff;
}

.overlay-pattern-image-bg, .overlay-photo-image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.overlay-pattern-image-bg, .overlay-photo-image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
}

.foter-sec1, .foter-sec2 {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.logo-f {
    display: inline-block;
    max-width: 200px;
}

ul.footer-list, .foter-sec2 ul {
    float: left;
    width: 100%;
    text-align: center;
}

.footer-list li, ul.crop-info {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 10px;
    display: inline-block;
    position: relative;
}

.footer-list li:after {
    position: absolute;
    height: 20px;
    right: -4px;
    top: 8px;
    content: '';
    border-right: 1px solid #333;
}

.footer-list li:last-child:after {
    display: none;
}

ul.crop-info li {
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.ft-bd li {
    border-bottom: none;
}

.fttxt {
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    float: left;
}

.foter-sec2 {
}

.ff-txt2 {
    font-size: 17px;
    line-height: 22px;
    color: #e8e3e3;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.foter-sec2 li {
    color: #fff;
}

.ft-lg-txt {
    font-size: 20px;
    line-height: 36px;
    padding: 7px 0 0 0;
    font-weight: 700;
    color: #fff;
}

.f-txt4 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding: 20px 0 0;
    float: left;
}

/*------------------------------
CSS FOR PRODUCTS PAGE
--------------------------------*/
.product {
    width: 100%;
    font-size: 16px;
    padding: 0 0 30px 0;
    text-align: left;
    background: #000;
    min-height: 410px;
}

.con-top {
    background: url(../images/contact.jpg) no-repeat center top;
    float: left;
    width: 100%;
    padding: 60px 0;
}

.prod_left {
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: left;
}

.prod_mid_txt {
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 23px;
    line-height: 48px;
    color: #212020;
}

.prod-txt1, .prod-txt2, .prod-tx1 {
    width: 100%;
    font-size: 44px;
    line-height: 15px;
    font-weight: 700;
    color: #ffffff;
    padding: 136px 0 0px 0;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

.prod-tx1 {
    background: none;
    color: #000;
}

.prod-txt2 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 20px;
    background: none;
}

/******************************************/
.brdcmb {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: transparent;
    margin: 0px auto 0 auto;
}

.brdcmb ul {
    float: none;
    margin: auto;
    display: flex;
    justify-content: center;
}

.brdcmb ul li {
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    position: relative;
    margin-right: 28px;
    font-weight: 600;
    list-style-type: none;
}

.brdcmb ul li:after {
    content: "&gt;&gt;";
    position: absolute;
    right: -23px;
    top: 0;
}

.brdcmb ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #fff !important;
    font-weight: normal;
}

.brdcmb ul li:last-child {
    margin-right: 0;
    color: #ff6809;
    font-weight: normal;
}

.brdcmb ul li:last-child:after {
    content: "";
}

/******************************************/
.prod-mid-sec,.con-mid-sec,.prod-top {
   /* float: left;*/
    width: 100%;
    text-align: center;
    padding: 7px 0 10px 0;
    margin-bottom: 30px;
    background: #fff;
}

.prod_rgt {
    float: right;
    width: 27.6%;
    margin-top: 0px;
}

.product-total {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.bottle-box {
    float: left;
    width: 373px;
    height: 386px;
    text-align: center;
}

.prd-box1 {
    margin: 15px 0px 0 0;
    float: right;
    width: 60%;
}

.prd-box1:nth-child(5), .prd-box1:nth-child(9) {
}

.prd-box-txt {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    line-height: 21px;
    color: #030303;
    margin: 10px 0 10px 0;
    font-weight: 800;
}

.prd-box-txt2 {
    display: inline-block;
    width: 77%;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 4px 30px;
}

.prd-bdr-mid {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e9e1;
    margin: 61px 0 0px 0;
    padding: 71px 0 0;
}

.prd_price {
    width: 45%;
    font-size: 37px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0 25px;
    line-height: 24px;
    float: left;
}

.layer {
    max-width: 100%;
    margin: 0 0 0 20px;
}

.pro-p1 {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.pro-txt1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #2d2d2d;
    margin: 0 auto 0 auto;
    padding: 0px 0 0 0;
}

.pro-txt2 {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #444444;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pro-btn {
    margin: 14px auto 0 auto;
}

/**********************************/
/*------------------------------
CSS FOR prod-deatails PAGE
--------------------------------*/
.prd-details {
    float: left;
    width: 100%;
    padding: 30px 0 50px;
    box-shadow: 0 0 4px #ccc;
    border-radius: 4px;
    margin-top: 90px;
    margin-bottom: 63px;
    padding: 30px;
}

.prod-spec {
    float: left;
    width: 100%;
}

.prds-left {
    float: left;
    width: 40.2%;
    text-align: center;
    /* height: 400px; */
    background: #fff;
}

.prds-left img {
    display: inline-block;
    padding-top: 42px;
}

.prds-right {
    float: right;
    width: 56%;
    text-align: left;
}

.prd-dtl1 {
    font-size: 30px;
    line-height: 38px;
    color: #2d2d2d;
    font-weight: 700;
    float: left;
    width: 100%;
}

.star-image1 {
    display: block;
    margin-top: 21px;
}

.shop-txt {
    font-size: 18px;
    line-height: 30px;
    color: #2d2d2d;
    margin: 22px 0px 0;
    font-weight: normal;
    text-align: left;
    width: 100%;
    float: left;
}

.options_box {
    float: left;
    width: 50%;
    text-align: left;
}

.terms {
    float: left;
    width: 100%;
}

p.trms_trial {
    float: left;
    width: 90%;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}

.opcityz {
    position: absolute;
    opacity: 0;
}

.pack-opt {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 5px 0;
}

.opt-hed {
    font-size: 20px;
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    font-weight: 700;
}

.star2 {
    margin-top: 10px;
    float: left;
}

.prd-dtl3 {
    font-size: 18px;
    line-height: 26px;
    color: #737373;
    padding: 15px 0;
    float: left;
    width: 100%;
    font-weight: 300;
}

ul.prg-bar {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

ul.prg-bar li {
    font-size: 18px;
    line-height: 25px;
    color: #2b3240;
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 6px 21px;
    background: url(../images/circle.png) no-repeat left 13px;
}

ul.prg-bar li img {
    margin-left: 10px;
    float: right;
    margin-top: 10px;
}

.pric-box {
    float: left;
    width: 90%;
    margin-top: 22px;
    padding-bottom: 25px;
}

.pro-dtil-rgt-p2 {
    font-size: 31px;
    float: left;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    width: 100%;
}

.add-to-cart {
    margin-top: 20px;
}

.price {
    color: #ff6809;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
}

.prod-btn {
    float: left;
    margin: 0 0 0 25px;
}

.prd_quantity {
    float: left;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    width: 40%;
    margin-top: 27px;
}

.prd_quantity p {
    float: left;
    margin-top: 6px;
    margin-right: 20px;
}

/*-------other------- */
.other-prds {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff;
    text-align: center;
}

.other-prds ul li {
    margin: 0 7px 0;
}

/*-------Accordion------- */
/*------------------------------
CSS FOR CONTACT PAGE
--------------------------------*/
.cont-mid {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

.con-mid-sec {
    padding: 47px 0;
}

.cont-txt2 {
    font-size: 18px;
    line-height: 26px;
    color: #212020;
    font-weight: 500;
    margin: 0 auto;
    padding: 40px 0 0 36px;
    text-align: center;
    float: left;
    width: 100%;
}

.cont-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.cont-list li {
    line-height: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #4b4d4a;
    float: left;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    width: 50%;
    margin: 20px 0;
    list-style-type: none;
}

.cont-list li:nth-child(even) {
    float: right;
    margin-right: 0;
}

.cont-list li span {
    font-weight: 600;
    font-size: 16px;
    color: #2d2d2d;
    display: block;
    margin: 13px 0 6px 0;
    line-height: 25px;
}

.cont-list li:last-child {
    margin: 0;
}

.cinfo {
    overflow: hidden;
    padding-left: 20px;
}

.cont-list li i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #ff6809;
    text-align: center;
    color: #fff;
}

.cont-icon1 {
    position: absolute;
    left: 0;
    top: 0;
}

.cont-img {
    margin-top: 60px;
}

.cont-bg {
    background: url(../images/cont-bg.png) center top no-repeat;
    height: 517px;
    width: 1007px;
    margin: 40px auto 0 auto;
    position: relative;
}

.cont-bg-left {
    width: 705px;
    margin: 0 0 0 0;
}

.cont-bg-txt1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

.cont-bg-txt2 {
    font-weight: 300;
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    color: #2d2d2d;
    margin: 10px auto 0 auto;
    width: 560px;
    display: block;
    border-bottom: 1px solid #6aabce;
    border-top: 1px solid #6aabce;
    padding: 0 0 0 0;
}

.cont-frn {
    width: 668px;
    margin: 20px 0 0 30px;
}

.cont-frn2, .cont-frn3, .cont-frn4 {
    display: inline-block;
    float: left;
    width: 313px;
    margin: 4px 0 4px 0;
}

.cont-frn4 {
    margin: 6px 0 0 0;
    width: 655px;
}

.cont-frn3 {
    margin: 4px 0 4px 25px;
}

.cont-frn2 input, .cont-frn3 input, .cont-frn4 textarea {
    border: none;
    width: 100%;
    height: 51px;
    background: #fff;
    text-align: left;
    color: #6e6e6e;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    border-radius: 6px;
}

.cont-frn4 textarea {
    height: 104px;
    font-size: 18px;
    line-height: 50px;
}

.sub-btn {
    width: 210px;
    height: 53px;
    display: block;
    margin: 35px auto 0 auto;
    padding: 0 0 0 0;
}

.sub-btn a, .sub-btn a:hover {
    text-decoration: none;
}

.cont-pro {
    position: absolute;
    bottom: -25px;
    right: -24px;
}

.thanks-box {
   /* float: left;*/
    width: 100%;
    text-align: center;
    padding: 0px 0 30px;
    line-height: 26px;
}

#section2 {
    text-align: center;
    width: 100%;
   /* float: left;*/
    padding: 40px 0;
    min-width: 1170px;
}

p.topbnrtxt2-pr {
    text-align: center;
    color: #404346;
    font-size: 40px;
    /* margin-top: 40px; */
    float: left;
    width: 100%;
}

.billing-info {
    float: left;
    width: 100%;
}

.about-block {
    padding: 70px 0;
    position: relative;
    background-image: url(../images/blogbg.png);
}

.block-head {
    margin-bottom: 30px;
    border-left: 1px solid #ff6809;
}

.block-head h4 {
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #000000;
}

.block-head p {
    margin-left: 20px;
}

.block-head h2 {
    font-weight: 100;
    color: #ff6809 !important;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 30px;
    margin-left: 20px;
}

.about-con .web-text {
    color: #222;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}

.benefits-block-innr {
    text-align: center;
    margin-top: 25px;
    background: rgb(31 14 156 / 0%);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 3;
    min-height: 470px;
}

.benefits-block-txt h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #2b529c;
    margin-bottom: 20px;
}

.benefits-block {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/abs-bg7.png);
}

.ben-heading h2 {
    font-family: 'Cookie', cursive;
    line-height: 1.5;
    font-size: 50px;
    font-weight: 500;
}

.ben-heading p {
    margin: auto;
    padding-top: 30px;
}

.benefits-block-txt {
    padding: 15px 15px 40px;
}

.benefits-block-txt p {
    font-size: 15px;
    line-height: 26px;
}

.benefits-block-innr-img {
    padding: 25px;
}

.benefits-block-innr:before {
    content: "";
    position: absolute;
}

.details-block-right {
    padding-right: 70px;
    padding-top: 90px;
    padding-bottom: 80px;
    padding-left: 30px;
}

.details-block-left {
    padding: 20px;
    margin-top: 50px;
}

.details-block-left .heading-blk p {
    color: #ccc;
    font-size: 15px;
    font-family: 'Heebo', sans-serif;
    line-height: 27px;
}

.list-head {
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Cookie', cursive;
}

.list-text {
    font-size: 16px;
    color: #ccc;
    font-family: 'Heebo', sans-serif;
}

.details-block-right ul {
    list-style: none;
}

.details-block-right ul li {
    display: block;
    margin-top: 30px;
    position: relative;
    padding-left: 80px;
}

.details-block-right ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}

.details-block-right ul li:nth-child(1):before {
    background: url(../images/icon-1.png) no-repeat;
}

.details-block-right ul li:nth-child(2):before {
    background: url(../images/icon-2.png) no-repeat;
}

.details-block-right ul li:nth-child(3):before {
    background: url(../images/icon-3.png) no-repeat;
}

.heading-blk {
    margin-bottom: 50px;
}

.heading-blk-sub-head {
    text-transform: uppercase;
    color: rgb(64 64 64);
    letter-spacing: 5px;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 200;
    color: #072e59;
}

.heading-blk-heading {
    font-size: 45px;
    padding: 10px 0 25px;
    color: #ff6809;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-family: 'Cookie', cursive;
}

.text-box {
    padding: 20px;
    position: relative;
    text-align: center;
}

.text-info {
    padding-top: 20px;
}

.text-info h4 {
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    font-size: 20px;
}

.text-info p {
    color: #ffffff;
}

.details-block-left .heading-blk p {
    color: #ccc;
    font-size: 15px;
    font-family: 'Heebo', sans-serif;
    line-height: 27px;
}

.cube {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: solid 1px rgb(255 255 255 / 60%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    transform-origin: top left;
    transform: scale(0) rotate( 0deg ) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
    animation: cube 12s ease-in forwards infinite;
    z-index: -1;
}

.cube:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 25%;
    top: 14%;
}

.cube:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: 75%;
    top: 14%;
}

.cube:nth-child(4) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    left: 50%;
    top: 5%;
}

.cube:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 5%;
    top: 50%;
}

.cube:nth-child(6) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: auto;
    right: 5%;
    top: 70%;
}

.cube:nth-child(7) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    left: 50%;
    bottom: 45%;
    top: auto;
}

.cube:nth-child(8) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 10%;
    bottom: 15%;
    top: auto;
}

.cube:nth-child(9) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: auto;
    right: 10%;
    bottom: 10%;
    top: auto;
}

.cube:nth-child(10) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: auto;
    right: 50%;
    bottom: 3%;
    top: auto;
}

@-webkit-keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

#top-banner {
    background: url(../images/slider-2.png) no-repeat center bottom/ cover;
    padding: 0px 0px 60px;
    position: relative;
    z-index: 9;
}

.banner-bottom {
    position: absolute;
    bottom: 0;
}

.banner-con h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

.banner-con h1 {
    font-weight: 100;
    font-size: 80px;
    color: #ff6809;
    text-transform: capitalize;
    font-family: 'Cookie', cursive;
    line-height: 1.5;
}

.banner-con {
    padding: 80px 0;
    margin-top: 10%;
}

.banner-con p {
    margin-bottom: 35px;
    color: #fff;
}

.index-btn {
    background-color: #ff6809;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 0;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
}

.index-btn:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

.index-btn2 {
    background-color: transparent;
    color: #ff6809;
    padding: 14px 50px;
    border: 2px solid #ff6809;
}

.index-btn2:hover {
    background-color: #ff6809;
    color: #ffffff;
    text-decoration: none;
}

.p-x5 {
    padding: 30px 0px;
}

.ben-content {
    overflow: hidden;
}

.ben-content h2 {
    font-family: 'Cookie', cursive;
    font-size: 22px;
    line-height: 1.4;
    color: #ff6809;
    text-transform: capitalize;
    position: relative;
}

color .ben-content p {
    color: #222;
}

.prod {
    position: relative;
    z-index: 0;
}
.section-title {
    text-align: center;
}

.prod h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
    color: #ff6809;
    letter-spacing: 3px;
    font-family: 'Croissant One', cursive;
}

.prod h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 4px;
    font-family: 'Anton', sans-serif;
}

.get-product {
    position: relative;
    z-index: 9;
    padding: 100px 0px;
}

.get-content h2 {
    color: #000000;
    font-family: 'Cookie', cursive;
}

.get-content h2 span {
    font-size: 56px;
    font-weight: 500;
}

.get-content p {
    color: #ff6809;
    line-height: 2.5;
}

.about-heading h2 {
    font-family: 'Cookie', cursive;
    font-size: 40px;
    line-height: 1.5;
}

.about-heading h1 {
    font-family: 'Cookie', cursive;
    font-size: 40px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #ff6809;
}
}

.about-con {
    padding: 16px 0;
}

.product-container {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 470px;
}

section.about-product {
    background: #088acc;
    color: #fff;
}

.product-container h2 {
    font-family: 'Cookie', cursive;
    font-size: 30px;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
}

.product-container h2 span {
    font-size: 48px;
}

.choose-thumb {
    position: relative;
    top: 64px;
    left: -161px;
}

@media (max-width: 768px) {
    span.prd_prc, .cart_prod_prc.ng-binding {
        width: 60%;
    }

    .prd_name {
        width: 60%!important;
    }

    .prod_name {
        padding: 20px 0 20px 90px!important;
    }

    .prod_name .product_name {
        font-size: 16px!important;
    }

    span.prd_prc, .cart_prod_prc.ng-binding {
        width: 60%;
    }

    span.prd_qty, span.prd_total, .cart_prod_qty, .cart_prc_subtotl.ng-binding {
        display: none;
    }

    a.prod-clearcart, #browse, .cont-shop, .prcd-chk {
        font-size: 15px!important;
        margin: 10px 4px!important;
    }

    .prds-left {
        width: 100%!important;
    }

    .prds-right {
        width: 100%!important;
    }

    .cart-summery {
        width: 100%!important;
    }

    .frm-container.step1 {
        width: 100%!important;
    }

    .frm-container:last-child {
        width: 100%!important;
    }

    .choose-thumb {
        left: 0;
    }

    .cont-list li {
        width: 100%;
    }

    .cart-links {
        width: 100%;
    }

    .prds-left {
        width: 100%;
    }

    .prds-right {
        width: 100%;
    }

    .banner-con {
        padding: 40px;
    }

    .banner-con h1 {
        font-size: 32px;
    }

    .banner-con h2 {
        font-size: 17px;
    }

    #top-banner {
        min-height: 535px;
    }

    .ben-box3 {
        margin-top: 1rem;
    }

    .box-content h2 {
        font-size: 18px;
    }

    .banner-bottom {
        bottom: -8px;
    }

    .about-heading h2 {
        font-size: 32px;
    }

    .about-con {
        padding: 0px;
    }

    .product-container h2 {
        font-size: 24px;
        margin-bottom: 15px;
        ; }

    div#navbarSupportedContent {
        background: #2a2b2b;
    }

    .cho-last {
        /* background: linear-gradient(to bottom, rgba(34,34,34,1) 0%, rgba(17,17,17,1) 100%)!important; */
    }

    .prod-txt1, .prod-txt2, .prod-tx1 {
        line-height: 45px;
        padding: 76px 0 0px 0;
    }

    .site-header .nav-item .nav-link {
        text-align: left;
    }

    .cart-terms input[type="checkbox"] {
        position: absolute;
        left: -12px!important;
        top: 14px!important;
    }

    .cart-terms {
        padding: 8px 0px!important;
    }
    #section2 {
        min-width: 100% !important; 
    }
}

.brdcmb ul li a:hover {
    text-decoration: none;
}

.s-about {
    position: relative !important;
    z-index: 2;
}
.ban-div {
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    padding: 100px 0;
    text-align: left;
    height: 650px;
    position: relative;
}
.ban-1 h4 {
    color: #000;
    font-weight: 400;
    line-height: 30px;
    font-size: 40px;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0;
    text-transform: capitalize;
}

.digitalInfo {
    margin-left: 100px;
    padding: 60px 0;
    position: relative;
}

.ban-1 h1 {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.1;
    font-size: 45px;
    font-family: 'Heebo', sans-serif;
    text-transform: capitalize;
}

.ban-1 p {
   color: #ffffff;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
    width: 80%;
    margin-left: 0;
}
.ser-div {
    padding: 100px 0;
    text-align: center;
    background: url(../images/about-ban.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.ser-div h4 {
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 25px;
}

.ser-div h1 {
    color: #ff6809;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.23;
    font-size: 50px;
}

.ser-div p {
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.cho-div {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cho-div img {
    width: 100%;
}

section.info-div {
    padding: 0px 0;
}

.cho-last {
    padding: 45px 30px;
    text-align: left;
    min-height: 290px;
    background: #fff;
    box-shadow: -12px -20px 20px 9px rgb(98 110 172 / 1%);
    position: relative;
}

.cho-last h4 {
    color: #ff6809;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 27px;
    font-size: 24px;
    /* min-height: 60px; */
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cho-last p {
    /* color: #fff; */
    font-family: Poppins,sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
}

.about-div {
    /* padding: 80px 0; */
    /* background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    position: relative; */
}

.about-div-ban {
    margin-top: -350px;
    padding: 0 0 50px;
}

.ab-div h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
    color: #ff6809;
    letter-spacing: 3px;
    font-family: 'Croissant One', cursive;
}

.ab-div p {
    color: #000;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 17px;
}
.heading-block {
    margin-bottom: 35px;
    font-size: 20px;
    text-align: left;
}
.heading-block h4{
    font-family: 'Teko', sans-serif;
    color: #ff6809;
    font-size: 28px;
    line-height: 30px;
}
.heading-block h2{
font-family: 'Teko', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
}
.icon-innr-block{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.choose-list {
    float: left;
    width: 100%;
}
.choose-list ul {
    margin: 0px;
    padding: 0px;
}
.choose-list ul li {
    padding-bottom: 15px;
    padding-left: 100px;
    position: relative;
    padding-top: 15px;
}
.choose-list ul li::before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px dotted #000;
    position: absolute;
    left: 40px;
}
.choose-list ul li .num {
    width: 80px;
    height: 80px;
    background: #ebebeb;
    line-height: 80px;
    color: #000;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.choose-list ul li:hover .num{
    background-image: -moz-linear-gradient( 0deg, #fa27d3 0%, #ff6809 100%);
    background-image: -webkit-linear-gradient( 0deg, #fa27d3 0%, #ff6809 100%);
    background-image: -ms-linear-gradient( 0deg, #fa27d3 0%, #ff6809 100%);
    color: #fff;
}
.choose-list ul li h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}
.choose-list ul li:last-child {
    padding-bottom: 0;
}
.choose-list ul li:last-child::before {
    display: none;
}
.choose-list ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 27px;
}
.index-btn-txt{
    color: #0857b9;
    display: inline-block;
    margin-top: 20px;
}
.services-08-item {
    padding: 30px 20px;
    margin-bottom: 30px;
    position: relative;
    background: #e3e3e3;
    min-height: 337px;
}

.service-model img {
    width: 99%;
}

.ben-model {
    overflow: hidden;
    height: 284px;
}


.ben-model img {
    width: 100%;
}

.services-08-content, .services-08-thumb {
    position: relative;
    z-index: 1;
}

.services-08-thumb {
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
    border: 2px solid #fa27d3;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin: 0 auto;
}
.services-08-thumb.glyph snap {
    font-size: 30px;
    font-weight: 600;
    color: #fa27d3;
    line-height: 35px;
}
.services-08-content, .services-08-thumb {
    position: relative;
    z-index: 1;
}
.services-08-content h3 {
    margin-bottom: 15px;
    font-size: 29px;
    font-weight: 700;
    color: #4c4c4c;
    font-family: 'Teko', sans-serif;
}
.services-08-content p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 27px;
    min-height: 110px;
}

.heading-block p{
    font-size: 15px;
    /* margin: 20px 0; */
    line-height: 27px;
}
.ab-div {
    text-align: left;
    background: #fdece3;
    padding: 20px 35px;
    margin-bottom: 20px;
}
.top-txt{
    writing-mode: vertical-rl;
    text-transform: uppercase;
    position: absolute;
font-family: 'Teko', sans-serif;
    font-weight: 700;
    transform: rotate(-180deg);
    font-size: 107px;
    color: #f0f0f1;
    letter-spacing: -3;
    top: 0;
    left: 0;
}
.footer-btm{
    background: #000;
    padding: 0px 0;
}
.footer-btm p {
    margin: 0;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}
@media (max-width: 768px){
    .ban-1 p{
    font-size: 14px;
    line-height: 24px;
    }
    .ban-1 h1{
    line-height: 1;
    font-size: 44px;
    }
}


.ship-back{
    position: relative;
    padding: 100px 0px;
    background: url(../images/ship-back.jpg) no-repeat center;
    background-size: cover;
}
.del-box {
    padding: 30px 15px;
    background: rgb(227 227 227);
    min-height: 335px;
    margin-top: -50px;
}
.del-box img {
    width: 40%;
}
.del-box-back{
    background: rgb(244 209 13) !important;
}
.del-box h3 {
    font-family: 'Teko', sans-serif;
    color: #ff6809;
}

.pop-back{
    position: relative;
    z-index: 9;
    background: url(../images/pop-back.jpg) no-repeat center;
    background-size: cover;
    padding: 150px 0px 0px 0px;
}

.ben-box {
    text-align: center;
    padding: 50px;
    background: #ff6809;
    margin-bottom: -92px;
    min-height: 265px;
}

.ben-box h3 {
    font-family: 'Teko', sans-serif;
    color: #4c4c4c;
    font-size: 33px;
    line-height: 2;
}
.ban-div {
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    padding: 143px 0 171px;
    text-align: left;
    height: 760px;
    position: relative;
}
/*.ban-div::after {
    content: "";
    width: 100%;
    clip-path: polygon(0 0,93% 0,4% 100%);
    right: 9%;
    height: 62px;
    position: absolute;
    display: block;
    background: #f7f9fa;
    bottom: -11px;
}*/
.service-section {
  width: 100%;
  margin-top: -35px;
  padding-bottom: 110px;
  display: inline-block; }

.service-icon-text {
  overflow: hidden;
  padding: 60px 30px;
  border: 2px solid #e1ebff;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .service-icon-text:before {
    top: 0;
    right: 0;
    left: auto;
    width: 0%;
    height: 3px;
    content: '';
    margin: 0 auto;
    position: absolute;
    background-color: #ff6809;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; }
  .service-icon-text .service-icon {
    margin-bottom: 30px; }
    .service-icon-text .service-icon span {
      font-size: 70px;
      color: #ff6809; }
  .service-icon-text .service-text h3 {
    padding-bottom: 8px;
    font-family: 'Heebo', sans-serif;
    font-size: 19px;
    font-weight: 600;
}
 .service-icon-text .service-text p {
    line-height: 1.625;
    text-align: center;
    margin-right: 0;
    font-family: 'Heebo', sans-serif;
}
  .service-icon-text .btn-more {
    margin-top: 28px; }
    .service-icon-text .btn-more a {
      font-weight: 700;
      position: relative; }
      .service-icon-text .btn-more a:before {
        top: -8px;
        content: '';
        width: 0;
        height: 3px;
        position: absolute;
        -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        background-color: #ff6809; }
      .service-icon-text .btn-more a:after {
        top: -2px;
        right: 0px;
        opacity: 0;
        content: '\f138';
        font-weight: 700;
        position: absolute;
        color: #ff6809;
        -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        font-family: 'Font Awesome 5 Free'; }
      .service-icon-text .btn-more a:hover:before {
        width: 100%; }
      .service-icon-text .btn-more a:hover:after {
        opacity: 1;
        right: -20px; }
  .service-icon-text .background-icon {
    right: -5px;
    z-index: -1;
    bottom: -28px;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out; }
    .service-icon-text .background-icon span {
      color: #f1f6ff;
      font-size: 230px; }
  .service-icon-text:hover {
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(21, 36, 64, .06);
            box-shadow: 0px 16px 32px 0px rgba(21, 36, 64, .06); }
    .service-icon-text:hover:before {
      left: 0;
      width: 100%;
      right: auto; }
    .service-icon-text:hover .background-icon {
      right: -15px;
      bottom: -45px; }

.service-section_2 {
  padding-bottom: 120px; }
  .service-section_2:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 710px;
    position: absolute;
    background-color: #f6f6f6; }
  .service-section_2 .section-title .title-bg:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 245, 245, .9)), to(#f6f6f6));
    background-image: linear-gradient(to top, rgba(245, 245, 245, .9), #f6f6f6); }
  .service-section_2 .service_content2 {
    padding: 78px 80px;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(195, 195, 195, .3);
            box-shadow: 0px 16px 32px 0px rgba(195, 195, 195, .3); }
    .service-section_2 .service_content2 .service-icon {
      margin-bottom: 35px; }
      .service-section_2 .service_content2 .service-icon span {
        font-size: 65px;
        color: #3763ec; }
    .service-section_2 .service_content2 .service_text h2 {
      font-size: 48px;
      padding: 15px 0px 25px 0; }

.service_item .more-btn {
  left: 0;
  right: 0;
  top: 40%;
  z-index: 1;
  opacity: 0;
  height: 60px;
  width: 175px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  line-height: 60px;
  visibility: hidden;
  position: absolute;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #a8acb6;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out; }
  .service_item .more-btn a {
    color: #fff; }
  .service_item .more-btn:hover {
    border: 1px solid #3763ec; }

.service_item .more-btn.hover-btn:before, .service_item .more-btn.hover-btn:after {
  background-color: #3763ec; }

.service_item .service_img {
  overflow: hidden; }
  .service_item .service_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out; }
  .service_item .service_img:after {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0;
    height: 100%;
    position: absolute;
    -webkit-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    background-color: rgba(0, 0, 0, .7); }

.service_item:hover .service_img:after {
  opacity: 1; }

.service_item:hover .more-btn {
  top: 50%;
  opacity: 1;
  visibility: visible; }

.service_item:hover .service_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.service-slide-area .service-img {
  right: 0;
  left: 0px;
  z-index: 1;
  top: -80px;
  margin: 0 auto;
  max-width: 310px;
  position: absolute; }

.service-slide-area .service-icon-text {
  padding-top: 175px; }

.service-slide-area .service-icon-text:before {
  bottom: 0;
  top: inherit; }

.service-slide-area .owl-stage-outer {
  padding: 80px 0px 0px 0px; }

.service-slide-area .owl-nav .owl-prev,
.service-slide-area .owl-nav .owl-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.service-slide-area .owl-nav .owl-prev {
  right: inherit;
  left: -120px; }

.service-slide-area .owl-nav .owl-next {
  right: -120px; }

.service_slide2 {
  background-color: #282828; }
  .service_slide2 .owl-nav .owl-prev,
  .service_slide2 .owl-nav .owl-next {
    bottom: 30px;
    width: 70px;
    height: 70px;
    top: inherit;
    border-radius: 0; }
  .service_slide2 .owl-nav .owl-prev {
    right: -30px; }
  .service_slide2 .owl-nav .owl-next {
    right: -100px; }

.section-title-area {
    padding-bottom: 103px;
    padding-top: 100px;
}

.section-title .title-bg {
  font-size: 200px;
  font-weight: 700;
  line-height: .8;
  letter-spacing: 35px;
  font-family: "Roboto"; }
  .section-title .title-bg:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .95)), to(white));
    background-image: linear-gradient(to top, rgba(255, 255, 255, .95), white);
    height: 100%;
    width: 100%; }

.section-title .title-head {
  left: 0;
  right: 0;
  bottom: -55px;
  position: absolute; }
  .section-title .title-head h2 {
    font-size: 60px;
    padding-bottom: 10px; }
 .section-title .title-head p {
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Heebo', sans-serif;
    font-size: 27px;
}
   .section-title .title-head p:after, .section-title .title-head p:before {
    top: 24px;
    content: '';
    height: 3px;
    width: 60px;
    position: absolute;
    background-color: #ff6809;
}
    .section-title .title-head p:before {
      left: -80px; }
    .section-title .title-head p:after {
      right: -80px; }
      .relative-position {
    position: relative;
}

.service-icon img {
    width: 36%;
}
#bg-about1 {
    background-size: cover;
    background-position: center;
    background-image: url(../images/about1.jpg)!important;
     height: 360px;
}

#bg-about2 {
    background-size: cover;
    background-position: center;
    background-image: url(../images/about2.jpg)!important;
    height: 360px;
}
section.inside-wrapper p {
    font-family: 'Heebo', sans-serif;
    font-size: 17px;
}
section.inside-wrapper h4 {
    font-family: 'Heebo', sans-serif;
}

.pq-bg-img-1{
background-size: cover;
    background-position: center;
    background-image: url(../images/about-banner.jpg);
    height: 850px;
}


.pq-bg-img-1 h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 21px;
    margin-top: 14px;
    color: var(--white-color);
}

.banner-information {
    margin-top: -2%;
    z-index: 22;
    position: relative;
}
.banner-info {
background: #fff;
    padding: 20px;
    /* border-radius: 10px; */
    box-shadow: 0 2px 7px #0c0b0b;
    width: 70%;
    margin: 0 auto;
}
.br1 {
    border-right: 1px solid #ccc !important;
}
.inner-info img {
 width: 23%!important;
    float: left;
    margin-right: 10px;
    background: #000;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 10px;
}
.inner-info h5 {
    font-size: 18px;
}
.ban-1{
  margin-top: 70px;
}

.feature-area {
    background-image: url(../images/ser-ban.jpg);
    background-repeat: no-repeat;
    padding: 100px 0 100px;
    background-size: cover;
}
.sec-title {
    margin-bottom: 24px;
    position: relative;
}
.feature-area .sec-title h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 4px;
    font-family: 'Anton', sans-serif;
}
.feature-block .inner-box {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 40px 29px;
  position: relative;
  background: #fff;
}
.feature-block .inner-box:before {
  content: "";
  position: absolute;
  top: 45px;
  right: 0px;
  width: 89px;
  height: 179px;
  background-image: url(../images/triangel.png);
  -webkit-transform: scale(0.7);
    transform: scale(0.7);
  -webkit-transform-origin: top right;
    transform-origin: top right;
}
.feature-block .inner-box .image-box {
  background-color: #ff6809;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 67px;
  text-align: center;
  margin-bottom: 15px;
}
.feature-block .inner-box .image-box img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 55%;
}
.feature-block .inner-box .title {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 0;
    font-size: 16px;
    min-height: 60px;
}
.feature-block .inner-box p {
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
    color: #999;
    margin-bottom: 0px;
    min-height: 40px;
}
.feature-block .inner-box:hover .image-box img {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.single-feature-wrap {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 6, 18, 0.08);
          box-shadow: 0px 10px 50px rgba(0, 6, 18, 0.08);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px 18px 26px 25px;
}
.single-feature-wrap:after {
    content: "";
    background: #ff6809;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -42px;
    top: 0px;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    width: 145px;
}
.single-feature-wrap .thumb img {
  width: 50px;
}
.single-feature-wrap .media-body {
  margin-left: 49px;
}
.single-feature-wrap .media-body p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0;
}

.media-body h4 {
    font-family: 'Heebo', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.banner-section {
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    padding: 100px 0 100px;
    background-size: cover;
    height: 750px;
}
.banner-section h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
    color: #ff6809;
    letter-spacing: 3px;
    margin-top: 100px;
    font-family: 'Croissant One', cursive;
}
.banner-section h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 6px;
    font-family: 'Anton', sans-serif;
}
.banner-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
    color: #fff;
}
.about-are {
    padding: 100px 0;
}
.about-are img {
    width: 100%;
}
.about-right .sec-title {
    margin-bottom: 24px;
    position: relative;
}
.sec-title .sub-title {
  position: relative;
  font-size: 20px;
  color: #ff6809;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 13px;
  font-family: 'Croissant One', cursive;
  margin-top: 11px;
}
.sec-title .sub-title::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ff6809;
}
.sec-title .sub-title::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ff6809;
}
.sec-title h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 4px;
    font-family: 'Anton', sans-serif;
}
.btn-view {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border: 2px solid #ff6809;
    background-color: #ff6809;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-radius: 5px;
    /* line-height: 0; */
    margin-top: 20px;
    padding: 16px 35px;
    font-family: 'Heebo', sans-serif;
}

.align-items-center {
    align-items: center!important;
}
.d-inline-flex {
    display: inline-flex!important;
}

.btn-view:hover {
    background-color: #000;
    border: 2px solid #ff6809;
    color: #ff6809 !important;
}
.btn:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-view:hover i {
    
    color: #ffffff;
   
}

.view-all i {
    padding-left: 12px;
    font-size: 17px;
}
.ms-2 {
    margin-left: 0.5rem!important;
}

.view-all i {
    padding-left: 12px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
}

.banner-slider .home-banner h1 {
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 69px;
}

.home-banner span {
    text-transform: uppercase;
    letter-spacing: 17px;
    font-size: 26px;
    color: #ff6809;
    font-family: 'Heebo', sans-serif;
}


.about-left {
  position: relative;
}

.about-img img{
  border-radius: 15px;
}

.about-experience{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 0px;
  left: 0px;
  background:  var(--color-dark);
  border-radius: 15px;
  padding: 10px 20px 10px 10px;
  color: var(--color-white);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}

.about-experience-icon{
  color: var(--color-white);
  font-size: 45px;
  width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  background: var(--theme-color);
  border-radius: 15px;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.about-list li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  font-weight: 500;
}

.about-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 6 Pro";
  color: var(--theme-color);
}

@media all and (max-width: 991px) {
  .about-right {
    margin-top: 30px;
  }
}

.py-120 {
    padding: 120px 0;
}

.site-heading h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 37px;
}

.about-area h1 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 21px;
}
/* section.section.section-padding.prod {
    background-color: #f3f4f8 !important;
} */


.title_sub {
  font-size: 40px;
  line-height: 50px;
  font-family: "Teko", sans-serif;
  position: relative;
  z-index: 1;
}

.title_sub:before {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 100px;
  height: 100px;
  content: "";
  z-index: -1;
}

.title_sub.v1:before {
  top: -35px;
  left: -30px;
  background-color: #fff;
}

.title_sub.v2:before {
  top: -35px;
  left: -30px;
  background-color: #F8F8F8;
}
.class-wrap .class-item .class-info {
  margin: 20px 0 0;
}

.class-wrap .class-item .class-info h5 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}

.class-wrap .class-item .class-info span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin: 0 0 15px;
  opacity: 0.7;
}

.class-wrap .class-item .class-info p {
  margin: 0 0 10px;
}

.class-wrap.v1 .class-item .class-img .overlay {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.class-wrap.v1 .class-item:hover .class-img .btn {
  visibility: visible;
  opacity: 1;
}

.class-wrap.v1 .class-item:hover .overlay {
  visibility: visible;
  opacity: 0.8;
}

.class-wrap.v2 .class-item {
    position: relative;
    height: 380px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.class-wrap.v2 .class-item .overlay {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.99)), color-stop(35%, rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.39) 35%, rgba(0, 0, 0, 0) 100%);
}

.class-wrap.v2 .class-item .class-num {
  position: absolute;
  top: 25px;
  left: 25px;
  -webkit-text-stroke: 1px #fff;
  font-size: 40px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.class-wrap.v2 .class-item .class-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.class-wrap.v2 .class-item .class-info h5 {
  color: #fff;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.class-wrap.v2 .class-item .class-info p,
.class-wrap.v2 .class-item .class-info span,
.class-wrap.v2 .class-item .class-info a {
  color: #fff;
  opacity: 1;
}

.class-wrap.v2 .class-item .class-info p,
.class-wrap.v2 .class-item .class-info span {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.class-wrap.v2 .class-item .class-info .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.class-wrap.v2 .class-item:hover .class-img .btn {
  visibility: visible;
  opacity: 1;
}

.class-wrap.v2 .class-item:hover .overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.class-wrap.v2 .class-item:hover .class-num {
  visibility: visible;
  opacity: 1;
}

.class-wrap.v2 .class-item:hover .class-info h5 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.class-wrap.v2 .class-item:hover .class-info p,
.class-wrap.v2 .class-item:hover .class-info span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.class-wrap.v2 .class-item:hover .class-info .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.class-wrap.v3 .class-item {
  margin: 0 0 30px;
}

.class-wrap.v3 .class-item a,
.class-wrap.v3 .class-item span {
  color: #fff;
  opacity: 1;
}

.class-wrap.v3 .class-item p {
  color: #b5b5b5;
  opacity: 1;
}

.class-wrap.v3 .class-item .class-img {
  max-height: 400px;
}

.class-wrap.v3 .class-item .class-info &gt; a {
  font-family: "Teko", sans-serif;
}

.class-wrap.v3 .class-item .class-info a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin: 0 0 10px;
}

.class-wrap.v3 .class-item .class-info .trainer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 -4px;
}

.class-wrap.v3 .class-item .class-info .trainer-info .trainer-img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
}

.class-wrap.v3 .class-item .class-info .trainer-info .trainer-img img {
  width: 100%;
  border-radius: 50%;
}

.class-wrap.v3 .class-item .class-info .trainer-info .trainer-desc {
  width: calc(100% - 70px);
  margin-left: 10px;
}

.class-wrap.v3 .class-item .class-info .trainer-info .trainer-desc p {
  margin: 0 0 8px;
}

.class-wrap.v3 .class-item .class-info .trainer-info .trainer-desc span {
  margin: 0;
}

.class-wrap.v3 .class-item:hover .class-info &gt; a {
  border-color: var(--mainColor);
}

.class-wrap.v3 .class-item.s1.class-mb {
  margin-bottom: 30px !important;
}
.class-wrap.v3 .class-item.s1 {
  margin: 0 0 30px;
}

.class-wrap.v3 .class-item.s1 .class-info a {
  color: #000;
}

.class-wrap.v3 .class-item.s1 .class-info p, .class-wrap.v3 .class-item.s1 .class-info span {
  color: #646464;
}

.class-wrap.v3 .class-item.s1 .class-info a {
  font-weight: 700;
  border: none;
}

.class-wrap.v3 .class-item.s1 .class-info .trainer-info {
  padding: 15px 0 0;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.class-wrap.v3 .class-item.s1:hover .class-info a {
  color: var(--mainColor);
  border-color: transparent !important;
}

.class-wrap.v3 .class-item .trainer-info .trainer-desc:hover a {
  color: var(--mainColor);
}

.class-details-img {
  height: 400px;
}

.class-wrap.v2 .class-item:hover .overlay {
    background-color: rgba(0, 0, 0, 0.9);
}
.class-wrap.v2 .class-item .overlay {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.99)), color-stop(35%, rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.39) 35%, rgba(0, 0, 0, 0) 100%);
}

.error_handler_overlay_close:hover {
    background: #ff6809 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .cart-links .btn-view {
        padding: 13px 20px !important;
        font-size: 12px !important;
    }
    .banner-section h3 {
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    .banner-section h1 {
        font-size: 45px !important;
        line-height: 60px !important;
        margin-bottom: 10px !important;
        letter-spacing: 2px !important;
    }
    .banner-section p {
        margin-bottom: 10px !important;
    }
    .banner-section {
        padding: 70px 0 70px !important;
        height: 530px !important;
    }
    section {
        padding: 55px 0 !important;
    }
    .sec-title h2 {
        font-size: 36px !important;
        line-height: 46px !important;
        margin-bottom: 20px !important;
        letter-spacing: 2px !important;
    }
    .about-right {
        padding-left: 0px !important;
    }
    .ab-div h4 {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-bottom: 10px !important;
        letter-spacing: 1px !important;
    }
    .feature-area .sec-title h2 {
        font-size: 36px !important;
        line-height: 46px !important;
        margin-bottom: 20px !important;
        letter-spacing: 2px !important;
    }
    .feature-block .inner-box {
        margin-bottom: 20px !important;
    }
    .section-padding {
        padding: 50px 0 !important;
    }
    .prod h1 {
        font-size: 36px !important;
        line-height: 46px !important;
        margin-bottom: 10px !important;
        letter-spacing: 2px !important;
    }
    .feature-block .inner-box .title {
        line-height: 32px !important;
        font-size: 20px !important;
        min-height: 0px !important;
    }
    .feature-block .inner-box p {
        line-height: 26px !important;
        font-size: 17px !important;
        min-height: 0px !important;
    }
    .sec-title .sub-title {
        margin-top: 35px !important;
    }
    .brdcmb {
        padding: 0px 0 !important;
    }
    .product {
        min-height: 350px !important;
    }
}</pre></body></html>