/*
    Template Name: Oswan - eCommerce HTML5 Template
    Description: This is html5 template
    Author: HasTech
    Version: 1.0

*/

/*================================================
[  Table of contents  ]
=========.btn=======================================
01. General
02. Page section margin padding 
03. Section title 1
04. Section title 2
05. button
06. button small
07. share button
08. Text color
09. Input
10. Extra class
11. Tool tip
12. loading
13. Box Layout
14. Back to top
15. Basic margin padding
 
======================================
[ End table content ]
======================================*/

/*************************
    General
*************************/

/* cyrillic-ext */
@font-face {
    font-family: 'Metropolis-Light';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/Metropolis-Light.otf) format('otf');
}

@font-face {
    font-family: 'Metropolis-Regular';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/Metropolis-Regular.otf) format('otf');
}

@font-face {
    font-family: 'Metropolis-Medium';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/Metropolis-Medium.otf) format('otf');
}

@font-face {
    font-family: 'Metropolis-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/Metropolis-SemiBold.otf) format('otf');
}

@font-face {
    font-family: 'Metropolis-Bold';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/Metropolis-Bold.otf) format('otf');
}

@font-face {
    font-family: 'Metropolis-ExtraBold';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/Metropolis-ExtraBold.otf) format('otf');
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {

    --secondary-font: 'Inter', sans-serif;
    --primary-font: "Metropolis-Bold", sans-serif;
    --primary-color: #83C1E1
}


body {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #303030;
    max-width: 100%;
    overflow-x: hidden;
}


.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a {
    text-decoration: none;
}

a,
.btn {
    -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;
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

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

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

a,
button,
input {
    outline: medium none;
    color: #686868;
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: normal;
    color: #001232;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 46px;
    font-weight: 500;
}

h2 {
    font-size: 37px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #454545;
    margin-bottom: 15px;
    font-family: var(--secondary-font)
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed #f10;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

.mark,
mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}

span.tooltip-content {
    color: #00a9da;
    cursor: help;
    font-weight: 600;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/***************************
    transtion
****************************/

a.button::after,
a.button-small::after {
    -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;
}

.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*************************
    Section title 1
***********************/

.section-title {}

.section-title h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.section-title.text-white h3 {
    color: #ffffff;
}

/*************************
         button
*************************/

.button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #9c9c9c;
    border-radius: 0px;
    box-shadow: none;
    color: #9c9c9c;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    overflow: hidden;
    padding: 12px 30px;
    position: relative;
    text-transform: uppercase;
}

.button:hover {
    border: 1px solid #fff;
    color: #fff
}

.button.border-white {
    border-color: #fff;
}

.button.theme-bg {
    border-color: #4a90e2;
}

.button.button-white {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #fff;
    color: #4FC1F0;
    font-size: 15px;
}

.button.button-white i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: left;
    padding: 14px;
    font-size: 16px;
    color: #4FC1F0;
    font-weight: normal;
    width: 50px;
    text-align: center;
}

.button.button-white span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #4FC1F0;
    font-weight: normal;
}

.button.button-grey {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #eceff7;
    color: #4FC1F0;
    font-size: 15px;
}

.button.button-grey i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: left;
    padding: 14px;
    font-size: 16px;
    color: #4FC1F0;
    font-weight: normal;
    width: 50px;
    text-align: center;
}

.button.button-grey span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #4FC1F0;
    font-weight: normal;
}

.button.button-black {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #444444;
    color: #4FC1F0;
    font-size: 15px;
}

.button.button-black i {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    float: left;
    padding: 14px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 50px;
    text-align: center;
}

.button.button-black span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.button-border span {
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 11px 20px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    color: #4FC1F0;
    font-size: 15px;
    border: 1px solid #4FC1F0;
}

.button-border span:hover {
    box-shadow: -200px 0 0 #4FC1F0 inset;
    color: #fff;
    border-color: #4FC1F0;
}

.button-border-white span {
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 11px 20px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
}

.button-border-white span:hover {
    box-shadow: -200px 0 0 #fff inset;
    color: #4FC1F0;
    border-color: #fff;
}

/*************************
        button small
*************************/

.button-small {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #4FC1F0;
    color: #fff;
    font-size: 15px;
}

.button-small i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: left;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    width: 40px;
    text-align: center;
}

.button-small span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}

.button-small:after {
    background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}

a.button-small:hover::after {
    width: 100%
}

/*************************
        buttons variation
*************************/

.button.large {
    margin-right: 0px;
}

.button.large span {
    padding: 16px 80px;
    font-size: 18px;
}

.button.large i {
    padding: 20px;
    width: 60px;
    font-size: 18px;
}

.button.medium span {
    padding: 14px 60px;
    font-size: 16px;
}

.button.medium i {
    padding: 17px;
    width: 50px;
    font-size: 16px;
}

.button.small span {
    padding: 12px 40px;
}

.button.small i {
    padding: 14px;
    width: 45px;
}

.button.small span {
    padding: 12px 40px;
}

.button.small i {
    padding: 15px;
    width: 45px;
}

.button.extra-small span {
    padding: 8px 20px;
    font-size: 13px;
}

.button.extra-small i {
    padding: 11px;
    width: 38px;
    font-size: 13px;
}

/*************************
       social-icon
*************************/

.social-icon ul {
    margin: 0;
    padding: 0;
}

.social-icon ul li {
    display: inline-block;
    list-style: none;
}

.social-icon ul li a {
    display: block;
    margin: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #4FC1F0;
    text-align: center;
    border-radius: 50%;
}

.social-icon ul li a:hover {
    background: #EB3B60;
}

.social-icon.socile-icon-style-2 ul li a {
    color: #fff;
    background: #323232;
    border-radius: 0;
}

.social-icon.socile-icon-style-2 ul li a:hover {
    background: #EB3B60;
}

.social-icon.socile-icon-style-3 ul li a {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.social-icon.socile-icon-style-3 ul li a:hover {
    background: #EB3B60;
    border-color: #EB3B60;
}

/*************************
        Text color
*************************/

.text-blue {
    color: #4FC1F0;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #363636;
}

.text-theme {
    color: #f10;
}

.text-theme {
    color: #4a90e2;
}

.text-white h1,
.text-white p,
.text-white h2 {
    color: #fff;
}

/*************************
        Input
*************************/

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}

select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

input:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}

::-moz-placeholder {
    color: #444;
}

.input-group.divcenter.input-group .form-control {
    padding-left: 0px
}

/*************************
        back-to-top
*************************/

#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    transition: all .5s ease-in-out;
    position: fixed;
    bottom: 105px;
    right: 15px;
    border-radius: 3px;
    z-index: 999;
    background: transparent;
    font-size: 14px;
    background: #4FC1F0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
}

#back-to-top .top:hover {
    color: #fff;
    height: 50px;
}

#back-to-top .top {
    background: #007da1;
}

/*************************
  Basic margin padding
*************************/

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/*************************
         Margin top
*************************/

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-12 {
    margin-top: 12px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-37 {
    margin-top: 37px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-160 {
    margin-top: 160px
}

.mt-179 {
    margin-top: 179px
}

.mt-150 {
    margin-top: 150px
}

/*************************
      Margin right
*************************/

.mr-0 {
    margin-right: 0px
}

.mr-10 {
    margin-right: 10px
}

.mr-12 {
    margin-right: 12px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}

/*************************
      Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

/*************************
        Margin left
*************************/

.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-12 {
    margin-left: 12px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}

/*************************
        Padding top
*************************/

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-37 {
    padding-top: 37px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-95 {
    padding-top: 95px
}

.pt-90 {
    padding-top: 90px
}

.pt-97 {
    padding-top: 97px
}

.pt-100 {
    padding-top: 100px
}

.pt-95 {
    padding-top: 95px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

.pt-152 {
    padding-top: 152px
}

.pt-155 {
    padding-top: 155px
}

.pt-180 {
    padding-top: 180px
}

.pt-190 {
    padding-top: 190px
}

.pt-200 {
    padding-top: 200px
}

.pt-205 {
    padding-top: 205px
}

.pt-255 {
    padding-top: 255px
}

.pt-210 {
    padding-top: 210px
}

.pt-365 {
    padding-top: 365px
}

.pt-370 {
    padding-top: 370px
}

.pt-380 {
    padding-top: 380px
}

/*************************
        Padding right
*************************/

.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

.pr-155 {
    padding-right: 155px
}

.pr-155 {
    padding-right: 155px
}

.pr-180 {
    padding-right: 180px
}

.pr-195 {
    padding-right: 195px
}

/*************************
        Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-97 {
    padding-bottom: 97px
}

.pb-98 {
    padding-bottom: 98px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-107 {
    padding-bottom: 107px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-178 {
    padding-bottom: 178px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-280 {
    padding-bottom: 280px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-285 {
    padding-bottom: 285px
}

.pb-290 {
    padding-bottom: 290px
}

/*************************
        Padding left
*************************/

.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

/***************************
    Page section padding 
****************************/

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-15 {
    padding: 15px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-35 {
    padding: 35px 0
}

.ptb-32 {
    padding: 32px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-55 {
    padding: 55px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-135 {
    padding: 135px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

.ptb-160 {
    padding: 160px 0
}

.ptb-170 {
    padding: 170px 0
}

.ptb-177 {
    padding: 177px 0
}

.ptb-180 {
    padding: 180px 0
}

.ptb-190 {
    padding: 190px 0
}

.ptb-200 {
    padding: 200px 0
}

.ptb-210 {
    padding: 210px 0
}

.ptb-220 {
    padding: 220px 0
}

.ptb-250 {
    padding: 250px 0
}

.ptb-290 {
    padding: 290px 0
}

.ptb-310 {
    padding: 310px 0
}

/***************************
    Page section margin 
****************************/

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-290 {
    margin: 290px 0;
}

/*************************
        Extra class
*************************/

.pricing .container .row [class*="col-"] {}

/*************************************
    Background variation set 
 **************************************/

/*colored background*/

.white-bg {
    background: #fff;
}

.black-bg {
    /* background: #061124 */
    background: #000
}

.theme-bg {
    background: #001232
}

.theme-bg-2 {
    background: #ffb52f
}

.theme-bg-4 {
    background: #42ddff;
}

.theme-bg-5 {
    background: rgba(171, 194, 255, 1)
}

.gray-bg {
    background: #f5f5f5;
}

.blue-bg {
    background: #4FC1F0;
}

.default-bg {
    background: #50C1F0;
}

.transparent-bg {
    background: transparent;
}

.theme-bg-3 {
    background: #e7e7e7;
}

/*Opacity background*/

/* black overlay */

[data-overlay] {
    position: relative;
}

[data-overlay]::before {
    background: #252525 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="56"]::before {
    opacity: 0.56;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}

/* white overlay */

[white-overlay] {
    position: relative;
}

[white-overlay]::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[white-overlay="3"]::before {
    opacity: 0.3;
}

[white-overlay="4"]::before {
    opacity: 0.4;
}

[white-overlay="5"]::before {
    opacity: 0.3;
}

[white-overlay="6"]::before {
    opacity: 0.6;
}

[white-overlay="7"]::before {
    opacity: 0.8;
}

[white-overlay="9"]::before {
    opacity: 0.9;
}

.z-index {
    position: relative;
    z-index: 9
}


/*separator*/

.separator {
    position: relative;
    display: inline-block;
    clear: both;
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
    bottom: 0;
    height: 1px;
    width: 33%;
}

.separator::before {
    background: #4fc1f0 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100px;
}

.section-title:hover .separator::before {
    width: 75%;
}

.separator i {
    background: #ECEFF7 none repeat scroll 0 0;
    color: #4fc1f0;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 40px;
}

.separator span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #4fc1f0;
    border-radius: 100%;
    display: block;
    height: 10px;
    position: absolute;
    top: -5px;
    width: 10px;
}

.separator i,
.separator span {
    left: 0;
    transform: none;
}

.text-center .separator::before,
.text-center .separator i,
.text-center .separator span {
    left: 50%;
    transform: translateX(-50%);
}

.text-right .separator::before,
.text-right .separator i,
.text-right .separator span {
    left: auto;
    transform: none;
    right: 0;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

:focus {
    outline: -mos-focus-ring-color auto 0px;
}

.btn-style {
    background-color: #ffb52f;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 14px 33px 12px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
    z-index: 99;
}

.btn-style:hover {
    border: 1 solid #f3a395;
    color: #ffffff;
    background-color: #001232;
}

button:focus {
    outline: none;
}

.relative {
    position: relative;
}

.border-bottom-1 {
    border-bottom: 1px solid #d5d5d5;
}

.border-top-1 {
    border-top: 1px solid #d7d7d7;
}

.border-top-2 {
    border-top: 1px solid #ebebeb;
}

.overly-style {
    position: relative;
}

.overly-style:before {
    position: relative;
}

.btn-style-2 {
    border: 1px solid #000000;
    border-radius: 50px;
    color: #3e3e3e;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1;
    overflow: hidden;
    padding: 16px 40px 17px;
    position: relative;
}

.btn-style-2:hover {
    color: #fff;
}

.height100vh {
    height: 100vh;
}

.header-height {
    height: 141px;
}

/* @media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
} */

.row {
    margin-right: calc(var(--bs-gutter-x) * -.6);
    margin-left: calc(var(--bs-gutter-x) * -.6);
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * .6);
    padding-left: calc(var(--bs-gutter-x) * .6);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, .90rem);
    padding-left: var(--bs-gutter-x, .90rem);
}

/*-----------------------------------------------------------------------------------

    Template Name: Oswan - eCommerce HTML5 Template
    Description: This is html5 template
    Author: HasTech
    Version: 1.2

-----------------------------------------------------------------------------------
    
    [Table of contents] 
	
    1. Template default css (assets/css/bundle.css)
    2. Home page style
    3. About us
    4. Contact page
    5. Shop page
    6. Product details
    7. Shopping cart
    8. Checkout page
    9. Login register page
    10. Blog page
    11. Blog details
    12. Scrollup
    
-----------------------------------------------------------------------------------*/

/*----------- 2. Home page style --------*/

/* header area */



.header-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.7s ease 0s;
}

.transparent-bar.stick {
    background-color: #fff;
    border-bottom: 0 solid #4a90e2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
    position: fixed;
    top: 0;
    width: 100%;
    padding: 30px 0;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 9999;
}

.logo-small-device a.logo-for-sticky,
.stick .logo-small-device a.logo-sticky-none,
.menu-toggle.menu-for-sticky,
.stick .menu-toggle.menu-sticky-none {
    display: none;
}

.stick .logo-small-device a.logo-for-sticky,
.stick .menu-toggle.menu-for-sticky {
    display: block;
}

.logo,
.language-currency,
.menu-wrapper,
.header-site-icon,
.sticky-logo {
    transition: all 0.7s ease 0s;
}

.stick .language-currency,
.stick .logo {
    display: none;
    transition: all 0.7s ease 0s;
}

.sticky-logo {
    display: none;
    transition: all 0.7s ease 0s;
}

.stick .sticky-logo {
    display: block;
    padding-top: 4px;
}

.stick .menu-wrapper {
    padding-top: 0px;
}

.stick .header-site-icon {
    padding-top: 17px;
}

.stick .main-menu ul li a {
    line-height: 60px;
}

.mobile-menu-area {
    display: none;
}

/* overview area */

.overview-img img {
    width: 100%;
}

.overview-content {
    margin-top: 19px;
}

.overview-content h1,
.overview-content h2 {
    color: #001232;
    font-weight: 800;
    font-size: 60px;
    margin: 0;
}

.overview-content h1 span {
    color: var(--primary-color);
    font-weight: 700;
}

.overview-content h2 span {
    font-weight: 700;
}

.overview-content>h2 {
    margin: 6px 0 40px;
}

.overview-content>p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    width: 93%;
}

.overview-content>p span {
    color: #303030;
    font-weight: 600;
    font-size: 16px;
}

.question-area>h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.question-icon {
    background-color: var(--primary-color);
    display: inline-block;
    float: left;
    padding: 10px 14px 10px 13px;
}

.question-icon i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
}

.question-contact {
    background-color: #001232;
    display: inline-block;
    margin: 10px 0 0;
}

.question-content-number {
    display: inline-block;
}

.question-content-number>h6 {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 6px 26px 11px;
    margin: 0;
}

.question-area {
    margin-top: 30px;
}

/* banner area */

.banner-wrapper {
    position: relative;
    overflow: hidden;
}

.banner-wrapper::before {
    position: absolute;
    content: "";
    background-color: #001232;
    opacity: .65;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.banner-wrapper::after {
    border: 1px solid #76818c;
    bottom: 40px;
    content: "";
    left: 40px;
    position: absolute;
    right: 40px;
    top: 40px;
    transition: all 0.4s ease 0s;
    z-index: 9;
    pointer-events: none;
}

.banner-wrapper a img {
    width: 100%;
}

.banner-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    padding: 10px;
}

.banner-content>h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: .3px;
    margin: 0;
}

.banner-wrapper:hover::after {
    left: 20px;
    bottom: 20px;
    right: 20px;
    top: 20px;
}

.banner-wrapper:hover .banner-content>h2 {
    animation: 700ms ease-in-out 0s normal none 1 running zoomIn;
}

/* product area */

.section-title>h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.section-title>p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 0 auto;
    width: 44%;
}

.section-title>p span {
    font-weight: 600;
    color: #303030;
}

.product-tab-list {
    display: flex;
    justify-content: center;
}

.product-tab-list a h4 {
    color: #001232;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
    padding: 11px 26px 12px;
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.15);
    display: inline-block;
}

.product-tab-list a.active h4 {
    color: #fff;
    background-color: var(--primary-color);
}

.product-wrapper {
    position: relative;
    box-shadow: 0 2px 8px .5px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

/* .product-img::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
} */

.product-list .product-wrapper {
    align-items: center;
    display: flex;
}

.product-img {
    position: relative;
}

.product-slider-active .product-wrapper,
.product-accessories-active .product-wrapper {
    margin: 10px 5px 30px;
}

.product-item-dec {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 37px;
    padding: 0 10px;
}

.product-item-dec li {
    display: inline-block;
    color: #e2e2e2;
    margin: 0 15px;
    position: relative;
    /* text-shadow: 0px 0px 10px #2713966d; */
}

.product-item-dec li::before {
    background-color: #e2e2e2;
    content: "";
    height: 2px;
    position: absolute;
    right: -20px;
    top: 9px;
    transition: all 0.4s ease 0s;
    width: 6px;
}

.product-item-dec li:last-child::before {
    display: none;
}

.product-img img {
    transition: 0.5s;
    width: 100%;
    /* height: 488px; */
    object-fit: cover;
    background-color: #6877ff;
    /* padding: 100px; */
}

.product-content-wrapper {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: 1;
    padding: 30px 40px 42px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* 
.product-wrapper:hover .product-content-wrapper {
    opacity: 0;
    bottom: -30px;
} */

.product-wrapper:hover img {
    transform: scale(1.5);
}

.product-title-spreed>h4 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px;
    font-family: "Poppins", sans-serif;
}

.product-title-spreed:hover>h4 a {
    color: #fff;
}

.product-price>span {
    color: #353535;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-top: 2px;
    display: inline-block;
}

.product-title-spreed>span {
    color: #e2e2e2;
    /* text-shadow: 0px 0px 10px #27139692; */
}

.product-action {
    bottom: 55px;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 99;
    padding: 10px;
}

.product-wrapper:hover .product-action {
    bottom: 45px;
    opacity: 1;
}

.product-action a {
    background-color: transparent;
    color: #202020;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    margin: 0 5.5px;
    padding: 7px 0;
    transition: all 0.3s ease 0s;
    width: 50px;
    font-size: 18px;
    border: 1px solid #e8e8e8;
    position: relative;
}

.product-action a:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.product-action a i {
    line-height: 21px;
}

.product-slider-active.owl-carousel .owl-nav {
    float: right;
    margin-top: 10px;
}

.product-slider-active.owl-carousel .owl-nav button,
.latest-product-slider.owl-carousel .owl-nav button {
    display: inline-block;
    margin: 0 0 0 17px;
    color: #9b9b9b;
    font-weight: bold;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    position: relative;
    transition: all .3s ease 0s;
}

.product-slider-active.owl-carousel .owl-nav button:hover,
.latest-product-slider.owl-carousel .owl-nav button:hover {
    color: var(--primary-color);
}

.product-slider-active.owl-carousel .owl-nav button.owl-prev::before,
.latest-product-slider.owl-carousel .owl-nav button.owl-prev::before {
    background-color: #9b9b9b;
    content: "";
    height: 2px;
    left: 30px;
    position: absolute;
    top: 12px;
    transform: rotate(-70deg);
    transition: all 0.4s ease 0s;
    width: 17px;
}

/* latest-product */


.latest-product-area {
    background-color: #008080;
}

.latest-product-area .container-fluid {
    padding: 0 200px 0 0;

}

.latest-product-img>img {
    width: 100%;
}

@media (max-width:500px) {
    .latest-product-img>img {

        height: 265px;
        object-fit: cover;
    }
}

.latest-product-content {
    padding-right: 27px;
    text-align: right;
}

.latest-product-content>h2 {
    color: #e1e1e1;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 35px;
    font-family: var(--primary-font)
}

.latest-product-content>p {
    color: #ececec;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 0 133px;

}

.latest-product-content>p span {
    font-size: 16px;
    font-weight: 600;
}

.latest-price>h3 {
    color: #e1e1e1;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
}

.latest-price>h3 span {
    color: var(--primary-color);
}

.latest-price>span {
    color: #e1e1e1;
    display: block;
    font-size: 18px;
}

.latext-btn>a {
    background-color: #fff;
    color: #001232;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 25px 10px;
}

.latext-btn>a:hover {
    background-color: var(--primary-color);
    color: #001232;
}

.latest-price {
    margin: 34px 0 49px;
}

.latest-product-img {
    margin-left: 222px;
    margin-right: -175px;
}

.product-slider-active.owl-carousel .owl-nav {
    margin-top: 10px;
}

.latest-product-slider.owl-carousel .owl-nav {
    margin-left: 205px;
    margin-top: -68px;
}

.accessories-area ul li {
    padding: 14px 20px;
    font-size: 16px;
}

.product-title-price-2>span {
    color: #353535;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
}

.product-title-price-2>h4 {
    color: #353535;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.product-title-price-2>h4 a {
    color: #353535;
}

.product-content-wrapper-2 {
    bottom: 20px;
    left: 0;
    opacity: 1;
    padding: 15px 10px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.product-wrapper:hover .product-content-wrapper-2 {
    bottom: -10px;
    opacity: 0;
}

.section-title.section-fluid>p {
    width: 36%;
}

/* testimonial */

.testimonial-area {
    position: relative;
}

.section-title-position {
    left: 46%;
    position: absolute;
    top: 74px;
    z-index: 99;
}

.section-title-2>h2 {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
}

.section-title-2>h2::before {
    background-color: #008080;
    content: "";
    height: 9px;
    position: absolute;
    right: 0px;
    bottom: -3px;
    transition: all 0.4s ease 0s;
    width: 364px;
}

.testimonial-content {
    margin-top: 223px;
    padding: 0 80px 0 57px;
}

.testimonial-dec {
    position: relative;
}

.testimonial-dec>p {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

.testimonial-dec>p span {
    font-size: 16px;
    font-weight: 600;
    color: #303030;
}

.name-designation>h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.name-designation>span {
    color: #001232;
    font-size: 16px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
}

.name-designation {
    margin-top: 28px;
}

.testimonial-dec::before {
    bottom: auto;
    content: url("../../assets/img/icon-img/quote-1.png");
    left: -60px;
    position: absolute;
    top: -47px;
}

.testimonial-dec::after {
    bottom: -50px;
    content: url("../../assets/img/icon-img/quote-2.png");
    position: absolute;
    right: -60px;
}

.testimonial-active {
    position: relative;
}

.testimonial-active::before {
    background: #008080 none repeat scroll 0 0;
    content: "";
    height: 392px;
    left: 36px;
    position: absolute;
    top: 64px;
    transition: all 0.3s ease 0s;
    width: 417px;
    z-index: -1;
}

.testimonial-active.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.testimonial-active.owl-carousel .owl-nav button {
    color: #9b9b9b;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 18px 0 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.testimonial-active.owl-carousel .owl-nav button.owl-prev::before {
    background-color: #9b9b9b;
    content: "";
    height: 2px;
    left: 30px;
    position: absolute;
    top: 14px;
    transform: rotate(-66deg);
    transition: all 0.4s ease 0s;
    width: 17px;
}

.testimonial-active.owl-carousel .owl-nav {
    bottom: 100px;
    display: inline-block;
    left: -42px;
    position: absolute;
    transform: rotate(-90deg);
}

.testimonial-active.owl-carousel .owl-nav button:hover {
    color: var(--primary-color);
}

/* footer */
.footer-top{
    border-top: 1px solid #ff2323;    
}

.footer-about>p,
.single-tweet>p {
    color: #919191;
    font-weight: 300;
    margin: 0;
    font-size: 15px;
}

.footer-support h5 {
    color: #b6b6b6;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}

.footer-support span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.footer-support {
    margin-top: 27px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-widget-title>h3 {
    color: #f8f8f8;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 26px;
}

.quick-links ul li {
    padding-bottom: 14px;
    padding-left: 26px;
    position: relative;
}

.quick-links ul li::before {
    background: #51555d none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 10px;
    z-index: 999;
    transition: all .3s ease 0s;
}

.quick-links ul li:last-child {
    padding-bottom: 0px;
}

.quick-links ul li a {
    color: #919191;
    font-size: 15px;
    font-weight: 300;
}

.quick-links ul li:hover a,
.single-tweet>p a:hover,
.food-info-content>a:hover {
    color: var(--primary-color);
}

.quick-links ul li:hover::before {
    background: var(--primary-color) none repeat scroll 0 0;
}

.single-tweet>p a {
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 600;
}

.single-tweet {
    margin-bottom: 18px;
}

.single-tweet:last-child {
    margin-bottom: 0px;
}

.food-info-title>span {
    color: #a7a7a7;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1px;
}

.food-info-content>p {
    color: #919191;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}

.food-info-content>a {
    color: #919191;
    display: block;
}

.food-address {
    margin-bottom: 17px;
}

.food-address:last-child {
    margin-bottom: 0px;
}

.footer-payment-method img {
    float: right;
    margin-top: 1px;
}

.copyright>p {
    color: #919191;
    line-height: 20px;
    margin: 0;
}

.copyright>p a {
    color: var(--primary-color);
    font-weight: 600;
}

/*-------- 3. About us ----------*/

.breadcrumb-content>h2 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.breadcrumb-content li {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.breadcrumb-content li a {
    color: #fff;
    padding-right: 20px;
    position: relative;
}

.breadcrumb-content li a:hover {
    color: var(--primary-color);
}

.breadcrumb-content li a::after {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 1px;
    top: 11px;
    transform: rotate(-71deg);
    width: 12px;
}

.team-content>h4 {
    color: #292929;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.team-content>span {
    color: #292929;
}

.team-content {
    padding-top: 26px;
}

.team-img>img {
    width: 100%;
}

.team-area .row {
    margin-left: -10px;
    margin-right: -10px;
}

.team-area .row div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.team-img img {
    transition: all 0.4s ease 0s;
}

.team-wrapper:hover .team-img img {
    filter: grayscale(100%);
    transition: all 0.4s ease 0s;
}

.single-logo {
    display: flex;
    justify-content: center;
}

.brand-logo-active.owl-carousel .owl-item img {
    width: auto;
}

.single-services {
    box-shadow: 0 0 2px 0.5px rgba(0, 0, 0, 0.22);
    padding: 30px 10px 25px;
}

.services-icon {
    margin-right: 20px;
}

.services-text>h5 {
    color: #4f4e4e;
    font-size: 16px;
    font-weight: 500;
    margin: 12px 0 15px;
}

.services-text>p {
    margin: 0;
}

.single-services:hover .services-icon img {
    animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
}

/*-------- 4. Contact page ----------*/

#map {
    height: 500px;
    width: 100%;
}

.contact-title {
    color: #353535;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
}

.contact-title::before {
    background-color: var(--primary-color);
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 59px;
}

.contact-form-style>input {
    background-color: #f7f7f7;
    border: none;
    font-weight: 500;
    font-size: 13px;
    color: #7d7d7d;
    padding: 0 15px;
    height: 50px;
}

.contact-form-style>textarea {
    background-color: #f7f7f7;
    border: medium none;
    color: #7d7d7d;
    font-size: 13px;
    font-weight: 500;
    height: 190px;
    padding: 20px 15px;
}

.contact-form-style>input::-moz-placeholder,
.contact-form-style>textarea::-moz-placeholder {
    color: #7d7d7d;
    opacity: 1;
}

.contact-form-style>input::-webkit-placeholder,
.contact-form-style>textarea::-webkit-placeholder {
    color: #7d7d7d;
    opacity: 1;
}

.contact-form-style button {
    border: medium none;
    cursor: pointer;
    margin-top: 40px;
    padding: 14px 32px 12px;
}

.communication-info {
    background-color: #f7f7f7;
    margin-right: 80px;
    padding: 54px 35px;
}

.single-communication {
    display: flex;
    margin-bottom: 37px;
}

.single-communication:last-child {
    margin-bottom: 0px;
}

.communication-icon i {
    border: 1px solid #ea000d;
    border-radius: 50%;
    color: #ea000d;
    font-size: 24px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    width: 66px;
}

.communication-icon i {
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: var(--primary-color);
    display: inline-block;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    width: 47px;
    transition: all .3s ease 0s;
}

.communication-icon {
    margin-right: 15px;
}

.communication-text>h4 {
    color: #353535;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: .2px;
}

.communication-text>p {
    color: #666;
    margin: 0;
    font-size: 14px;
}

.communication-text>p a {
    color: #666;
}

.communication-text>p a:hover {
    color: var(--primary-color);
}

.single-communication:hover .communication-icon i {
    background-color: var(--primary-color);
    color: #fff;
}

.contact-message p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #555;
}

/*--------- 12. Scrollup ---------*/

#scrollUp {
    background: var(--primary-color) none repeat scroll 0 0;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 38px;
    z-index: 9999;
}

#scrollUp:hover {
    background: #333 none repeat scroll 0 0;
}

.tab-content.jump>.tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.tab-content.jump>.tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}

.product-slider-active {
    overflow: hidden;
}

.font-bold {
    font-weight: 700;
}

.font-regular {
    font-weight: 400;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.feature-product-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    /* min-height: 90vh;  */
    display: grid;
    align-items: center;
}

.feature-product-container .feature-prodcut-media {
    position: absolute;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.feature-product-container .feature-prodcut-media-left {
    position: absolute;
    left: -15%;
    overflow-x: hidden;
    top: 160px;
}

.feature-product-container img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.feature-prodcut-contain h1 {
    font-size: 4.5rem;
    line-height: 1.3;
}

.feature-prodcut-contain p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
}

.feature-prodcut-contain span {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 300;
}

.feature-product-container .statix-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-product-container .statix-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-product-container .statix-content h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.3;
    /* color: inherit; */
    margin-bottom: 1.5rem;
    /* text-shadow: 0px 6px 10px rgb(73, 181, 181); */
}

.feature-product-container .statix-content h6 {
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.3;
    color: inherit;
    margin-bottom: 1rem;
    /* text-shadow: 0px 6px 10px rgb(73, 181, 181); */
}

.feature-product-container .statix-content p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    /* text-shadow: 0px 6px 10px rgb(73, 181, 181); */
}

@media (max-width:500px) {

    .feature-product-container .feature-prodcut-media,
    .feature-product-container .feature-prodcut-media-left {
        position: relative;
        right: 0px;
        top: 0px;
        left: 0px;
        overflow: hidden;
    }

    .feature-product-container img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .ptb-100 {
        padding: 50px 0px;
    }

    .feature-product-container .statix-content h1,
    .feature-prodcut-contain h1 {
        font-size: 2.3rem;
        font-weight: 600;
        line-height: 1.3;
    }

    .feature-prodcut-contain h4 {
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.3;
    }

    .feature-prodcut-contain p {
        font-size: 1.3rem;
        line-height: 1.3;
        font-weight: 300;
    }



}

.bg-yellow {
    background-color: rgb(255, 249, 65);
}

.bike-power-section {
    overflow: hidden;
    text-align: center;
}

.bike-power-section h3 {
    font-weight: 800;
    font-size: 26px;
}

.bike-power-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px 0px;

}

.bike-power-section ul li {
    text-align: center;
    margin: 0px 30px;

}


.bike-power-section ul li i {
    font-size: 35px;

}

.bike-power-section ul li h4 {
    font-size: 50px;
    font-weight: 600;

}

.bike-power-section ul li h4 span {
    font-size: 18px;
    font-weight: 300;

}

.bike-power-section ul li span {
    font-size: 20px;
    font-weight: 400;

}

.bike-power-section .bike-image {
    width: 100%;
    /* margin-boAttom: -10%; */
    height: 250px;
    margin: 0px auto;
    margin-top: 100px;

}

.bike-power-section .bike-image img {
    width: 100%;
    height: 250%;
    object-fit: contain;

}

@media (max-width:500px) {
    .bike-power-section ul {
        flex-direction: column;
        gap: 50px;
    }

    .bike-power-section .bike-image {
        height: auto;
    }
}



.about-us-section {
    display: flex;
    align-items: center;
    background-color: #d1fff0;
}

.about-us-section .about-us-content {
    padding: 2rem;

}

.about-us-section .about-us-content h3 {
    font-size: 65px;
    font-weight: 600;
    line-height: 1.5;
}
.about-us-section .about-us-content h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
}
.about-us-section .about-us-content h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
}

.about-us-section .about-us-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
}

a.enq-button {
    font-size: 15px;
    line-height: 1.5;
    background-color: #ff5151;
    padding: 10px 10px;
    color: #fff;
    font-weight: 600;
}

a.enq-button.outline {
    border: 1px solid #ff5151;
    color: #ff5151;
    background-color: transparent;

}

a.enq-button.outline:hover {
    background-color: #ff5151;
    color: #fff;
}

a.color-blue {
    background-color: #4199ff;
    color: #fff;
}

.modal-btn-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 25px 0px;
    flex-wrap: wrap;
}

.modal-btn-container .modal-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 6px 15px;
    color: #414141;
    border: 1px solid #414141;
    box-sizing: border-box;
    /* background-color: #E2e2e2; */
    transition: 0.5s;
}

.modal-btn-container .modal-btn:hover {
    color: #fff;
    background-color: #414141;
}

@media (max-width:500px) {
    .about-us-section .about-us-content {
        padding: 0px;
    }

    .statix-bg-image-full li i {
        font-size: 35px;
    }

    .statix-bg-image-full li h4 {}

    .statix-bg-image-full li span {}
}


.breadcrumb-area {
    background-image: url(../img/breadcums.webp);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;

}

.breadcrumb-area .container-fluid {
    background: rgb(52, 77, 90);
    background: linear-gradient(98deg, rgba(52, 77, 90, 0.8697983343728116) 42%, rgba(0, 0, 0, 0.24234735398065477) 70%);
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
}




.bg-1 {
    background-color: antiquewhite;
    margin-bottom: 10px;
}

.bg-2 {
    background-color: #FFA07A;
    margin-bottom: 10px;
}

.bg-3 {
    background-color: rgb(225, 225, 225);
    margin-bottom: 10px;
}

.bg-4 {
    background-color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

.bg-5 {
    background-color: rgb(226, 19, 60);
    margin-bottom: 10px;
}

.bg-6 {
    background-color: #F0F3F4;
    margin-bottom: 10px;
}