@charset "UTF-8";
/*!
 * Bootstrap Light (https://getbootstrap.com/)
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* region Boostrap */
*,
*::before,
*::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:focus{ box-shadow: none !important; outline: none !important;}

:root{
    --bs-grey-light: #f0f2f6;
    --bs-grey: #8792a1;
    --bs-white: #ffffff;
    --bs-dark-grey: #222d39;
    --bs-dark: #0c1014;
    --bs-success: #4caf50;
    /*--bs-primary: #23b5ff;*/
    --bs-primary: #00b2e3;
    --bs-warning: #ff7101;
    --bs-danger: #d80d19;
    /*--bs-danger: #007bff;*/
    --radius4: 4px;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body { margin: 0; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; color: var(--bs-dark-grey); line-height: 1.5;  -webkit-tap-highlight-color: transparent; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased;box-sizing: border-box;overflow-x: hidden; }
h1 { font-size: 34px; margin: 0; }
h2 { font-size: 28px; margin: 0; }
h3 { font-size: 22px; margin: 0; }
h4 { font-size: 18px; margin: 0; }
h5 { font-size: 16px; margin: 0; }
h6 { font-size: 14px; margin: 0; }

.text-success 	{color: var(--bs-success) !important}
.text-white 	{color: var(--bs-white) !important}
.text-dark-grey {color: var(--bs-dark-grey) !important}
.text-dark 		{color: var(--bs-dark) !important}
.text-primary 	{color: var(--bs-primary) !important}
.text-warning 	{color: var(--bs-warning) !important}
.text-danger 	{color: var(--bs-danger) !important}

button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button, select { text-transform: none; }
[type=button], [type=reset], [type=submit], button { -webkit-appearance: button; }
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) { cursor: pointer; }

a { color: var(--bs-dark-grey); text-decoration: none; transition: all .1s cubic-bezier(.77,.11,.22,.9); }
p { margin: 0 0 15px;}
b, strong { font-weight: 600; }
p:last-child { margin: 0;}
ul { list-style: none; padding: 0; margin: 0; }
img { height: auto; width: auto; vertical-align: middle; max-width: 100%; border: 0; }


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

.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}

.fade { transition: opacity .15s linear; }
.fade:not(.show) { opacity: 0; }

.heading { width: 100%; margin-bottom: 30px; }
.heading .h-title { font-size: 2rem; font-weight: 700; line-height: 1.3; margin: 0 0 10px; color: var(--bs-dark)}
.heading .h-desc { font-size: 1.25rem; font-weight: 300; margin: 0; color: var(--bs-grey)}

.sticky { position: -webkit-sticky; position: sticky; top: 100px; z-index: 2; }
.sticky-top { position: -webkit-sticky; position: sticky; top: 100px; z-index: 1; }

.w-100 { width: 100%; }
.mb-3 { margin-bottom: 30px; }
.d-none { display: flex; }
.d-block { display: flex; }
.d-flex { display: flex; }
.align-items-center { align-items: center; }
.align-items-start { align-items: start; }
.align-items-end { align-items: end; }
.justify-content-center { justify-content: center; }
.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
.justify-content-between { justify-content: space-between; }
.flex-column { flex-direction: column; }
.position-relative { position: relative; }
.position-absolute { position: absolute; }
.text-center { text-align: center; }
.text-white { color: var(--bs-white); }
.bg-primary { background-color: var(--bs-primary); }
.bg-success { background-color: var(--bs-success); }
.bg-dark { background-color: var(--bs-dark); }
.mb-2 { margin-bottom: 20px; }



sub, sup { position: relative; font-size: .75em; line-height: 0; vertical-align: baseline; }

.form-check { display: flex; align-items: center; justify-content: flex-start; margin: 7px 0; min-height: auto; line-height: 1; }
.form-check span { line-height: 1; margin-left: 5px;}
.form-check-input { width: 22px; height: 22px; margin: 0; background-color: #e9edf0; background-repeat: no-repeat; background-position: center; background-size: contain; border: 0; appearance: none; color-adjust: exact; transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-check-input:checked[type=checkbox] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e"); }
.form-check-input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e"); }
.form-check-input[type=checkbox] { border-radius: 4px; }
.form-check-input[type=radio] { border-radius: 50%; }
.form-check-input:checked { background-color: var(--bs-primary); border-color: var(--bs-primary); }
.form-check:not(.form-switch) .form-check-input[type=checkbox] { background-size: 60% 60%; }

.form-switch { display: flex; align-items: center; justify-content: flex-start; margin: 3px 0; }
.form-switch .form-check-input { margin-right: 5px; height: 20px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); background-position: left center; transition: background-position .15s ease-in-out; border-radius: 3.25rem; width: 40px; }
.form-switch .form-check-input:checked{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e"); background-position: right center; }

.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.input-group-text { display: flex; align-items: center; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: .25rem; }
.input-group>.form-control,
.input-group>.form-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; }
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-top: 0; margin-right: -15px; margin-left: -15px; }
.row>* { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: 15px; padding-left: 15px; margin-top: 0; }

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:#fff0;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.fade:not(.show),.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-carousel .owl-dots{display:flex;align-items:center;justify-content:center;height:20px}.owl-carousel .owl-dots .owl-dot span{width:40px;height:6px;border-radius:4px;margin:2px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:var(--bs-primary)}.owl-carousel .owl-nav{display:flex;align-items:center;justify-content:center;margin-top:20px}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{background:var(--bs-white);color:var(--bs-primary);border-radius:12px;border:1px solid var(--bs-primary);width:40px;height:30px;line-height:1;display:flex;align-items:center;justify-content:center;font-size:2rem;overflow:hidden;margin:0 2px}.owl-carousel .owl-nav button.owl-next span,.owl-carousel .owl-nav button.owl-prev span{line-height:1;height:39px}.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover{background:var(--bs-primary);color:var(--bs-white)}.fade{transition:opacity .15s linear}


.col { flex: 1 0 0; }
.col-auto { flex: 0 0 auto; width: auto; }
.col-1 { flex: 0 0 auto; width: 8.33333333%; }
.col-2 { flex: 0 0 auto; width: 16.66666667%; }
.col-3 { flex: 0 0 auto; width: 25%; }
.col-4 { flex: 0 0 auto; width: 33.33333333%; }
.col-5 { flex: 0 0 auto; width: 41.66666667%; }
.col-6 { flex: 0 0 auto; width: 50%; }
.col-7 { flex: 0 0 auto; width: 58.33333333%; }
.col-8 { flex: 0 0 auto; width: 66.66666667%; }
.col-9 { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.33333333%; }
.col-11 { flex: 0 0 auto; width: 91.66666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }

@media (min-width: 576px){
    .container, .container-sm { max-width: 540px; }
}
@media (min-width: 768px){
    .container, .container-md, .container-sm { max-width: 720px; }
    .col-md-auto { flex: 0 0 auto; width: auto; }
    .col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-md-3 { flex: 0 0 auto; width: 25%; }
    .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-md-6 { flex: 0 0 auto; width: 50%; }
    .col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-md-9 { flex: 0 0 auto; width: 75%; }
    .col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-md-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm { max-width: 960px; }
    .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-lg-3 { flex: 0 0 auto; width: 25%; }
    .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-lg-6 { flex: 0 0 auto; width: 50%; }
    .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-lg-9 { flex: 0 0 auto; width: 75%; }
    .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-lg-12 { flex: 0 0 auto; width: 100%; }

    .order-lg-first { order: -1 !important; }
    .order-lg-0 { order: 0 !important; }
    .order-lg-1 { order: 1 !important; }
    .order-lg-2 { order: 2 !important; }
    .order-lg-3 { order: 3 !important; }
    .order-lg-4 { order: 4 !important; }
    .order-lg-5 { order: 5 !important; }
    .order-lg-last { order: 6 !important; }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px; }
    .col-xl-auto { flex: 0 0 auto; width: auto; }
    .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xl-3 { flex: 0 0 auto; width: 25%; }
    .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xl-6 { flex: 0 0 auto; width: 50%; }
    .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xl-9 { flex: 0 0 auto; width: 75%; }
    .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-xl-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1320px; }
    .col-xxl-auto { flex: 0 0 auto; width: auto; }
    .col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xxl-3 { flex: 0 0 auto; width: 25%; }
    .col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xxl-6 { flex: 0 0 auto; width: 50%; }
    .col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xxl-9 { flex: 0 0 auto; width: 75%; }
    .col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-xxl-12 { flex: 0 0 auto; width: 100%; }
}

/* alert */
.alert { padding: 1.25rem; margin-top: 1.25rem; margin-bottom: 1.25rem; border: 1px solid #e9ecef; border-left-width: .25rem; border-radius: .25rem; }
.alert-success { border-left-color: var(--bs-success); }
.alert-warning { border-left-color: var(--bs-warning); }
.alert-danger { border-left-color: var(--bs-danger); font-weight: 900; color: var(--bs-danger); }
/* badge */
.badge { display: inline-block; padding: .35em .65em; font-size: .75em; font-weight: 700; line-height: 1; color: var(--bs-white); text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25rem; }
.badge-success { background-color: var(--bs-success); }
.badge-warning { background-color: var(--bs-warning); }
.badge-danger { background-color: var(--bs-danger); }
.badge-secondary { background-color: var(--bs-grey); color: var(--bs-dark);}
/* form */
.form-control { display: block; width: 100%; padding: 10px; min-height: 42px; font-size: 14px; font-weight: 400; line-height: 1; color: var(--bs-dark); background-color: var(--bs-white); background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-select { display: block; width: 100%; padding: 13px 10px; min-height: 42px; -moz-padding-start: calc(0.75rem - 3px); font-size: 14px; font-weight: 400; line-height: 1; color: var(--bs-dark); background-color: var(--bs-white); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right .75rem center; background-size: 16px 12px; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
textarea.form-control { padding: 10px; min-height: 90px; line-height: 1.5; }

.btn { display: inline-flex; align-items: center; justify-content: center; height: 46px; font-weight: 600; line-height: 1; color: var(--bs-dark); text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0 15px; font-size: 1rem; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.btn:before { -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; }
.btn-outline-white { color: var(--bs-white); border-color: var(--bs-white); }
.btn-outline-white:hover { background-color: var(--bs-white); color: var(--bs-dark); border-color: var(--bs-white); }
.btn-outline-warning { color: var(--bs-warning); border-color: var(--bs-warning); }
.btn-outline-warning:hover { background-color: var(--bs-warning); color: var(--bs-dark); border-color: var(--bs-warning); }
.btn-outline-primary { color: var(--bs-primary); border-color: var(--bs-primary); }
.btn-outline-primary:hover { background-color: var(--bs-primary); color: var(--bs-white); border-color: var(--bs-primary); }
.btn-outline-success { color: var(--bs-success); border-color: var(--bs-success); }
.btn-outline-success:hover { background-color: var(--bs-success); color: var(--bs-white); border-color: var(--bs-success); }
.btn-outline-dark { color: #222d39; border-color: #222d39; }
.btn-outline-dark:hover { background-color: #222d39; color: var(--bs-white); border-color: #222d39; }

.btn-warning { color: var(--bs-white); background-color: var(--bs-warning); border-color: var(--bs-warning); }
.btn-primary { color: var(--bs-white); background-color: var(--bs-primary); border-color: var(--bs-primary); }
.btn-success { color: var(--bs-white); background-color: var(--bs-success); border-color: var(--bs-success); }
.btn-danger { color: var(--bs-white); background-color: var(--bs-danger); border-color: var(--bs-danger); }
.btn-light { background-color: var(--bs-white); color: var(--bs-dark-grey); border: 1px solid var(--bs-grey-light) }
.btn-white { color: var(--bs-dark-grey); background-color: var(--bs-white)}

.btn-dark { color: var(--bs-white); background-color: var(--bs-dark); border-color: var(--bs-dark); }
.btn-secondary { color: var(--bs-dark); background-color: var(--bs-grey); border-color: var(--bs-grey); }
.btn:focus { box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%); }
.btn.disabled, .btn:disabled { pointer-events: none; opacity: .65; }

/* tooltip */
.tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; }
.tooltip.show { opacity: 0.9; }
.tooltip .tooltip-arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }
.tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] { padding: 0.4rem 0; }
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { bottom: 0; }
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { top: -1px; border-width: 0.4rem 0.4rem 0; border-top-color: #000; }
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] { padding: 0 0.4rem; }
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { left: 0; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { right: -1px; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; }
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] { padding: 0.4rem 0; }
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { top: 0; }
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; }
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] { padding: 0 0.4rem; }
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { right: 0; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { left: -1px; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; }
.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: var(--bs-white); text-align: center; background-color: #000; border-radius: 0.25rem; }

/* popover */
.popover { position: absolute; top: 0; left: 0 ; z-index: 1070; display: block; max-width: 276px; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; }
.popover .popover-arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; }
.popover .popover-arrow::before, .popover .popover-arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow { bottom: calc(-0.5rem - 1px); }
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; }
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; }
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; }
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow { top: calc(-0.5rem - 1px); }
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f0f0f0; }
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {  right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; }
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; }
.popover-header { padding: 0.5rem 1rem; margin-bottom: 0; font-size: 1rem; background-color: #f0f0f0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty { display: none; }
.popover-body { padding: 1rem 1rem; color: #212529; }

/* table */
table { border-collapse: collapse; }
.table td,
.table th { padding: .75rem; vertical-align: top; border-top: 1px solid #dee2e6; }
.popover-body .table { margin: 0; font-size: 12px; }
.popover-body .table th,
.popover-body .table td { padding: 4px; vertical-align: middle; }

/* tab */
.nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-tabs { list-style: none !important; padding: 0; margin: 0; border-bottom: 1px solid #dee2e6; }
.nav-link { display: block; padding: .5rem 1rem; color: #0d6efd; text-decoration: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }
.nav .nav-item { margin: 0px 5px; }
.nav-tabs .nav-link { margin-bottom: -1px; background: 0 0; border: 1px solid transparent; border-top-left-radius: .25rem; border-top-right-radius: .25rem; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover { color: #00b2e3; background-color: var(--bs-white); border-color: #dee2e6 #dee2e6 var(--bs-white); }
.tab-content>.tab-pane { display: none; }
.tab-content>.active { display: block; }

.tabs1 .nav-link { display: flex; align-items: center; justify-content: center; flex-direction: row; font-size: 16px; padding: 10px 20px; line-height: 1.2; font-weight: 600; color: var(--bs-dark) }
.tabs1 .nav-link svg { margin-bottom: 0px; width: 20px; height: 20px; margin-right: 6px; }
.tabs1 .tab-content>.tab-pane { padding: 40px 0; }

/* modal */
.modal { position: fixed; top: 0; left: 0; z-index: 1060; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; }
.modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none; }
.modal-dialog { max-width: 800px; margin: 1.75rem auto; }
.modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0,-50px); }
.modal.show .modal-dialog { transform: none; }
.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: var(--bs-white); background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: .3rem; outline: 0; }
.modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(.3rem - 1px); border-top-right-radius: calc(.3rem - 1px); }
.modal-header .modal-title { margin: 0; line-height: 1.5; font-size: 18px; font-weight: 500; }
.modal-header .btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: .25em .25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: .25rem; opacity: .5; }
.modal-header .btn-close { padding: .5rem .5rem; margin: -.5rem -.5rem -.5rem auto; }
.modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }
.modal-footer { display: flex; flex-wrap: wrap; flex-shrink: 0; align-items: center; justify-content: flex-end; padding: .75rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: calc(.3rem - 1px); border-bottom-left-radius: calc(.3rem - 1px); }
.modal-footer>* { margin: .25rem; }
.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.show { opacity: .5; }
.modal.modal-static .modal-dialog { transform: scale(1.02); }

/* card */
.card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; }
.card > hr { margin-right: 0; margin-left: 0; }
.card > .list-group { border-top: inherit; border-bottom: inherit; }
.card > .list-group:first-child { border-top-width: 0; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); }
.card > .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); }
.card > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0; }
.card-body { flex: 1 1 auto; padding: 1rem 1rem; }
.card-title { margin-bottom: 0.5rem; }
.card-subtitle { margin-top: -0.25rem; margin-bottom: 0; }
.card-text:last-child { margin-bottom: 0; }
.card-link + .card-link { margin-left: 1rem; }
.card-header { padding: 0.5rem 1rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-footer { padding: 0.5rem 1rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
.card-header-tabs { margin-right: -0.5rem; margin-bottom: -0.5rem; margin-left: -0.5rem; border-bottom: 0; }
.card-header-pills { margin-right: -0.5rem; margin-left: -0.5rem; }
.card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1rem; border-radius: calc(0.25rem - 1px); }
.card-img,
.card-img-top,
.card-img-bottom { width: 100%; }
.card-img,
.card-img-top { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); }
.card-img,
.card-img-bottom { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); }
.card-group > .card { margin-bottom: 0.75rem; }

@media (min-width: 576px) {
    .card-group {  display: flex; flex-flow: row wrap; }
    .card-group > .card { flex: 1 0 0%; margin-bottom: 0; }
    .card-group > .card + .card { margin-left: 0; border-left: 0; }
    .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
    .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; }
    .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; }
    .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }
    .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; }
}

/* dropdown */
.dropdown .dropdown-menu { position: absolute; z-index: 1000; display: none; margin: 0; padding: 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: var(--bs-white);    border: 1px solid rgba(0,0,0,.15); background-clip: padding-box;  }
.dropdown .dropdown-menu.show { display: block; }
.dropdown .dropdown-menu .dropdown-item { display: block; width: 100%; padding: .25rem 1rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0; }
.dropdown .dropdown-menu[data-bs-popper] { top: 100%; left: 0; margin-top: .125rem; }
.dropdown .dropdown-menu-end {  }
.dropdown .dropdown-toggle { white-space: nowrap; }
.dropdown .dropdown-toggle::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; }
.dropdown .dropdown-toggle.show::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-bottom: .3em solid; border-right: .3em solid transparent; border-top: 0; border-left: .3em solid transparent; }

.accordion-item { background-color: var(--bs-white); border: 1px solid rgba(0,0,0,.125); }
.accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; }
.accordion-flush .accordion-item:first-child { border-top: 0; }
.accordion-item:first-of-type { border-bottom: 0;}
.accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; color: #212529; text-align: left; background-color: var(--bs-white); border: 0; border-radius: 0; overflow-anchor: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; }
.accordion-button:not(.collapsed) { color: var(--bs-primary); background-color: #e7f1ff; box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); }
.accordion-button::after { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform .2s ease-in-out; }
.accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(-180deg); }

.collapsing { height: 0; overflow: hidden; transition: height .35s ease; }
.collapse:not(.show) { display: none; }

/* endregion */

/* region Mobile */
.mobile-top { position: relative; z-index: 3; background: var(--bs-dark);color: #fff; display: -ms-flexbox; display: flex;justify-content: flex-end;list-style: none;padding: 6px 10px 4px 10px;margin: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08);}
.mobile-top ul.toplink1 {font-size: 13px;font-weight: 600;display: -ms-flexbox;display: flex;justify-content: flex-start; margin-left: -10px;}
.mobile-top ul.toplink1 li { padding-right: 20px; }
.mobile-top ul.toplink1 li:last-child { padding-right: 0; }
.mobile-top ul.toplink1 li a { position: relative; color: #fff;}
.mobile-top ul.toplink1 li.currency-link {  }
.mobile-top ul.toplink1 li.currency-link a {  }
.mobile-top ul.toplink1 li.currency-link a i { width: 18px; height: 18px; left: 3px; font-size: 16px; line-height: 18px; border-radius: 50%; background: #dfdfdf; color:#333; }
.mobile-top ul.toplink1 li.currency-link a:before { position: absolute; content: ''; right: -13px; top: 5px; display: inline-block; margin-left: .255em; vertical-align: .255em; color:#dfdfdf; border-top: .3em solid; border-right: .3em solid #0000; border-bottom: 0; border-left: .3em solid #0000; }

.mobile-top ul.toplink2 {font-size: 14px;font-weight: 600;display: -ms-flexbox;display: flex;justify-content: flex-end; margin-right: -10px;}
.mobile-top ul.toplink2 li { padding-left: 10px; }
.mobile-top ul.toplink2 li a { position: relative; color: #fff;}
.mobile-top ul.toplink2 li.currency-link a i { width: 18px; height: 18px; font-size: 16px; line-height: 18px; border-radius: 50%; background: #dfdfdf; color:#333; }

.mobile-top ul.toplink1 li a:hover,
.mobile-top ul.toplink2 li a:hover{ color: #f26d1c; }
.mobile-top ul.toplink1 li.currency-link a:hover i { color: #fff; background: #f26d1c; }
.mobile-top ul.toplink1 li.currency-link a:hover:before { color: #f26d1c; }

.mobile-header { position: relative; top: 0; left: 0; background: #fff; width: 100%; height: 92px; text-align: center; z-index: 3;  display: none;}
.mobile-header a>img { height: 34px; margin-top: 0px; flex-shrink: 0; }
.mobile-header a { display: flex; align-items: center; justify-content: center; }
.mobile-header .mobile-cart { position: relative; color:var(--bs-dark); font-size:30px; height: 60px;justify-content: flex-end;padding-right: 6px;  }
.mobile-header svg { fill: var(--bs-dark); width: 30px; height: 30px; }
.mobile-header .mobile-cart span { position: absolute; top: 18px; right: 15px; font-size: 12px; zoom: 76%; padding: 2px 4px; background-color: #00b2e3; }
.mobile-header .mblMenu { position: absolute; left: 0; top: 0; z-index: 2; width:68px; height: 60px;  font-size: 30px; fill: #ffffff; padding: 8px 24px 8px 6px; justify-content: flex-start; }

.menuTopFix.sticky { position: fixed; width: 100%; top: 0; left: 0; box-shadow: 0 2px 4px rgba(3,27,78,.1);}


#sidebar { background: #f8f8f8; border-top: 1px solid #e6e6e6; position: fixed; width: 100%; left: 0; top: 92px; height: 100%; z-index: 9999; display: none; }
#sidebar.active { display: block; }

.gw-login { display: flex; }
.gw-login a{float:left;width:50%;border-right:1px solid #ccc;border-bottom:1px solid #ccc;text-align:center;display:block;font-size:16px;color:#53534a;padding:12px 0}
.gw-login a:last-child{border-right:0}
.gw-login a svg { width: 18px; height: 18px; position: relative; top: 3px; right: 4px; }
.gw-login a i{margin-right:4px}
.gw-sidebar{padding:0px}
.gw-sidebar .nano-pane{background:rgba(255,255,255,0);font-size:15px}
.nano-content{list-style:none;margin:0;background-color:#fff;padding:0 12px;font-size:16px;color:#666;line-height:1.2;font-weight:500;overflow-x:hidden;overflow-y:scroll;height: calc(100vh - 180px)}
.gw-sidebar .gw-nav-list li a{padding-left:20px}
.gw-nav-list{margin:0;padding:0;list-style:none}
.gw-nav-list>li:first-child{border-top:0}
.gw-nav-list>li{display:block;padding:0;margin:0;border:0;border-top:1px solid #fcfcfc;border-bottom:1px solid #e5e5e5;position:relative;text-decoration:none}
.gw-nav-list>li:last-child{border-bottom:none}
@-webkit-keyframes arrow-slide{100%{-webkit-transform:rotate(225deg);z-index:3}}
@-webkit-keyframes arrow-slide1{100%{-webkit-transform:rotate(225deg);z-index:3}}
.gw-nav-list>li.arrow-down:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-top:1px solid #bababa;border-left:1px solid #bababa;-webkit-transform:rotate(45deg);-webkit-animation:arrow-slide .5s 0s ease both}
.gw-nav-list>li.init-arrow-down:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-right:1px solid #bababa;border-bottom:1px solid #bababa;-webkit-transform:rotate(45deg)}
.gw-nav-list>li.arrow-up:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-right:1px solid #bababa;border-bottom:1px solid #bababa;-webkit-transform:rotate(45deg);-webkit-animation:arrow-slide1 .5s 0s ease both}
.gw-nav-list>li.init-arrow-up:after{content:'';width:7px;height:7px;position:absolute;right:10px;top:15px;border-top:1px solid #bababa;border-left:1px solid #bababa;-webkit-transform:rotate(45deg)}
.gw-nav-list>li.active{background-color:#fff}
.gw-nav-list>li>a{display:block;height:42px;line-height:42px;padding:0 16px 0 7px;color:#666;text-shadow:none!important;font-size:16px;font-weight:500;text-decoration:none}
.gw-open>a{outline:0}
.gw-nav-list>li.gw-open{border-bottom-color:#e5e5e5}
.gw-nav-list>li.gw-open>a{background-color:#fafafa;color:var(--bs-orange)}
.gw-nav-list .gw-open>a,
.gw-nav-list .gw-open>a:focus,
.gw-nav-list .gw-open>a:hover{background-color:#fafafa}
.gw-nav .gw-open>a,
.gw-nav .gw-open>a:focus,
.gw-nav .gw-open>a:hover{background-color:#eee;border-color:var(--bs-orange)}
.gw-nav-list>li.active>a,
.gw-nav-list>li.active>a:active,
.gw-nav-list>li.active>a:focus,
.gw-nav-list>li.active>a:hover{background-color:#fff;color:var(--bs-orange);font-weight:800;font-size:16px}
.gw-nav-list .gw-nav-header,
.gw-nav-list>li>a{margin:0}
.gw-nav-list>li.active>a>[class*=icon-]{font-weight:400}
.gw-nav-list>li.active>a:hover:before{display:none}
.gw-nav-list>li.active:before{display:inline-block;content:"";position:absolute;right:-13px;top:-1px;bottom:0;z-index:1;border-right:1px solid #dd4814}
.gw-nav-list li.gw-open>a:after{display:none}
.gw-nav-list>li a>.gw-arrow{display:inline-block;width:14px!important;height:14px;line-height:14px;text-shadow:none;font-size:18px;position:absolute;right:11px;top:11px;padding:0;color:#666}
.gw-nav-list>li a:hover>.gw-arrow,
.gw-nav-list>li.active>a>.gw-arrow,
.gw-nav-list>li.gw-open>a>.gw-arrow{color:#1963aa}
.gw-nav-list>li>a>[class*=icon-]:first-child{display:inline-block;vertical-align:middle;min-width:30px;text-align:center;font-size:18px;font-weight:400;margin-right:2px}
.gw-nav-list>li .gw-submenu{font-size:13px;display:none;list-style:none;margin:0;padding:0;position:relative;background-color:#fff;border-top:1px solid #e5e5e5}
.gw-nav-list>li .gw-submenu>li{margin-left:0;position:relative}
.gw-nav-list>li .gw-submenu>li>a{display:block;position:relative;color:#616161;padding:11px 0 9px 35px;margin:0;border-top:1px dotted #e4e4e4;font-size:14px;font-weight:400;text-decoration:none}
.gw-nav-list>li .gw-submenu>li>a:focus{text-decoration:none}
.gw-nav-list>li .gw-submenu>li>a:hover{text-decoration:none;color:#dd4814;background-color:rgba(25,25,50,.1)}
.gw-nav-list>li .gw-submenu>li.active:after{display:inline-block;content:"";position:absolute;right:-1px;top:-1px;bottom:0;z-index:1;border:2px solid #dd4814}
.gw-nav-list>li .gw-submenu>li.active>a{color:#dd4814}
.gw-nav-list>li .gw-submenu>li a>[class*=icon-]:first-child{display:none;font-size:12px;font-weight:400;width:18px;height:auto;line-height:12px;text-align:center;position:absolute;left:10px;top:11px;z-index:1;background-color:#fff}
.gw-nav-list>li .gw-submenu>li.active>a>[class*=icon-]:first-child,
.gw-nav-list>li .gw-submenu>li:hover>a>[class*=icon-]:first-child{display:inline-block}
.gw-nav-list>li .gw-submenu>li.active>a>[class*=icon-]:first-child{color:#c86139}
.gw-nav-list>li>.gw-submenu>li:first-child>a{border-top:0}
.gw-nav-list li .gw-submenu{overflow:hidden}
.gw-nav-list li.active.gw-open>.gw-submenu>li.active.gw-open>a.dropdown-toggle:after{display:none}
.gw-nav-list li.active>.gw-submenu>li.active>a:after{display:none}
.gw-nav-list li.active.gw-open>.gw-submenu>li.active>a:after{display:block}
.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^=icon-]{width:1.25em;display:inline-block;text-align:center}

/* endregion */

/* region Header */

.top-bar { background: #222d39; }
.top-bar .top-desc { height: 32px; display: flex; align-items: center; justify-content: flex-start; font-size: 15px; line-height: 1; color: var(--bs-white); }
.top-bar .top-link { height: 32px; display: flex; align-items: center; justify-content: flex-end; }
.top-bar .top-link>ul { display: flex; align-items: center; justify-content: flex-end; }
.top-bar .top-link>ul>li>a { display: flex; align-items: center; justify-content: flex-start; color: var(--bs-white); padding: 0 10px; font-size: 14px; line-height: 1;}
.top-bar .top-link>ul>li:last-child>a { padding-right: 0px; }
.top-bar .top-link>ul>li>a>svg { height: 15px; width: 15px; margin-right: 4px; }
.top-bar .top-link>ul>.login-link { display: flex; align-items: center; justify-content: flex-start; height: 32px; background-color: #4b555e; }
.currency-changer-ul { background: #ffffff30; border-radius: 4px; margin-right: 5px; }
.currency-changer-ul a.currency-changer { display: block; width: 44px; text-align: center; padding: 4px 3px 2px 3px; color: #fff; font-size: 14px; line-height: 1; }


.header { position: relative; width: 100%; top: 0; left: 0; padding: 15px 0; background: #fff; z-index: 4; }
.header .logo { display: flex; flex-shrink: 0 !important; }
.header .logo img { height: 40px; object-fit: contain; animation: 0s ease 0s 1 normal none running none; flex-shrink: 0 !important; }
.header .logo-div { display: flex; align-items: center; }
.header .logo-div span { font-size: 11px; line-height: 1.3; padding-left: 10px; margin-left: 10px; border-left: 1px solid #eeeeef; color: #959595; text-align: start; float: left; }
.mobile-logo-div { display: flex; align-items: center; justify-content: center; }
.mobile-logo-div span { font-size: 11px; line-height: 1.3; padding-left: 10px; margin-left: 10px; border-left: 1px solid #eeeeef; color: #959595; text-align: start; float: left; flex-shrink: 0; }
.nav-menu { display: flex; align-items: center; justify-content: space-evenly; height: 100%; }
.nav-menu>li { position: relative; text-align: center; }
.nav-menu>li:before { position: absolute; content:''; left: 0; top:-23px; height: 70px; z-index: -1; width: 100%; }
.nav-menu>li.sub>a:after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; }
.nav-menu>li>a { font-size: 16px; width: 100%; display: block; line-height: 1; font-weight: 600; padding: 5px 8px; color: #222d39; }
.nav-menu>li.free-trial a { font-size: 14px; background-color: var(--bs-primary); color: var(--bs-white); border-radius: 4px; }

.nav-menu>li.cart-link:after { position: absolute; content:''; left: -4px; top:-22px; width: 1px; background-color: #e2e4e7; height: 70px; z-index: -1; }
.nav-menu>li.cart-link a { display: flex; align-items: center; justify-content: center; padding: 0 10px; font-size: 14px; border-radius: 4px; }
.nav-menu>li.cart-link a svg { margin-right: 4px; width: 26px; height: 26px; fill: #6c6f71;}
.nav-menu>li.cart-link a .badge { font-size: 10px; margin-left: 4px; padding: 2px 4px; }

.nav-menu>li>.sub-menu { position: absolute; left: -200px; margin-top: 23px; border-radius: 0 0 6px 6px; visibility: hidden; opacity: 0; transform: scale(.95,.8); transform-origin: top; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; background-color: #fff; padding: 20px 30px; min-width: 300px; transition: all .2s ease; box-shadow: 20px 15px 81px 0 rgb(0 0 0 / 10%); }
.nav-menu>li>.sub-menu:before { content: ""; position: absolute; top: -12px; left: 50%; width: 0; height: 0; z-index: 1; border-color: transparent transparent #fff; border-style: solid; border-width: 0 12px 12px; transform: translateX(-50%); }
.nav-menu>li:hover>.sub-menu {opacity: 1; visibility: visible; transform: scale(1); }
.nav-menu>li:hover>a { color: var(--bs-primary); text-decoration: none; }
.nav-menu>li:hover>a svg { fill: var(--bs-primary); }
.nav-menu>li.free-trial a:hover { color: #fff; }
.nav-menu>li a .menu-badge { position: absolute; top: -10px; display: flex; align-items: center; justify-content: flex-start; font-size: 9px; line-height: 1; padding: 2px 4px; border-radius: 3px; font-weight: 500; color: #fff; background-color: #00b2e3; }
.gw-sidebar .gw-nav-list li a .menu-badge { position: relative; font-size: 9px; line-height: 1; padding: 2px 4px; border-radius: 3px; font-weight: 500; color: #fff; background-color: #00b2e3; top: -1px; left: 7px; }

.sub-container1 { display: flex; align-items: flex-start; justify-content: center; width: 460px; }
.sub-container1>div { flex: 1 1 50%; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column;  }
.sub-container1>div a { text-align: left; display: flex; align-items: flex-start; justify-content: flex-start; margin: 15px 0; color: #6c6f71; }
.sub-container1>div a svg { margin-right: 10px; fill: var(--bs-primary); position: relative; top: 4px; }
.sub-container1>div a b { display: flex; flex-direction: column;}
.sub-container1>div a b>small { font-weight: normal; color: #a4a4a4; }
.sub-container1>div a:hover { color: var(--bs-primary); text-decoration: none; }

.header.on-scroll { position: fixed; background-color: var(--bs-white); box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);}

@media only screen and (max-width: 993px){
    .top-bar .top-link>ul li:nth-child(4) { display: none; }
}
@media only screen and (max-width: 767px){
    .top-bar { display: none }
    .header { display: none }
    .mobile-header { display: block }
}
@media only screen and (max-width: 500px){
    .mobile-logo-div span { font-size: 10px; line-height: 1.2; padding-left: 5px; margin-left: 5px; }
}
/* endregion */

/* region  Home */
.home-banner { background: #edf2f5; background: linear-gradient(180deg,rgba(237, 242, 245, 1) 85%, rgba(255, 255, 255, 1) 100%); padding: 0px 0px 60px 0px; overflow-x: clip !important; }
.home-banner .text-holder { position: relative; height:auto; display: flex; flex-direction: column; align-items: flex-start; justify-content: center}
.home-banner .text-holder .turkey { display: inline-flex; align-items: center; justify-content: center; font-size: 14px; padding: 3px 3px 3px 10px; margin-bottom: 10px; line-height: 1; border-radius: 21px; background: #edeff5; }
.home-banner .text-holder .turkey span { display: inline-flex; /*background: #FF6C64;*/ background: var(--bs-danger); margin-left: 4px; padding: 3px 10px; font-weight: 600; border-radius: 21px; line-height: 1; color: #fff;}
.home-banner .text-holder>.b-title { font-size: 36px; line-height: 1.3; font-weight: 900; margin:0 0 5px; text-align: start; }
.home-banner .text-holder>.b-desc { font-size: 20px; line-height: 1.5; font-weight: 400; margin:0 0 15px; color: var(--bs-grey); text-align: start;}
.home-banner .text-holder>ul { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.home-banner .text-holder>ul li { flex:0 0 50%; display: flex; align-items: center; justify-content: flex-start; font-size: 18px; line-height: 1.3; padding: 5px 0; color: var(--bs-grey)}
.home-banner .text-holder>ul li svg { margin-right: 6px; fill: var(--bs-primary);}
.home-banner .text-holder>.small-desc { font-size: 14px; margin: 15px 0 0; }
.home-banner .text-holder .btn { font-weight: 700; min-width: 136px; }
.home-banner .image-holder { position: relative; display: flex; align-items: center; justify-content: center; padding: 0px 40px; }
.home-banner .image-holder .mac-img { max-height: 300px; width: auto; max-width: 100%; }
.home-banner .image-holder .browser-img { position: absolute; right: auto; left: auto; bottom: 20px; height: 30px; width: auto; }

.home-banner .kurumsal-eposta-slide { padding: 60px 0px; }

.home-banner .havuz-kota-slide { background-color: var(--bs-dark-grey); color: #fff; height: auto; padding: 60px 0px; }
.home-banner .havuz-kota-slide .text-holder>.b-desc { color: #fff !important; text-align: start; }
.home-banner .havuz-kota-slide .text-holder>ul li { font-size: 16px !important; color: #fff !important;}
.home-banner .havuz-kota-slide .image-holder { justify-content: end !important; padding: 0px 40px 0px 20px; }
.home-banner .havuz-kota-slide .image-holder .mac-img { max-height: 270px; }
.home-banner .havuz-kota-slide img { box-shadow: none !important; border: 0px !important; border-radius: 0px !important; }
.home-banner .havuz-kota-slide .sticker { position: absolute; text-align: center; display: flex; align-items: center; justify-content: center; z-index: 2; padding: 10px; line-height: 15px; font-weight: 500; color: #000; font-size: 14px; background-color: #fff; border-radius: .4rem; }
.home-banner .havuz-kota-slide .sticker svg { width: 24px; height: 24px; margin-right: 6px; }
.home-banner .havuz-kota-slide .sticker { left: 50px; top: 50px; }
.home-banner .havuz-kota-slide .sticker.one { left: 35px; top: 115px; }
.home-banner .havuz-kota-slide .sticker.two { left: 115px; top: 180px; }
.home-banner .havuz-kota-slide .actions .price .market { color: #fff !important; }
.home-banner .havuz-kota-slide small { font-size: 22px; }
.home-banner .havuz-kota-slide .text-holder .btn { font-weight: 700; min-width: 136px; margin-right: 10px;}
.home-banner .havuz-kota-slide .actions .price .market small { letter-spacing: 1.1px !important; }
.home-banner .havuz-kota-slide .slide-1 { justify-content: end !important; display: flex; align-items: center; position: relative; width: 100%; }
@media only screen and (max-width: 1200px) {
    .home-banner .havuz-kota-slide .image-holder .mac-img { max-height: 220px; }
    .home-banner .havuz-kota-slide .sticker { padding: 5px; top: 25px; }
    .home-banner .havuz-kota-slide .sticker.one { top: 90px; }
    .home-banner .havuz-kota-slide .sticker.two { top: 155px; }
}
@media only screen and (max-width: 993px) {
    .home-banner .text-holder { margin-bottom: 40px; }
}
@media only screen and (max-width: 768px) {
    .home-banner .kurumsal-eposta-slide { padding: 30px 0px 20px 0px; }
    .home-banner .havuz-kota-slide { padding: 10px 0px 20px 0px; }
    .home-banner .havuz-kota-slide .image-holder { margin-top: 0px !important; }
    .home-banner .havuz-kota-slide .image-holder .mac-img { max-height: 200px; }
    .home-banner .havuz-kota-slide .slide-1 { padding-bottom: 20px;}
}
@media only screen and (max-width: 575px) {
    .home-banner .havuz-kota-slide { padding: 30px 0px 20px 0px; }
}
@media only screen and (max-width: 550px) {
    .home-banner .havuz-kota-slide img { max-width: 200px; }
    .home-banner .havuz-kota-slide .sticker { padding: 5px;top: 30px; }
    .home-banner .havuz-kota-slide .sticker.one { top: 95px; }
    .home-banner .havuz-kota-slide .sticker.two { top: 160px; }
    .home-banner .havuz-kota-slide .actions { padding-top: 30px;}
    .home-banner .havuz-kota-slide .text-holder>.b-desc { display:none;}

}
@media only screen and (max-width: 375px) {
    .home-banner .havuz-kota-slide .sticker { padding: 5px; top: 30px; }
    .home-banner .havuz-kota-slide .sticker.one { top: 80px; }
    .home-banner .havuz-kota-slide .sticker.two { top: 130px; left: 15px; }
}

.slide-img a { display: flex; align-items: center; justify-content: center; }
.slide-img img { height: 500px; width: auto !important; }

#home-banner .owl-item { text-align: center; }
#home-banner .owl-dots { position: absolute; bottom: 0px; right: 0; left: 0; display: flex; align-items: center; justify-content: center; }
#home-banner .owl-dots .owl-dot span { width: 10px; height: 10px; border-radius: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
#home-banner .owl-dots .owl-dot.active span,
#home-banner .owl-dots .owl-dot:hover span { background: #869791; }
#home-banner .owl-nav.disabled { display: none !important; }
#home-banner .owl-nav { position: absolute; bottom: -20px; right: 40px; z-index: 1; display: flex; align-items: center; justify-content: center; }
#home-banner .owl-nav button { background: var(--bs-white); color: black; border-radius: 50%; width: 22px; height: 22px; line-height: 1; display: flex; align-items: center; justify-content: center; font-size: 2rem; overflow: hidden; margin: 0 2px; }
#home-banner .owl-nav button span { line-height: 1; height: 39px;}
#home-banner .owl-nav button:hover { background: var(--bs-primary); color: var(--bs-white); }
#home-banner .item { display: flex; align-items: center; justify-content: center; }
#home-banner .item img { border-radius: 16px; border: 1px solid #c6ddeb; -webkit-box-shadow: 0px 10px 17px -1px rgba(0,0,0,0.08); box-shadow: 0px 10px 17px -1px rgba(0,0,0,0.08); }


.actions {
    display: flex;
}
.actions .price {
    position: relative;
    text-align: center;
    font-size: 15px;
    padding: 0px;
    margin-left: 10px !important;
    border-radius: 6px !important;
}
.actions .price .market {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    z-index: 2;
    position: relative;
    color: #222d39 !important;
    border-radius: 6px !important;
    padding-left: 0px;
}

.actions .price .list {
    line-height: 1;
    margin-top: 15px;
    color: var(--bs-gray);
}

.actions .price .list {
    margin-top: 0px !important;
    color: var(--bs-gray);
    text-align: center;
}

.actions .price .list sub {
    font-size: 16px;
    text-decoration: line-through;
    color: var(--bs-gray);
    text-align: center;
}

.actions .price .market span {
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: center;
    padding-bottom: 4px;
    line-height: 30px;
}

.actions .price .market sub {
    font-size: 14px;
    font-weight: 400;
    bottom: 0;
    top: 9px;
    left: 0px;
    height: max-content;
}

.actions .price .market sup {
    display: flex;
    font-size: 25px;
    top: 3px;
    left: -2px;
    height: max-content;
}

.actions .price .market small {
    font-size: 13px;
    font-weight: 400;
    margin-left: 3px;
    line-height: 12px;
    letter-spacing: 0.5px !important;
}


.home-banner span.bottom-text { font-size: 30px; display: block; text-align: center; font-weight: 400; padding: 20px 0px 0px 0px; color: #00b2e3; }
.home-banner span.bottom-text svg { width: 28px; height: 28px; color: #00b2e3; position: relative; top: 3px; }
.home-banner span.bottom-text .value { border-bottom: 1px dashed #00b2e3; font-weight: bold; display: inline-block; }
.box1 { position: relative; margin: 30px 0;  }
.box1 .b-title { display: block; font-size: 18px; margin-bottom: 10px; }
.box1 .b-desc { font-size: 15px; color: var(--bs-grey);}
.box1 i { display: inline-block; width: 64px; height: 64px; background-color: var(--bs-primary); border-radius: 18px; margin-bottom: 15px; box-shadow: 0 30px 40px 0 rgb(0 0 0 / 15%);}

.section { padding: 60px 0; font-size: 18px;}
.section .title { font-size: 28px; margin-bottom: 15px; line-height: 1.4; color: var(--bs-dark) }
.section .sub-title { font-size: 22px; margin-bottom: 5px; line-height: 1.4; color: var(--bs-dark) }
.section p { font-size: 16px; line-height: 1.4; color: var(--bs-grey) }
.section ul { padding-left: 0px; list-style: square; color: var(--bs-grey) }
.img-shadow { box-shadow: 0 0 10px #e6e8e9; border-radius: 8px; }

.tab-content .section .title { font-size: 24px; margin-bottom: 15px; line-height: 1; color: var(--bs-dark) }


.section-clients {overflow: hidden; padding: 20px 0px; }
.section-clients .slider-marquee { margin-top: 0; -webkit-animation: logo-slide 120s linear infinite; animation: logo-slide 120s linear infinite; height: 60px; }

.section-desktop { padding-bottom: 0 ;}
.section-desktop .heading { margin-bottom: 60px;}
.section-desktop ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding-top: 30px; }
.section-desktop ul li { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; color: var(--bs-dark-grey); width: calc(100% / 6); padding: 10px 0; font-size: 15px; font-weight: 600; }
.section-desktop ul li span:first-child { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; background-color: var(--bs-primary); border-radius: 16px; margin-bottom: 10px; /*box-shadow: 0 30px 40px 0 rgb(0 0 0 / 15%);*/}
.section-desktop ul li span svg { width: 32px; height: 32px; fill: #ffffff; }

.section-collaboration { padding: 70px 0; background-color: #f9fafc}
.section-collaboration h2 { font-size: 32px; line-height: 1.3; margin-top: 15px; margin-bottom: 15px;}
.section-collaboration p { font-size: 20px; line-height: 1.4; margin-bottom: 30px;}
.section-collaboration .icon-box { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; margin: 15px 0;}
.section-collaboration .c-icon { background-color: red; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 6px; margin-bottom: 7px;}
.section-collaboration .c-icon svg { width: 22px; height: 22px; fill: #ffffff; }
.section-collaboration .c-title { font-size: 16px; margin-bottom: 3px; font-weight: 600; }
.section-collaboration .c-text { font-size: 14px;color: var(--bs-grey) }

.components .item { padding: 15px 0; border-bottom: 1px solid var(--bs-grey-light)}
.components .item b { display: block; margin-bottom: 10px; }
.components .item p { margin: 0; color: var(--bs-grey)}
.component-img { display: flex; align-items: center; justify-content: center; }
.component-img img { width: 100%; }

.request-demo { background-color: var(--bs-primary); border-radius: 20px; box-shadow: 0 30px 40px 0 rgb(0 0 0 / 15%);}
.request-demo .text-holder { padding: 40px 80px; }
.request-demo .text-holder h3 { font-size: 38px; line-height: 1.2; margin-bottom: 10px; font-weight: 600; color: var(--bs-white);}
.request-demo .text-holder p { font-size: 20px; font-weight: 400; color: var(--bs-white);}
.request-demo .image-holder { padding: 25px 0 0; text-align: center; }
.request-demo .image-holder>div { position: relative; width: 100%; max-width: 460px; -ms-transform-origin: center center; transform-origin: center center; display: inline-block; border-radius: 10px; overflow: hidden; /*animation-name: src-pages-enterprise-style----try-module---imageAnimation---1nJIs;*/ animation-duration: 6s; animation-iteration-count: infinite;  }
.request-demo .image-holder>div>img{ transition: opacity 0.5s ease 0s; width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: 1;}
/* endregion */

/* region Banner */
.section-banner { background-color: var(--bs-primary); }
.section-banner .banner-text { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; height: 400px; color: var(--bs-white); padding-bottom: 10px; }
.section-banner .banner-text h1 { font-size: 2.25rem; line-height: 1.3; margin: 0; }
.section-banner .banner-text p { font-size: 1.25rem; margin: 0; }
.section-banner .banner-text ul { font-size: 1.25rem; width: 100%; margin: 10px 0; display: flex; align-items: center; flex-wrap: wrap;}
.section-banner .banner-text ul li { display: flex; align-items: center; justify-content: flex-start; width: 50%; padding: 5px 0; }
.section-banner .banner-text ul li svg { height: 1.25rem; margin-right: 4px; fill: var(--bs-white); }
.section-banner .banner-text .banner-buttons { display: flex; }
.section-banner .banner-text .banner-buttons .btn { min-width: 140px; }
.section-banner .banner-text .banner-buttons .btn + .btn { margin-left: 15px; }
.section-banner .banner-img { position: relative; display: flex; align-items: center; justify-content: center; }
.section-banner .banner-img img {  max-width: 100%; max-height: 400px; height: 100%;  }

.breadcrumb ul { list-style: none; display: flex; align-items: center; justify-content: flex-start; padding: 0; margin: 0 !important; }
.breadcrumb ul li { width: auto !important; font-size: .9rem; }
.breadcrumb ul li a { color: var(--bs-white); font-size: .9rem; }
.breadcrumb ul li a:after { content: "/"; margin: 0 5px; }
.breadcrumb ul li:last-child { font-weight: 600; }
.breadcrumb ul li:last-child a { font-weight: 600; }
.breadcrumb ul li:last-child a:after { display: none; }

.breadcrumb.b-page { padding-bottom: 15px; }
.breadcrumb.b-page li { color: #999; font-weight: normal !important;}
.breadcrumb.b-page li a { color: #999; }
/* endregion */

/* region Contact */
.section-contact { position: relative;padding: 50px 0 80px;background: #fff;width: 100%; }
.section-contact h3 { font-weight: 700;font-size: 30px;margin: 0 0 20px; }
.section-contact h3 span { display: block;font-weight: 700;font-size: 30px; }
.section-contact .contact-text { position: relative;padding: 25px 0; }
.section-contact .contact-text h6 {color: #1f2532;font-weight: 700;font-size: 20px; position: relative; margin: 0 0 20px; letter-spacing: 1px;}
.section-contact .contact-text h6:before { content: ""; height: 1px; width: 20px; background-color: var(--bs-warning); position: absolute; top: -8px; }
.section-contact .contact-text .info {font-size: 16px;font-weight: 400; line-height: 1.5; margin-bottom: 48px; }
.section-contact .contact-text a { color: var(--bs-dark); }
.section-contact .form-control { border-radius: 3px;box-shadow: none;font-size: 18px;height: 63px; border: 1px solid #E5E8ED !important; padding: 18px; background-color: #fff; }
.section-contact textarea.form-control { height: 122px; }
.section-contact .btn { padding-left: 40px;padding-right: 40px;}
/* endregion */

/* region Reference */
.section-reference { width: 100%;position: relative;background: #fff;padding: 60px 0; overflow: hidden;}
.section-reference ul { list-style: none;margin: 0;padding: 0;}
.section-reference ul > li { width: 20%; float: left; position: relative; padding: 30px 20px; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.section-reference ul > li img { height: 60px; filter: grayscale(2);}
.section-reference ul > li:hover img { filter: grayscale(0);}
.section-reference ul > li:nth-child(-n+5) .bordertop { border-top: none; }
.section-reference ul > li:nth-child(5n) .borderright { border-right: 0; }

.bordertop { width: 85%; height: 1px; border-top: #dddddd dashed 1px; position: absolute; top: 0; left: 0; margin-left: 15px; }
.borderright { width: 1px; height: 76%; border-right: #dddddd dashed 1px; position: absolute; top: 0; right: 0; margin-top: 15px; }
.borderbottom { width: 85%; height: 1px; border-bottom: #dddddd dashed 1px; position: absolute; bottom: 0; left: 0; margin-left: 15px; margin-bottom: -1px; }
/* endregion */

/* region About */
.section-about { font-size: 1.1rem; }
.section-about h2 { font-size: 2rem; line-height: 1; margin: 0 0 20px; }
.section-about h3 { font-size: 1.2rem; line-height: 1; margin: 0 0 10px; }
.section-about p { margin: 0 0 20px; color:var(--bs-grey) }
.section-about hr { margin: 40px 0; border-top: 1px solid #ccc; }
.section-about ul { padding-left: 30px; margin-bottom: 30px; }

.templateSidebar {background-color: #f8f9fb; padding: 20px; border-radius: 5px;}
.templateSidebar ul {list-style: none; padding: 0; margin: 0;}
.templateSidebar ul li {position: relative;}
.templateSidebar ul li a { position: relative; display: block; width: 100%; font-size: 16px; padding: 5px; color: var(--bs-dark)}
.templateSidebar ul li a.active { position: relative; color:var(--bs-warning); }
.templateSidebar ul li a.active:before { position: absolute; content: ''; left: -6px; top:4px; height: 20px; width: 2px; background: var(--bs-warning); }
.templateSidebar ul li a:hover { color:var(--bs-warning); }
/* endregion */

/* region Step */
.section-step { background-color: var(--bs-dark-grey); color: #fff; }
.section-step .h-title { color: #fff; }
.section-step .step-box { position: relative; min-height: 200px; text-align: left; border-radius: 4px; }
.section-step .step-box div { display: flex; align-items: center; justify-content: center; margin-top: 15px; }
.section-step .step-box div>span { display: block; margin-left: 5px; font-size: 15px; font-weight: 500; }
.section-step .step-box div>small { display: flex; align-items: center; justify-content: center; background-color: var(--bs-white); border-radius: 50%; width: 25px; height: 25px; text-align: center; line-height: 1; font-size: 17px; color: var(--bs-dark); font-weight: 600; }

/* endregion */

/* region Banner Form */
.banner-form { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; width: 100%; height: 420px; }
.banner-form svg { width: 38px; height: 38px; margin-bottom: 5px; fill: #ffffff; }
.banner-form h1 { font-size: 32px; margin: 0; }
.banner-form p { font-size: 17px; margin: 0; text-align: center; }
.banner-form form { width: 100%; margin-top: 20px; }
.banner-form .form-control { border: 0; height: 56px; padding: 0 20px; font-size: 17px; }
.banner-form .btn { height: 56px; min-width: 180px; }

.section-menu { background-color: var(--bs-primary); }
.section-menu .menu-list { display: flex; align-items: center; justify-content: center;}
.section-menu .menu-list a { flex: 1 1 auto; padding: 15px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; }
.section-menu .menu-list a svg { fill: #fff; }
.section-menu .menu-list a.active { background-color: #fff; color: var(--bs-primary); }
.section-menu .menu-list a.active svg { fill: var(--bs-primary); }
.section-menu .menu-list a:hover { opacity: .7; }

.section-result { padding: 50px 0; text-align: center; }
.section-result h2 { font-size: 32px; margin: 0 0 30px; }
.section-result .table { width: 100%; border: 1px solid var(--bs-dark) }
.section-result .table .title { background-color: var(--bs-dark); color: #fff; }
.section-result .table .text-left { text-align: left; }
.section-result .table .bg { background: #f9fafc; }
.section-result .table .dot { width: 10px; }
.section-result .table .td200 { width: 200px; }
.section-result .table .td300 { width: 300px; }

.s-icon { width: 96px; height: 96px; margin-bottom: 10px; }
/* endregion */

/* region Faqs */
.faqs-section { padding: 60px 0; }
.faqs-section .heading { margin-bottom: 30px; }
.custom-faq1 .faq { margin-bottom: 15px; background: var(--bs-white); border: 1px solid #f1f1f1; border-radius: 4px; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.custom-faq1 .faq h3 { position: relative; font-size: 18px; font-weight: 600; color: var(--bs-dark); text-transform: none; cursor: pointer; margin: 0; padding: 15px 20px 15px 40px; }
.custom-faq1 .faq h3 i { position: absolute; top: 8px; left: 0; border: 1px solid var(--bs-dark); border-radius: 50%; width: 40px; height: 40px; padding: 5px; font-size: 28px; color: var(--bs-dark); }
.custom-faq1 .faq .collapse__detail > div { padding: 0 20px 20px 20px; font-size: 16px; line-height: 1.5; font-weight: 300; }
.custom-faq1 .faq .collapse__detail > div .table { margin: 20px 0; }
.custom-faq1 .faq .collapse__detail > div .table th { white-space: nowrap; }
.custom-faq1 .faq h3[aria-expanded="true"] { color: var(--bs-primary); }
.custom-faq1 .faq h3[aria-expanded="true"] i { color: var(--bs-white); border-color: var(--bs-primary); background: var(--bs-primary); }
.custom-faq1 .faq h3[aria-expanded="false"]:after { position: absolute; content: ''; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right center; background-size: 16px 16px; left: 15px; top: 21px; width: 16px; height: 16px; }
.custom-faq1 .faq h3[aria-expanded="true"]:after { position: absolute; content: ''; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300b2e3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right center; background-size: 16px 16px; left: 15px; top: 21px; width: 16px; height: 16px; transform: rotateX(180deg);}
.custom-faq1 .faq .btn { padding: 8px 24px; height: 36px; min-height: 36px; font-size: 13px; }
.custom-faq1 .faq:last-child { margin-bottom: 0; }
/* endregion */

/* region Help */
.section-help { padding: 40px 0; background-color: var(--bs-dark-grey); }
.section-help b { display: block; font-size: 32px; font-weight: 700; color: var(--bs-white) }
.section-help span { display: block; font-size: 18px; line-height: 1.4; color: var(--bs-grey); padding-right: 60px; }
.section-help .col-lg-5 { display: flex; align-items: center; justify-content: center; }
.section-help .col-lg-5 .btn { width: 220px; height: 52px; }
/* endregion */

/* region Support */
.section-support { background-repeat: no-repeat; background-position: center center; background-size: cover; background-color: var(--bs-primary); color:#fff; padding: 40px 0px; overflow: hidden; }
.section-support h3 { font-size: 2rem; line-height: 1.2; margin: 0px; text-align: center; }
.section-support p { font-size: 1.4rem; line-height: 1.3; margin: 0 0 20px; color: #fff; text-align: center;}
.section-support a { border: 1px solid #ffffff3b; padding: 15px 30px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; font-size: 1.2rem; line-height: 1.2; border-radius: 6px; color:#fff; }
.section-support a > svg { display: block; width: 44px; height: 44px; margin-bottom: 10px; fill:#ffffff;}
.section-support a > b { font-size: 13px; opacity: .7; font-weight: normal; }
.section-support a:hover { text-decoration: none; background: #fff; color:#333; }
.section-support a:hover svg { fill:var(--bs-primary) }
.section-support .hero-1-img img { position: relative; z-index: 0; left: -30px; bottom: -61px;}
/* endregion */

/* region Footer */
.footer { position: relative; padding: 50px 0 30px; background-color: #222d39; overflow: hidden; background-size: cover;  background-repeat: no-repeat;}
.footer .container { position: relative; }
.footer .breadcrumb { position: absolute; top: -55px; left:15px; background: transparent; padding: 0; margin-bottom: 0; font-size: 13px; }
.footer .breadcrumb a { color: #ccc; }
.footer a { color: #ccc; font-size: 15px;}
.footer a:hover { color: var(--bs-primary); text-decoration: none }

.footer .footer-top h3 { font-size: 20px; color: #fff; font-weight: 600; margin-top: 0px; }

.footer .footer-top .f-title { font-size: 16px !important; margin: 0 0 5px; font-weight: 600; color: var(--bs-white); padding-bottom: 5px; border-bottom: 1px solid rgba(247,249,251,0.1); }
.footer .footer-top .f-title a { position: relative; display: inline-block; color: var(--bs-white); }
.footer .footer-top .f-title span { position: relative; display: inline-block; color: var(--bs-white); }
.footer .footer-top .f-title a:before { position: absolute; content:''; bottom:-6px; left: 0; width: 100%; height: 1px; background: var(--bs-primary); }
.footer .footer-top .f-title span:before { position: absolute; content:''; bottom:-6px; left: 0; width: 100%; height: 1px; background: var(--bs-primary); }

.footer .footer-top ul { margin: 15px 0 0 0; padding: 0; list-style: none;}
.footer .footer-top li { color: #ccc; font-weight: 400; font-size: 16px; margin-bottom: 4px;}
.footer .footer-top .col-md-4 { position: relative; }
.footer .footer-top .col-md-4:before { position: absolute; content: ''; right: 35px; top:0; height: 100%; width: 1px; background: rgba(247,249,251,0.1);}
.footer .footer-top .footer-social img { height: 30px; margin-top: 15px; object-fit: contain; }
.footer .footer-top .footer-social .footer-social-link { margin-top: 20px; }
.footer .footer-top .footer-social .footer-social-link ul { margin: 0; padding: 0; }
.footer .footer-top .footer-social .footer-social-link ul li { display: inline-block; list-style: none; margin-right: 4px;}
.footer .footer-top .footer-social .footer-social-link ul li a { display: flex; align-items: center; justify-content: center; font-size: 16px; height: 42px; width: 42px; line-height: 40px; border-radius: 10px; text-align: center; background-color: #0003;color: #fff;}
.footer .footer-top .footer-social .footer-social-link ul li a svg {fill:#fff; width: 20px; height: 20px;}
.footer .footer-top .footer-social .footer-social-link ul li a:hover { background: var(--bs-primary); }
.footer .footer-top .footer-address p { margin-top: 20px;margin-bottom: 0; font-weight: 400; font-size:1rem; margin-right: 50px; color: #ccc;}
.footer .footer-top .footer-address ul li:nth-child(1) { font-weight: 400; font-size: 16px; margin-bottom: 10px;}
.footer .footer-top .footer-address ul li:nth-child(2) { line-height: 34px; font-weight: 600; font-size: 17px;}
.footer .footer-top .footer-address ul li:nth-child(3) { line-height: 34px; font-weight: 600; font-size: 17px;}

.footer .footer-bottom { padding: 18px 0;margin-top: 30px; border-top: 1px solid rgba(247,249,251,0.1);  }
.footer .footer-bottom p { color: #aeb2ba; font-weight: 300; margin: 0; font-size: 14px;}
.footer .footer-bottom p a { color: #aeb2ba; }
.footer .footer-bottom ul { float: right; margin: 0; padding: 0; }
.footer .footer-bottom ul li { list-style: none; display: inline-block; margin-left: 30px; }
.footer .footer-bottom ul li a { color: #aeb2ba; font-weight: 300; font-size: 14px; }
/* endregion */

/* region Animation */

.hide { display: none !important; }
.d-md-none { display: none !important; }

@keyframes src-pages-enterprise-style----try-module---imageAnimation---1nJIs{0%{transform:rotate3d(.8,-.866,0,15deg) rotate(1deg)}50%{transform:rotate3d(.1,-.866,0,15deg) rotate(1deg)}to{transform:rotate3d(.8,-.866,0,15deg) rotate(1deg)}}
@-webkit-keyframes logo-slide{0%{transform:translateZ(0)}to{transform:translate3d(-4968px,0,0)}}
@keyframes logo-slide{0%{transform:translateZ(0)}to{transform:translate3d(-4968px,0,0)}}
/* endregion */

/* region WHMCS */
.btn-return-to-admin { position: fixed!important; top: 425px; right: 0; padding: 5px 15px!important; background-color: #d7d7d7!important; color: #777!important; font-size: .9rem!important; border-radius: 0 0 3px 3px!important; text-decoration: none; transform: rotate(90deg); transform-origin: top right; z-index: 500; }
.btn-return-to-admin i { margin-right: 4px;}
/* endregion */

/* region Responsive */
@media only screen and (max-width: 767px){
    body { font-size: .8rem; }

    #sidebarMenu { position: absolute; right: 0; top: 45px; flex-direction: column; background-color: #fff; border-top:1px solid #e0e0e0; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%); width: 100%; min-width: 30rem; height: 220px; }
    #sidebarMenu li { width: 100%; }
    #sidebarMenu li a { padding: 10px 20px; width: 100%; font-size: 16px; text-align: right; justify-content:flex-end; }

    .heading .h-title { font-size: 1.7rem; }
    .heading .h-desc { font-size: 1.1rem; }

    .banner-form { height: 360px; }
    .banner-form .btn { min-width: 100px; }

    .section-menu { overflow: hidden }
    .section-menu .container { padding: 0; }
    .section-menu .menu-list { flex-wrap: wrap; }
    .section-menu .menu-list a { flex: 1 1 25%; line-height: 1.2; padding: 10px; text-align: center; }
    .section-menu .menu-list a svg { margin-bottom: 5px; }

    .section { text-align: center; padding: 50px 0; overflow: hidden; }
    .section .title { font-size: 1.7rem; text-align: center; margin-top: 15px; }
    .section .title br { display: none !important; }
    .section .align-items-start { align-items: center; }
    .section img { padding: 0 !important; }

    .top-bar .link { justify-content: center !important; }

    .collapse:not(.show) { display: none; }
    .d-md-none { display: block !important; }

    .home-banner .text-holder { text-align: center; align-items: center; height: auto; padding-top: 30px;}
    .home-banner .text-holder>.b-title { font-size: 1.7rem; line-height: 1.3; }
    .home-banner .text-holder>.b-desc { font-size: 1.1rem;  }
    .home-banner .text-holder>ul li { flex: 100%; font-size: 1.1rem; padding: 2px 0; }
    .home-banner .text-holder>ul li svg { width: 18px; height: 18px;}
    .home-banner .image-holder { height: auto; margin-top: 20px; margin-bottom: 0px; }
    .home-banner .image-holder .mac-img { height: auto; }
    .home-banner .image-holder .browser-img { bottom: -32px; }
    #home-banner .owl-nav { display: none; }

    .section-clients { overflow: hidden; }

    .section-collaboration { padding: 60px 0; text-align: center; }
    .section-collaboration h2 { font-size: 1.7rem; line-height: 1.3; }
    .section-collaboration p { font-size: 1.1rem; margin-bottom: 10px; }
    .section-collaboration .icon-box { align-items: center; justify-content: center;}
    .section-collaboration .btn { margin-bottom: 20px; }

    .section-desktop .heading { margin-bottom: 30px; }
    .section-desktop ul li { width: calc(100% / 3);}

    .request-demo .text-holder { padding: 30px; text-align: center; }
    .request-demo .text-holder h3 { font-size: 1.7rem; line-height: 1.3; }
    .request-demo .image-holder { padding: 15px 30px; }
    .request-demo .image-holder>div>img { width: 100%; height: auto; }

    .section-banner .banner-text { height: auto; padding: 30px 15px; text-align: center; align-items:center; }
    .section-banner .banner-text ul { padding-left: 40px; }
    .section-banner .banner-text ul li { width: 100%; padding: 0; }
    .section-banner .banner-text h1 { font-size: 2rem !important; line-height: 1.2 !important; margin-bottom: 10px; }
    .section-banner .banner-text p { font-size: 1.1rem !important; }

    .section-help b { font-size: 24px; margin-bottom: 5px; }
    .section-help span { padding: 0; text-align: center; margin-bottom: 10px; }

    .section-result .table .td300 { width: 160px; }

    .section-support { height: auto; overflow: hidden; }
    .section-support .col-4 { padding: 5px; }
    .section-support h3 { margin-top: 0; font-size: 24px;  }
    .section-support p { font-size: 18px; }
    .section-support a { padding: 10px; font-size: 16px; }
    .section-support .hero-1-img img { left: inherit; bottom: inherit; }

    .tabs1 .nav-tabs { padding: 0; border: 0; }

    .footer { padding: 30px 0; }
    .footer .footer-top { text-align: center; }
    .footer .footer-top .col-md-4:before { display: none; }
    .footer .footer-top .footer-address { margin-top: 0; }
    .footer .footer-top .footer-address p { margin-right: 0; }
    .footer .footer-bottom { text-align: center; }
    .footer .footer-bottom ul { margin-top: 30px; }
    .footer .footer-bottom ul li { margin: 5px;}
}
/* endregion */


.design-fix h4 {
    border-bottom: 1px solid #eee;
}

.design-fix h4 strong {
    font-size:14px;
    color: #00b2e3;
}
.design-fix span, .design-fix a {
    font-size:15px;
    padding-left: 10px;
}
section#main-body .design-fix .btn-sm {
    padding: 7px 10px !important;
    height: auto !important;
}
.moduleoutput .btn { padding-left: 0px !important; }

.ul-style li {
    margin-bottom: 10px;
}
.ul-style li svg {
    position: relative;
    top: 4px;
}

.moduleoutput a {
    color: #5cb85c;
}

section#main-body .moduleoutput a.btn {
    height: auto !important;
}
section#main-body .moduleoutput svg {
    position: relative;
    top: 5px;
}

/* New Theme */
.top-bar .top-link.left { justify-content: flex-start; }
.cart-link .badge { padding: 2px 2px 1px 2px !important; text-align: center; display: flex ; align-items: center; background-color: #00b2e3 !important; justify-content: center; line-height: 9px; margin-left: 4px; }
.right-menu .menu-link { font-weight: 400; display: flex ; align-items: center; justify-content: center; color: #ffffff; font-size: 16px; line-height: 1; padding: 6px 10px 5px 10px; background-color: #222d39; border-radius: 0.25rem; }
.right-menu .menu-link svg { width: 18px; height: 18px; position: relative; top: -1px; right: 4px; }
.right-menu { display: flex; align-items: center; justify-content: flex-end; height: 100%; }
.right-menu .menu-link:hover { text-decoration:none !important; }
/* Product Table */
.products { display: flex; padding: 10px 0 0; }
.product { flex: 0 0 25%; border: 1px solid #edeff5; margin: 0 -.5px; padding-bottom: 10px; }
.product .p-plan { text-align: center; padding: 20px 20px 10px 20px; }
.product .p-plan h2 { font-size: 24px; margin: 0; }
.product .p-plan p { font-size: 14px; margin: 0; }
.product .p-plan .turkey { display: inline-flex; align-items: center; justify-content: center; font-size: 14px; padding: 3px 3px 3px 10px; margin-bottom: 10px; line-height: 13px; border-radius: 6px; background: #edeff5; }
.product .p-plan .turkey img { height: 14px; width: 20px; margin-right: 4px; }
.product .p-plan .turkey span { display: inline-flex; background: #ee5564; margin-left: 4px; padding: 3px 6px; font-weight: 600; border-radius: 6px; line-height: 1; color: #fff;}
.product .p-price { position: relative;text-align: center; font-size: 15px;}
.product .p-price>small { display: block; font-size: 15px;color:var(--bs-grey); }
.product .p-price .list sub { font-size: 18px; color:var(--bs-grey); text-decoration: line-through; }
.product .p-price .market { font-size: 56px;line-height: 1; font-weight: 900; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row;justify-content: center; }
.product .p-price .market span { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; justify-content: center; padding-left: 15px; }
.product .p-price .market sub { color: #242736; font-size: 16px; font-weight: 500; bottom: 0; top: 14px; left: 10px; height: -webkit-max-content; height: -moz-max-content; height: max-content; }
.product .p-price .market sup { display: flex; font-size: 28px;top: -10px; left: -20px; height: -webkit-max-content; height: -moz-max-content; height: max-content; }
.product .p-price .market sup > small { font-size: 28px; font-weight: 600;margin-left: 3px; }
.product .p-price .discount { position: absolute; left: 30px; top: 0; border-radius: 50%; width: 90px; height: 90px; background-color: #e82b8b; color: var(--bs-white); display: flex; align-items: center; justify-content: center; flex-direction: column; line-height: 1; font-weight: 900; zoom:70%; }
.product .p-price .discount:before { position: absolute; content: ''; right: -8px; top: 34px; width: 0; height: 0; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 14px solid #e82b8b; }
.product .p-price .discount b { font-size: 1.8rem; margin: 2px 0; }

.product .p-price .gift { position: absolute; right: 30px; top: 0; border-radius: 50%; width: 90px; height: 90px; background-color: #dd0b25; color: var(--bs-white); display: flex; align-items: center; justify-content: center; flex-direction: column; line-height: 1; font-weight: 900; zoom:70%; }
.product .p-price .gift:before { position: absolute; content: ''; left: -8px; top: 34px; width: 0; height: 0; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-right: 14px solid #dd0b25; }
.product .p-price .gift b { font-size: 20px; letter-spacing: -.5px; margin: 2px 0; }

.product .p-price .small { font-size: 13px; color:var(--bs-grey); }

.product .p-price.p-custom-price { display: flex; align-items: center; justify-content: center; flex-direction: column; height: 184px; padding: 0 20px; }
.product .p-price.p-custom-price svg { width: 62px; height: 62px; margin-bottom: 20px; fill: #616161; }
.product .p-price.p-custom-price span { color: #616161; font-size: 16px; }

.product .p-storage { padding: 15px; }
.product .p-storage div { display: flex; align-items: center; justify-content: center; font-size: 15px; padding: 10px 10px 10px 0; height: 54px; background-color: #edeff5; border-radius: 6px; }
.product .p-storage div img { position: relative; top: 4px; height: 38px; width: 38px; }
.product .p-order { padding: 10px 15px 0 15px; }
.product .p-order .btn { width: 100%; }
.product .p-feature { padding: 15px 15px 0; }
.product .p-feature .f-item { display: flex; align-items: flex-start; justify-content: flex-start; padding: 10px 0; }
.product .p-feature .f-item p { font-size: 13px; }
.product .p-feature .f-item div:nth-child(1) { flex: 0 0 42px; }
.product .p-feature .f-item div:nth-child(1) img { width: 30px; height: 30px; }
.product .p-feature .f-item div:nth-child(2) { flex: 0 0 calc(100% - 42px); font-size: 14px; }
.product .p-more { padding-bottom: 20px; display: none; padding-top: 0px !important; }
.product .p-more.open { display: block; }
.product .p-more ul { list-style: none; }
.product .p-more ul li { display: flex; align-items: flex-start; justify-content: flex-start; }
.product.popular { box-shadow: 0 0 10px #e6e8e9; }
.product.popular .p-banner { line-height: 1.2em; background: var(--bs-warning); color: var(--bs-white); margin-top: -32px; height: 32px; margin-bottom: 0; text-align: center; padding: 5px; box-sizing: border-box;border-radius: .25rem .25rem 0rem 0rem; }

@media only screen and (max-width: 767px){
    .products { flex-wrap: wrap; padding: 0px 0; }
    .product { margin: 10px 0; text-align: left;}
}
.product .p-feature ul li > small, .product .p-more ul li > small { font-size: 12px; color: var(--bs-gray); font-weight: 400; padding: 0; text-align: center; }
.product .p-feature ul li.flags img, .product .p-more ul li.flags img { margin: 0px 4px !important; top: 0px; }
.product .p-feature ul li.svgs svg, .product .p-more ul li.svgs svg { margin: 0px 2px !important; top: 0px; }
.product .p-feature ul li.svgs svg:last-child, .product .p-more ul li.svgs svg:last-child { margin-left: 15px !important; }
.product .p-feature ul li.line, .product .p-more ul li.line { padding: 2px 0px !important; background-color: transparent; border-bottom: 1px solid #f5f5f5; }
.product .p-feature ul li i.far.fa-question-circle, .product .p-more ul li i.far.fa-question-circle { color: #b7c3df; font-weight: 300; }
.product .p-feature ul li.big-li, .product .p-more ul li.big-li { font-size: 18px !important; }
.product .p-feature ul li.line-title, .product .p-more ul li.line-title { color: #ee5564 !important; }
.product .p-feature ul li, .product .p-more ul li { display: block; }
.product .p-feature { padding: 1rem 0.8rem; padding-bottom: 0px !important; }
.product .p-feature, .product .p-more { padding: 1rem 0.8rem; }
.product .p-feature ul li>strong, .product .p-more ul li>strong { padding: 0 0px 0 0; }


.product .p-feature ul li, .product .p-more ul li {
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    padding: 7px 0;
    text-align: start;
    color: #12262b
}
.product .p-feature ul li i, .product .p-more ul li i {
    margin-left: 2px;
    top: 2px;
    position: relative;
}

.product .p-feature ul li>*, .product .p-more ul li>* {
    padding: 0 5px 0 0;
    font-size: inherit!important
}

.product .p-feature ul li img, .product .p-more ul li img {
    width: 20px;
    padding: 0;
    margin-right: 3px;
    position: relative;
    top: -2px;
    display: inline-block
}

.product .p-feature ul li img.position-fix, .product .p-more ul li img.position-fix {
    top: 0
}

.product .p-feature ul li.del, .product .p-more ul li.del {
    text-decoration: line-through;
    opacity: .5
}

.product .p-feature ul li.other, .product .p-more ul li.other {
    border-top: 2px solid #f2f2f2
}

.product .p-feature ul li.other a, .product .p-more ul li.other a {
    color: #1062fe;
    font-size: 14px
}

.product .p-feature ul li .btn, .product .p-more ul li .btn {
    padding: 0;
    height: auto;
    font-size: 12px!important;
    font-weight: 500
}

.product .p-feature ul li .btn>svg,.product .p-more ul li .btn>svg {
    width: 19px;
    height: 16px;
    margin-right: 5px
}

.f-box { margin: 20px 0; display: flex; align-items: flex-start; justify-content: flex-start; }
.f-box .f-thumb { display: flex; align-items: center; justify-content: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 6px; margin-right: 10px; }
.f-box .f-thumb svg { width: 36px; height: 36px; fill: var(--bs-dark-grey) }
.f-box .f-text h3 { font-size: 16px; margin-bottom: 3px; font-weight: 600; }
.f-box .f-text p { font-size: 14px; line-height: 1.4; color: var(--bs-grey); }

.nowrap { white-space: nowrap; }
#owl-packages.owl-carousel .owl-stage { padding: 35px 0px; }
#owl-packages.owl-carousel .owl-item:first-child { margin-right: 0px !important; margin-left: 1px !important; }
#owl-packages.owl-carousel .owl-item:nth-child(2) { margin-right: -1px !important; }

.section-tab .section { padding: 30px 0px !important }

#owl-packages .owl-item:first-child .product { border-radius: 6px 0px 0px 6px !important; }
#owl-packages .owl-item:last-child .product { border-radius: 0px 6px 6px 0px !important; }

@media only screen and (max-width: 1400px){
    .product .p-price .discount { left: 15px; }
    .footer .footer-top .col-md-4:before { right: 1px !important; }
    .nav-menu>li>a { width: max-content; }
}
@media only screen and (max-width: 1200px){
    .nav-menu>li>a { padding: 5px 4px !important; font-size: 15px !important; }
    .home-banner .text-holder .btn { margin-right:0px !important; }
    .home-banner .text-holder>.b-title { font-size: 26px; margin: 0 0 0px; }
    .heading .h-title, .home-banner span.bottom-text { font-size: 26px; }
    .heading .h-desc { font-size: 18px; }
    #owl-packages { display: flex; flex-direction: column-reverse; }
    #owl-packages.owl-carousel .owl-nav { margin-top: 0px; margin-bottom: 10px; position: sticky; top: 75px; }
    #products .heading { margin-bottom: 0px; }
    .product .p-feature ul li.big-li i, .product .p-more ul li.big-li i { top: 3px; }
    .nav-menu>li>.sub-menu { right: 0; padding: 0px 15px; width: auto; left: unset; }
    .nav-menu>li>.sub-menu:before { right: 3% !important; left: unset !important; }
}

@media only screen and (max-width: 993px){
    .nav-menu>li:nth-child(5),
    .nav-menu>li:nth-child(4),
    .nav-menu>li:nth-child(3) { display: none }
    .nav-menu>li>a { padding: 5px 3px !important; font-size: 14px !important; }
    .header .button-div { padding-left: 0px; }
    .header .logo img { height: 40px; object-fit: contain; }
    .home-banner .text-holder>.b-title, .home-banner .text-holder>.b-desc { text-align: center !important; width: 100% !important; }
    .home-banner .text-holder { align-items: center; }
    .section-tab .nav-tabs { border-bottom: 0px; }
    .section-tab .nav-tabs li, .section-tab .nav-tabs li .nav-link { width: 100% !important; }
    .section-tab .nav-tabs .nav-item.show .nav-link, .section-tab .nav-tabs .nav-link.active { color: #00b2e3; background-color: #00b2e321; border-color: transparent !important; border-radius: 6px !important; }
    .tabs1 .tab-content>.tab-pane { padding-top: 0px; }
    .tab-content .section .title { width: 100%; padding-top: 10px; }
    .tab-content .section .title, .tab-content .section p { text-align: center; }
    .heading .h-desc, .heading .h-title { text-align: center; }
    .section-collaboration .icon-box { width: calc(50%) }
    .section-transfer * { text-align: center; }
}

@media only screen and (max-width: 768px){
    #owl-packages.owl-carousel .owl-nav { margin-bottom: 0px; }
    #owl-packages.owl-carousel.owl-drag .owl-item:first-child {margin-left: 0px !important; }
    .product.popular { box-shadow: unset !important }
    #owl-packages.owl-carousel .owl-item:nth-child(2) { margin-right: 0px !important; }
    .f-box { align-items: center; flex-direction: column; }
    .section-logos #paginated-list { gap: 10px !important; }
    .section-logos #paginated-list li { padding: 10px 6px !important; }
    .section-logos #paginated-list li span { font-size: 14px; }
}
@media only screen and (max-width: 575px){
    .mobile-header .mblMenu { padding: 8px 15px !important; }
    .mobile-header .mobile-cart { padding-right: 15px !important; }
    .mobile-header .mobile-cart span { right: 31px; }
    .home-banner .image-holder { height: auto; margin-top: 0px; margin-bottom: 20px; }
    .home-banner span.bottom-text { padding: 10px 20px 0px 20px; }
    .home-banner .text-holder { padding-top: 0px; }
    .home-banner { padding: 0px; }
    #products { padding-bottom: 0px; }
    .section-logos #paginated-list li { width: calc(50% - 40px) !important; }
}
@media only screen and (max-width: 500px){
    .other-features .col-lg-4.col-md-6.col-6 { width: 100% !important }
    .section-collaboration .icon-box { width: calc(100%); }
}
@media only screen and (max-width: 400px){
    .mobile-top ul.toplink2 li:nth-child(2) { display: none; }
    .mobile-top .col-5 { width: 70% !important; }
    .mobile-top .col-7 { width: 30% !important; }
    .mobile-top ul.toplink1 { margin-bottom: 3px; }
}

.section-three-steps {
    padding: 70px 0;
    background: #edf2f5;
    background: linear-gradient(180deg, rgb(243 245 249) 85%, rgb(255 255 255) 100%);
}
.section-three-steps .actions { display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.section-three-steps .row.dashed {
    position: relative;
    padding-bottom: 25px;
}
.section-three-steps .row.dashed::after {
    width: 80%; height: 2px; border-bottom: 2px dashed #00b2e3; content: ''; position: absolute; top: 50%; z-index: 0; left: 0; right: 0; margin: 0 auto !important;
}
.section-three-steps p {
    font-size: 16px;
    line-height: 1.4;
    color: var(--bs-grey);
    text-align: center;
}
.section-three-steps small {
    font-size: 14px;
    line-height: 1.2;
    color: var(--bs-grey);
    text-align: center;
    font-style: italic;
}
.section-three-steps .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    padding: 30px 20px;
    height: 100%;
    z-index: 2;
}
.section-three-steps .box .f-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    margin-right: 0px;
    margin-bottom: 10px;
}
.section-three-steps .box .f-thumb svg {
    width: 36px;
    height: 36px;
    fill: var(--bs-primary);
}
.section-three-steps .box .f-text h3 {
    font-size: 16px;
    margin-bottom: 3px;
    text-align: center;
    font-weight: 600;
}
.section-three-steps .box .f-text p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: var(--bs-grey);
}
.free-comtr .h-title, .free-comtr small { color: #fff; }
.free-comtr .btn { position: absolute; left: 50%; transform: translateX(-50%); bottom: 15px; width: fit-content; }
.free-comtr img { max-width: 100%; max-height: 300px; object-fit: contain !important; }
.free-comtr .request-demo { position: relative; }
.free-comtr .request-demo .image-holder { padding: 0px 0 0; text-align: center; display: flex; align-items: center; justify-content: center; }
@media only screen and (max-width: 993px){
    .free-comtr .btn { position: relative; }
    .free-comtr .request-demo .image-holder { margin-bottom: 15px; }
    .free-comtr .request-demo .text-holder p, .free-comtr .request-demo .text-holder small { text-align: center; width: 100%; display: block; }
    .free-comtr img { max-height: 200px; }
}



@media only screen and (max-width: 768px){
    .section-three-steps .box { width: 100%; margin-bottom: 25px; }
    .section-three-steps .row.dashed::after { transform: rotate(90deg); }
}
.heading small {
    color: #00b2e3;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(0deg, rgb(0 178 227 / 8%) 10%, rgba(255, 255, 255, 1) 100%);
    padding: 5px 10px 5px 5px;
    border-radius: 6px;
}
.compare-link { text-align: center; margin-top: 0px; font-size: 16px; }
.compare-link a { color: var(--bs-primary) }
.compare-link a:hover { border-bottom: 1px dashed #00b2e3; }





/* Havuz Kota Home */
#products .section-prices { width: 100%; }
#products .package-action { width: 500px; display: flex; align-items: center; justify-content: center; margin:0 auto 15px auto; }
#products .package-action .btn:first-child { border-radius: 4px 0px 0px 4px !important; flex: 1; }
#products .package-action .btn:last-child { border-radius: 0px 4px 4px 0px !important; flex: 1; }
#products .package-action .active { color: var(--bs-white); background-color: var(--bs-primary); border-color: var(--bs-primary); }
#products .package-action .btn:not(.active) { border: 1px solid var(--bs-primary); color: var(--bs-primary); }
#products small.bottom { text-align: center; display: block; margin-top: 10px; opacity: 0.6; font-size: 13px; }
#products .price-table { background-color: #fff; overflow: hidden; border-radius: .25rem; width: 100%; border-collapse: collapse; font-size: 14px; color: var(--bs-dark); }
#products .price-table th, #products .price-table td { padding: 0 15px; height: 46px; text-align: center; line-height: 1; }
#products .price-table th:last-child, #products .price-table td:last-child { width: 15%; }
#products .price-table .pt-price { font-size: 16px; font-weight: 600; }
#products .price-table .pt-price small { font-size: 11px; margin-left: 5px; }
#products .price-table a.btn { padding: 5px; font-size: 14px; display: inline-block; min-height: unset; height: unset; }

@media only screen and (max-width: 993px) {
    #products .price-table th:last-child, #products .price-table td:last-child { width: 20%; }
}
@media only screen and (max-width: 767px) {
    #products .price-table th, #products .price-table td { line-height: 1.3; }
    #products .price-table th, #products .price-table td:first-child { font-weight: 600; background-color: #222d39; color: #fff !important; font-size: 20px; }
    #products .price-table a.btn { padding: 8px 10px; }
    #products .price-table tbody tr::before { content: attr(data-label); position: absolute; top: 0rem; white-space: normal; text-align: center; width: 100%; margin: 0 auto !important; left: 0; right: 0; font-size: 14px !important; min-height: 21px; color: #1e1e1e; background-color: #00000008; border-color: #00000020; border-bottom: 1px solid #00000020; border: 0 none; padding: 9px 20px; border-top-right-radius: 0; border-top-left-radius: 0; font-weight: 700; word-break: break-word; line-height: 15px !important; }
    #products .price-table tbody td::before { content: attr(data-label); position: absolute; top: 5px; font-weight: 300; color: #082237; white-space: nowrap; text-align: center; width: 100%; margin: 0 auto !important; left: 0; right: 0; font-size: 12px; }
    #products .price-table tbody td:first-child::before { display: none; }
    #products .price-table>tbody>tr>td, #products .price-table>tbody>tr>th { float: left; width: 100% !important; text-align: center; justify-content: center; position: relative; padding: 25px 0px 5px 0px; border-bottom: 0px solid #eee; height: unset !important; }
    #products .price-table>tbody>tr>td:first-child { padding: 10px 5px !important; }
    #products .price-table>tbody>tr>td:first-child { border-radius: 0.4rem 0.4rem 0px 0px !important; }
    #products .price-table>tbody>tr>td:last-child { padding-bottom: 10px !important; border-radius: 0px 0px 0.4rem 0.4rem; padding-top: 10px !important; }
    #products .price-table>tbody>tr>td:last-child::before { display: none; }
    #products .price-table>thead>tr>td,
    #products .price-table>thead>tr>th { display: none; }
    #products .price-table tbody tr { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; margin-bottom: 25px; border-radius: 0.4rem !important; border: 1px solid #e2e6ea; }
    .table-responsive { overflow-y: scroll; padding: 30px 0; }
}

@media only screen and (max-width: 540px) {
    #products .package-action { max-width: 300px; width: 100%; flex-direction: column !important; }
    #products .package-action .btn { flex: unset !important; width: 100% !important; }
    #products .package-action .btn:first-child { border-radius: 4px 4px 0px 0px !important; }
    #products .package-action .btn:last-child { border-radius: 0px 0px 4px 4px !important; }
}

@media only screen and (max-width: 400px) {
    #products .price-table th, #products .price-table td { height: 56px; line-height: 14px; }
}
.nowrap { white-space: nowrap; }
@media only screen and (min-width: 993px) {
    #products .price-table tbody tr td:not(:first-child):not(:last-child) { min-width: 160px; }
}
@media only screen and (min-width: 768px) {
    #products .price-table { border-collapse: separate; border-spacing: 0 14px; background: transparent; font-size: 15px; }
    #products .price-table thead tr { border-bottom: 1px solid #e2e6ea; }
    #products .price-table thead th { background: transparent !important; border: none; font-weight: 500; color: #6b747c; height: unset; padding: 0 18px; font-size: 14px; }
    #products .price-table tbody tr:hover { box-shadow: 1px 20px 17px -24px rgba(0,0,0,0.27); -webkit-box-shadow: 1px 20px 17px -24px rgba(0,0,0,0.27); -moz-box-shadow: 1px 20px 17px -24px rgba(0,0,0,0.27); transition: all 0.3s ease-in-out; }
    #products .price-table thead th:first-child { width: 275px; }
    #products .price-table tbody tr { position: relative; border: 1px solid #e6e8e9; }
    #products .price-table tbody td { background: #f9fafc;  border-left: none; position: relative; height: 70px; padding: 0 28px; line-height: 1.25; vertical-align: middle; border-top: 1px solid #e6e8e9; border-bottom: 1px solid #e6e8e9; }
    #products .price-table tbody td:first-child { background: #222d39; border: 1px solid #222d39; color: #ffffff; font-weight: 600; font-size: 19px; display: flex; align-items: center; padding: 0 35px; letter-spacing: .2px; border-radius: .4rem 0 0 .4rem; justify-content: center; }
    #products .price-table tbody td + td::before { content:''; position: absolute; left: 0; top: 15px; bottom: 15px; width: 1px; background: #e6e8e9; }
    #products .price-table tbody td:last-child { border-right: 1px solid #e6e8e9; border-radius: 0 .4rem .4rem 0; min-width: 165px; text-align: center; padding: 0 20px; }
    #products .price-table tbody td.pt-price { font-size: 21px; font-weight: 600; color: #141c24; }
    #products .price-table tbody td.pt-price small { font-size: 12px; margin-left: 5px; }
    #products .price-table tbody td:last-child a.btn { background: #00b1e3; border: none; font-weight: 600; padding: 12px 24px; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; }
    #products .price-table tbody td:last-child a.btn:hover { background: #0097c3; }
    #products .price-table tbody tr::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; pointer-events: none; }
}

@media only screen and (min-width: 1200px) {
    #products .price-table tbody td { height: 66px; }
    #products .price-table tbody td.pt-price { font-size: 20px; }
}


.item-discount {
    background: #e82a8b;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .01em;
    padding: 2px 5px 1px;
    position: absolute;
    right: 4px;
    bottom: -20px;
    width: max-content;
}
.item-discount:before {
    border: 5px solid #0000;
    border-bottom-color: #e82a8b;
    top: -9px;
    content: "";
    display: block;
    position: absolute;
    right: 2px;
}