:root {

    /* Font Family */
   

    /* Font Weight */
    --fw-lighter:         lighter;
    --fw-light:           300;
    --fw-normal:          400;
    --fw-medium:          500;
    --fw-semibold:        600;
    --fw-bold:            700;
    --fw-bolder:          bolder;

    /* Font Size */
    --fs-0:	        0rem;

    --fs-1:	        0.0625rem;
    --fs-2:	        0.125rem;
    --fs-3:	        0.1875rem;
    --fs-4:	        0.25rem;
    --fs-5:	        0.3125rem;
    --fs-6:	        0.375rem;
    --fs-7:	        0.4375rem;
    --fs-8:	        0.5rem;
    --fs-9:	        0.5625rem;
    --fs-10:	    0.625rem;

    --fs-11:	    0.6875rem;
    --fs-12:	    0.75rem;
    --fs-13:	    0.8125rem;
    --fs-14:	    0.875rem;
    --fs-15:	    0.9375rem;
    --fs-16:	    1rem;
    --fs-17:	    1.0625rem;
    --fs-18:	    1.125rem;
    --fs-19:	    1.1875rem;
    --fs-20:	    1.25rem;

    --fs-21:	    1.3125rem;
    --fs-22:	    1.375rem;
    --fs-23:	    1.4375rem;
    --fs-24:	    1.5rem;
    --fs-25:	    1.5625rem;
    --fs-26:	    1.625rem;
    --fs-27:	    1.6875rem;
    --fs-28:	    1.75rem;
    --fs-29:	    1.8125rem;
    --fs-30:	    1.875rem;

    --fs-31:	    1.9375rem;
    --fs-32:	    2rem;
    --fs-33:	    2.0625rem;
    --fs-34:	    2.125rem;
    --fs-35:	    2.1875rem;
    --fs-36:	    2.25rem;
    --fs-37:	    2.3125rem;
    --fs-38:	    2.375rem;
    --fs-39:	    2.4375rem;
    --fs-40:	    2.5rem;

    --fs-41:	    2.5625rem;
    --fs-42:	    2.625rem;
    --fs-43:	    2.6875rem;
    --fs-44:	    2.75rem;
    --fs-45:	    2.8125rem;
    --fs-46:	    2.875rem;
    --fs-47:	    2.9375rem;
    --fs-48:	    3rem;
    --fs-49:	    3.0625rem;
    --fs-50:	    3.125rem;

    --fs-51:	    3.1875rem;
    --fs-52:	    3.25rem;
    --fs-53:	    3.3125rem;
    --fs-54:	    3.375rem;
    --fs-55:	    3.4375rem;
    --fs-56:	    3.5rem;
    --fs-57:	    3.5625rem;
    --fs-58:	    3.625rem;
    --fs-59:	    3.6875rem;
    --fs-60:	    3.75rem;

    --fs-61:	    3.8125rem;
    --fs-62:	    3.875rem;
    --fs-63:	    3.9375rem;
    --fs-64:	    4rem;
    --fs-65:	    4.0625rem;
    --fs-66:	    4.125rem;
    --fs-67:	    4.1875rem;
    --fs-68:	    4.25rem;
    --fs-69:	    4.3125rem;
    --fs-70:	    4.375rem;

    --fs-71:	    4.4375rem;
    --fs-72:	    4.5rem;
    --fs-73:	    4.5625rem;
    --fs-74:	    4.625rem;
    --fs-75:	    4.6875rem;
    --fs-76:	    4.75rem;
    --fs-77:	    4.8125rem;
    --fs-78:	    4.875rem;
    --fs-79:	    4.9375rem;
    --fs-80:	    5rem;

    --fs-81:	    5.063rem;
    --fs-82:	    5.125rem;
    --fs-83:	    5.188rem;
    --fs-84:	    5.25rem;
    --fs-85:	    5.313rem;
    --fs-86:	    5.375rem;
    --fs-87:	    5.438rem;
    --fs-88:	    5.5rem;
    --fs-89:	    5.5625rem;
    --fs-90:	    5.625rem;

    --fs-91:	    5.6875rem;
    --fs-92:	    5.75rem;
    --fs-93:	    5.8125rem;
    --fs-94:	    5.875rem;
    --fs-95:	    5.9375rem;
    --fs-96:	    6rem;
    --fs-97:	    6.0625rem;
    --fs-98:	    6.125rem;
    --fs-99:	    6.1875rem;
    --fs-100:	    6.25rem;

    --fs-110:	    6.875rem;
    --fs-120:	    7.5rem;
    --fs-128:	    8rem;
    --fs-130:	    8.25rem;
    --fs-140:	    8.75rem;
    --fs-150:	    9.375rem;
    --fs-175:	    10.9375rem;
    --fs-176:	    11rem;
    --fs-190:	    11.875rem;
    --fs-192:	    12rem;

    --fs-200:	    12.5rem;
    --fs-210:	    13.125rem;
    --fs-240:	    15rem;
    --fs-280:	    17.5rem;
    --fs-291:        18.188rem;

    --fs-320:	    20rem;
    --fs-370:	    23.125rem;

    --fs-400:	    25rem;

    --fs-500:	    31.25rem;
    --fs-592:	    37rem;

    --fs-600:	    37.5rem;
    --fs-680:	    42.5rem;

    /* Theme Colors */
    /* Primary Color */
    --color-one:                        #B90808;
    --color-one-rgb:                    185, 8, 8;

    /* Index 4 */
    /* --color-one:                     #666;
    --color-one-rgb:                    87, 226, 208; */

    /* Index 5 */
    /* --color-one:                     #F85623;
    --color-one-rgb:                    248, 86, 35; */
    

    /* Text Color */
    --color-two:                      #DDDDDD; /*#585858*/
    --color-two-rgb:                   221, 221, 221;

    --color-two-fixed:                #DDDDDD;
    --color-two-fixed-rgb:              221, 221, 221;

    --color-three:                      #F2F2F2; /*#585858*/
    --color-three-rgb:                   242, 242, 242;
    
    /* Body BG */
    --color-dark-one:                  #151515;   /*#FFFFFF*/
    --color-dark-one-rgb:               21, 21, 21;

    --color-dark-one-fixed:             #151515;   /*#FFFFFF*/
    --color-dark-one-fixed-rgb:           21, 21, 21;

    /* Hero BG */
    --color-dark-two:                  #0F0F0F; /*#FAFAFA*/
    --color-dark-two-rgb:               15, 15, 15;
    
    --color-dark-three:                #121212; 
    --color-dark-three-rgb:             18, 18, 18;

    --color-dark-three-fixed:          #121212; 
    --color-dark-three-fixed-rgb:        18, 18, 18;
    
    --color-dark-four:                 #1E1E1E;  /*#F5F5F5*/
    --color-dark-four-rgb:              30, 30, 30;

    --color-dark-four-fixed:           #1E1E1E;  /*#F5F5F5*/
    --color-dark-four-fixed-rgb:         30, 30, 30;
    
    --color-dark-five:                 #2C2C2C; /*#DDDDDD*/
    --color-dark-five-rgb:              44, 44, 44;

    --color-dark-five-fixed:           #2C2C2C; /*#DDDDDD*/
    --color-dark-five-fixed-rgb:        44, 44, 44;

    --color-dark-six:                  #272727;
    --color-dark-six-rgb:               39, 39, 39;

    --color-dark-seven:                #3C3C3C;
    --color-dark-seven-rgb:             60, 60, 60;

    --color-dark-seven-fixed:          #3C3C3C;
    --color-dark-seven-fixed-rgb:        60, 60, 60;

    --color-dark-eight:                #343434;
    --color-dark-eight-rgb:             52, 52, 52;

    --color-dark-nine:                 #232323;
    --color-dark-nine-rgb:               35, 35, 35;

    --color-dark-ten:                   #444444;
    --color-dark-ten-rgb:               68, 68, 68;

    --color-dark-eleven:                #495060;
    --color-dark-eleven-rgb:             73, 80, 96;

    --color-dark-twelve:                #171719;
    --color-dark-twelve-rgb:             23, 23, 25;

    --color-dark-thirteen:                #212121;
    --color-dark-thirteen-rgb:             33, 33, 33;

    --color-dark-fourteen:                #131313;
    --color-dark-fourteen-rgb:             19, 19, 19;

    --color-dark-fifteen:                #1B1B1B;
    --color-dark-fifteen-rgb:             27, 27, 27;

    --color-dark-fifteen-fixed:          #1B1B1B;
    --color-dark-fifteen-fixed-rgb:       27, 27, 27;
    
    --color-white:                     #FFFFFF; /*#000000*/
    --color-white-rgb:                   255, 255, 255;

    --color-white-fixed:               #FFFFFF; /*Not change for light version*/
    --color-white-fixed-rgb:             255, 255, 255;

    --color-black:                     #000000; /*#FFFFFF*/
    --color-black-rgb:                  0, 0, 0;

    --color-black-fixed:               #000000; /*#FFFFFF*/
    --color-black-fixed-rgb:             0, 0, 0;

    --color-muted:                     #4E4E4E;
    --color-muted-rgb:                  78, 78, 78; 


    /* Footer BG */
    --color-footer-one:                #121212; 
    --color-footer-one-rgb:             18, 18, 18;

    /* Footer BG */
    --color-footer-two:                #121014; 
    --color-footer-two-rgb:             18, 16, 20;

    /* Footer BG */
    --color-footer-three:             #191D27; 
    --color-footer-three-rgb:           25, 29, 39;


    --link-color:                      #FFFFFF;
    --link-color-hover:                #B90808;
    
    --gradient-color-from: #43FFEC;
    --gradient-color-center: #FFB84D;
    --gradient-color-to: #FF0080;

    --gradient-one: linear-gradient(90deg, rgba(var(--color-black-rgb), 0) 50%, rgba(var(--color-one-rgb), 1) 100%);
    --gradient-one-180: linear-gradient(180deg, rgba(var(--color-black-rgb), 0) 50%, rgba(var(--color-one-rgb), 1) 100%);

    --gradient-two: linear-gradient(90deg, var(--color-dark-thirteen) 0%, var(--color-dark-one) 100%);
    --gradient-two-alt: linear-gradient(90deg, var(--color-dark-one) 0%, var(--color-dark-thirteen) 100%);
    --gradient-two-180: linear-gradient(180deg, var(--color-dark-thirteen) 0%, var(--color-dark-one) 100%);
    --gradient-two-180-alt: linear-gradient(180deg, var(--color-dark-one) 0%, var(--color-dark-thirteen) 100%);

    --gradient-three: linear-gradient(90deg, #43FFEC 0%, #FFB84D 50%, #FF0080 100%);
    --gradient-three-180: linear-gradient(180deg, #43FFEC 0%, #FFB84D 50%, #FF0080 100%);
    --gradient-three-alt: linear-gradient(90deg, #FF0080 0%, #FFB84D 50%, #43FFEC 100%);

    /* Responsive Breakdown */
    --breakpoint-extralargedesktop: 1399.98px;
    --breakpoint-largedesktop: 1199.98px;
    --breakpoint-desktop: 991.98px;
    --breakpoint-tablet: 767.98px;
    --breakpoint-mobile: 575.98px;
    --breakpoint-minimobile: 499.98px;

    /* Transition Method */
    --transition-base: all 0.5s ease-in-out;
    --transition-bezier: all .25s cubic-bezier(.645, .045, .355, 1);
}

:root .theme-style--orange {
    --color-one:                     #F85623;
    --color-one-rgb:                    248, 86, 35;

    --link-color:                      #FFFFFF;
    --link-color-hover:                #F85623;
}
:root .theme-style--gradient {
    --color-one:                       #43FFEC;
    --color-one-rgb:                     67, 255, 236;

    --link-color:                      #FFFFFF;
    --link-color-hover:                #43FFEC;
}
:root .theme-style--olive {
    --color-one:                       #A6A182;
    --color-one-rgb:                     166, 161, 130;

    --link-color:                      #FFFFFF;
    --link-color-hover:                #A6A182;
}


/* Reset */
html {
    scroll-behavior: smooth;
    font-size: 100%;
    overflow-x: hidden;
}
body {
    position: relative;
    font-family: var(--font-family-base);
    font-size: var(--fs-16);
    font-weight: var(--fw-light);
    line-height: var(--fs-28);
    color: var(--color-two);
    /* padding-left: 100px;
    padding-right: 100px; */
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: var(--transition-base);
	-moz-transition: var(--transition-base);
	transition: var(--transition-base);
}

body:has(.sidebar) {
    overflow-x: initial;
}

/* @media screen and (max-width: 1199.98px){
    body {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media screen and (max-width: 991.98px){
    body {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 767.98px){
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
} */


.container-fluid, .container-lg, .container-xl, .container-xxl {
    max-width: 1920px;
}

/* min-width: 1200px */
@media screen and (min-width: 1200px){
    .container {
        max-width: 1300px;
    }
}

/* min-width: 1400px */
/* @media screen and (min-width: 1400px){
    .container {
        max-width: 1650px;
    }
} */

/* max-width: 1199px */
@media screen and (max-width: 991.98px) {
    .container {
        max-width: 100%;
    }
}

main,
.wrapper {
    position: relative;
}

/* Font Family Set Class */
.ff-base {
    font-family: var(--font-family-base);
}
.ff-heading {
    font-family: var(--font-family-base);
}
.ff-third {
    font-family: var(--font-family-three);
}

/* Font Weight Set Class */
.fw-light {
    font-weight: var(--fw-light);
}
.fw-normal {
    font-weight: var(--fw-normal);
}
.fw-medium {
    font-weight: var(--fw-medium);
}
.fw-semibold {
    font-weight: var(--fw-semibold);
}
.fw-bold {
    font-weight: var(--fw-bold);
}

/* Background Set Class */
.bg-one {
    background-color: var(--color-one);
}
.bg-dark {
    background-color: var(--color-dark-one) !important;
}

.bg-gradient-one {
    background: var(--gradient-one) !important;
}
.bg-gradient-one-180 {
    background: var(--gradient-one-180) !important;
}
.bg-gradient-two {
    background: var(--gradient-two) !important;
}

.no-bg {
    background: none !important;
}

/* Text Set Class */
.text-one {
    color: var(--color-one);
}
.text-two {
    color: var(--color-two);
}
.text-white {
    color: var(--color-white);
}
.text-black {
    color: var(--color-black);
}
.text-muted {
    color: var(--color-muted);
}
.text-dark {
    color: var(--color-dark-one);
}

.visibility-hidden {
    visibility: hidden;
}

::-moz-selection {
    background: var(--color-one);
}
::selection {
    background: var(--color-one);
}

/* Heading Tag Preset */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--color-white);
    font-weight: var(--fw-medium);
    margin-top: 0px;
    margin-bottom: 0px;
    transition: var(--transition-base);
}

.h1, h1{
    font-size: var(--fs-50);
    line-height: var(--fs-60); /* set "line-height" based on "font-family" */
}
.h2, h2{
    font-size: var(--fs-36);
    line-height: var(--fs-50); /* set "line-height" based on "font-family" */
}
.h3, h3{
    font-size: var(--fs-30);
    line-height: var(--fs-40); /* set "line-height" based on "font-family" */
}
.h4, h4{
    font-size: var(--fs-24);
    line-height: var(--fs-32); /* set "line-height" based on "font-family" */
}
.h5, h5{
    font-size: var(--fs-20);
    line-height: var(--fs-30); /* set "line-height" based on "font-family" */
}
.h6, h6{
    font-size: var(--fs-18);
    line-height: var(--fs-26); /* set "line-height" based on "font-family" */
}

a {
    -webkit-transition: var(--transition-bezier);
    -khtml-transition: var(--transition-bezier);
    -moz-transition: var(--transition-bezier);
    -ms-transition: var(--transition-bezier);
    -o-transition: var(--transition-bezier);
    transition: var(--transition-bezier);
    color: var(--link-color);
    text-decoration: none;
    outline: none;
    display: inline-block;
}

a:before,
a:after {
    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

a:hover,
a:focus ,
a:active,
a.nice-select.open {
    color: var(--link-color-hover);
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

a,
a:hover,
a:focus,
a:before,
a:after {
    outline: none;
    text-decoration: none;
}


.clearfix{
    clear: both;
}
.divider {
    margin: 30px 0px;
    display: inline-block;
}
.divider-line-hr {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--color-dark-seven);
}

.divider-line-vr {
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: var(--color-dark-seven);
    z-index: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
    border-left: 1px solid rgba(var(--color-black-rgb), 0.3);
    border-top: 1px solid rgba(var(--color-black-rgb), 0.3);
}
table td, table th {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(var(--color-black-rgb), 0.3);
    border-right: 1px solid rgba(var(--color-black-rgb), 0.3);
    text-align: center;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none
}

.section, section{
    position: relative;
    padding: 115px 0px;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-image-2 {
    background-size: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.bg-image-3 {
    background-size: 100% 50%;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.bg-image-4 {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.bg-image-5 {
    background-size: auto;
    background-position: 50% 150%;
    background-repeat: no-repeat;
}

/* Default Input type */
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control,
.nice-select,
.form-control[readonly] {
    display: block;
    width: 100%;
    height: 57px;
    padding: 15px 20px;
    font-family: var(--font-family-base);
    font-size: var(--fs-17);
    font-weight: var(--fw-light);
    line-height: normal;
    color: #000;
    background-color: #fff;
    margin-bottom:5px;
    background-clip: padding-box;
    border: 1px solid var(--color-dark-seven);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: var(--transition-bezier);
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    outline-offset: 0;
}
textarea,
textarea.form-control {
    height: 200px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.form-control:focus,
textarea:focus,
textarea.form-control:focus,
.nice-select:focus,
.nice-select:hover{
    color: inherit;
    background-color: rgba(var(--color-dark-six-rgb), 0.50);
    border-color: var(--color-dark-seven);
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
    transition: var(--transition-bezier);
}
label {
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fw-medium);
    line-height: 30px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}


