@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}
.nice-select:hover{border-color:#dbdbdb}
.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}
.nice-select:after {
  border-bottom: 3px solid #999;
  border-right: 3px solid #999;
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 46%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 10px;
}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}
.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}
.nice-select.disabled:after{border-color:#ccc}
.nice-select.wide{width:100%}
.nice-select.wide .list{left:0!important;right:0!important}
.nice-select.right{float:right}
.nice-select.right .list{left:auto;right:0}
.nice-select.small{font-size:12px;height:36px;line-height:34px}
.nice-select.small:after{height:4px;width:4px}
.nice-select.small .option{line-height:34px;min-height:34px}
.nice-select .list{background-color:#fff;border-radius:10px;box-shadow:0 0 6px 0 rgba(0,0,0,.16);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}
.nice-select .list:hover .option:not(:hover){background-color:transparent!important}
.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s;border-bottom:solid 1px #ebebeb}
.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}
.nice-select .option.selected{font-weight:700}
.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}
.no-csspointerevents .nice-select .list{display:none}
.no-csspointerevents .nice-select.open .list{display:block}
body{font-family: 'Mulish', sans-serif !important;}
body[data-theme="dark"],.dark-bg,.dark-mode-texts{--bg:#19191b;--bg-1:#1e1e20;--bg-2:#1e1e20;--color-headings:#fff;--color-texts: #1a1a1a;--color-texts:#1a1a1a;--color-texts-2:#adb4b7;--border-color:#ebebeb;--border-color-2:rgba(255,255,255,0.07);--border-color-3:rgba(255,255,255,0.07)}
body[data-theme="light"],.light-bg,.light-mode-texts{--bg:#fff;--bg-1:#f2f2f2;--bg-2:#f4f5f8;--color-headings:#2b3940;--color-texts:#6b6e6f;--color-texts-2:#7e8989;--border-color:#e5e5e5;--border-color-2:#f0f0f0;--border-color-3:#e5e5e5}
body{--bg:#fff;--bg-1:#f2f2f2;--bg-2:#f4f5f8;--color-headings:#2b3940;--color-texts:#6b6e6f;--color-texts-2:#7e8989;--border-color:#e5e5e5;--border-color-2:#f0f0f0;--border-color-3:#e5e5e5}
.default-logo,.default-shape{display:block}
.light-version-logo,.light-shape{display:none}
.dark-version-logo,.dark-shape{display:none}
.light-version-logo.default-logo{display:block}
.dark-version-logo.default-logo{display:block}
body[data-theme="dark"] .dark-version-logo,body[data-theme="dark"] .dark-shape,.dark-mode-texts .dark-version-logo,.dark-mode-texts .dark-shape{display:block}
body[data-theme="dark"] .light-version-logo,.dark-mode-texts .light-version-logo{display:none}
body[data-theme="dark"] .light-version-logo.default-logo,.dark-mode-texts .light-version-logo.default-logo{display:none}
body[data-theme="dark"] .light-shape,.dark-mode-texts .light-shape{display:none}
body[data-theme="dark"] .light-shape.default-shape,.dark-mode-texts .light-shape.default-shape{display:none}
body[data-theme="dark"] .light-mode-texts .light-version-logo,body[data-theme="dark"] .light-mode-texts .light-shape,.dark-mode-texts .light-mode-texts .light-version-logo,.dark-mode-texts .light-mode-texts .light-shape{display:block}
body[data-theme="dark"] .light-mode-texts .dark-version-logo,.dark-mode-texts .light-mode-texts .dark-version-logo{display:none}
body[data-theme="dark"] .light-mode-texts .dark-version-logo.default-logo,.dark-mode-texts .light-mode-texts .dark-version-logo.default-logo{display:none}
body[data-theme="dark"] .light-mode-texts .dark-shape,.dark-mode-texts .light-mode-texts .dark-shape{display:none}
body[data-theme="dark"] .light-mode-texts .dark-shape.default-shape,.dark-mode-texts .light-mode-texts .dark-shape.default-shape{display:none}
body[data-theme="light"] .light-version-logo,body[data-theme="light"] .light-shape,.light-mode-texts .light-version-logo,.light-mode-texts .light-shape{display:block}
body[data-theme="light"] .dark-version-logo,.light-mode-texts .dark-version-logo{display:none}
body[data-theme="light"] .dark-version-logo.default-logo,.light-mode-texts .dark-version-logo.default-logo{display:none}
body[data-theme="light"] .dark-shape,.light-mode-texts .dark-shape{display:none}
body[data-theme="light"] .dark-shape.default-shape,.light-mode-texts .dark-shape.default-shape{display:none}
body[data-theme="light"] .dark-mode-texts .dark-version-logo,body[data-theme="light"] .dark-mode-texts .dark-shape,.light-mode-texts .dark-mode-texts .dark-version-logo,.light-mode-texts .dark-mode-texts .dark-shape{display:block}
body[data-theme="light"] .dark-mode-texts .light-version-logo,.light-mode-texts .dark-mode-texts .light-version-logo{display:none}
body[data-theme="light"] .dark-mode-texts .light-version-logo.default-logo,.light-mode-texts .dark-mode-texts .light-version-logo.default-logo{display:none}
body[data-theme="light"] .dark-mode-texts .light-shape,.light-mode-texts .dark-mode-texts .light-shape{display:none}
body[data-theme="light"] .dark-mode-texts .light-shape.default-shape,.light-mode-texts .dark-mode-texts .light-shape.default-shape{display:none}
.bg-default{background:var(--bg)}
.bg-default-1{background:var(--bg)}
.bg-default-2{background:var(--bg-2)}
.bg-default-3{background:var(--bg-3)}
.bg-default-4{background:var(--bg-4)}
.bg-default-5{background:var(--bg-5)}
.bg-default-6{background:var(--bg-6)}
.text-default-color{color:var(--color-texts)}
.text-default-color-2{color:var(--color-texts-2)}
.heading-default-color{color:var(--color-headings)}
.border-default-color{border-color:var(--border-color)}
.border-default-color-2{border-color:var(--border-color-2)!important}
@media (min-width: 992px) {
.header-btn{margin-left:10px}
}
.header-btn a{display:none}
@media (min-width: 360px) {
.header-btn a{display:inline-flex;min-height:35px;min-width:120px;font-size:14px;font-weight:500}
}
@media (min-width: 400px) {
.header-btn a{min-height:45px;min-width:141px;font-size:15px}
}
@media (min-width: 576px) {
.header-btn a{min-height:50px}
}
.header-btns .btn{min-width:124px;height:53px}
.header-btn-devider{position:relative;z-index:1}
.header-btn-devider.devider-pos-top:before{top:0}
.btn-close{position:absolute;top:0;right:0;font-size:22px;width:60px;height:50px;display:flex;justify-content:center;border:none;background:transparent;font-weight:700}
.btn-close i{color:#353638}
.site-header--absolute{position:absolute;top:0;left:0;width:100%;z-index:999}
.site-header--sticky:not(.mobile-sticky-enable){position:absolute!important;top:0;right:0;width:100%;z-index:999;box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1);}
@media (min-width: 992px) {
.site-header--sticky:not(.mobile-sticky-enable){position:fixed!important;transition:.4s}
.site-header--sticky:not(.mobile-sticky-enable).scrolling{transform:translateY(-100%);transition:.4s}
.site-header--sticky:not(.mobile-sticky-enable).reveal-header{transform:translateY(0%);box-shadow:0 12px 34px -11px rgba(65,62,101,0.1);z-index:1000}
}
.site-header--sticky.mobile-sticky-enable{top:0;right:0;width:100%;z-index:999;position:fixed!important;transition:.4s}
.site-header--sticky.mobile-sticky-enable.scrolling{transform:translateY(-100%);transition:.4s}
.site-header--sticky.mobile-sticky-enable.reveal-header{transform:translateY(0%);box-shadow:0 12px 34px -11px rgba(65,62,101,0.1);z-index:9999}
@media (min-width: 992px) {
.site-header--menu-center .navbar-nav-wrapper{margin-left:auto;margin-right:auto}
}
@media (min-width: 992px) {
.site-header--menu-left .container-fluid .gr-megamenu-dropdown{left:0;transform:translateX(0%) translateY(10px)}
}
@media (min-width: 992px) {
.site-header--menu-left
.container-fluid
.nav-item.dropdown:hover
> .gr-megamenu-dropdown.center{transform:translateX(0%) translateY(-10px);left:0}
}
.site-header--menu-left .navbar-nav-wrapper .navbar-nav{justify-content:flex-start;padding-left:15px}
@media (min-width: 1200px) {
.site-header--menu-left .navbar-nav-wrapper{width:100%}
}
.site-header--menu-right .navbar-nav-wrapper{margin-right:auto}
@media (min-width: 992px) {
.site-header--menu-right > .container-fluid .gr-megamenu-dropdown{left:100%;transform:translateX(-100%) translateY(10px)}
}
@media (min-width: 992px) {
.site-header--menu-right
> .container-fluid
.nav-item.dropdown:hover
> .gr-megamenu-dropdown.center{transform:translateX(-100%) translateY(-10px);left:100%}
}
.single-div + .single-div:after{position:absolute;left:0;top:62px;bottom:62px;width:1px;content:"";background:red}
.single-div:after{position:absolute;right:0;top:62px;bottom:62px;width:1px;content:"";background:red}
.single-div:last-child:after{background:transparent}
.header-cart{position:relative;font-size:20px;color:var(--color-texts);margin-left:auto;margin-right:15px;margin-right:15px}
@media (min-width: 992px) {
.header-cart{margin-left:10px}
}
.header-cart span{height:20px;width:20px;font-size:12px;border-radius:500px;display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;transform:translate(50%,-50%);background:#379aff;color:#fff}
.dynamic-sticky-bg.reveal-header{background:var(--bg)}
.sticky-bg-white.reveal-header{background:#fff;background:#5877be;background:#fff}
.notification-block{position:relative}
.notification-block .count{position:absolute;top:0;right:0;margin-top:-4px;margin-right:-5px}
.show-gr-dropdown .gr-menu-dropdown{top:110%}
.show-gr-dropdown .gr-menu-dropdown.dropdown-right{right:0;left:auto}
.show-gr-dropdown .gr-menu-dropdown.dropdown-left{left:0;right:auto}
.show-gr-dropdown.show .gr-menu-dropdown{opacity:1;top:95%;pointer-events:visible}
@media (min-width: 992px) {
.main-menu{display:flex;justify-content:flex-end}}
.main-menu .gr-toggle-arrow{display:flex;align-items:center;justify-content:space-between}
.main-menu .gr-toggle-arrow:after{display:none}
.main-menu .gr-toggle-arrow i{font-size:24px;width:auto;line-height:1;height:auto;font-weight:900;margin-left:5px;margin-right:-12px;transition:.4s}
.main-menu .gr-toggle-arrow:hover i{transform:rotate(-180deg)}
.main-menu > li > .nav-link{
  color:#1a1a1a!important;text-transform:capitalize;position:relative;font-size:16px;font-weight:bold;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:left}
@media (min-width: 1200px) {
.main-menu > li > .nav-link{margin-left:7px!important;margin-right:7px!important;padding:30px 0 28px 8px !important}
/* .main-menu>li>.nav-link:before { content:"";background:#379aff;width:100%;height:3px;border-radius:3px;top:0;left:0;transition:transform .4s;will-change:transform;transform:scaleX(0);position:absolute} */
.site-header{padding-left:30px;padding-right:30px}}
.main-menu > li > .nav-link:hover:before{transform:scaleX(1)}
@media (min-width: 1200px) {
.main-menu > li > .nav-link.gr-toggle-arrow{padding-right:8px!important}
.main-menu > li > .nav-link.gr-toggle-arrow:before{width:calc(100% - 1px)}
.main-menu > li > .nav-link.gr-toggle-arrow i{position:absolute;right:-2px}
.brand-logo{margin-right:25px}}
.main-menu > li.active > .nav-link:before{transform:scaleX(1)}
.main-menu > li:hover > .gr-toggle-arrow i{transform:rotate(-180deg)}
.gr-menu-dropdown{background-color:transparent}
@media (min-width: 1200px) {
.gr-menu-dropdown{position:absolute;min-width:200px;box-shadow:0 0 6px 0 rgba(0,0,0,0.16);border-radius:8px;border:1px solid var(--border-color-3);padding:0;top:100%;z-index:9;opacity:0;transition:opacity 0.4s,top .4s;pointer-events:none;left:0;right:auto;border-radius:10px;background-color:#fff;display:block}}
.gr-menu-dropdown > .drop-menu-item{color: #1a1a1a;;font-size:16px;font-weight:600;padding:13px 18px}
@media (min-width: 1200px) {
.gr-menu-dropdown > .drop-menu-item{color:#2b3940}}
.gr-menu-dropdown > .drop-menu-item > a{color:inherit}
@media (min-width: 1200px) {
.gr-menu-dropdown > .drop-menu-item > a{transition:.4s}}
.gr-menu-dropdown > .drop-menu-item:hover > a{color:#379aff}
.gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown{border-top-color:#379aff}
@media (min-width: 1200px) {
.gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown{top:10px;left:auto;right:0;opacity:0;transform:translateX(110%);transition:.4s;pointer-events:none;will-change:transform}}
@media (min-width: 380px) {
.gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown > .drop-menu-item{padding-left:25px;padding-right:25px}
}
@media (min-width: 1200px) {
.gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown > .drop-menu-item{padding-left:30px;padding-right:30px}
}
.gr-menu-dropdown.dropdown-right{left:auto;right:-90%}
@media (min-width: 1200px) {
.gr-menu-dropdown.dropdown-left{left:0!important;right:auto!important;transform:translateX(-110%)!important}
.gr-menu-dropdown.dropdown-down {left: 0!important;top: 28px !important;right: auto!important;transform: translateX(-100%)!important;}
}
@media (min-width: 1200px) {
.nav-item.dropdown{position:relative;z-index:99}
}
@media (min-width: 1200px) {
.nav-item.dropdown:hover > .gr-menu-dropdown{top:90%;opacity:1;pointer-events:visible}
}
@media (min-width: 1200px) {
.nav-item.dropdown:hover > .gr-megamenu-dropdown.center{transform:translateX(-50%) translateY(-10px);z-index:99;opacity:1;pointer-events:visible}
}
@media (min-width: 1200px) {
.nav-item.dropdown:hover > .gr-megamenu-dropdown-2,.nav-item.dropdown:hover.triangle-shape:after,.nav-item.dropdown:hover.triangle-shape:before{transform:translateX(-50%) translateY(-10px);z-index:99;opacity:1;pointer-events:visible}
}
.drop-menu-item.dropdown{position:relative}
.drop-menu-item.dropdown > .gr-toggle-arrow i{transform:rotate(-90deg)}
@media (min-width: 1200px) {
.drop-menu-item.dropdown:hover > .gr-menu-dropdown{top:10px;opacity:1;pointer-events:visible;transform:translateX(100%)}
.drop-menu-item.dropdown:hover > .gr-menu-dropdown.dropdown-left{transform:translateX(-100%)!important}
}
.nav-item.dropdown.dropdown-mega{z-index:1}
@media (min-width: 1200px) {
.nav-item.dropdown.dropdown-mega{position:static}
}
.gr-megamenu-dropdown{background-color:transparent}
@media (min-width: 1200px) {
.gr-megamenu-dropdown{background-color:#fff}
}
.gr-megamenu-dropdown .dropdown-image-block{max-height:336px}
@media (min-width: 320px) and (max-width: 1200px) {
.gr-megamenu-dropdown{border:0}
}
@media (min-width: 1200px) {
.gr-megamenu-dropdown{padding:15px;min-width:925px;left:50%;transform:translateX(-50%) translateY(10px);will-change:transform;top:100%;z-index:-99;opacity:0;pointer-events:none;transition:.4s opacity,.4s transform;box-shadow:0 42px 54px rgba(0,0,0,0.09);border:1px solid #e7e9ed;border-radius:8px}
}
@media (min-width: 1200px) {
.gr-megamenu-dropdown{min-width:1100px}
}
.gr-megamenu-dropdown .single-dropdown-block .mega-drop-menu-item{padding-top:14px;padding-bottom:14px;display:block}
.gr-megamenu-dropdown .mega-drop-menu-item{padding-top:2.5px;padding-bottom:2.5px;font-size:13px;font-weight:700;text-transform:uppercase;transition:.4s;color:#2b3940}
@media (min-width: 320px) and (max-width: 1200px) {
.gr-megamenu-dropdown .mega-drop-menu-item{color:var(--color-headings);border-top:1px solid var(--border-color-3);padding-left:20px;padding-bottom:13px;padding-top:13px}
}
@media (min-width: 1200px) {
.gr-megamenu-dropdown .mega-drop-menu-item{padding-left:10px;padding-right:10px}
.gr-megamenu-dropdown .mega-drop-menu-item:hover{color:#379aff!important}
}
@media (min-width: 320px) and (max-width: 1200px) {
.gr-megamenu-dropdown [class*="col-"]{padding-left:0;padding-right:0}
.gr-megamenu-dropdown [class*="row-"]{margin-left:0;margin-right:0}
}
@media (min-width: 320px) and (max-width: 1200px) {
.gr-megamenu-dropdown-2{border:0}
}
@media (min-width: 1200px) {
.gr-megamenu-dropdown-2{box-shadow:0 42px 54px rgba(0,0,0,0.09);padding:25px;min-width:956px;left:50%;will-change:transform;top:100%;transform:translateX(-50%) translateY(10px);z-index:-99;opacity:0;pointer-events:none;transition:.4s opacity,.4s transform;box-shadow:0 52px 54px rgba(65,62,101,0.3);border:1px solid #e7e9ed}
}
@media (min-width: 1200px) {
.gr-megamenu-dropdown-2{min-width:1100px}
}
.gr-megamenu-dropdown-2 .single-dropdown-block .mega-drop-menu-item{padding-top:10px;padding-bottom:10px;display:block!important}
.gr-megamenu-dropdown-2 .mega-drop-menu-item{padding-top:2.5px;padding-bottom:2.5px;font-size:15px;font-weight:700}
@media (min-width: 320px) and (max-width: 1200px) {
.gr-megamenu-dropdown-2 .mega-drop-menu-item{border-top:1px solid var(--border-color-3);padding-left:20px;padding-bottom:13px;padding-top:13px}
}
@media (min-width: 1200px) {
.gr-megamenu-dropdown-2 .mega-drop-menu-item{padding-left:20px;padding-right:25px;border-radius:11px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}
.gr-megamenu-dropdown-2 .mega-drop-menu-item:hover{background:#f4f7fa}
}
@media (min-width: 1200px) {
.gr-megamenu-dropdown-2 .mega-drop-menu-item:hover{color:#379aff!important}
}
.gr-megamenu-dropdown-2 .mega-drop-menu-item .single-menu-title{margin-bottom:3px}
.gr-megamenu-dropdown-2 .mega-drop-menu-item p{margin-bottom:0;font-weight:400}
@media (min-width: 320px) and (max-width: 1200px) {
.gr-megamenu-dropdown-2 [class*="col-"]{padding-left:0;padding-right:0}
.gr-megamenu-dropdown-2 [class*="row-"]{margin-left:0;margin-right:0}
}
.dropdown-mega.triangle-shape{position:relative}
.dropdown-mega.triangle-shape:before{position:absolute;bottom:-7px;right:-2px;border:15px solid;border-color:transparent transparent #fff;transform:translateX(-50%) translateY(10px);z-index:100!important;opacity:0;transition:.4s;pointer-events:none!important}
@media (min-width: 1200px) {
.dropdown-mega.triangle-shape:before{content:""}
}
.dropdown-mega.triangle-shape:after{position:absolute;bottom:-4px;right:0;border:14px solid;border-color:transparent transparent #e7e9ed;transform:translateX(-50%) translateY(10px);z-index:99!important;opacity:0;transition:.4s;pointer-events:none!important}
@media (min-width: 1200px) {
.dropdown-mega.triangle-shape:after{content:""}
}
@media (min-width: 1200px) {
.offcanvas-active.navbar-expand-xl .btn-close-off-canvas{display:none}
}
@media (min-width: 320px) and (max-width: 1200px) {
.offcanvas-active.navbar-expand-xl .navbar-collapse{display:block;position:fixed;top:0;background:var(--bg);left:-100%;padding-left:20px;padding-right:20px;height:100%;transition:left .4s;z-index:999999;box-shadow:0 0 87px 0 rgba(0,0,0,0.09);padding-top:50px;width:250px;overflow-y:auto}
}
@media (min-width: 320px) and (max-width: 1200px) and (min-width: 380px) {
.offcanvas-active.navbar-expand-xl .navbar-collapse{width:300px}
}
@media (min-width: 320px) and (max-width: 1200px) and (min-width: 576px) {
.offcanvas-active.navbar-expand-xl .navbar-collapse{width:350px}
}
@media (min-width: 320px) and (max-width: 1200px) {
.offcanvas-active.navbar-expand-xl .navbar-collapse.show{left:0}
.offcanvas-active.navbar-expand-xl
.navbar-collapse.show
~ .btn-close-off-canvas
.icon-burger{display:block}
.offcanvas-active.navbar-expand-xl .navbar-collapse.collapsing{transition:height 0;height:100%}
.offcanvas-active.navbar-expand-xl .navbar-collapse::-webkit-scrollbar{width:8px}
.offcanvas-active.navbar-expand-xl .navbar-collapse::-webkit-scrollbar-track{background:#fff}
.offcanvas-active.navbar-expand-xl .navbar-collapse::-webkit-scrollbar-thumb{background-color:#f3f3f4}
.offcanvas-active.navbar-expand-xl .btn-close-off-canvas .icon-burger{display:block}
.offcanvas-active.navbar-expand-xl .main-menu > li{padding-bottom:0;margin-bottom:0;border-bottom:1px solid var(--border-color-3)}
.offcanvas-active.navbar-expand-xl .main-menu > li > .nav-link{padding-bottom:13px;padding-top:13px}
.offcanvas-active.navbar-expand-xl .main-menu > li .gr-menu-dropdown{border:0;border-radius:0;min-width:auto;padding:0}
.offcanvas-active.navbar-expand-xl .main-menu > li .gr-menu-dropdown > li{padding-top:0;padding-bottom:0;border-top:1px solid var(--border-color-3);padding-left:20px}
.offcanvas-active.navbar-expand-xl .main-menu > li .gr-menu-dropdown > li a{padding-top:13px;padding-bottom:13px}
.offcanvas-active.navbar-expand-xl .main-menu > li:last-child{border-bottom-color:transparent}
.offcanvas-active.navbar-expand-xl .main-menu li i{margin-left:8px;position:relative;top:3px}
.offcanvas-active.navbar-expand-xl .main-menu li:hover > a{color:#379aff}
.offcanvas-active.navbar-expand-xl .main-menu a{display:flex}
}
.navbar-toggler{color:var(--color-texts)!important;border-color:var(--color-texts)!important}
.hamburger-icon{border-radius:5px;border-width:2px;padding:3px 10px}
.hamburger-icon .hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:2px 0 0;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}
.hamburger-icon .hamburger .hamburger-box{position:relative;display:inline-block;width:20px;height:15px}
.hamburger-icon .hamburger .hamburger-box .hamburger-inner{transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transition-duration:75ms!important;position:absolute;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:var(--color-texts);top:50%;display:block;margin-top:-2px;width:20px;height:3px}
.hamburger-icon .hamburger .hamburger-box .hamburger-inner:before{top:-6px;transition:top 75ms ease 0.12s,opacity 75ms ease}
.hamburger-icon .hamburger .hamburger-box .hamburger-inner:after{bottom:-6px;transition:bottom 75ms ease 0.12s,transform 75ms cubic-bezier(0.55,0.055,0.675,0.19)}
.hamburger-icon .hamburger .hamburger-box .hamburger-inner:after,.hamburger-icon .hamburger .hamburger-box .hamburger-inner:before{display:block;content:"";position:absolute;width:20px;height:3px;border-radius:4px;background-color:var(--color-texts)}
.hamburger-icon[aria-expanded="true"]
.hamburger
.hamburger-box
.hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(0.215,0.61,0.355,1) .12s;transform:rotate(-90deg)}
.hamburger-icon[aria-expanded="true"]
.hamburger
.hamburger-box
.hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s!important;opacity:0}
.hamburger-icon[aria-expanded="true"]
.hamburger
.hamburger-box
.hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:rotate(45deg)}
.hamburger-icon:focus{outline:none;box-shadow:none}
.offcanvas-btn-close{position:absolute;top:0;right:0;font-size:22px;width:60px;height:50px;display:flex;justify-content:center;border:none;background:transparent;font-weight:700}
.offcanvas-btn-close i{color:var(--color-texts)!important}
.gr-cross-icon{transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transition-duration:75ms!important;position:absolute;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:var(--color-texts);top:50%;display:block;margin-top:-2px;height:0;width:0;left:50%;transform:translateX(-6.5px) rotate(45deg)}
.gr-cross-icon:before{top:0;transition:top 75ms ease 0.12s,opacity 75ms ease}
.gr-cross-icon:after{bottom:-3px;transition:bottom 75ms ease 0.12s,transform 75ms cubic-bezier(0.55,0.055,0.675,0.19);transform:rotate(-90deg)}
.gr-cross-icon:after,.gr-cross-icon:before{display:block;content:"";position:absolute;width:20px;height:3px;border-radius:4px;background-color:var(--color-texts)}
.btn{border-radius:3px;font-size:14px;font-weight:700;padding:5px;display:inline-flex;align-items:center;justify-content:center}
.btn.btn-medium{min-width:160px;height:48px;line-height:36px}
.btn.btn-lg{min-width:172px;height:59px;border-radius:10px}
.btn.btn-xl{min-width:180px;height:60px;border-radius:5px}
.btn.with-icon i{margin-left:-5px;margin-right:3px;font-size:16px;margin-top:2px}
.btn-reset{background:transparent;border:0}
.bookmark-button:before{content:"\f02e";color:inherit;font-size:inherit;font-weight:400;font-family:"Font Awesome 5 Free";display:inline-block}
.bookmark-button:hover:before,.bookmark-button.clicked:before{font-weight:900;color:#379aff}
.list-overlapped-icon{display:flex}
.list-overlapped-icon li{transition:transform 0.4s,left .4s;will-change:transition;transform:scale(1);position:relative;margin-left:5px}
.list-overlapped-icon li:first-child{z-index:6}
.list-overlapped-icon li:nth-child(2){z-index:5}
.list-overlapped-icon li:nth-child(3){z-index:4}
.list-overlapped-icon li:nth-child(4){z-index:3}
.list-overlapped-icon li:nth-child(5){z-index:2}
.list-overlapped-icon li:nth-child(6){z-index:1}
.list-overlapped-icon li:nth-child(7){z-index:0}
.list-overlapped-icon li:nth-child(2){left:-20px}
.list-overlapped-icon li:nth-child(3){left:-40px}
.list-overlapped-icon li:nth-child(4){left:-60px}
.list-overlapped-icon li:nth-child(5){left:-80px}
.list-overlapped-icon li:nth-child(6){left:-100px}
.list-overlapped-icon li:nth-child(7){left:-120px}
.filter-check-list a{display:flex;align-items:center;color:#2b3940!important;font-size:16px;color:inherit}
[data-theme="dark"] .filter-check-list a,.dark-mode-texts .filter-check-list a{color:#fff!important}
.filter-check-list a:before{content:"\f0c8";font-weight:400;font-family:"Font Awesome 5 Free";display:inline-block;color:#7e8989;margin-right:11px;margin-top:2px}
.filter-check-list a.clicked{color:#2b3940!important;font-weight:600}
[data-theme="dark"] .filter-check-list a.clicked,.dark-mode-texts .filter-check-list a.clicked{color:#fff!important}
.filter-check-list a.clicked:before{content:"\f14a";font-weight:900;color:#379aff}
.bg-image{background-size:cover;background-repeat:no-repeat;background-position:center}
.pattern-1{position:relative;z-index:0}
.pattern-1:before{content:"";left:-30px;top:-50%;transform:rotate(-180deg);position:absolute;min-width:100%;min-height:100%;background-repeat:no-repeat;width:100%;background-position:center;opacity:.1}
.gr-check-input{margin-bottom:20px}
.gr-check-input input:checked ~ .checkbox{background:#379aff!important;border-color:#379aff}
.gr-check-input input:checked ~ .checkbox::after{border-color:#379aff;background-color:#379aff}
.gr-check-input .checkbox{position:relative;line-height:1;min-width:14px;max-width:14px;min-height:14px;max-height:14px;border-radius:2px;border:1px solid #e5e5e5;display:inline-block;cursor:pointer}
.gr-check-input .checkbox:after{content:"";color:#000;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;border:1px solid #e5e5e5;background-color:#fff}
.filter-search-form-1{width:100%}
@media (min-width: 576px) {
.filter-search-form-1{display:flex}
}
.filter-search-form-1 .filter-inputs{padding-top:10px;padding-bottom:10px}
@media (min-width: 480px) {
.filter-search-form-1 .filter-inputs{display:flex}
}
@media (min-width: 576px) {
.filter-search-form-1 .filter-inputs{width:calc(100% - 180px)}
}
.filter-search-form-1 .filter-inputs .form-group{width:100%;margin-bottom:10px;position:relative;height:40px;border-bottom:1px solid #e5e5e5}
.filter-search-form-1 .filter-inputs .form-group:last-child{border-right:0;border-bottom:0}
@media (min-width: 480px) {
.filter-search-form-1 .filter-inputs .form-group{width:50%;border-right:1px solid #e5e5e5;border-bottom:0;margin-bottom:0}
}
.filter-search-form-1 .filter-inputs .form-group > .form-control,.filter-search-form-1 .filter-inputs .form-group > .nice-select{width:100%}
.filter-search-form-1 .filter-inputs .form-control{border:0;height:40px;color:#6b6e6f}
.filter-search-form-1 .filter-inputs .form-control::-moz-placeholder{color:#6b6e6f}
.filter-search-form-1 .filter-inputs .form-control:-ms-input-placeholder{color:#6b6e6f}
.filter-search-form-1 .filter-inputs .form-control::placeholder{color:#6b6e6f}
.filter-search-form-1 .filter-inputs .nice-select{border:0;display:flex;align-items:center;color:#6b6e6f}
.filter-search-form-1 .filter-inputs .nice-select:after{right:25px}
.filter-search-form-1 .button-block{min-width:180px;height:50px}
@media (min-width: 576px) {
.filter-search-form-1 .button-block{height:60px}
}
.filter-search-form-1 .btn-submit{justify-content:center;align-items:center;display:flex;border-radius:5px}
@media (min-width: 576px) {
.filter-search-form-1 .btn-submit{border-top-left-radius:0;border-bottom-left-radius:0}
}
.filter-search-form-2{width:100%}
@media (min-width: 992px) {
.filter-search-form-2{display:flex}
}
@media (min-width: 576px) {
.filter-search-form-2 .filter-inputs{display:flex;flex-wrap:wrap;align-items:center}
}
@media (min-width: 992px) {
.filter-search-form-2 .filter-inputs{width:calc(100% - 160px)}
}
.filter-search-form-2 .filter-inputs .form-group{width:100%;margin-bottom:10px;position:relative;height:40px;border-bottom:1px solid #e5e5e5}
.filter-search-form-2 .filter-inputs .form-group:last-child{border-right:0;border-bottom:0}
@media (min-width: 768px) {
.filter-search-form-2 .filter-inputs .form-group{width:50%;border-right:1px solid #e5e5e5;border-bottom:0}
}
@media (min-width: 992px) {
.filter-search-form-2 .filter-inputs .form-group{margin-bottom:0}
}
.filter-search-form-2 .filter-inputs .form-group > .form-control,.filter-search-form-2 .filter-inputs .form-group > .nice-select{width:100%}
.filter-search-form-2 .filter-inputs .nice-select{border:0;display:flex;align-items:center;color:#6b6e6f}
.filter-search-form-2 .filter-inputs .nice-select:after{right:37px}
@media screen and (max-width: 480px) {
.filter-search-form-2 .filter-inputs .nice-select .current{width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
.filter-search-form-2 .button-block{min-width:160px;height:50px;margin-top:20px}
@media (min-width: 576px) {
.filter-search-form-2 .button-block{height:60px}
}
@media (min-width: 768px) {
.filter-search-form-2 .button-block{margin-top:0}
}
.filter-search-form-2 .btn-submit{justify-content:center;align-items:center;display:flex}
.nice-select{display:flex;align-items:center}
.nice-select .current{line-height:1}
.nice-select .list{width:100%}
.nice-select:active,.nice-select.open,.nice-select:focus{border-color: #f3f4f4 !important;}
.nice-select.rounded-8{border-radius:8px!important}
.nice-select.arrow-2:after{border-width:5px;border-color:#000 transparent transparent;border-style:solid;display:block;height:5px;width:5px;margin-top:-2.5px;transform-origin:40% 23%;transform:rotate(0deg)}
.nice-select.arrow-2.open:after{transform:rotate(180deg)}
.nice-select.arrow-3:after{right:16px;height:6px;width:6px;border-color:#7e8989}
.nice-select.arrow-3.open:after{transform:rotate(225deg)}
.nice-select.arrow-3-black:after{border-color:#2b3940}
.nice-select.arrow-4:after{right:13px;height:5px;width:5px;font-size:15px;border-color:#7e8989;top:50%}
.nice-select.arrow-4.open:after{transform:rotate(225deg)}
.nice-select.arrow-4-black:after{border-color:#2b3940}
.arrow-box-dropdown:after{border-width:5px;border-color:#000 transparent transparent;border-style:solid;display:block;height:5px;width:5px;margin-top:-2.5px;transform-origin:40% 23%;transform:rotate(0deg);pointer-events:none;position:absolute;right:12px;top:50%;content:""}
.arrow-box-dropdown.open:after{transform:rotate(180deg)}
.error{color:#b71c1c}
#userActions{flex-direction:column;text-align:center;color:#37474f;background-position:center;background-repeat:no-repeat;border-radius:10px;position:relative}
#imgPrime{max-width:140px;height:auto;margin:0 auto;display:inline-block;margin-top:20px;display:none}
.search-2-adjustment .nice-select .current{width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.feature-cardOne-adjustments .card-tag-list{display:flex;align-items:center;flex-wrap:wrap;margin-left:-6px;margin-right:-6px}
.feature-cardOne-adjustments .card-tag-list li{min-width:104px}
@media (min-width: 480px) {
.feature-cardOne-adjustments .card-tag-list li{min-width:calc(33.3333% - 12px)}
}
@media (min-width: 992px) {
.feature-cardOne-adjustments .card-tag-list li{min-width:104px}
}
@media (min-width: 1200px) {
.feature-cardOne-adjustments .card-tag-list li{min-width:calc(33.3333% - 12px)}
}
.feature-cardOne-adjustments .card-tag-list li a{display:flex;align-items:center;justify-content:center;padding:0 5px;margin-bottom:10px;margin-left:6px;margin-right:6px;height:32px}
.feature-cardOne-adjustments .card-btn-group{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}
.feature-cardOne-adjustments .card-btn-group .btn{margin-left:8px;margin-right:8px;min-width:calc(100% - 16px);margin-bottom:10px}
@media (min-width: 370px) {
.feature-cardOne-adjustments .card-btn-group .btn{min-width:calc(50% - 16px)}
}
@media (min-width: 992px) {
.feature-cardOne-adjustments .card-btn-group .btn{min-width:calc(100% - 16px)}
}
@media (min-width: 1200px) {
.feature-cardOne-adjustments .card-btn-group .btn{min-width:calc(50% - 16px)}
}
.modal.show .modal-dialog{pointer-events:visible}
@media only screen and (min-height: 775px) {
.form-modal.modal{align-items:center;display:flex!important;pointer-events:none}
.form-modal.modal.show{pointer-events:visible}
}
.search-nav-tab .active{background-color:transparent!important;border:0}
.search-nav-tab .active > div{border-color:#379aff}
.accordion-trigger.arrow-icon{position:relative;display:flex;align-items:center;justify-content:space-between}
.accordion-trigger.arrow-icon:after{content:"\ea05";font-family:"Grayic";font-size:20px;display:block;line-height:1;transform:rotate(0deg);transition:.4s;color:#379aff;top:2px;position:relative}
.accordion-trigger.arrow-icon[aria-expanded="true"]:after{transform:rotate(-180deg)}
.dashboard-sidebar-wrapper{width:290px;height:100vh;position:fixed;left:0;top:0;background:var(--bg);transform:translateX(-100%);transition:.4s transform;z-index:800}
@media (min-width: 768px) {
.dashboard-sidebar-wrapper{transform:none}
}
.dashboard-sidebar-wrapper.show{transform:translateX(0%)}
.dashboard-layout-sidebar li a{color:#6b6e6f;position:relative;transition:.4s}
[data-theme="dark"] .dashboard-layout-sidebar li a,.dark-mode-texts .dashboard-layout-sidebar li a{color:#fff}
.dashboard-layout-sidebar li a:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:#379aff;border-radius:7px;transform:scaleY(0);will-change:transform;transition:.4s}
.dashboard-layout-sidebar li a i{transition:.4s;color:#d2dcd6}
[data-theme="dark"] .dashboard-layout-sidebar li a i,.dark-mode-texts .dashboard-layout-sidebar li a i{color:rgba(210,220,214,0.5)}
@media (min-width: 992px) {
.dashboard-layout-sidebar li a:hover{color:#000}
[data-theme="dark"] .dashboard-layout-sidebar li a:hover,.dark-mode-texts .dashboard-layout-sidebar li a:hover{color:rgba(210,220,214,0.5)}
.dashboard-layout-sidebar li a:hover > i{color:#379aff}
.dashboard-layout-sidebar li a:hover:before{transform:scaleY(1)}
}
.dashboard-layout-sidebar li.active a{color:#000}
[data-theme="dark"] .dashboard-layout-sidebar li.active a,.dark-mode-texts .dashboard-layout-sidebar li.active a{color:rgba(210,220,214,0.5)}
.dashboard-layout-sidebar li.active a > i{color:#379aff}
.dashboard-layout-sidebar li.active a:before{transform:scaleY(1)}
.sidebar-mobile-button{min-height:30px;position:fixed;bottom:0;left:0;width:100%;font-size:16px;font-weight:600;z-index:801;background:#379aff;color:#fff!important;padding-top:10px;padding-bottom:10px;text-align:center;display:flex;align-items:center;justify-content:center}
@media (min-width: 768px) {
.sidebar-mobile-button{transform:translateY(100%)}
}
.sidebar-mobile-button:after{content:"Sidebar Open";margin-left:10px}
.sidebar-mobile-button[aria-expanded="true"]:after{content:"Sidebar Close"}
.bg-primary-opacity-visible{background-color:#379aff}
.bg-primary-opacity-1{background-color:rgba(0,176,116,0.1)}
.bg-primary-opacity-15{background-color:rgba(0,176,116,0.15)}
.bg-primary-opacity-2{background-color:rgba(0,176,116,0.2)}
.bg-primary-opacity-3{background-color:rgba(0,176,116,0.3)}
.bg-primary-opacity-4{background-color:rgba(0,176,116,0.4)}
.bg-primary-opacity-5{background-color:rgba(0,176,116,0.5)}
.bg-primary-opacity-6{background-color:rgba(0,176,116,0.6)}
.bg-primary-opacity-p6{background-color:rgba(0,176,116,0.06)}
.bg-primary-opacity-7{background-color:rgba(0,176,116,0.7)}
.bg-primary-opacity-8{background-color:rgba(0,176,116,0.8)}
.bg-primary-opacity-9{background-color:rgba(0,176,116,0.9)}
.gr-color-primary-opacity-visible{color:#379aff}
.gr-color-primary-opacity-1{color:rgba(0,176,116,0.1)}
.gr-color-primary-opacity-15{color:rgba(0,176,116,0.15)}
.gr-color-primary-opacity-2{color:rgba(0,176,116,0.2)}
.gr-color-primary-opacity-3{color:rgba(0,176,116,0.3)}
.gr-color-primary-opacity-4{color:rgba(0,176,116,0.4)}
.gr-color-primary-opacity-5{color:rgba(0,176,116,0.5)}
.gr-color-primary-opacity-6{color:rgba(0,176,116,0.6)}
.gr-color-primary-opacity-p6{color:rgba(0,176,116,0.06)}
.gr-color-primary-opacity-7{color:rgba(0,176,116,0.7)}
.gr-color-primary-opacity-8{color:rgba(0,176,116,0.8)}
.gr-color-primary-opacity-9{color:rgba(0,176,116,0.9)}
.bg-secondary-opacity-visible{background-color:#4743db}
.bg-secondary-opacity-1{background-color:rgba(71,67,219,0.1)}
.bg-secondary-opacity-15{background-color:rgba(71,67,219,0.15)}
.bg-secondary-opacity-2{background-color:rgba(71,67,219,0.2)}
.bg-secondary-opacity-3{background-color:rgba(71,67,219,0.3)}
.bg-secondary-opacity-4{background-color:rgba(71,67,219,0.4)}
.bg-secondary-opacity-5{background-color:rgba(71,67,219,0.5)}
.bg-secondary-opacity-6{background-color:rgba(71,67,219,0.6)}
.bg-secondary-opacity-p6{background-color:rgba(71,67,219,0.06)}
.bg-secondary-opacity-7{background-color:rgba(71,67,219,0.7)}
.bg-secondary-opacity-8{background-color:rgba(71,67,219,0.8)}
.bg-secondary-opacity-9{background-color:rgba(71,67,219,0.9)}
.gr-color-secondary-opacity-visible{color:#4743db}
.gr-color-secondary-opacity-1{color:rgba(71,67,219,0.1)}
.gr-color-secondary-opacity-15{color:rgba(71,67,219,0.15)}
.gr-color-secondary-opacity-2{color:rgba(71,67,219,0.2)}
.gr-color-secondary-opacity-3{color:rgba(71,67,219,0.3)}
.gr-color-secondary-opacity-4{color:rgba(71,67,219,0.4)}
.gr-color-secondary-opacity-5{color:rgba(71,67,219,0.5)}
.gr-color-secondary-opacity-6{color:rgba(71,67,219,0.6)}
.gr-color-secondary-opacity-p6{color:rgba(71,67,219,0.06)}
.gr-color-secondary-opacity-7{color:rgba(71,67,219,0.7)}
.gr-color-secondary-opacity-8{color:rgba(71,67,219,0.8)}
.gr-color-secondary-opacity-9{color:rgba(71,67,219,0.9)}
.bg-success-opacity-visible{background-color:#379aff}
.bg-success-opacity-1{background-color:rgba(0,176,116,0.1)}
.bg-success-opacity-15{background-color:rgba(0,176,116,0.15)}
.bg-success-opacity-2{background-color:rgba(0,176,116,0.2)}
.bg-success-opacity-3{background-color:rgba(0,176,116,0.3)}
.bg-success-opacity-4{background-color:rgba(0,176,116,0.4)}
.bg-success-opacity-5{background-color:rgba(0,176,116,0.5)}
.bg-success-opacity-6{background-color:rgba(0,176,116,0.6)}
.bg-success-opacity-p6{background-color:rgba(0,176,116,0.06)}
.bg-success-opacity-7{background-color:rgba(0,176,116,0.7)}
.bg-success-opacity-8{background-color:rgba(0,176,116,0.8)}
.bg-success-opacity-9{background-color:rgba(0,176,116,0.9)}
.gr-color-success-opacity-visible{color:#379aff}
.gr-color-success-opacity-1{color:rgba(0,176,116,0.1)}
.gr-color-success-opacity-15{color:rgba(0,176,116,0.15)}
.gr-color-success-opacity-2{color:rgba(0,176,116,0.2)}
.gr-color-success-opacity-3{color:rgba(0,176,116,0.3)}
.gr-color-success-opacity-4{color:rgba(0,176,116,0.4)}
.gr-color-success-opacity-5{color:rgba(0,176,116,0.5)}
.gr-color-success-opacity-6{color:rgba(0,176,116,0.6)}
.gr-color-success-opacity-p6{color:rgba(0,176,116,0.06)}
.gr-color-success-opacity-7{color:rgba(0,176,116,0.7)}
.gr-color-success-opacity-8{color:rgba(0,176,116,0.8)}
.gr-color-success-opacity-9{color:rgba(0,176,116,0.9)}
.bg-info-opacity-visible{background-color:#17a2b8}
.bg-info-opacity-1{background-color:rgba(23,162,184,0.1)}
.bg-info-opacity-15{background-color:rgba(23,162,184,0.15)}
.bg-info-opacity-2{background-color:rgba(23,162,184,0.2)}
.bg-info-opacity-3{background-color:rgba(23,162,184,0.3)}
.bg-info-opacity-4{background-color:rgba(23,162,184,0.4)}
.bg-info-opacity-5{background-color:rgba(23,162,184,0.5)}
.bg-info-opacity-6{background-color:rgba(23,162,184,0.6)}
.bg-info-opacity-p6{background-color:rgba(23,162,184,0.06)}
.bg-info-opacity-7{background-color:rgba(23,162,184,0.7)}
.bg-info-opacity-8{background-color:rgba(23,162,184,0.8)}
.bg-info-opacity-9{background-color:rgba(23,162,184,0.9)}
.gr-color-info-opacity-visible{color:#17a2b8}
.gr-color-info-opacity-1{color:rgba(23,162,184,0.1)}
.gr-color-info-opacity-15{color:rgba(23,162,184,0.15)}
.gr-color-info-opacity-2{color:rgba(23,162,184,0.2)}
.gr-color-info-opacity-3{color:rgba(23,162,184,0.3)}
.gr-color-info-opacity-4{color:rgba(23,162,184,0.4)}
.gr-color-info-opacity-5{color:rgba(23,162,184,0.5)}
.gr-color-info-opacity-6{color:rgba(23,162,184,0.6)}
.gr-color-info-opacity-p6{color:rgba(23,162,184,0.06)}
.gr-color-info-opacity-7{color:rgba(23,162,184,0.7)}
.gr-color-info-opacity-8{color:rgba(23,162,184,0.8)}
.gr-color-info-opacity-9{color:rgba(23,162,184,0.9)}
.bg-warning-opacity-visible{background-color:#ffb300}
.bg-warning-opacity-1{background-color:rgba(255,179,0,0.1)}
.bg-warning-opacity-15{background-color:rgba(255,179,0,0.15)}
.bg-warning-opacity-2{background-color:rgba(255,179,0,0.2)}
.bg-warning-opacity-3{background-color:rgba(255,179,0,0.3)}
.bg-warning-opacity-4{background-color:rgba(255,179,0,0.4)}
.bg-warning-opacity-5{background-color:rgba(255,179,0,0.5)}
.bg-warning-opacity-6{background-color:rgba(255,179,0,0.6)}
.bg-warning-opacity-p6{background-color:rgba(255,179,0,0.06)}
.bg-warning-opacity-7{background-color:rgba(255,179,0,0.7)}
.bg-warning-opacity-8{background-color:rgba(255,179,0,0.8)}
.bg-warning-opacity-9{background-color:rgba(255,179,0,0.9)}
.gr-color-warning-opacity-visible{color:#ffb300}
.gr-color-warning-opacity-1{color:rgba(255,179,0,0.1)}
.gr-color-warning-opacity-15{color:rgba(255,179,0,0.15)}
.gr-color-warning-opacity-2{color:rgba(255,179,0,0.2)}
.gr-color-warning-opacity-3{color:rgba(255,179,0,0.3)}
.gr-color-warning-opacity-4{color:rgba(255,179,0,0.4)}
.gr-color-warning-opacity-5{color:rgba(255,179,0,0.5)}
.gr-color-warning-opacity-6{color:rgba(255,179,0,0.6)}
.gr-color-warning-opacity-p6{color:rgba(255,179,0,0.06)}
.gr-color-warning-opacity-7{color:rgba(255,179,0,0.7)}
.gr-color-warning-opacity-8{color:rgba(255,179,0,0.8)}
.gr-color-warning-opacity-9{color:rgba(255,179,0,0.9)}
.bg-danger-opacity-visible{background-color:#f71e3f}
.bg-danger-opacity-1{background-color:rgba(247,30,63,0.1)}
.bg-danger-opacity-15{background-color:rgba(247,30,63,0.15)}
.bg-danger-opacity-2{background-color:rgba(247,30,63,0.2)}
.bg-danger-opacity-3{background-color:rgba(247,30,63,0.3)}
.bg-danger-opacity-4{background-color:rgba(247,30,63,0.4)}
.bg-danger-opacity-5{background-color:rgba(247,30,63,0.5)}
.bg-danger-opacity-6{background-color:rgba(247,30,63,0.6)}
.bg-danger-opacity-p6{background-color:rgba(247,30,63,0.06)}
.bg-danger-opacity-7{background-color:rgba(247,30,63,0.7)}
.bg-danger-opacity-8{background-color:rgba(247,30,63,0.8)}
.bg-danger-opacity-9{background-color:rgba(247,30,63,0.9)}
.gr-color-danger-opacity-visible{color:#f71e3f}
.gr-color-danger-opacity-1{color:rgba(247,30,63,0.1)}
.gr-color-danger-opacity-15{color:rgba(247,30,63,0.15)}
.gr-color-danger-opacity-2{color:rgba(247,30,63,0.2)}
.gr-color-danger-opacity-3{color:rgba(247,30,63,0.3)}
.gr-color-danger-opacity-4{color:rgba(247,30,63,0.4)}
.gr-color-danger-opacity-5{color:rgba(247,30,63,0.5)}
.gr-color-danger-opacity-6{color:rgba(247,30,63,0.6)}
.gr-color-danger-opacity-p6{color:rgba(247,30,63,0.06)}
.gr-color-danger-opacity-7{color:rgba(247,30,63,0.7)}
.gr-color-danger-opacity-8{color:rgba(247,30,63,0.8)}
.gr-color-danger-opacity-9{color:rgba(247,30,63,0.9)}
.bg-light-opacity-visible{background-color:#f8f9fa}
.bg-light-opacity-1{background-color:rgba(248,249,250,0.1)}
.bg-light-opacity-15{background-color:rgba(248,249,250,0.15)}
.bg-light-opacity-2{background-color:rgba(248,249,250,0.2)}
.bg-light-opacity-3{background-color:rgba(248,249,250,0.3)}
.bg-light-opacity-4{background-color:rgba(248,249,250,0.4)}
.bg-light-opacity-5{background-color:rgba(248,249,250,0.5)}
.bg-light-opacity-6{background-color:rgba(248,249,250,0.6)}
.bg-light-opacity-p6{background-color:rgba(248,249,250,0.06)}
.bg-light-opacity-7{background-color:rgba(248,249,250,0.7)}
.bg-light-opacity-8{background-color:rgba(248,249,250,0.8)}
.bg-light-opacity-9{background-color:rgba(248,249,250,0.9)}
.gr-color-light-opacity-visible{color:#f8f9fa}
.gr-color-light-opacity-1{color:rgba(248,249,250,0.1)}
.gr-color-light-opacity-15{color:rgba(248,249,250,0.15)}
.gr-color-light-opacity-2{color:rgba(248,249,250,0.2)}
.gr-color-light-opacity-3{color:rgba(248,249,250,0.3)}
.gr-color-light-opacity-4{color:rgba(248,249,250,0.4)}
.gr-color-light-opacity-5{color:rgba(248,249,250,0.5)}
.gr-color-light-opacity-6{color:rgba(248,249,250,0.6)}
.gr-color-light-opacity-p6{color:rgba(248,249,250,0.06)}
.gr-color-light-opacity-7{color:rgba(248,249,250,0.7)}
.gr-color-light-opacity-8{color:rgba(248,249,250,0.8)}
.gr-color-light-opacity-9{color:rgba(248,249,250,0.9)}
.bg-dark-opacity-visible{background-color:#343a40}
.bg-dark-opacity-1{background-color:rgba(52,58,64,0.1)}
.bg-dark-opacity-15{background-color:rgba(52,58,64,0.15)}
.bg-dark-opacity-2{background-color:rgba(52,58,64,0.2)}
.bg-dark-opacity-3{background-color:rgba(52,58,64,0.3)}
.bg-dark-opacity-4{background-color:rgba(52,58,64,0.4)}
.bg-dark-opacity-5{background-color:rgba(52,58,64,0.5)}
.bg-dark-opacity-6{background-color:rgba(52,58,64,0.6)}
.bg-dark-opacity-p6{background-color:rgba(52,58,64,0.06)}
.bg-dark-opacity-7{background-color:rgba(52,58,64,0.7)}
.bg-dark-opacity-8{background-color:rgba(52,58,64,0.8)}
.bg-dark-opacity-9{background-color:rgba(52,58,64,0.9)}
.gr-color-dark-opacity-visible{color:#343a40}
.gr-color-dark-opacity-1{color:rgba(52,58,64,0.1)}
.gr-color-dark-opacity-15{color:rgba(52,58,64,0.15)}
.gr-color-dark-opacity-2{color:rgba(52,58,64,0.2)}
.gr-color-dark-opacity-3{color:rgba(52,58,64,0.3)}
.gr-color-dark-opacity-4{color:rgba(52,58,64,0.4)}
.gr-color-dark-opacity-5{color:rgba(52,58,64,0.5)}
.gr-color-dark-opacity-6{color:rgba(52,58,64,0.6)}
.gr-color-dark-opacity-p6{color:rgba(52,58,64,0.06)}
.gr-color-dark-opacity-7{color:rgba(52,58,64,0.7)}
.gr-color-dark-opacity-8{color:rgba(52,58,64,0.8)}
.gr-color-dark-opacity-9{color:rgba(52,58,64,0.9)}
.bg-white-opacity-visible{background-color:#fff}
.bg-white-opacity-1{background-color:rgba(255,255,255,0.1)}
.bg-white-opacity-15{background-color:rgba(255,255,255,0.15)}
.bg-white-opacity-2{background-color:rgba(255,255,255,0.2)}
.bg-white-opacity-3{background-color:rgba(255,255,255,0.3)}
.bg-white-opacity-4{background-color:rgba(255,255,255,0.4)}
.bg-white-opacity-5{background-color:rgba(255,255,255,0.5)}
.bg-white-opacity-6{background-color:rgba(255,255,255,0.6)}
.bg-white-opacity-p6{background-color:rgba(255,255,255,0.06)}
.bg-white-opacity-7{background-color:rgba(255,255,255,0.7)}
.bg-white-opacity-8{background-color:rgba(255,255,255,0.8)}
.bg-white-opacity-9{background-color:rgba(255,255,255,0.9)}
.gr-color-white-opacity-visible{color:#fff}
.gr-color-white-opacity-1{color:rgba(255,255,255,0.1)}
.gr-color-white-opacity-15{color:rgba(255,255,255,0.15)}
.gr-color-white-opacity-2{color:rgba(255,255,255,0.2)}
.gr-color-white-opacity-3{color:rgba(255,255,255,0.3)}
.gr-color-white-opacity-4{color:rgba(255,255,255,0.4)}
.gr-color-white-opacity-5{color:rgba(255,255,255,0.5)}
.gr-color-white-opacity-6{color:rgba(255,255,255,0.6)}
.gr-color-white-opacity-p6{color:rgba(255,255,255,0.06)}
.gr-color-white-opacity-7{color:rgba(255,255,255,0.7)}
.gr-color-white-opacity-8{color:rgba(255,255,255,0.8)}
.gr-color-white-opacity-9{color:rgba(255,255,255,0.9)}
.bg-green-opacity-visible{background-color:#379aff}
.bg-green-opacity-1{background-color:rgba(0,176,116,0.1)}
.bg-green-opacity-15{background-color:rgba(0,176,116,0.15)}
.bg-green-opacity-2{background-color:rgba(0,176,116,0.2)}
.bg-green-opacity-3{background-color:rgba(0,176,116,0.3)}
.bg-green-opacity-4{background-color:rgba(0,176,116,0.4)}
.bg-green-opacity-5{background-color:rgba(0,176,116,0.5)}
.bg-green-opacity-6{background-color:rgba(0,176,116,0.6)}
.bg-green-opacity-p6{background-color:rgba(0,176,116,0.06)}
.bg-green-opacity-7{background-color:rgba(0,176,116,0.7)}
.bg-green-opacity-8{background-color:rgba(0,176,116,0.8)}
.bg-green-opacity-9{background-color:rgba(0,176,116,0.9)}
.gr-color-green-opacity-visible{color:#379aff}
.gr-color-green-opacity-1{color:rgba(0,176,116,0.1)}
.gr-color-green-opacity-15{color:rgba(0,176,116,0.15)}
.gr-color-green-opacity-2{color:rgba(0,176,116,0.2)}
.gr-color-green-opacity-3{color:rgba(0,176,116,0.3)}
.gr-color-green-opacity-4{color:rgba(0,176,116,0.4)}
.gr-color-green-opacity-5{color:rgba(0,176,116,0.5)}
.gr-color-green-opacity-6{color:rgba(0,176,116,0.6)}
.gr-color-green-opacity-p6{color:rgba(0,176,116,0.06)}
.gr-color-green-opacity-7{color:rgba(0,176,116,0.7)}
.gr-color-green-opacity-8{color:rgba(0,176,116,0.8)}
.gr-color-green-opacity-9{color:rgba(0,176,116,0.9)}
.bg-blue-opacity-visible{background-color:#4743db}
.bg-blue-opacity-1{background-color:rgba(71,67,219,0.1)}
.bg-blue-opacity-15{background-color:rgba(71,67,219,0.15)}
.bg-blue-opacity-2{background-color:rgba(71,67,219,0.2)}
.bg-blue-opacity-3{background-color:rgba(71,67,219,0.3)}
.bg-blue-opacity-4{background-color:rgba(71,67,219,0.4)}
.bg-blue-opacity-5{background-color:rgba(71,67,219,0.5)}
.bg-blue-opacity-6{background-color:rgba(71,67,219,0.6)}
.bg-blue-opacity-p6{background-color:rgba(71,67,219,0.06)}
.bg-blue-opacity-7{background-color:rgba(71,67,219,0.7)}
.bg-blue-opacity-8{background-color:rgba(71,67,219,0.8)}
.bg-blue-opacity-9{background-color:rgba(71,67,219,0.9)}
.gr-color-blue-opacity-visible{color:#4743db}
.gr-color-blue-opacity-1{color:rgba(71,67,219,0.1)}
.gr-color-blue-opacity-15{color:rgba(71,67,219,0.15)}
.gr-color-blue-opacity-2{color:rgba(71,67,219,0.2)}
.gr-color-blue-opacity-3{color:rgba(71,67,219,0.3)}
.gr-color-blue-opacity-4{color:rgba(71,67,219,0.4)}
.gr-color-blue-opacity-5{color:rgba(71,67,219,0.5)}
.gr-color-blue-opacity-6{color:rgba(71,67,219,0.6)}
.gr-color-blue-opacity-p6{color:rgba(71,67,219,0.06)}
.gr-color-blue-opacity-7{color:rgba(71,67,219,0.7)}
.gr-color-blue-opacity-8{color:rgba(71,67,219,0.8)}
.gr-color-blue-opacity-9{color:rgba(71,67,219,0.9)}
.bg-eastern-opacity-visible{background-color:#2397af}
.bg-eastern-opacity-1{background-color:rgba(35,151,175,0.1)}
.bg-eastern-opacity-15{background-color:rgba(35,151,175,0.15)}
.bg-eastern-opacity-2{background-color:rgba(35,151,175,0.2)}
.bg-eastern-opacity-3{background-color:rgba(35,151,175,0.3)}
.bg-eastern-opacity-4{background-color:rgba(35,151,175,0.4)}
.bg-eastern-opacity-5{background-color:rgba(35,151,175,0.5)}
.bg-eastern-opacity-6{background-color:rgba(35,151,175,0.6)}
.bg-eastern-opacity-p6{background-color:rgba(35,151,175,0.06)}
.bg-eastern-opacity-7{background-color:rgba(35,151,175,0.7)}
.bg-eastern-opacity-8{background-color:rgba(35,151,175,0.8)}
.bg-eastern-opacity-9{background-color:rgba(35,151,175,0.9)}
.gr-color-eastern-opacity-visible{color:#2397af}
.gr-color-eastern-opacity-1{color:rgba(35,151,175,0.1)}
.gr-color-eastern-opacity-15{color:rgba(35,151,175,0.15)}
.gr-color-eastern-opacity-2{color:rgba(35,151,175,0.2)}
.gr-color-eastern-opacity-3{color:rgba(35,151,175,0.3)}
.gr-color-eastern-opacity-4{color:rgba(35,151,175,0.4)}
.gr-color-eastern-opacity-5{color:rgba(35,151,175,0.5)}
.gr-color-eastern-opacity-6{color:rgba(35,151,175,0.6)}
.gr-color-eastern-opacity-p6{color:rgba(35,151,175,0.06)}
.gr-color-eastern-opacity-7{color:rgba(35,151,175,0.7)}
.gr-color-eastern-opacity-8{color:rgba(35,151,175,0.8)}
.gr-color-eastern-opacity-9{color:rgba(35,151,175,0.9)}
.bg-denim-opacity-visible{background-color:#1a5aeb}
.bg-denim-opacity-1{background-color:rgba(26,90,235,0.1)}
.bg-denim-opacity-15{background-color:rgba(26,90,235,0.15)}
.bg-denim-opacity-2{background-color:rgba(26,90,235,0.2)}
.bg-denim-opacity-3{background-color:rgba(26,90,235,0.3)}
.bg-denim-opacity-4{background-color:rgba(26,90,235,0.4)}
.bg-denim-opacity-5{background-color:rgba(26,90,235,0.5)}
.bg-denim-opacity-6{background-color:rgba(26,90,235,0.6)}
.bg-denim-opacity-p6{background-color:rgba(26,90,235,0.06)}
.bg-denim-opacity-7{background-color:rgba(26,90,235,0.7)}
.bg-denim-opacity-8{background-color:rgba(26,90,235,0.8)}
.bg-denim-opacity-9{background-color:rgba(26,90,235,0.9)}
.gr-color-denim-opacity-visible{color:#1a5aeb}
.gr-color-denim-opacity-1{color:rgba(26,90,235,0.1)}
.gr-color-denim-opacity-15{color:rgba(26,90,235,0.15)}
.gr-color-denim-opacity-2{color:rgba(26,90,235,0.2)}
.gr-color-denim-opacity-3{color:rgba(26,90,235,0.3)}
.gr-color-denim-opacity-4{color:rgba(26,90,235,0.4)}
.gr-color-denim-opacity-5{color:rgba(26,90,235,0.5)}
.gr-color-denim-opacity-6{color:rgba(26,90,235,0.6)}
.gr-color-denim-opacity-p6{color:rgba(26,90,235,0.06)}
.gr-color-denim-opacity-7{color:rgba(26,90,235,0.7)}
.gr-color-denim-opacity-8{color:rgba(26,90,235,0.8)}
.gr-color-denim-opacity-9{color:rgba(26,90,235,0.9)}
.bg-dodger-opacity-visible{background-color:#336ef7}
.bg-dodger-opacity-1{background-color:rgba(51,110,247,0.1)}
.bg-dodger-opacity-15{background-color:rgba(51,110,247,0.15)}
.bg-dodger-opacity-2{background-color:rgba(51,110,247,0.2)}
.bg-dodger-opacity-3{background-color:rgba(51,110,247,0.3)}
.bg-dodger-opacity-4{background-color:rgba(51,110,247,0.4)}
.bg-dodger-opacity-5{background-color:rgba(51,110,247,0.5)}
.bg-dodger-opacity-6{background-color:rgba(51,110,247,0.6)}
.bg-dodger-opacity-p6{background-color:rgba(51,110,247,0.06)}
.bg-dodger-opacity-7{background-color:rgba(51,110,247,0.7)}
.bg-dodger-opacity-8{background-color:rgba(51,110,247,0.8)}
.bg-dodger-opacity-9{background-color:rgba(51,110,247,0.9)}
.gr-color-dodger-opacity-visible{color:#336ef7}
.gr-color-dodger-opacity-1{color:rgba(51,110,247,0.1)}
.gr-color-dodger-opacity-15{color:rgba(51,110,247,0.15)}
.gr-color-dodger-opacity-2{color:rgba(51,110,247,0.2)}
.gr-color-dodger-opacity-3{color:rgba(51,110,247,0.3)}
.gr-color-dodger-opacity-4{color:rgba(51,110,247,0.4)}
.gr-color-dodger-opacity-5{color:rgba(51,110,247,0.5)}
.gr-color-dodger-opacity-6{color:rgba(51,110,247,0.6)}
.gr-color-dodger-opacity-p6{color:rgba(51,110,247,0.06)}
.gr-color-dodger-opacity-7{color:rgba(51,110,247,0.7)}
.gr-color-dodger-opacity-8{color:rgba(51,110,247,0.8)}
.gr-color-dodger-opacity-9{color:rgba(51,110,247,0.9)}
.bg-dodger-2-opacity-visible{background-color:#4d83ff}
.bg-dodger-2-opacity-1{background-color:rgba(77,131,255,0.1)}
.bg-dodger-2-opacity-15{background-color:rgba(77,131,255,0.15)}
.bg-dodger-2-opacity-2{background-color:rgba(77,131,255,0.2)}
.bg-dodger-2-opacity-3{background-color:rgba(77,131,255,0.3)}
.bg-dodger-2-opacity-4{background-color:rgba(77,131,255,0.4)}
.bg-dodger-2-opacity-5{background-color:rgba(77,131,255,0.5)}
.bg-dodger-2-opacity-6{background-color:rgba(77,131,255,0.6)}
.bg-dodger-2-opacity-p6{background-color:rgba(77,131,255,0.06)}
.bg-dodger-2-opacity-7{background-color:rgba(77,131,255,0.7)}
.bg-dodger-2-opacity-8{background-color:rgba(77,131,255,0.8)}
.bg-dodger-2-opacity-9{background-color:rgba(77,131,255,0.9)}
.gr-color-dodger-2-opacity-visible{color:#4d83ff}
.gr-color-dodger-2-opacity-1{color:rgba(77,131,255,0.1)}
.gr-color-dodger-2-opacity-15{color:rgba(77,131,255,0.15)}
.gr-color-dodger-2-opacity-2{color:rgba(77,131,255,0.2)}
.gr-color-dodger-2-opacity-3{color:rgba(77,131,255,0.3)}
.gr-color-dodger-2-opacity-4{color:rgba(77,131,255,0.4)}
.gr-color-dodger-2-opacity-5{color:rgba(77,131,255,0.5)}
.gr-color-dodger-2-opacity-6{color:rgba(77,131,255,0.6)}
.gr-color-dodger-2-opacity-p6{color:rgba(77,131,255,0.06)}
.gr-color-dodger-2-opacity-7{color:rgba(77,131,255,0.7)}
.gr-color-dodger-2-opacity-8{color:rgba(77,131,255,0.8)}
.gr-color-dodger-2-opacity-9{color:rgba(77,131,255,0.9)}
.bg-spray-opacity-visible{background-color:#65efe3}
.bg-spray-opacity-1{background-color:rgba(101,239,227,0.1)}
.bg-spray-opacity-15{background-color:rgba(101,239,227,0.15)}
.bg-spray-opacity-2{background-color:rgba(101,239,227,0.2)}
.bg-spray-opacity-3{background-color:rgba(101,239,227,0.3)}
.bg-spray-opacity-4{background-color:rgba(101,239,227,0.4)}
.bg-spray-opacity-5{background-color:rgba(101,239,227,0.5)}
.bg-spray-opacity-6{background-color:rgba(101,239,227,0.6)}
.bg-spray-opacity-p6{background-color:rgba(101,239,227,0.06)}
.bg-spray-opacity-7{background-color:rgba(101,239,227,0.7)}
.bg-spray-opacity-8{background-color:rgba(101,239,227,0.8)}
.bg-spray-opacity-9{background-color:rgba(101,239,227,0.9)}
.gr-color-spray-opacity-visible{color:#65efe3}
.gr-color-spray-opacity-1{color:rgba(101,239,227,0.1)}
.gr-color-spray-opacity-15{color:rgba(101,239,227,0.15)}
.gr-color-spray-opacity-2{color:rgba(101,239,227,0.2)}
.gr-color-spray-opacity-3{color:rgba(101,239,227,0.3)}
.gr-color-spray-opacity-4{color:rgba(101,239,227,0.4)}
.gr-color-spray-opacity-5{color:rgba(101,239,227,0.5)}
.gr-color-spray-opacity-6{color:rgba(101,239,227,0.6)}
.gr-color-spray-opacity-p6{color:rgba(101,239,227,0.06)}
.gr-color-spray-opacity-7{color:rgba(101,239,227,0.7)}
.gr-color-spray-opacity-8{color:rgba(101,239,227,0.8)}
.gr-color-spray-opacity-9{color:rgba(101,239,227,0.9)}
.bg-turquoise-opacity-visible{background-color:#50d7e5}
.bg-turquoise-opacity-1{background-color:rgba(80,215,229,0.1)}
.bg-turquoise-opacity-15{background-color:rgba(80,215,229,0.15)}
.bg-turquoise-opacity-2{background-color:rgba(80,215,229,0.2)}
.bg-turquoise-opacity-3{background-color:rgba(80,215,229,0.3)}
.bg-turquoise-opacity-4{background-color:rgba(80,215,229,0.4)}
.bg-turquoise-opacity-5{background-color:rgba(80,215,229,0.5)}
.bg-turquoise-opacity-6{background-color:rgba(80,215,229,0.6)}
.bg-turquoise-opacity-p6{background-color:rgba(80,215,229,0.06)}
.bg-turquoise-opacity-7{background-color:rgba(80,215,229,0.7)}
.bg-turquoise-opacity-8{background-color:rgba(80,215,229,0.8)}
.bg-turquoise-opacity-9{background-color:rgba(80,215,229,0.9)}
.gr-color-turquoise-opacity-visible{color:#50d7e5}
.gr-color-turquoise-opacity-1{color:rgba(80,215,229,0.1)}
.gr-color-turquoise-opacity-15{color:rgba(80,215,229,0.15)}
.gr-color-turquoise-opacity-2{color:rgba(80,215,229,0.2)}
.gr-color-turquoise-opacity-3{color:rgba(80,215,229,0.3)}
.gr-color-turquoise-opacity-4{color:rgba(80,215,229,0.4)}
.gr-color-turquoise-opacity-5{color:rgba(80,215,229,0.5)}
.gr-color-turquoise-opacity-6{color:rgba(80,215,229,0.6)}
.gr-color-turquoise-opacity-p6{color:rgba(80,215,229,0.06)}
.gr-color-turquoise-opacity-7{color:rgba(80,215,229,0.7)}
.gr-color-turquoise-opacity-8{color:rgba(80,215,229,0.8)}
.gr-color-turquoise-opacity-9{color:rgba(80,215,229,0.9)}
.bg-regent-opacity-visible{background-color:#b0d5e8}
.bg-regent-opacity-1{background-color:rgba(176,213,232,0.1)}
.bg-regent-opacity-15{background-color:rgba(176,213,232,0.15)}
.bg-regent-opacity-2{background-color:rgba(176,213,232,0.2)}
.bg-regent-opacity-3{background-color:rgba(176,213,232,0.3)}
.bg-regent-opacity-4{background-color:rgba(176,213,232,0.4)}
.bg-regent-opacity-5{background-color:rgba(176,213,232,0.5)}
.bg-regent-opacity-6{background-color:rgba(176,213,232,0.6)}
.bg-regent-opacity-p6{background-color:rgba(176,213,232,0.06)}
.bg-regent-opacity-7{background-color:rgba(176,213,232,0.7)}
.bg-regent-opacity-8{background-color:rgba(176,213,232,0.8)}
.bg-regent-opacity-9{background-color:rgba(176,213,232,0.9)}
.gr-color-regent-opacity-visible{color:#b0d5e8}
.gr-color-regent-opacity-1{color:rgba(176,213,232,0.1)}
.gr-color-regent-opacity-15{color:rgba(176,213,232,0.15)}
.gr-color-regent-opacity-2{color:rgba(176,213,232,0.2)}
.gr-color-regent-opacity-3{color:rgba(176,213,232,0.3)}
.gr-color-regent-opacity-4{color:rgba(176,213,232,0.4)}
.gr-color-regent-opacity-5{color:rgba(176,213,232,0.5)}
.gr-color-regent-opacity-6{color:rgba(176,213,232,0.6)}
.gr-color-regent-opacity-p6{color:rgba(176,213,232,0.06)}
.gr-color-regent-opacity-7{color:rgba(176,213,232,0.7)}
.gr-color-regent-opacity-8{color:rgba(176,213,232,0.8)}
.gr-color-regent-opacity-9{color:rgba(176,213,232,0.9)}
.bg-coral-opacity-visible{background-color:#fa8557}
.bg-coral-opacity-1{background-color:rgba(250,133,87,0.1)}
.bg-coral-opacity-15{background-color:rgba(250,133,87,0.15)}
.bg-coral-opacity-2{background-color:rgba(250,133,87,0.2)}
.bg-coral-opacity-3{background-color:rgba(250,133,87,0.3)}
.bg-coral-opacity-4{background-color:rgba(250,133,87,0.4)}
.bg-coral-opacity-5{background-color:rgba(250,133,87,0.5)}
.bg-coral-opacity-6{background-color:rgba(250,133,87,0.6)}
.bg-coral-opacity-p6{background-color:rgba(250,133,87,0.06)}
.bg-coral-opacity-7{background-color:rgba(250,133,87,0.7)}
.bg-coral-opacity-8{background-color:rgba(250,133,87,0.8)}
.bg-coral-opacity-9{background-color:rgba(250,133,87,0.9)}
.gr-color-coral-opacity-visible{color:#fa8557}
.gr-color-coral-opacity-1{color:rgba(250,133,87,0.1)}
.gr-color-coral-opacity-15{color:rgba(250,133,87,0.15)}
.gr-color-coral-opacity-2{color:rgba(250,133,87,0.2)}
.gr-color-coral-opacity-3{color:rgba(250,133,87,0.3)}
.gr-color-coral-opacity-4{color:rgba(250,133,87,0.4)}
.gr-color-coral-opacity-5{color:rgba(250,133,87,0.5)}
.gr-color-coral-opacity-6{color:rgba(250,133,87,0.6)}
.gr-color-coral-opacity-p6{color:rgba(250,133,87,0.06)}
.gr-color-coral-opacity-7{color:rgba(250,133,87,0.7)}
.gr-color-coral-opacity-8{color:rgba(250,133,87,0.8)}
.gr-color-coral-opacity-9{color:rgba(250,133,87,0.9)}
.bg-orange-opacity-visible{background-color:#fa5f1c}
.bg-orange-opacity-1{background-color:rgba(250,95,28,0.1)}
.bg-orange-opacity-15{background-color:rgba(250,95,28,0.15)}
.bg-orange-opacity-2{background-color:rgba(250,95,28,0.2)}
.bg-orange-opacity-3{background-color:rgba(250,95,28,0.3)}
.bg-orange-opacity-4{background-color:rgba(250,95,28,0.4)}
.bg-orange-opacity-5{background-color:rgba(250,95,28,0.5)}
.bg-orange-opacity-6{background-color:rgba(250,95,28,0.6)}
.bg-orange-opacity-p6{background-color:rgba(250,95,28,0.06)}
.bg-orange-opacity-7{background-color:rgba(250,95,28,0.7)}
.bg-orange-opacity-8{background-color:rgba(250,95,28,0.8)}
.bg-orange-opacity-9{background-color:rgba(250,95,28,0.9)}
.gr-color-orange-opacity-visible{color:#fa5f1c}
.gr-color-orange-opacity-1{color:rgba(250,95,28,0.1)}
.gr-color-orange-opacity-15{color:rgba(250,95,28,0.15)}
.gr-color-orange-opacity-2{color:rgba(250,95,28,0.2)}
.gr-color-orange-opacity-3{color:rgba(250,95,28,0.3)}
.gr-color-orange-opacity-4{color:rgba(250,95,28,0.4)}
.gr-color-orange-opacity-5{color:rgba(250,95,28,0.5)}
.gr-color-orange-opacity-6{color:rgba(250,95,28,0.6)}
.gr-color-orange-opacity-p6{color:rgba(250,95,28,0.06)}
.gr-color-orange-opacity-7{color:rgba(250,95,28,0.7)}
.gr-color-orange-opacity-8{color:rgba(250,95,28,0.8)}
.gr-color-orange-opacity-9{color:rgba(250,95,28,0.9)}
.bg-orange-2-opacity-visible{background-color:#fa6032}
.bg-orange-2-opacity-1{background-color:rgba(250,96,50,0.1)}
.bg-orange-2-opacity-15{background-color:rgba(250,96,50,0.15)}
.bg-orange-2-opacity-2{background-color:rgba(250,96,50,0.2)}
.bg-orange-2-opacity-3{background-color:rgba(250,96,50,0.3)}
.bg-orange-2-opacity-4{background-color:rgba(250,96,50,0.4)}
.bg-orange-2-opacity-5{background-color:rgba(250,96,50,0.5)}
.bg-orange-2-opacity-6{background-color:rgba(250,96,50,0.6)}
.bg-orange-2-opacity-p6{background-color:rgba(250,96,50,0.06)}
.bg-orange-2-opacity-7{background-color:rgba(250,96,50,0.7)}
.bg-orange-2-opacity-8{background-color:rgba(250,96,50,0.8)}
.bg-orange-2-opacity-9{background-color:rgba(250,96,50,0.9)}
.gr-color-orange-2-opacity-visible{color:#fa6032}
.gr-color-orange-2-opacity-1{color:rgba(250,96,50,0.1)}
.gr-color-orange-2-opacity-15{color:rgba(250,96,50,0.15)}
.gr-color-orange-2-opacity-2{color:rgba(250,96,50,0.2)}
.gr-color-orange-2-opacity-3{color:rgba(250,96,50,0.3)}
.gr-color-orange-2-opacity-4{color:rgba(250,96,50,0.4)}
.gr-color-orange-2-opacity-5{color:rgba(250,96,50,0.5)}
.gr-color-orange-2-opacity-6{color:rgba(250,96,50,0.6)}
.gr-color-orange-2-opacity-p6{color:rgba(250,96,50,0.06)}
.gr-color-orange-2-opacity-7{color:rgba(250,96,50,0.7)}
.gr-color-orange-2-opacity-8{color:rgba(250,96,50,0.8)}
.gr-color-orange-2-opacity-9{color:rgba(250,96,50,0.9)}
.bg-red-opacity-visible{background-color:#f71e3f}
.bg-red-opacity-1{background-color:rgba(247,30,63,0.1)}
.bg-red-opacity-15{background-color:rgba(247,30,63,0.15)}
.bg-red-opacity-2{background-color:rgba(247,30,63,0.2)}
.bg-red-opacity-3{background-color:rgba(247,30,63,0.3)}
.bg-red-opacity-4{background-color:rgba(247,30,63,0.4)}
.bg-red-opacity-5{background-color:rgba(247,30,63,0.5)}
.bg-red-opacity-6{background-color:rgba(247,30,63,0.6)}
.bg-red-opacity-p6{background-color:rgba(247,30,63,0.06)}
.bg-red-opacity-7{background-color:rgba(247,30,63,0.7)}
.bg-red-opacity-8{background-color:rgba(247,30,63,0.8)}
.bg-red-opacity-9{background-color:rgba(247,30,63,0.9)}
.gr-color-red-opacity-visible{color:#f71e3f}
.gr-color-red-opacity-1{color:rgba(247,30,63,0.1)}
.gr-color-red-opacity-15{color:rgba(247,30,63,0.15)}
.gr-color-red-opacity-2{color:rgba(247,30,63,0.2)}
.gr-color-red-opacity-3{color:rgba(247,30,63,0.3)}
.gr-color-red-opacity-4{color:rgba(247,30,63,0.4)}
.gr-color-red-opacity-5{color:rgba(247,30,63,0.5)}
.gr-color-red-opacity-6{color:rgba(247,30,63,0.6)}
.gr-color-red-opacity-p6{color:rgba(247,30,63,0.06)}
.gr-color-red-opacity-7{color:rgba(247,30,63,0.7)}
.gr-color-red-opacity-8{color:rgba(247,30,63,0.8)}
.gr-color-red-opacity-9{color:rgba(247,30,63,0.9)}
.bg-red-2-opacity-visible{background-color:#fc3f3f}
.bg-red-2-opacity-1{background-color:rgba(252,63,63,0.1)}
.bg-red-2-opacity-15{background-color:rgba(252,63,63,0.15)}
.bg-red-2-opacity-2{background-color:rgba(252,63,63,0.2)}
.bg-red-2-opacity-3{background-color:rgba(252,63,63,0.3)}
.bg-red-2-opacity-4{background-color:rgba(252,63,63,0.4)}
.bg-red-2-opacity-5{background-color:rgba(252,63,63,0.5)}
.bg-red-2-opacity-6{background-color:rgba(252,63,63,0.6)}
.bg-red-2-opacity-p6{background-color:rgba(252,63,63,0.06)}
.bg-red-2-opacity-7{background-color:rgba(252,63,63,0.7)}
.bg-red-2-opacity-8{background-color:rgba(252,63,63,0.8)}
.bg-red-2-opacity-9{background-color:rgba(252,63,63,0.9)}
.gr-color-red-2-opacity-visible{color:#fc3f3f}
.gr-color-red-2-opacity-1{color:rgba(252,63,63,0.1)}
.gr-color-red-2-opacity-15{color:rgba(252,63,63,0.15)}
.gr-color-red-2-opacity-2{color:rgba(252,63,63,0.2)}
.gr-color-red-2-opacity-3{color:rgba(252,63,63,0.3)}
.gr-color-red-2-opacity-4{color:rgba(252,63,63,0.4)}
.gr-color-red-2-opacity-5{color:rgba(252,63,63,0.5)}
.gr-color-red-2-opacity-6{color:rgba(252,63,63,0.6)}
.gr-color-red-2-opacity-p6{color:rgba(252,63,63,0.06)}
.gr-color-red-2-opacity-7{color:rgba(252,63,63,0.7)}
.gr-color-red-2-opacity-8{color:rgba(252,63,63,0.8)}
.gr-color-red-2-opacity-9{color:rgba(252,63,63,0.9)}
.bg-yellow-opacity-visible{background-color:#ffb300}
.bg-yellow-opacity-1{background-color:rgba(255,179,0,0.1)}
.bg-yellow-opacity-15{background-color:rgba(255,179,0,0.15)}
.bg-yellow-opacity-2{background-color:rgba(255,179,0,0.2)}
.bg-yellow-opacity-3{background-color:rgba(255,179,0,0.3)}
.bg-yellow-opacity-4{background-color:rgba(255,179,0,0.4)}
.bg-yellow-opacity-5{background-color:rgba(255,179,0,0.5)}
.bg-yellow-opacity-6{background-color:rgba(255,179,0,0.6)}
.bg-yellow-opacity-p6{background-color:rgba(255,179,0,0.06)}
.bg-yellow-opacity-7{background-color:rgba(255,179,0,0.7)}
.bg-yellow-opacity-8{background-color:rgba(255,179,0,0.8)}
.bg-yellow-opacity-9{background-color:rgba(255,179,0,0.9)}
.gr-color-yellow-opacity-visible{color:#ffb300}
.gr-color-yellow-opacity-1{color:rgba(255,179,0,0.1)}
.gr-color-yellow-opacity-15{color:rgba(255,179,0,0.15)}
.gr-color-yellow-opacity-2{color:rgba(255,179,0,0.2)}
.gr-color-yellow-opacity-3{color:rgba(255,179,0,0.3)}
.gr-color-yellow-opacity-4{color:rgba(255,179,0,0.4)}
.gr-color-yellow-opacity-5{color:rgba(255,179,0,0.5)}
.gr-color-yellow-opacity-6{color:rgba(255,179,0,0.6)}
.gr-color-yellow-opacity-p6{color:rgba(255,179,0,0.06)}
.gr-color-yellow-opacity-7{color:rgba(255,179,0,0.7)}
.gr-color-yellow-opacity-8{color:rgba(255,179,0,0.8)}
.gr-color-yellow-opacity-9{color:rgba(255,179,0,0.9)}
.bg-yellow-2-opacity-visible{background-color:#facf32}
.bg-yellow-2-opacity-1{background-color:rgba(250,207,50,0.1)}
.bg-yellow-2-opacity-15{background-color:rgba(250,207,50,0.15)}
.bg-yellow-2-opacity-2{background-color:rgba(250,207,50,0.2)}
.bg-yellow-2-opacity-3{background-color:rgba(250,207,50,0.3)}
.bg-yellow-2-opacity-4{background-color:rgba(250,207,50,0.4)}
.bg-yellow-2-opacity-5{background-color:rgba(250,207,50,0.5)}
.bg-yellow-2-opacity-6{background-color:rgba(250,207,50,0.6)}
.bg-yellow-2-opacity-p6{background-color:rgba(250,207,50,0.06)}
.bg-yellow-2-opacity-7{background-color:rgba(250,207,50,0.7)}
.bg-yellow-2-opacity-8{background-color:rgba(250,207,50,0.8)}
.bg-yellow-2-opacity-9{background-color:rgba(250,207,50,0.9)}
.gr-color-yellow-2-opacity-visible{color:#facf32}
.gr-color-yellow-2-opacity-1{color:rgba(250,207,50,0.1)}
.gr-color-yellow-2-opacity-15{color:rgba(250,207,50,0.15)}
.gr-color-yellow-2-opacity-2{color:rgba(250,207,50,0.2)}
.gr-color-yellow-2-opacity-3{color:rgba(250,207,50,0.3)}
.gr-color-yellow-2-opacity-4{color:rgba(250,207,50,0.4)}
.gr-color-yellow-2-opacity-5{color:rgba(250,207,50,0.5)}
.gr-color-yellow-2-opacity-6{color:rgba(250,207,50,0.6)}
.gr-color-yellow-2-opacity-p6{color:rgba(250,207,50,0.06)}
.gr-color-yellow-2-opacity-7{color:rgba(250,207,50,0.7)}
.gr-color-yellow-2-opacity-8{color:rgba(250,207,50,0.8)}
.gr-color-yellow-2-opacity-9{color:rgba(250,207,50,0.9)}
.bg-casablanca-opacity-visible{background-color:#f8c546}
.bg-casablanca-opacity-1{background-color:rgba(248,197,70,0.1)}
.bg-casablanca-opacity-15{background-color:rgba(248,197,70,0.15)}
.bg-casablanca-opacity-2{background-color:rgba(248,197,70,0.2)}
.bg-casablanca-opacity-3{background-color:rgba(248,197,70,0.3)}
.bg-casablanca-opacity-4{background-color:rgba(248,197,70,0.4)}
.bg-casablanca-opacity-5{background-color:rgba(248,197,70,0.5)}
.bg-casablanca-opacity-6{background-color:rgba(248,197,70,0.6)}
.bg-casablanca-opacity-p6{background-color:rgba(248,197,70,0.06)}
.bg-casablanca-opacity-7{background-color:rgba(248,197,70,0.7)}
.bg-casablanca-opacity-8{background-color:rgba(248,197,70,0.8)}
.bg-casablanca-opacity-9{background-color:rgba(248,197,70,0.9)}
.gr-color-casablanca-opacity-visible{color:#f8c546}
.gr-color-casablanca-opacity-1{color:rgba(248,197,70,0.1)}
.gr-color-casablanca-opacity-15{color:rgba(248,197,70,0.15)}
.gr-color-casablanca-opacity-2{color:rgba(248,197,70,0.2)}
.gr-color-casablanca-opacity-3{color:rgba(248,197,70,0.3)}
.gr-color-casablanca-opacity-4{color:rgba(248,197,70,0.4)}
.gr-color-casablanca-opacity-5{color:rgba(248,197,70,0.5)}
.gr-color-casablanca-opacity-6{color:rgba(248,197,70,0.6)}
.gr-color-casablanca-opacity-p6{color:rgba(248,197,70,0.06)}
.gr-color-casablanca-opacity-7{color:rgba(248,197,70,0.7)}
.gr-color-casablanca-opacity-8{color:rgba(248,197,70,0.8)}
.gr-color-casablanca-opacity-9{color:rgba(248,197,70,0.9)}
.bg-indigo-opacity-visible{background-color:#5877be}
.bg-indigo-opacity-1{background-color:rgba(88,119,190,0.1)}
.bg-indigo-opacity-15{background-color:rgba(88,119,190,0.15)}
.bg-indigo-opacity-2{background-color:rgba(88,119,190,0.2)}
.bg-indigo-opacity-3{background-color:rgba(88,119,190,0.3)}
.bg-indigo-opacity-4{background-color:rgba(88,119,190,0.4)}
.bg-indigo-opacity-5{background-color:rgba(88,119,190,0.5)}
.bg-indigo-opacity-6{background-color:rgba(88,119,190,0.6)}
.bg-indigo-opacity-p6{background-color:rgba(88,119,190,0.06)}
.bg-indigo-opacity-7{background-color:rgba(88,119,190,0.7)}
.bg-indigo-opacity-8{background-color:rgba(88,119,190,0.8)}
.bg-indigo-opacity-9{background-color:rgba(88,119,190,0.9)}
.gr-color-indigo-opacity-visible{color:#5877be}
.gr-color-indigo-opacity-1{color:rgba(88,119,190,0.1)}
.gr-color-indigo-opacity-15{color:rgba(88,119,190,0.15)}
.gr-color-indigo-opacity-2{color:rgba(88,119,190,0.2)}
.gr-color-indigo-opacity-3{color:rgba(88,119,190,0.3)}
.gr-color-indigo-opacity-4{color:rgba(88,119,190,0.4)}
.gr-color-indigo-opacity-5{color:rgba(88,119,190,0.5)}
.gr-color-indigo-opacity-6{color:rgba(88,119,190,0.6)}
.gr-color-indigo-opacity-p6{color:rgba(88,119,190,0.06)}
.gr-color-indigo-opacity-7{color:rgba(88,119,190,0.7)}
.gr-color-indigo-opacity-8{color:rgba(88,119,190,0.8)}
.gr-color-indigo-opacity-9{color:rgba(88,119,190,0.9)}
.bg-shamrock-opacity-visible{background-color:#25ce95}
.bg-shamrock-opacity-1{background-color:rgba(37,206,149,0.1)}
.bg-shamrock-opacity-15{background-color:rgba(37,206,149,0.15)}
.bg-shamrock-opacity-2{background-color:rgba(37,206,149,0.2)}
.bg-shamrock-opacity-3{background-color:rgba(37,206,149,0.3)}
.bg-shamrock-opacity-4{background-color:rgba(37,206,149,0.4)}
.bg-shamrock-opacity-5{background-color:rgba(37,206,149,0.5)}
.bg-shamrock-opacity-6{background-color:rgba(37,206,149,0.6)}
.bg-shamrock-opacity-p6{background-color:rgba(37,206,149,0.06)}
.bg-shamrock-opacity-7{background-color:rgba(37,206,149,0.7)}
.bg-shamrock-opacity-8{background-color:rgba(37,206,149,0.8)}
.bg-shamrock-opacity-9{background-color:rgba(37,206,149,0.9)}
.gr-color-shamrock-opacity-visible{color:#25ce95}
.gr-color-shamrock-opacity-1{color:rgba(37,206,149,0.1)}
.gr-color-shamrock-opacity-15{color:rgba(37,206,149,0.15)}
.gr-color-shamrock-opacity-2{color:rgba(37,206,149,0.2)}
.gr-color-shamrock-opacity-3{color:rgba(37,206,149,0.3)}
.gr-color-shamrock-opacity-4{color:rgba(37,206,149,0.4)}
.gr-color-shamrock-opacity-5{color:rgba(37,206,149,0.5)}
.gr-color-shamrock-opacity-6{color:rgba(37,206,149,0.6)}
.gr-color-shamrock-opacity-p6{color:rgba(37,206,149,0.06)}
.gr-color-shamrock-opacity-7{color:rgba(37,206,149,0.7)}
.gr-color-shamrock-opacity-8{color:rgba(37,206,149,0.8)}
.gr-color-shamrock-opacity-9{color:rgba(37,206,149,0.9)}
.bg-black-opacity-visible{background-color:#000}
.bg-black-opacity-1{background-color:rgba(0,0,0,0.1)}
.bg-black-opacity-15{background-color:rgba(0,0,0,0.15)}
.bg-black-opacity-2{background-color:rgba(0,0,0,0.2)}
.bg-black-opacity-3{background-color:rgba(0,0,0,0.3)}
.bg-black-opacity-4{background-color:rgba(0,0,0,0.4)}
.bg-black-opacity-5{background-color:rgba(0,0,0,0.5)}
.bg-black-opacity-6{background-color:rgba(0,0,0,0.6)}
.bg-black-opacity-p6{background-color:rgba(0,0,0,0.06)}
.bg-black-opacity-7{background-color:rgba(0,0,0,0.7)}
.bg-black-opacity-8{background-color:rgba(0,0,0,0.8)}
.bg-black-opacity-9{background-color:rgba(0,0,0,0.9)}
.gr-color-black-opacity-visible{color:#000}
.gr-color-black-opacity-1{color:rgba(0,0,0,0.1)}
.gr-color-black-opacity-15{color:rgba(0,0,0,0.15)}
.gr-color-black-opacity-2{color:rgba(0,0,0,0.2)}
.gr-color-black-opacity-3{color:rgba(0,0,0,0.3)}
.gr-color-black-opacity-4{color:rgba(0,0,0,0.4)}
.gr-color-black-opacity-5{color:rgba(0,0,0,0.5)}
.gr-color-black-opacity-6{color:rgba(0,0,0,0.6)}
.gr-color-black-opacity-p6{color:rgba(0,0,0,0.06)}
.gr-color-black-opacity-7{color:rgba(0,0,0,0.7)}
.gr-color-black-opacity-8{color:rgba(0,0,0,0.8)}
.gr-color-black-opacity-9{color:rgba(0,0,0,0.9)}
.bg-black-2-opacity-visible{background-color:#2b3940}
.bg-black-2-opacity-1{background-color:rgba(43,57,64,0.1)}
.bg-black-2-opacity-15{background-color:rgba(43,57,64,0.15)}
.bg-black-2-opacity-2{background-color:rgba(43,57,64,0.2)}
.bg-black-2-opacity-3{background-color:rgba(43,57,64,0.3)}
.bg-black-2-opacity-4{background-color:rgba(43,57,64,0.4)}
.bg-black-2-opacity-5{background-color:rgba(43,57,64,0.5)}
.bg-black-2-opacity-6{background-color:rgba(43,57,64,0.6)}
.bg-black-2-opacity-p6{background-color:rgba(43,57,64,0.06)}
.bg-black-2-opacity-7{background-color:rgba(43,57,64,0.7)}
.bg-black-2-opacity-8{background-color:rgba(43,57,64,0.8)}
.bg-black-2-opacity-9{background-color:rgba(43,57,64,0.9)}
.gr-color-black-2-opacity-visible{color:#2b3940}
.gr-color-black-2-opacity-1{color:rgba(43,57,64,0.1)}
.gr-color-black-2-opacity-15{color:rgba(43,57,64,0.15)}
.gr-color-black-2-opacity-2{color:rgba(43,57,64,0.2)}
.gr-color-black-2-opacity-3{color:rgba(43,57,64,0.3)}
.gr-color-black-2-opacity-4{color:rgba(43,57,64,0.4)}
.gr-color-black-2-opacity-5{color:rgba(43,57,64,0.5)}
.gr-color-black-2-opacity-6{color:rgba(43,57,64,0.6)}
.gr-color-black-2-opacity-p6{color:rgba(43,57,64,0.06)}
.gr-color-black-2-opacity-7{color:rgba(43,57,64,0.7)}
.gr-color-black-2-opacity-8{color:rgba(43,57,64,0.8)}
.gr-color-black-2-opacity-9{color:rgba(43,57,64,0.9)}
.bg-gray-opacity-visible{background-color:#6b6e6f}
.bg-gray-opacity-1{background-color:rgba(107,110,111,0.1)}
.bg-gray-opacity-15{background-color:rgba(107,110,111,0.15)}
.bg-gray-opacity-2{background-color:rgba(107,110,111,0.2)}
.bg-gray-opacity-3{background-color:rgba(107,110,111,0.3)}
.bg-gray-opacity-4{background-color:rgba(107,110,111,0.4)}
.bg-gray-opacity-5{background-color:rgba(107,110,111,0.5)}
.bg-gray-opacity-6{background-color:rgba(107,110,111,0.6)}
.bg-gray-opacity-p6{background-color:rgba(107,110,111,0.06)}
.bg-gray-opacity-7{background-color:rgba(107,110,111,0.7)}
.bg-gray-opacity-8{background-color:rgba(107,110,111,0.8)}
.bg-gray-opacity-9{background-color:rgba(107,110,111,0.9)}
.gr-color-gray-opacity-visible{color:#6b6e6f}
.gr-color-gray-opacity-1{color:rgba(107,110,111,0.1)}
.gr-color-gray-opacity-15{color:rgba(107,110,111,0.15)}
.gr-color-gray-opacity-2{color:rgba(107,110,111,0.2)}
.gr-color-gray-opacity-3{color:rgba(107,110,111,0.3)}
.gr-color-gray-opacity-4{color:rgba(107,110,111,0.4)}
.gr-color-gray-opacity-5{color:rgba(107,110,111,0.5)}
.gr-color-gray-opacity-6{color:rgba(107,110,111,0.6)}
.gr-color-gray-opacity-p6{color:rgba(107,110,111,0.06)}
.gr-color-gray-opacity-7{color:rgba(107,110,111,0.7)}
.gr-color-gray-opacity-8{color:rgba(107,110,111,0.8)}
.gr-color-gray-opacity-9{color:rgba(107,110,111,0.9)}
.bg-smoke-opacity-visible{background-color:#7e8989}
.bg-smoke-opacity-1{background-color:rgba(126,137,137,0.1)}
.bg-smoke-opacity-15{background-color:rgba(126,137,137,0.15)}
.bg-smoke-opacity-2{background-color:rgba(126,137,137,0.2)}
.bg-smoke-opacity-3{background-color:rgba(126,137,137,0.3)}
.bg-smoke-opacity-4{background-color:rgba(126,137,137,0.4)}
.bg-smoke-opacity-5{background-color:rgba(126,137,137,0.5)}
.bg-smoke-opacity-6{background-color:rgba(126,137,137,0.6)}
.bg-smoke-opacity-p6{background-color:rgba(126,137,137,0.06)}
.bg-smoke-opacity-7{background-color:rgba(126,137,137,0.7)}
.bg-smoke-opacity-8{background-color:rgba(126,137,137,0.8)}
.bg-smoke-opacity-9{background-color:rgba(126,137,137,0.9)}
.gr-color-smoke-opacity-visible{color:#7e8989}
.gr-color-smoke-opacity-1{color:rgba(126,137,137,0.1)}
.gr-color-smoke-opacity-15{color:rgba(126,137,137,0.15)}
.gr-color-smoke-opacity-2{color:rgba(126,137,137,0.2)}
.gr-color-smoke-opacity-3{color:rgba(126,137,137,0.3)}
.gr-color-smoke-opacity-4{color:rgba(126,137,137,0.4)}
.gr-color-smoke-opacity-5{color:rgba(126,137,137,0.5)}
.gr-color-smoke-opacity-6{color:rgba(126,137,137,0.6)}
.gr-color-smoke-opacity-p6{color:rgba(126,137,137,0.06)}
.gr-color-smoke-opacity-7{color:rgba(126,137,137,0.7)}
.gr-color-smoke-opacity-8{color:rgba(126,137,137,0.8)}
.gr-color-smoke-opacity-9{color:rgba(126,137,137,0.9)}
.bg-pink-opacity-visible{background-color:#fc4980}
.bg-pink-opacity-1{background-color:rgba(252,73,128,0.1)}
.bg-pink-opacity-15{background-color:rgba(252,73,128,0.15)}
.bg-pink-opacity-2{background-color:rgba(252,73,128,0.2)}
.bg-pink-opacity-3{background-color:rgba(252,73,128,0.3)}
.bg-pink-opacity-4{background-color:rgba(252,73,128,0.4)}
.bg-pink-opacity-5{background-color:rgba(252,73,128,0.5)}
.bg-pink-opacity-6{background-color:rgba(252,73,128,0.6)}
.bg-pink-opacity-p6{background-color:rgba(252,73,128,0.06)}
.bg-pink-opacity-7{background-color:rgba(252,73,128,0.7)}
.bg-pink-opacity-8{background-color:rgba(252,73,128,0.8)}
.bg-pink-opacity-9{background-color:rgba(252,73,128,0.9)}
.gr-color-pink-opacity-visible{color:#fc4980}
.gr-color-pink-opacity-1{color:rgba(252,73,128,0.1)}
.gr-color-pink-opacity-15{color:rgba(252,73,128,0.15)}
.gr-color-pink-opacity-2{color:rgba(252,73,128,0.2)}
.gr-color-pink-opacity-3{color:rgba(252,73,128,0.3)}
.gr-color-pink-opacity-4{color:rgba(252,73,128,0.4)}
.gr-color-pink-opacity-5{color:rgba(252,73,128,0.5)}
.gr-color-pink-opacity-6{color:rgba(252,73,128,0.6)}
.gr-color-pink-opacity-p6{color:rgba(252,73,128,0.06)}
.gr-color-pink-opacity-7{color:rgba(252,73,128,0.7)}
.gr-color-pink-opacity-8{color:rgba(252,73,128,0.8)}
.gr-color-pink-opacity-9{color:rgba(252,73,128,0.9)}
.bg-violet-opacity-visible{background-color:#9c5fff}
.bg-violet-opacity-1{background-color:rgba(156,95,255,0.1)}
.bg-violet-opacity-15{background-color:rgba(156,95,255,0.15)}
.bg-violet-opacity-2{background-color:rgba(156,95,255,0.2)}
.bg-violet-opacity-3{background-color:rgba(156,95,255,0.3)}
.bg-violet-opacity-4{background-color:rgba(156,95,255,0.4)}
.bg-violet-opacity-5{background-color:rgba(156,95,255,0.5)}
.bg-violet-opacity-6{background-color:rgba(156,95,255,0.6)}
.bg-violet-opacity-p6{background-color:rgba(156,95,255,0.06)}
.bg-violet-opacity-7{background-color:rgba(156,95,255,0.7)}
.bg-violet-opacity-8{background-color:rgba(156,95,255,0.8)}
.bg-violet-opacity-9{background-color:rgba(156,95,255,0.9)}
.gr-color-violet-opacity-visible{color:#9c5fff}
.gr-color-violet-opacity-1{color:rgba(156,95,255,0.1)}
.gr-color-violet-opacity-15{color:rgba(156,95,255,0.15)}
.gr-color-violet-opacity-2{color:rgba(156,95,255,0.2)}
.gr-color-violet-opacity-3{color:rgba(156,95,255,0.3)}
.gr-color-violet-opacity-4{color:rgba(156,95,255,0.4)}
.gr-color-violet-opacity-5{color:rgba(156,95,255,0.5)}
.gr-color-violet-opacity-6{color:rgba(156,95,255,0.6)}
.gr-color-violet-opacity-p6{color:rgba(156,95,255,0.06)}
.gr-color-violet-opacity-7{color:rgba(156,95,255,0.7)}
.gr-color-violet-opacity-8{color:rgba(156,95,255,0.8)}
.gr-color-violet-opacity-9{color:rgba(156,95,255,0.9)}
.bg-mercury-opacity-visible{background-color:#e5e5e5}
.bg-mercury-opacity-1{background-color:rgba(229,229,229,0.1)}
.bg-mercury-opacity-15{background-color:rgba(229,229,229,0.15)}
.bg-mercury-opacity-2{background-color:rgba(229,229,229,0.2)}
.bg-mercury-opacity-3{background-color:rgba(229,229,229,0.3)}
.bg-mercury-opacity-4{background-color:rgba(229,229,229,0.4)}
.bg-mercury-opacity-5{background-color:rgba(229,229,229,0.5)}
.bg-mercury-opacity-6{background-color:rgba(229,229,229,0.6)}
.bg-mercury-opacity-p6{background-color:rgba(229,229,229,0.06)}
.bg-mercury-opacity-7{background-color:rgba(229,229,229,0.7)}
.bg-mercury-opacity-8{background-color:rgba(229,229,229,0.8)}
.bg-mercury-opacity-9{background-color:rgba(229,229,229,0.9)}
.gr-color-mercury-opacity-visible{color:#e5e5e5}
.gr-color-mercury-opacity-1{color:rgba(229,229,229,0.1)}
.gr-color-mercury-opacity-15{color:rgba(229,229,229,0.15)}
.gr-color-mercury-opacity-2{color:rgba(229,229,229,0.2)}
.gr-color-mercury-opacity-3{color:rgba(229,229,229,0.3)}
.gr-color-mercury-opacity-4{color:rgba(229,229,229,0.4)}
.gr-color-mercury-opacity-5{color:rgba(229,229,229,0.5)}
.gr-color-mercury-opacity-6{color:rgba(229,229,229,0.6)}
.gr-color-mercury-opacity-p6{color:rgba(229,229,229,0.06)}
.gr-color-mercury-opacity-7{color:rgba(229,229,229,0.7)}
.gr-color-mercury-opacity-8{color:rgba(229,229,229,0.8)}
.gr-color-mercury-opacity-9{color:rgba(229,229,229,0.9)}
.bg-ebony-clay-opacity-visible{background-color:#1d292e}
.bg-ebony-clay-opacity-1{background-color:rgba(29,41,46,0.1)}
.bg-ebony-clay-opacity-15{background-color:rgba(29,41,46,0.15)}
.bg-ebony-clay-opacity-2{background-color:rgba(29,41,46,0.2)}
.bg-ebony-clay-opacity-3{background-color:rgba(29,41,46,0.3)}
.bg-ebony-clay-opacity-4{background-color:rgba(29,41,46,0.4)}
.bg-ebony-clay-opacity-5{background-color:rgba(29,41,46,0.5)}
.bg-ebony-clay-opacity-6{background-color:rgba(29,41,46,0.6)}
.bg-ebony-clay-opacity-p6{background-color:rgba(29,41,46,0.06)}
.bg-ebony-clay-opacity-7{background-color:rgba(29,41,46,0.7)}
.bg-ebony-clay-opacity-8{background-color:rgba(29,41,46,0.8)}
.bg-ebony-clay-opacity-9{background-color:rgba(29,41,46,0.9)}
.gr-color-ebony-clay-opacity-visible{color:#1d292e}
.gr-color-ebony-clay-opacity-1{color:rgba(29,41,46,0.1)}
.gr-color-ebony-clay-opacity-15{color:rgba(29,41,46,0.15)}
.gr-color-ebony-clay-opacity-2{color:rgba(29,41,46,0.2)}
.gr-color-ebony-clay-opacity-3{color:rgba(29,41,46,0.3)}
.gr-color-ebony-clay-opacity-4{color:rgba(29,41,46,0.4)}
.gr-color-ebony-clay-opacity-5{color:rgba(29,41,46,0.5)}
.gr-color-ebony-clay-opacity-6{color:rgba(29,41,46,0.6)}
.gr-color-ebony-clay-opacity-p6{color:rgba(29,41,46,0.06)}
.gr-color-ebony-clay-opacity-7{color:rgba(29,41,46,0.7)}
.gr-color-ebony-clay-opacity-8{color:rgba(29,41,46,0.8)}
.gr-color-ebony-clay-opacity-9{color:rgba(29,41,46,0.9)}
.bg-hit-gray-opacity-visible{background-color:#adb4b7}
.bg-hit-gray-opacity-1{background-color:rgba(173,180,183,0.1)}
.bg-hit-gray-opacity-15{background-color:rgba(173,180,183,0.15)}
.bg-hit-gray-opacity-2{background-color:rgba(173,180,183,0.2)}
.bg-hit-gray-opacity-3{background-color:rgba(173,180,183,0.3)}
.bg-hit-gray-opacity-4{background-color:rgba(173,180,183,0.4)}
.bg-hit-gray-opacity-5{background-color:rgba(173,180,183,0.5)}
.bg-hit-gray-opacity-6{background-color:rgba(173,180,183,0.6)}
.bg-hit-gray-opacity-p6{background-color:rgba(173,180,183,0.06)}
.bg-hit-gray-opacity-7{background-color:rgba(173,180,183,0.7)}
.bg-hit-gray-opacity-8{background-color:rgba(173,180,183,0.8)}
.bg-hit-gray-opacity-9{background-color:rgba(173,180,183,0.9)}
.gr-color-hit-gray-opacity-visible{color:#adb4b7}
.gr-color-hit-gray-opacity-1{color:rgba(173,180,183,0.1)}
.gr-color-hit-gray-opacity-15{color:rgba(173,180,183,0.15)}
.gr-color-hit-gray-opacity-2{color:rgba(173,180,183,0.2)}
.gr-color-hit-gray-opacity-3{color:rgba(173,180,183,0.3)}
.gr-color-hit-gray-opacity-4{color:rgba(173,180,183,0.4)}
.gr-color-hit-gray-opacity-5{color:rgba(173,180,183,0.5)}
.gr-color-hit-gray-opacity-6{color:rgba(173,180,183,0.6)}
.gr-color-hit-gray-opacity-p6{color:rgba(173,180,183,0.06)}
.gr-color-hit-gray-opacity-7{color:rgba(173,180,183,0.7)}
.gr-color-hit-gray-opacity-8{color:rgba(173,180,183,0.8)}
.gr-color-hit-gray-opacity-9{color:rgba(173,180,183,0.9)}
.bg-gallery-opacity-visible{background-color:#f0f0f0}
.bg-gallery-opacity-1{background-color:rgba(240,240,240,0.1)}
.bg-gallery-opacity-15{background-color:rgba(240,240,240,0.15)}
.bg-gallery-opacity-2{background-color:rgba(240,240,240,0.2)}
.bg-gallery-opacity-3{background-color:rgba(240,240,240,0.3)}
.bg-gallery-opacity-4{background-color:rgba(240,240,240,0.4)}
.bg-gallery-opacity-5{background-color:rgba(240,240,240,0.5)}
.bg-gallery-opacity-6{background-color:rgba(240,240,240,0.6)}
.bg-gallery-opacity-p6{background-color:rgba(240,240,240,0.06)}
.bg-gallery-opacity-7{background-color:rgba(240,240,240,0.7)}
.bg-gallery-opacity-8{background-color:rgba(240,240,240,0.8)}
.bg-gallery-opacity-9{background-color:rgba(240,240,240,0.9)}
.gr-color-gallery-opacity-visible{color:#f0f0f0}
.gr-color-gallery-opacity-1{color:rgba(240,240,240,0.1)}
.gr-color-gallery-opacity-15{color:rgba(240,240,240,0.15)}
.gr-color-gallery-opacity-2{color:rgba(240,240,240,0.2)}
.gr-color-gallery-opacity-3{color:rgba(240,240,240,0.3)}
.gr-color-gallery-opacity-4{color:rgba(240,240,240,0.4)}
.gr-color-gallery-opacity-5{color:rgba(240,240,240,0.5)}
.gr-color-gallery-opacity-6{color:rgba(240,240,240,0.6)}
.gr-color-gallery-opacity-p6{color:rgba(240,240,240,0.06)}
.gr-color-gallery-opacity-7{color:rgba(240,240,240,0.7)}
.gr-color-gallery-opacity-8{color:rgba(240,240,240,0.8)}
.gr-color-gallery-opacity-9{color:rgba(240,240,240,0.9)}
.bg-squeeze-opacity-visible{background-color:#edf8f5}
.bg-squeeze-opacity-1{background-color:rgba(237,248,245,0.1)}
.bg-squeeze-opacity-15{background-color:rgba(237,248,245,0.15)}
.bg-squeeze-opacity-2{background-color:rgba(237,248,245,0.2)}
.bg-squeeze-opacity-3{background-color:rgba(237,248,245,0.3)}
.bg-squeeze-opacity-4{background-color:rgba(237,248,245,0.4)}
.bg-squeeze-opacity-5{background-color:rgba(237,248,245,0.5)}
.bg-squeeze-opacity-6{background-color:rgba(237,248,245,0.6)}
.bg-squeeze-opacity-p6{background-color:rgba(237,248,245,0.06)}
.bg-squeeze-opacity-7{background-color:rgba(237,248,245,0.7)}
.bg-squeeze-opacity-8{background-color:rgba(237,248,245,0.8)}
.bg-squeeze-opacity-9{background-color:rgba(237,248,245,0.9)}
.gr-color-squeeze-opacity-visible{color:#edf8f5}
.gr-color-squeeze-opacity-1{color:rgba(237,248,245,0.1)}
.gr-color-squeeze-opacity-15{color:rgba(237,248,245,0.15)}
.gr-color-squeeze-opacity-2{color:rgba(237,248,245,0.2)}
.gr-color-squeeze-opacity-3{color:rgba(237,248,245,0.3)}
.gr-color-squeeze-opacity-4{color:rgba(237,248,245,0.4)}
.gr-color-squeeze-opacity-5{color:rgba(237,248,245,0.5)}
.gr-color-squeeze-opacity-6{color:rgba(237,248,245,0.6)}
.gr-color-squeeze-opacity-p6{color:rgba(237,248,245,0.06)}
.gr-color-squeeze-opacity-7{color:rgba(237,248,245,0.7)}
.gr-color-squeeze-opacity-8{color:rgba(237,248,245,0.8)}
.gr-color-squeeze-opacity-9{color:rgba(237,248,245,0.9)}
.bg-helio-opacity-visible{background-color:#9c5fff}
.bg-helio-opacity-1{background-color:rgba(156,95,255,0.1)}
.bg-helio-opacity-15{background-color:rgba(156,95,255,0.15)}
.bg-helio-opacity-2{background-color:rgba(156,95,255,0.2)}
.bg-helio-opacity-3{background-color:rgba(156,95,255,0.3)}
.bg-helio-opacity-4{background-color:rgba(156,95,255,0.4)}
.bg-helio-opacity-5{background-color:rgba(156,95,255,0.5)}
.bg-helio-opacity-6{background-color:rgba(156,95,255,0.6)}
.bg-helio-opacity-p6{background-color:rgba(156,95,255,0.06)}
.bg-helio-opacity-7{background-color:rgba(156,95,255,0.7)}
.bg-helio-opacity-8{background-color:rgba(156,95,255,0.8)}
.bg-helio-opacity-9{background-color:rgba(156,95,255,0.9)}
.gr-color-helio-opacity-visible{color:#9c5fff}
.gr-color-helio-opacity-1{color:rgba(156,95,255,0.1)}
.gr-color-helio-opacity-15{color:rgba(156,95,255,0.15)}
.gr-color-helio-opacity-2{color:rgba(156,95,255,0.2)}
.gr-color-helio-opacity-3{color:rgba(156,95,255,0.3)}
.gr-color-helio-opacity-4{color:rgba(156,95,255,0.4)}
.gr-color-helio-opacity-5{color:rgba(156,95,255,0.5)}
.gr-color-helio-opacity-6{color:rgba(156,95,255,0.6)}
.gr-color-helio-opacity-p6{color:rgba(156,95,255,0.06)}
.gr-color-helio-opacity-7{color:rgba(156,95,255,0.7)}
.gr-color-helio-opacity-8{color:rgba(156,95,255,0.8)}
.gr-color-helio-opacity-9{color:rgba(156,95,255,0.9)}
.bg-athens-opacity-visible{background-color:#f4f5f8}
.bg-athens-opacity-1{background-color:rgba(244,245,248,0.1)}
.bg-athens-opacity-15{background-color:rgba(244,245,248,0.15)}
.bg-athens-opacity-2{background-color:rgba(244,245,248,0.2)}
.bg-athens-opacity-3{background-color:rgba(244,245,248,0.3)}
.bg-athens-opacity-4{background-color:rgba(244,245,248,0.4)}
.bg-athens-opacity-5{background-color:rgba(244,245,248,0.5)}
.bg-athens-opacity-6{background-color:rgba(244,245,248,0.6)}
.bg-athens-opacity-p6{background-color:rgba(244,245,248,0.06)}
.bg-athens-opacity-7{background-color:rgba(244,245,248,0.7)}
.bg-athens-opacity-8{background-color:rgba(244,245,248,0.8)}
.bg-athens-opacity-9{background-color:rgba(244,245,248,0.9)}
.gr-color-athens-opacity-visible{color:#f4f5f8}
.gr-color-athens-opacity-1{color:rgba(244,245,248,0.1)}
.gr-color-athens-opacity-15{color:rgba(244,245,248,0.15)}
.gr-color-athens-opacity-2{color:rgba(244,245,248,0.2)}
.gr-color-athens-opacity-3{color:rgba(244,245,248,0.3)}
.gr-color-athens-opacity-4{color:rgba(244,245,248,0.4)}
.gr-color-athens-opacity-5{color:rgba(244,245,248,0.5)}
.gr-color-athens-opacity-6{color:rgba(244,245,248,0.6)}
.gr-color-athens-opacity-p6{color:rgba(244,245,248,0.06)}
.gr-color-athens-opacity-7{color:rgba(244,245,248,0.7)}
.gr-color-athens-opacity-8{color:rgba(244,245,248,0.8)}
.gr-color-athens-opacity-9{color:rgba(244,245,248,0.9)}
.bg-concrete-opacity-visible{background-color:#f2f2f2}
.bg-concrete-opacity-1{background-color:rgba(242,242,242,0.1)}
.bg-concrete-opacity-15{background-color:rgba(242,242,242,0.15)}
.bg-concrete-opacity-2{background-color:rgba(242,242,242,0.2)}
.bg-concrete-opacity-3{background-color:rgba(242,242,242,0.3)}
.bg-concrete-opacity-4{background-color:rgba(242,242,242,0.4)}
.bg-concrete-opacity-5{background-color:rgba(242,242,242,0.5)}
.bg-concrete-opacity-6{background-color:rgba(242,242,242,0.6)}
.bg-concrete-opacity-p6{background-color:rgba(242,242,242,0.06)}
.bg-concrete-opacity-7{background-color:rgba(242,242,242,0.7)}
.bg-concrete-opacity-8{background-color:rgba(242,242,242,0.8)}
.bg-concrete-opacity-9{background-color:rgba(242,242,242,0.9)}
.gr-color-concrete-opacity-visible{color:#f2f2f2}
.gr-color-concrete-opacity-1{color:rgba(242,242,242,0.1)}
.gr-color-concrete-opacity-15{color:rgba(242,242,242,0.15)}
.gr-color-concrete-opacity-2{color:rgba(242,242,242,0.2)}
.gr-color-concrete-opacity-3{color:rgba(242,242,242,0.3)}
.gr-color-concrete-opacity-4{color:rgba(242,242,242,0.4)}
.gr-color-concrete-opacity-5{color:rgba(242,242,242,0.5)}
.gr-color-concrete-opacity-6{color:rgba(242,242,242,0.6)}
.gr-color-concrete-opacity-p6{color:rgba(242,242,242,0.06)}
.gr-color-concrete-opacity-7{color:rgba(242,242,242,0.7)}
.gr-color-concrete-opacity-8{color:rgba(242,242,242,0.8)}
.gr-color-concrete-opacity-9{color:rgba(242,242,242,0.9)}
.bg-allports-opacity-visible{background-color:#0070ac}
.bg-allports-opacity-1{background-color:rgba(0,112,172,0.1)}
.bg-allports-opacity-15{background-color:rgba(0,112,172,0.15)}
.bg-allports-opacity-2{background-color:rgba(0,112,172,0.2)}
.bg-allports-opacity-3{background-color:rgba(0,112,172,0.3)}
.bg-allports-opacity-4{background-color:rgba(0,112,172,0.4)}
.bg-allports-opacity-5{background-color:rgba(0,112,172,0.5)}
.bg-allports-opacity-6{background-color:rgba(0,112,172,0.6)}
.bg-allports-opacity-p6{background-color:rgba(0,112,172,0.06)}
.bg-allports-opacity-7{background-color:rgba(0,112,172,0.7)}
.bg-allports-opacity-8{background-color:rgba(0,112,172,0.8)}
.bg-allports-opacity-9{background-color:rgba(0,112,172,0.9)}
.gr-color-allports-opacity-visible{color:#0070ac}
.gr-color-allports-opacity-1{color:rgba(0,112,172,0.1)}
.gr-color-allports-opacity-15{color:rgba(0,112,172,0.15)}
.gr-color-allports-opacity-2{color:rgba(0,112,172,0.2)}
.gr-color-allports-opacity-3{color:rgba(0,112,172,0.3)}
.gr-color-allports-opacity-4{color:rgba(0,112,172,0.4)}
.gr-color-allports-opacity-5{color:rgba(0,112,172,0.5)}
.gr-color-allports-opacity-6{color:rgba(0,112,172,0.6)}
.gr-color-allports-opacity-p6{color:rgba(0,112,172,0.06)}
.gr-color-allports-opacity-7{color:rgba(0,112,172,0.7)}
.gr-color-allports-opacity-8{color:rgba(0,112,172,0.8)}
.gr-color-allports-opacity-9{color:rgba(0,112,172,0.9)}
.bg-marino-opacity-visible{background-color:#4064ad}
.bg-marino-opacity-1{background-color:rgba(64,100,173,0.1)}
.bg-marino-opacity-15{background-color:rgba(64,100,173,0.15)}
.bg-marino-opacity-2{background-color:rgba(64,100,173,0.2)}
.bg-marino-opacity-3{background-color:rgba(64,100,173,0.3)}
.bg-marino-opacity-4{background-color:rgba(64,100,173,0.4)}
.bg-marino-opacity-5{background-color:rgba(64,100,173,0.5)}
.bg-marino-opacity-6{background-color:rgba(64,100,173,0.6)}
.bg-marino-opacity-p6{background-color:rgba(64,100,173,0.06)}
.bg-marino-opacity-7{background-color:rgba(64,100,173,0.7)}
.bg-marino-opacity-8{background-color:rgba(64,100,173,0.8)}
.bg-marino-opacity-9{background-color:rgba(64,100,173,0.9)}
.gr-color-marino-opacity-visible{color:#4064ad}
.gr-color-marino-opacity-1{color:rgba(64,100,173,0.1)}
.gr-color-marino-opacity-15{color:rgba(64,100,173,0.15)}
.gr-color-marino-opacity-2{color:rgba(64,100,173,0.2)}
.gr-color-marino-opacity-3{color:rgba(64,100,173,0.3)}
.gr-color-marino-opacity-4{color:rgba(64,100,173,0.4)}
.gr-color-marino-opacity-5{color:rgba(64,100,173,0.5)}
.gr-color-marino-opacity-6{color:rgba(64,100,173,0.6)}
.gr-color-marino-opacity-p6{color:rgba(64,100,173,0.06)}
.gr-color-marino-opacity-7{color:rgba(64,100,173,0.7)}
.gr-color-marino-opacity-8{color:rgba(64,100,173,0.8)}
.gr-color-marino-opacity-9{color:rgba(64,100,173,0.9)}
.bg-poppy-opacity-visible{background-color:#be392b}
.bg-poppy-opacity-1{background-color:rgba(190,57,43,0.1)}
.bg-poppy-opacity-15{background-color:rgba(190,57,43,0.15)}
.bg-poppy-opacity-2{background-color:rgba(190,57,43,0.2)}
.bg-poppy-opacity-3{background-color:rgba(190,57,43,0.3)}
.bg-poppy-opacity-4{background-color:rgba(190,57,43,0.4)}
.bg-poppy-opacity-5{background-color:rgba(190,57,43,0.5)}
.bg-poppy-opacity-6{background-color:rgba(190,57,43,0.6)}
.bg-poppy-opacity-p6{background-color:rgba(190,57,43,0.06)}
.bg-poppy-opacity-7{background-color:rgba(190,57,43,0.7)}
.bg-poppy-opacity-8{background-color:rgba(190,57,43,0.8)}
.bg-poppy-opacity-9{background-color:rgba(190,57,43,0.9)}
.gr-color-poppy-opacity-visible{color:#be392b}
.gr-color-poppy-opacity-1{color:rgba(190,57,43,0.1)}
.gr-color-poppy-opacity-15{color:rgba(190,57,43,0.15)}
.gr-color-poppy-opacity-2{color:rgba(190,57,43,0.2)}
.gr-color-poppy-opacity-3{color:rgba(190,57,43,0.3)}
.gr-color-poppy-opacity-4{color:rgba(190,57,43,0.4)}
.gr-color-poppy-opacity-5{color:rgba(190,57,43,0.5)}
.gr-color-poppy-opacity-6{color:rgba(190,57,43,0.6)}
.gr-color-poppy-opacity-p6{color:rgba(190,57,43,0.06)}
.gr-color-poppy-opacity-7{color:rgba(190,57,43,0.7)}
.gr-color-poppy-opacity-8{color:rgba(190,57,43,0.8)}
.gr-color-poppy-opacity-9{color:rgba(190,57,43,0.9)}
.bg-polar-opacity-visible{background-color:#f3f9fc}
.bg-polar-opacity-1{background-color:rgba(243,249,252,0.1)}
.bg-polar-opacity-15{background-color:rgba(243,249,252,0.15)}
.bg-polar-opacity-2{background-color:rgba(243,249,252,0.2)}
.bg-polar-opacity-3{background-color:rgba(243,249,252,0.3)}
.bg-polar-opacity-4{background-color:rgba(243,249,252,0.4)}
.bg-polar-opacity-5{background-color:rgba(243,249,252,0.5)}
.bg-polar-opacity-6{background-color:rgba(243,249,252,0.6)}
.bg-polar-opacity-p6{background-color:rgba(243,249,252,0.06)}
.bg-polar-opacity-7{background-color:rgba(243,249,252,0.7)}
.bg-polar-opacity-8{background-color:rgba(243,249,252,0.8)}
.bg-polar-opacity-9{background-color:rgba(243,249,252,0.9)}
.gr-color-polar-opacity-visible{color:#f3f9fc}
.gr-color-polar-opacity-1{color:rgba(243,249,252,0.1)}
.gr-color-polar-opacity-15{color:rgba(243,249,252,0.15)}
.gr-color-polar-opacity-2{color:rgba(243,249,252,0.2)}
.gr-color-polar-opacity-3{color:rgba(243,249,252,0.3)}
.gr-color-polar-opacity-4{color:rgba(243,249,252,0.4)}
.gr-color-polar-opacity-5{color:rgba(243,249,252,0.5)}
.gr-color-polar-opacity-6{color:rgba(243,249,252,0.6)}
.gr-color-polar-opacity-p6{color:rgba(243,249,252,0.06)}
.gr-color-polar-opacity-7{color:rgba(243,249,252,0.7)}
.gr-color-polar-opacity-8{color:rgba(243,249,252,0.8)}
.gr-color-polar-opacity-9{color:rgba(243,249,252,0.9)}
.bg-egg-blue-opacity-visible{background-color:#02bfd5}
.bg-egg-blue-opacity-1{background-color:rgba(2,191,213,0.1)}
.bg-egg-blue-opacity-15{background-color:rgba(2,191,213,0.15)}
.bg-egg-blue-opacity-2{background-color:rgba(2,191,213,0.2)}
.bg-egg-blue-opacity-3{background-color:rgba(2,191,213,0.3)}
.bg-egg-blue-opacity-4{background-color:rgba(2,191,213,0.4)}
.bg-egg-blue-opacity-5{background-color:rgba(2,191,213,0.5)}
.bg-egg-blue-opacity-6{background-color:rgba(2,191,213,0.6)}
.bg-egg-blue-opacity-p6{background-color:rgba(2,191,213,0.06)}
.bg-egg-blue-opacity-7{background-color:rgba(2,191,213,0.7)}
.bg-egg-blue-opacity-8{background-color:rgba(2,191,213,0.8)}
.bg-egg-blue-opacity-9{background-color:rgba(2,191,213,0.9)}
.gr-color-egg-blue-opacity-visible{color:#02bfd5}
.gr-color-egg-blue-opacity-1{color:rgba(2,191,213,0.1)}
.gr-color-egg-blue-opacity-15{color:rgba(2,191,213,0.15)}
.gr-color-egg-blue-opacity-2{color:rgba(2,191,213,0.2)}
.gr-color-egg-blue-opacity-3{color:rgba(2,191,213,0.3)}
.gr-color-egg-blue-opacity-4{color:rgba(2,191,213,0.4)}
.gr-color-egg-blue-opacity-5{color:rgba(2,191,213,0.5)}
.gr-color-egg-blue-opacity-6{color:rgba(2,191,213,0.6)}
.gr-color-egg-blue-opacity-p6{color:rgba(2,191,213,0.06)}
.gr-color-egg-blue-opacity-7{color:rgba(2,191,213,0.7)}
.gr-color-egg-blue-opacity-8{color:rgba(2,191,213,0.8)}
.gr-color-egg-blue-opacity-9{color:rgba(2,191,213,0.9)}
.bg-conch-opacity-visible{background-color:#d2dcd6}
.bg-conch-opacity-1{background-color:rgba(210,220,214,0.1)}
.bg-conch-opacity-15{background-color:rgba(210,220,214,0.15)}
.bg-conch-opacity-2{background-color:rgba(210,220,214,0.2)}
.bg-conch-opacity-3{background-color:rgba(210,220,214,0.3)}
.bg-conch-opacity-4{background-color:rgba(210,220,214,0.4)}
.bg-conch-opacity-5{background-color:rgba(210,220,214,0.5)}
.bg-conch-opacity-6{background-color:rgba(210,220,214,0.6)}
.bg-conch-opacity-p6{background-color:rgba(210,220,214,0.06)}
.bg-conch-opacity-7{background-color:rgba(210,220,214,0.7)}
.bg-conch-opacity-8{background-color:rgba(210,220,214,0.8)}
.bg-conch-opacity-9{background-color:rgba(210,220,214,0.9)}
.gr-color-conch-opacity-visible{color:#d2dcd6}
.gr-color-conch-opacity-1{color:rgba(210,220,214,0.1)}
.gr-color-conch-opacity-15{color:rgba(210,220,214,0.15)}
.gr-color-conch-opacity-2{color:rgba(210,220,214,0.2)}
.gr-color-conch-opacity-3{color:rgba(210,220,214,0.3)}
.gr-color-conch-opacity-4{color:rgba(210,220,214,0.4)}
.gr-color-conch-opacity-5{color:rgba(210,220,214,0.5)}
.gr-color-conch-opacity-6{color:rgba(210,220,214,0.6)}
.gr-color-conch-opacity-p6{color:rgba(210,220,214,0.06)}
.gr-color-conch-opacity-7{color:rgba(210,220,214,0.7)}
.gr-color-conch-opacity-8{color:rgba(210,220,214,0.8)}
.gr-color-conch-opacity-9{color:rgba(210,220,214,0.9)}
.gr-opacity-visible{opacity:1}
.gr-opacity-1{opacity:.1}
.gr-opacity-15{opacity:.15}
.gr-opacity-2{opacity:.2}
.gr-opacity-3{opacity:.3}
.gr-opacity-4{opacity:.4}
.gr-opacity-5{opacity:.5}
.gr-opacity-6{opacity:.6}
.gr-opacity-p6{opacity:.06}
.gr-opacity-7{opacity:.7}
.gr-opacity-8{opacity:.8}
.gr-opacity-9{opacity:.9}
.gr-fill-color{fill:var(--color-texts)!important}
.bg-default{background:var(--bg)}
.bg-default-1{background:var(--bg-1)}
.bg-default-2{background:var(--bg-2)}
.bg-default-3{background:var(--bg-3)}
.bg-default-4{background:var(--bg-4)}
.bg-default-5{background:var(--bg-5)}
.bg-default-6{background:var(--bg-6)}
.gr-fill-default-4{fill:var(--bg-4)}
.bg-opposite{background:var(--bg-opposite)}
.border-color-2{border-color:var(--border-color-2)}
.flex-all-center{display:flex;align-items:center;justify-content:center}
.flex-y-center{display:flex;align-items:center}
.flex-x-center{display:flex;justify-content:center}
@media (min-width: 576px) {
.row-sm{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
}
@media (min-width: 992px) {
.row-lg{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
}
@media (min-width: 768px) {
.row-md{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
}
@media (min-width: 1200px) {
.row-xl{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
}
.shadow-1{box-shadow:20px 20px 40px rgba(175,175,175,0.16)}
.shadow-2{box-shadow:17px 26px 99px rgba(114,114,114,0.16)}
.shadow-4{box-shadow:16px 41px 89px rgba(129,129,129,0.16)}
.shadow-5{box-shadow:0 40px 60px rgba(0,0,0,0.08)}
.shadow-6{box-shadow:0 13px 16px rgba(0,0,0,0.08)}
.shadow-7{box-shadow:0 29px 75px rgba(156,156,156,0.16)}
.shadow-8{box-shadow:2px 2px 4px rgba(130,130,130,0.16)}
.shadow-9{box-shadow:0 10px 35px rgba(178,178,178,0.16)}
.shadow-10{box-shadow:5px 5px 10px rgba(0,176,116,0.16)}
.shadow-blue{box-shadow:15px 15px 30px rgba(72,133,250,0.2)}
.shadow-green{box-shadow:15px 15px 30px rgba(38,193,149,0.2)}
.shadow-casablanca{box-shadow:15px 15px 30px rgba(248,197,70,0.2)}
.circle-9{max-width:9px;min-width:9px;max-height:9px;min-height:9px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-24{max-width:24px;min-width:24px;max-height:24px;min-height:24px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-20{max-width:20px;min-width:20px;max-height:20px;min-height:20px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-36{max-width:36px;min-width:36px;max-height:36px;min-height:36px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-30{max-width:30px;min-width:30px;max-height:30px;min-height:30px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-32{max-width:32px;min-width:32px;max-height:32px;min-height:32px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-40{max-width:40px;min-width:40px;max-height:40px;min-height:40px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-41{max-width:41px;min-width:41px;max-height:41px;min-height:41px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-48{max-width:48px;min-width:48px;max-height:48px;min-height:48px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-54{max-width:54px;min-width:54px;max-height:54px;min-height:54px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-56{max-width:56px;min-width:56px;max-height:56px;min-height:56px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-72{max-width:72px;min-width:72px;max-height:72px;min-height:72px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.circle-79{max-width:79px;min-width:79px;max-height:79px;min-height:79px;border-radius:500px;display:flex;align-items:center;justify-content:center}
.square-14{max-width:14px;min-width:14px;max-height:14px;min-height:14px;display:flex;align-items:center;justify-content:center}
.square-38{max-width:38px;min-width:38px;max-height:38px;min-height:38px;display:flex;align-items:center;justify-content:center}
.square-52{max-width:52px;min-width:52px;max-height:52px;min-height:52px;display:flex;align-items:center;justify-content:center}
.square-60{max-width:60px;min-width:60px;max-height:60px;min-height:60px;display:flex;align-items:center;justify-content:center}
.square-70{max-width:70px;min-width:70px;max-height:70px;min-height:70px;display:flex;align-items:center;justify-content:center}
.square-72 img{max-width:56px;min-width:56px;max-height:56px;min-height:56px;display:flex;align-items:center;justify-content:center;object-fit:contain;border-radius:10px;border: 1px solid #f3f4f4;}
.square-95{max-width:95px;min-width:95px;max-height:95px;min-height:95px;display:flex;align-items:center;justify-content:center}
.square-92{max-width:92px;min-width:92px;max-height:92px;min-height:92px;display:flex;align-items:center;justify-content:center}
.square-215{max-width:215px;min-width:215px;max-height:215px;min-height:215px;display:flex;align-items:center;justify-content:center}
.square-144{max-width:144px;min-width:144px;max-height:144px;min-height:144px;display:flex;align-items:center;justify-content:center}
.square-100{max-width:100px;min-width:100px;max-height:100px;min-height:100px;display:flex;align-items:center;justify-content:center}
@media (min-width: 480px) {.w-xs-25{width:25%!important}.w-xs-50{width:50%!important}.w-xs-75{width:75%!important}.w-xs-100{width:100%!important}.w-xs-auto{width:auto!important}.w-xs-40{width:40%!important}.w-xs-45{width:45%!important}.w-xs-px-50{width:50px!important}.w-xs-px-33{width:33px!important}.w-xs-px-48{width:48px!important}.w-xs-55{width:55%!important}.w-xs-60{width:60%!important}.w-xs-100vh{width:100vh!important}.w-xs-63px{width:63px!important}.w-xs-79px{width:79px!important}.w-xs-px-144{width:144px!important}.w-xs-180{width:180px!important}.w-xs-px-180{width:180px!important}}
@media (min-width: 576px) {.w-sm-25{width:25%!important}.w-sm-50{width:50%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}.w-sm-40{width:40%!important}.w-sm-45{width:45%!important}.w-sm-px-50{width:50px!important}.w-sm-px-33{width:33px!important}.w-sm-px-48{width:48px!important}.w-sm-55{width:55%!important}.w-sm-60{width:60%!important}.w-sm-100vh{width:100vh!important}.w-sm-63px{width:63px!important}.w-sm-79px{width:79px!important}.w-sm-px-144{width:144px!important}.w-sm-180{width:180px!important}.w-sm-px-180{width:180px!important}}
@media (min-width: 768px) {.w-md-25{width:25%!important}.w-md-50{width:50%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}.w-md-40{width:40%!important}.w-md-45{width:45%!important}.w-md-px-50{width:50px!important}.w-md-px-33{width:33px!important}.w-md-px-48{width:48px!important}.w-md-55{width:55%!important}.w-md-60{width:60%!important}.w-md-100vh{width:100vh!important}.w-md-63px{width:63px!important}.w-md-79px{width:79px!important}.w-md-px-144{width:144px!important}.w-md-180{width:180px!important}.w-md-px-180{width:180px!important}}
@media (min-width: 992px) {.w-lg-25{width:25%!important}.w-lg-50{width:50%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}.w-lg-40{width:40%!important}.w-lg-45{width:45%!important}.w-lg-px-50{width:50px!important}.w-lg-px-33{width:33px!important}.w-lg-px-48{width:48px!important}.w-lg-55{width:55%!important}.w-lg-60{width:60%!important}.w-lg-100vh{width:100vh!important}.w-lg-63px{width:63px!important}.w-lg-79px{width:79px!important}.w-lg-px-144{width:144px!important}.w-lg-180{width:180px!important}.w-lg-px-180{width:180px!important}}
@media (min-width: 1200px) {.w-xl-25{width:25%!important}.w-xl-50{width:50%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}.w-xl-40{width:40%!important}.w-xl-45{width:45%!important}.w-xl-px-50{width:50px!important}.w-xl-px-33{width:33px!important}.w-xl-px-48{width:48px!important}.w-xl-55{width:55%!important}.w-xl-60{width:60%!important}.w-xl-100vh{width:100vh!important}.w-xl-63px{width:63px!important}.w-xl-79px{width:79px!important}.w-xl-px-144{width:144px!important}.w-xl-180{width:180px!important}.w-xl-px-180{width:180px!important}}
@media (min-width: 1366px) {.w-xxl-25{width:25%!important}.w-xxl-50{width:50%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-40{width:40%!important}.w-xxl-45{width:45%!important}.w-xxl-px-50{width:50px!important}.w-xxl-px-33{width:33px!important}.w-xxl-px-48{width:48px!important}.w-xxl-55{width:55%!important}.w-xxl-60{width:60%!important}.w-xxl-100vh{width:100vh!important}.w-xxl-63px{width:63px!important}.w-xxl-79px{width:79px!important}.w-xxl-px-144{width:144px!important}.w-xxl-180{width:180px!important}.w-xxl-px-180{width:180px!important}}
@media (min-width: 1600px) {.w-xxxl-25{width:25%!important}.w-xxxl-50{width:50%!important}.w-xxxl-75{width:75%!important}.w-xxxl-100{width:100%!important}.w-xxxl-auto{width:auto!important}.w-xxxl-40{width:40%!important}.w-xxxl-45{width:45%!important}.w-xxxl-px-50{width:50px!important}.w-xxxl-px-33{width:33px!important}.w-xxxl-px-48{width:48px!important}.w-xxxl-55{width:55%!important}.w-xxxl-60{width:60%!important}.w-xxxl-100vh{width:100vh!important}.w-xxxl-63px{width:63px!important}.w-xxxl-79px{width:79px!important}.w-xxxl-px-144{width:144px!important}.w-xxxl-180{width:180px!important}.w-xxxl-px-180{width:180px!important}}
.rounded-xs{border-radius:3px}
.rounded-top-xs{border-top-left-radius:3px;border-top-right-radius:3px}
.rounded-bottom-xs{border-bottom-left-radius:3px;border-bottom-right-radius:3px}
.rounded-left-xs{border-top-left-radius:3px;border-bottom-left-radius:3px}
.rounded-right-xs{border-top-right-radius:3px;border-bottom-right-radius:3px}
.rounded-md{border-radius:.5rem}
.rounded-top-md{border-top-left-radius:.5rem;border-top-right-radius:.5rem}
.rounded-bottom-md{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}
.rounded-left-md{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}
.rounded-right-md{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}
.rounded-xl{border-radius:1.25rem}
.rounded-top-xl{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}
.rounded-bottom-xl{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}
.rounded-left-xl{border-top-left-radius:1.25rem;border-bottom-left-radius:1.25rem}
.rounded-right-xl{border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem}
.rounded-0{border-radius:0}
.rounded-top-0{border-top-left-radius:0;border-top-right-radius:0}
.rounded-bottom-0{border-bottom-left-radius:0;border-bottom-right-radius:0}
.rounded-left-0{border-top-left-radius:0;border-bottom-left-radius:0}
.rounded-right-0{border-top-right-radius:0;border-bottom-right-radius:0}
.rounded-3{border-radius:3px}
.rounded-top-3{border-top-left-radius:3px;border-top-right-radius:3px}
.rounded-bottom-3{border-bottom-left-radius:3px;border-bottom-right-radius:3px}
.rounded-left-3{border-top-left-radius:3px;border-bottom-left-radius:3px}
.rounded-right-3{border-top-right-radius:3px;border-bottom-right-radius:3px}
.rounded-5{border-radius:5px}
.rounded-top-5{border-top-left-radius:5px;border-top-right-radius:5px}
.rounded-bottom-5{border-bottom-left-radius:5px;border-bottom-right-radius:5px}
.rounded-left-5{border-top-left-radius:5px;border-bottom-left-radius:5px}
.rounded-right-5{border-top-right-radius:5px;border-bottom-right-radius:5px}
.rounded-6{border-radius:6px}
.rounded-top-6{border-top-left-radius:6px;border-top-right-radius:6px}
.rounded-bottom-6{border-bottom-left-radius:6px;border-bottom-right-radius:6px}
.rounded-left-6{border-top-left-radius:6px;border-bottom-left-radius:6px}
.rounded-right-6{border-top-right-radius:6px;border-bottom-right-radius:6px}
.rounded-8{border-radius:8px}
.rounded-top-8{border-top-left-radius:8px;border-top-right-radius:8px}
.rounded-bottom-8{border-bottom-left-radius:8px;border-bottom-right-radius:8px}
.rounded-left-8{border-top-left-radius:8px;border-bottom-left-radius:8px}
.rounded-right-8{border-top-right-radius:8px;border-bottom-right-radius:8px}
.rounded-4{border-radius:10px}
.rounded-top-4{border-top-left-radius:10px;border-top-right-radius:10px}
.rounded-bottom-4{border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.rounded-left-4{border-top-left-radius:10px;border-bottom-left-radius:10px}
.rounded-right-4{border-top-right-radius:10px;border-bottom-right-radius:10px}
.border-width-1{border-width:1px!important}
.border-width-2{border-width:2px!important}
.border-width-3{border-width:3px!important}
span,a{display:inline-block}
.line-height-reset{line-height:1}
.z-index-1{z-index:1}
.z-index-2{z-index:2}
.z-index-3{z-index:3}
.z-index-4{z-index:4}
.z-index-5{z-index:5}
.z-index-9{z-index:9}
.z-index-supper{z-index:800}
.z-index-supper-duper{z-index:10000}
.z-index-n1{z-index:-1}
.z-index-n2{z-index:-2}
.z-index-lower{z-index:-9999}
.focus-reset:focus{box-shadow:none;outline:none}
.table-y-middle{vertical-align:middle!important}
.table-striped tbody tr:nth-of-type(odd){background-color:#f4f5f8}
p{font-size:1.125rem;color:var(--color-texts)}
.font-size-1{font-size:8px;line-height:1}
.font-size-2{font-size:11px;line-height:1}
.font-size-3{font-size:13px;line-height:2;letter-spacing:.26px}
.font-size-4{font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.08px;color:#222222}
.font-size-5{font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#585858}
.font-size-6{font-size:1.3125rem;line-height:1.62;letter-spacing:-.21px}
@media (max-width: 1200px) {.font-size-6{font-size:calc(1.25625rem + .075vw)}}
.font-size-7{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.36;letter-spacing:normal;color:#585858}
.font-22{font-size:22px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.36;letter-spacing:normal;color:#585858}
.font-size-8{font-size:2.125rem;line-height:1.76;letter-spacing:-.34px}
@media (max-width: 1200px) {.font-size-8{font-size:calc(1.3375rem + 1.05vw)}}
.font-size-9{font-size:2.5rem;line-height:1.375;letter-spacing:-.4px}
@media (max-width: 1200px) {.font-size-9{font-size:calc(1.375rem + 1.5vw)}}
.font-size-10{font-size:45px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;text-align:center;color:#1a1a1a}
@media (max-width: 1200px) {.font-size-10{font-size:calc(1.425rem + 2.1vw)}}
.font-size-11{font-size:45px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.18;letter-spacing:normal;text-align:left;color:#1a1a1a!important}
.font-size-12{font-size:4.375rem;line-height:1.2;letter-spacing:-4px}
.font-weight-semibold{font-weight:600}
.line-height-reset{line-height:1}
.font-size-small{font-size:13px}
.hover-shadow-1{transition:.4s}
.hover-shadow-1:hover{box-shadow:20px 20px 40px rgba(175,175,175,0.16)}
.hover-shadow-2{transition:.4s}
.hover-shadow-2:hover{border:1px solid transparent!important;box-shadow:0 40px 60px rgba(0,0,0,0.08)}
.hover-shadow-3{transition:.4s}
.hover-shadow-3:hover{box-shadow:0 40px 60px rgba(0,0,0,0.08)}
.hover-shadow-hitgray{transition:.4s}
.hover-shadow-hitgray:hover{box-shadow:0 29px 62px rgba(130,130,130,0.16)}
a.bg-white:hover,a.bg-white:focus,button.bg-white:hover,button.bg-white:focus{transition:.4s}
a.bg-white:hover:hover,a.bg-white:focus:hover,button.bg-white:hover:hover,button.bg-white:focus:hover{background-color:#fff!important}
a.hover-color-primary{transition:.4s color}
a.hover-color-primary:hover{color:#379aff!important}
.hover-bg-green,a.hover-bg-green{transition:.4s color}
.hover-bg-green:hover,a.hover-bg-green:hover{color:#fff!important;background-color:#379aff!important}
.hover-text-hitgray,a.hover-text-hitgray{transition:.4s color}
.hover-text-hitgray:hover,a.hover-text-hitgray:hover{color:#adb4b7!important}
.hover-border-green{border:2px solid transparent}
.hover-border-green:hover{border:2px solid #379aff}
.list-hover-primary a{transition:.4s color}
.list-hover-primary a:hover{color:#379aff!important}
.tab-menu-items a{transition:.4s;border-bottom:2px solid transparent}
.tab-menu-items a:hover,.tab-menu-items a.active{border-bottom:2px solid #379aff;color:#379aff}
.pagination.page-link.active{background:transparent;color:#379aff!important}
.pagination-hover-primary .page-link:hover{background:transparent;color:#379aff!important}
@media (min-width: 992px) {
.position-lg-static{position:static}
}
@media (min-width: 768px) {
.position-md-absolute{position:absolute!important}
}
.position-lg-absolute{position:static}
@media (min-width: 992px) {
.position-lg-absolute{position:absolute!important}
}
@media (min-width: 768px) {
.pos-abs-md{position:absolute}
}
@media (min-width: 992px) {
.pos-abs-lg{position:absolute!important}
}
@media (min-width: 1200px) {
.pos-abs-xl{position:absolute!important}
}
@media (min-width: 992px) {
.pos-abs-lg-ly-center{position:absolute;top:50%;left:0;transform:translateY(-50%)}
}
@media (min-width: 992px) {
.pos-abs-lg-ry-center{position:absolute;top:50%;right:0;transform:translateY(-50%)}
}
.pos-abs-tl{position:absolute;top:0;left:0}
.pos-abs-tr{position:absolute;top:0;right:0}
.pos-abs-bl{position:absolute;bottom:0;left:0}
.pos-abs-br{position:absolute;bottom:0;right:0}
.pos-abs-cr{position:absolute;top:50%;right:0;transform:translateY(-50%)}
@media (min-width: 992px) {
.pos-lg-abs-c{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
}
.pos-abs-cl{position:absolute;top:50%;left:0;transform:translateY(-50%)}
@media (min-width: 480px) {
.pos-xs-abs-cl{position:absolute;top:50%;left:0;transform:translateY(-50%)}
}
.pos-abs-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.pos-abs-br-custom{position:absolute;bottom:-50px;right:-36px}
.pos-abs-bl-custom{position:absolute;bottom:-50px;left:-36px;z-index:-1}
.pos-abs-bl-custom-2{position:absolute;left:30px;bottom:28px}
.pos-abs-tl-custom{position:absolute;top:-6px;left:45px}
.pos-abs-tr-custom{position:absolute;top:-32px;right:-38px}
@media (min-width: 992px) {.left-lg-p20{left:20%}}
.translate-n50{transform:translate(-50%,-50%)}
.translateX-n50{transform:translateX(-50%)}
.translateY-50{transform:translateY(50%)}
.chart-postion{top:14px;left:3px}
.min-h-100vh{min-height:100vh}
.max-width-130px{max-width:130px}
.max-height-px-18{max-height:18px}
.min-height-32{min-height:32px}
.min-width-px-70{min-width:70px}
.min-width-px-80{min-width:80px}
.min-width-px-96{min-width:96px}
.min-width-px-100{min-width:100px}
.min-width-px-110{min-width:110px}
.min-width-px-125{min-width:125px}
.min-width-px-135{min-width:135px}
.min-width-px-155{min-width:155px}
.min-width-px-170{min-width:170px}
.min-width-px-185{min-width:185px}
.min-width-px-205{min-width:205px}
.min-width-px-235{min-width:235px}
.min-width-px-210{min-width:210px}
.min-width-px-273{min-width:273px}
.max-width-px-311{max-width:311px}
.max-width-px-840{max-width:840px}
@media (min-width: 480px) {
.scale-xs-1{transform:scale(1)!important}
}
.scale-p7{transform:scale(0.7)}
.h-1173{height:1173px}
.h-1413{height:1413px}
.min-height-px-18{min-height:18px}
@media (min-width: 1366px) {
.pb-custom-300{padding-bottom:300px!important}
}
@media (min-width: 1600px) {
.pb-custom-300{padding-bottom:130px!important}
}
.letter-spacing-np09{letter-spacing:-.09px}
.line-height-1p6{line-height:1.6}
.line-height-1p4{line-height:1.4}
.bg-gradient-1{background-image:linear-gradient(to right,rgba(0,176,116,0.1) 0%,rgba(88,88,0,0.05) 100%)}
.bg-gradient-2{background-image:linear-gradient(180deg,#fff 0%,#f4f5f8 100%)}
.btn-h-60{height:60px;display:flex;flex-direction:column;justify-content:center}
.table-responsive{padding-left:1px;padding-right:1px}
.filter-search-form-1 .nice-select .current{width:calc(100% - 35px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}
.filter-search-form-1 .nice-select .list{min-width:290px}
.filter-search-form-2.search-1-adjustment .nice-select .current,.search-filter.search-1-adjustment .nice-select .current{width:calc(100% - 35px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}
.filter-search-form-2.search-1-adjustment .nice-select .list,.search-filter.search-1-adjustment .nice-select .list{min-width:290px}
@media (min-width: 992px) and (max-width: 1199.98px) {
.card-columns{-moz-column-count:4;column-count:4}
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
.card-columns{-moz-column-count:5;column-count:5}
}
.testimonial-slider-one{position:relative}
.testimonial-slider-one .slick-dots{position:absolute;left:0;bottom:-68px;padding:0;margin:0 auto;text-align:center;width:100%}
.testimonial-slider-one .slick-dots li{display:inline-block;width:12px;height:12px;background-color:rgba(255,255,255,0.13);margin:3px;border-radius:50%;transition:.4s}
.testimonial-slider-one .slick-dots li.slick-active{background-color:#379aff}
.testimonial-slider-one .slick-dots li button{display:none}
@media (min-width: 992px) {
.hero-image-positioning-2{transform:translateX(40%) scale(0.7)}
}
@media (min-width: 1200px) {
.hero-image-positioning-2{transform:translateX(50%) scale(1)}
}
.hero-image-positioning-2 .single-image{overflow:hidden;border-radius:8px}
@media (min-width: 992px) {
.hero-image-positioning-2 .single-image{max-height:700px}
}
.hero-image-positioning-2 .single-image img{width:100%}
@media (min-width: 992px) {
.hero-image-positioning-2 .single-image img{width:auto;height:100%}
}
.rotate-n10{transform:rotate(-10deg)}
.border-10{border-style:solid;border-width:10px}
.border-hit-gray-opacity-5{border-color:rgba(173,180,183,0.5)}
.recomended-pricing{position:relative}
.recomended-pricing:before{position:absolute;content:"";left:2px;top:0;width:99%;height:5px;background:#336ef7;border-radius:0 0 10px 10px}
.f03-title-exerpt{white-space:nowrap;width:242px;overflow:hidden;text-overflow:ellipsis}
.gallery{display:flex;flex-wrap:wrap}
.gallery .single-item{max-width:20%;width:20%}
.gallery .single-item img{width:100%}
.or-devider{text-align:center;position:relative;z-index:1}
.or-devider:before{content:"";height:1px;width:100%;top:50%;left:0;margin-top:1.5px;position:absolute;background:var(--border-color);z-index:-1}
.or-devider span{display:inline-block;background:#fff;padding:15px 25px}
@media (min-width: 768px) {
.dashboard-main-container{padding-left:290px}
}
@media (min-width: 1600px) {
.dashboard-main-container{max-width:calc(100% - 290px);margin-left:auto;padding-left:75px;padding-right:75px}
}
.checkbox-bg-primary input[type="checkbox"] + label:before{background-color:red}
.search-filter .nice-select .list{width:auto}
.slider-price input{background:transparent;border:transparent;color:#1a1f2b;text-align:left;word-spacing:0}
.ui-slider-horizontal{margin-top:5px;height:5px}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:none;background:#fff;font-weight:400;color:#454545;width:24px;height:24px;border-radius:50%;outline:none}
.ui-slider-horizontal .ui-slider-handle{top:-10px}
.ui-widget.ui-widget-content{border:none}
.pm-range-slider{min-width:290px;max-width:290px;background:#d2dcd6}
.pm-range-slider .ui-widget-header{background:#379aff;top:0;height:100%}
.graph{min-width:290px;max-width:290px;left:0;top:14px}
@media (min-width: 992px) {.graph{top:12px}.modal-dialog.modal-one{max-width:592px}}
@media (min-width: 1200px) {.graph{top:16px}}
.graph span{width:16px;height:60px;background-color:#d2dcd6}
.graph span:nth-child(1){height:10px}
.graph span:nth-child(2){height:14px}
.graph span:nth-child(3){height:14px}
.graph span:nth-child(4){height:19px}
.graph span:nth-child(5){height:27px}
.graph span:nth-child(6){height:41px}
.graph span:nth-child(7){height:50px}
.graph span:nth-child(8){height:37px}
.graph span:nth-child(9){height:60px}
.graph span:nth-child(10){height:27px}
.graph span:nth-child(11){height:19px}
.graph span:nth-child(12){height:27px}
.graph span:nth-child(13){height:14px}
.overflow-y-scroll{overflow-y:scroll;overflow-x:hidden}
*{scrollbar-width:thin;scrollbar-color:#e5e5e5}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-thumb{background-color:#e5e5e5;border-radius:46px}
.active-item-black{color:#379aff}
.result-view-type a{color:#adb4b7}
.result-view-type a.active{color:#2b3940}
.btn-orange{padding:17px 25px;border-radius:10px;background-color:#f39200;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.63;letter-spacing:normal;text-align:left;text-transform:capitalize;color:#fff;border-color:#f39200}
.btn-orange:hover{border:1px solid #f39200;background-color:#fff;color:#f39200}
.btn-outline-gray{padding:17px 25px;border-radius:10px;border:solid 1px #ebebeb;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.63;letter-spacing:normal;text-align:left;color:#1a1a1a}
.btn-gray-2{padding:17px 25px;border-radius:10px;background-color:#f3f3f4;border:solid 1px #ebebeb;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.674;letter-spacing:normal;text-align:left;color:#585858}
.btn-gray-2:hover{border:solid 1px #f3f3f4;background-color:transparent;color:#585858}
.btn-white-2 {
  padding: 17px 25px;
  border-radius: 10px !important;
  border: solid 1px #379aff;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.63;
  letter-spacing: normal;
  text-align: left;
  background-color: #fff;
  color: #379aff !important;
}

.btn-white-2:hover {
  border: solid 1px #fff !important;
  background-color: #379aff !important;
  color: #fff !important;
}
.btn-outline-purple{padding:17px 25px;border-radius:10px;border:solid 1px #ebebeb;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:3.63;letter-spacing:normal;text-align:left;background-color:#fff;color:#7574f9}
.btn-outline-purple:hover{border:solid 1px #fff;background-color:#7574f9;color:#fff}
.btn-purple{padding:17px 25px;border-radius:10px;border:solid 1px #ebebeb;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:3.63;letter-spacing:normal;text-align:left;background-color:#7574f9;color:#fff}
.btn-purple:hover{border:solid 1px #7574f9;background-color:#fff;color:#7574f9}
.dark-mode-texts{border-bottom:1.5px solid #e8e8e8}
.header-btns-1 .btn{min-width:124px;height:65px}
.light-mode-texts:hover{background-color:#f3f4f4}
.permanent-class{font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;color:#1a1a1a}
.permanent-class-p{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;text-align:left;color:#585858}
.light-mode-texts.rounded{border-bottom:solid 1px #ebebeb;border-radius:0!important}
.light-mode-texts.rounded:hover{cursor:pointer;transition:.4s;border-bottom:0;border-radius:10px!important}
.light-mode-texts.rounded:last-child{border-bottom:0!important}
.btn-view-job{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.1;letter-spacing:normal;text-align:right;color:#fff;padding:17px 25px;border-radius:10px;background-color:#379aff;border-color:#379aff}
.btn-view-job:hover{color:#379aff;border-radius:10px;background-color:transparent;border-color:#379aff}
.light-mode-texts.rounded .btn-view-job{display:none;transition:.4s}
.light-mode-texts.rounded:hover .btn-view-job{transition:.4s;display:block}
.light-mode-texts.rounded .font-size-7{transition:.4s;display:block}
.light-mode-texts.rounded:hover .font-size-7{transition:.4s;display:none}
.containerss{display:block;position:relative;padding-left:35px;margin-bottom:2px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:20px;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#1a1a1a}
.containerss input{position:absolute;opacity:0;cursor:pointer}
.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;border-radius:50%}
/* .containerss input:checked ~ .checkmark{background-image:url(../img/checked.svg);background-repeat:no-repeat} */
.checkmark:after{content:"";position:absolute;display:none}
.containerss input:checked ~ .checkmark:after{display:block}
.verified-box{padding:30px 10px;border-radius:10px;background-color:#f3f4f4}
.field{display:flex}
.advanced-search{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#1a1a1a}
.verified-box .form-control{border:none;border-radius:0}
.verified-box .form-control.boder-right{border-right:2px solid #f3f4f4}
.location-serch{padding:8px;border-radius:10px;background-color:#fff}
.teachers-name{font-size:22px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.36;letter-spacing:normal;text-align:left;color:#1a1a1a;margin-bottom:2px}
.teachers-name span{font-size:22px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.36;letter-spacing:normal;text-align:right;color:#379aff}
.teacher-city{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.1;letter-spacing:normal;text-align:left;color:#585858}
.v-teachers img{min-height:282px;max-height:282px;border-radius:15px;border:.5px solid #d5d5d5;object-fit:cover;margin-bottom:15px}
.subscription-form input{padding:29px 25px;font-size:14px}
.subscription-form input:focus{box-shadow:none;border-color:transparent}
.subscription-form .btn{padding:14px 20px;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;text-transform:none;letter-spacing:normal;text-align:center;color:#fff;margin-left:-2px;border-radius:10px;border-top-left-radius:0;border-bottom-left-radius:0}
.subscription-form .form-row{overflow:auto}
.subscription-form.subscription-form-style1 input{border-radius:5px 0 0 5px;border-color:#e2e2e2;background-color:#fff;color:#777;box-shadow:none}
.subscription-form.subscription-form-style1 .btn{border-radius:0 5px 5px 0;padding:12px 20px;font-size:24px}
.subscription-form.subscription-form-style2 input{border-radius:30px 0 0 30px;border-color:#0a0a0a;background-color:#f5f7fb;color:#919399}
.subscription-form.subscription-form-style2 .btn{border-radius:0 30px 30px 0}
.subscription-form.subscription-form-style3 input{border-radius:5px 0 0 5px;border-color:#fff;background-color:#fff;color:#ccc}
.subscription-form.subscription-form-style3 .btn{border-radius:0 5px 5px 0;padding:12px 20px;font-size:24px;border-radius:0 5px 5px 0}
.subscription-form.subscription-form-style4 .btn{border-radius:0 5px 5px 0}
.subscription-form.subscription-form-style4 input{border-radius:5px 0 0 5px;border-color:#fff;background-color:#fff;color:#777;box-shadow:none}
.subscription-form.subscription-form-style5 .btn{border-radius:0 5px 5px 0}
.subscription-form.subscription-form-style5 input{border-radius:5px 0 0 5px;border-color:#fff;background-color:#fff;color:#777;box-shadow:none}
.subscription-form.subscription-form-style6 input{border-radius:10px 0 0 10px;border-color:#fff;background-color:#fff;color:#777;box-shadow:none}
.subscription-form.subscription-form-style6 .btn{background-color:#379aff!important;color:#fff;border:1px solid #379aff;width:100%}
.subscription-form.subscription-form-style6 .btn:hover{background-color:#000!important;border:1px solid #000;color:#fff}
.subs-text-st3{background-color:#f5f7fb!important}
.subscription-social-area{text-align:right}
.padding0{padding:0!important}
.newsletter{padding:80px 0;background-color:#f3f4f4}
.line-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.footer-header{font-size:22px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.14;letter-spacing:normal;text-align:left;color:#fff;opacity: 1 !important;}
.footer p{opacity:.8}
.footer-link li a{font-size:20px;font-weight:400!important;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;text-align:left;opacity:.8;color:#fff}
@media only screen and (max-width: 1046px) and (min-width: 993px) {
.main-menu > li > .nav-link{font-size:15px}
}
/* .contact-us input{padding:30px 20px;border-radius:10px;border:1px solid #f3f3f4;background-color:#f3f4f4} */
.contact-us textarea{border:1px solid #f3f3f4;border-radius:10px;background-color:#f3f4f4}
.location-area img{height:377px;width:100%;object-fit:cover;border-radius:15px}
.location-area h4{font-size:22px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.36;letter-spacing:normal;color:#585858}
.location-area h4 small,address{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.88;letter-spacing:normal;color:#585858}
.location-area span{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.63;letter-spacing:normal;text-align:left;color:#585858}
.social-icons img:hover{padding-bottom:5px;transform:rotateZ(0deg);transition: .4s cubic-bezier(0.39,0.575,0.565,1)}
.social-icons img:hover{padding-bottom:5px;transform:rotateZ(0deg);}
.center-img{display:flex;justify-content:center;align-items:center}
.center-img p{font-size:18px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:center;color:#fff}
.contact-us.login h1{font-size:24px;font-weight:800;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;color:#1a1a1a}
.login-text p{font-size:14px;font-weight:400;opacity:.6;font-stretch:normal;font-style:normal;line-height:1.64;letter-spacing:normal;text-align:center;color:#1a1a1a;margin:20px 0}
.login-text a{font-size:14px;font-weight:400;opacity:.5;font-stretch:normal;font-style:normal;line-height:1.64;letter-spacing:normal;text-align:left;color:#1a1a1a}
p.background:before{border-top:2px solid #dbdbdb;content:"";margin:0 auto;position:absolute;top:50%;left:0;right:0;width:90%;z-index:-1}
p.background span{background:#fff;padding:0 15px}
.news-header{font-size:24px;font-weight:700;font-stretch:normal;font-style:normal;line-height:2.29;letter-spacing:normal;color:#1a1a1a}
.news-body p{font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;color:#585858}
.news-body img{object-fit:cover;border-radius:10px}
.news-list ul{padding-left:1.1rem}
.news-list ul li{font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.5;margin-bottom:5px;letter-spacing:normal;color:#585858}
.bbg-gray-opacity-15::before{content:"";height:100%;width:62%;position:absolute;top:0;right:0;border-bottom-left-radius:15px;background-color:#f3f4f4}
.card.side-card{padding:30px 25px}
.accordion .card{min-height:auto;border:none;padding:22px 20px 18px;box-shadow:none;border-radius:10px;background-color:#f3f3f4}
.accordion .card h2{background:url(../img/up-arrow.svg) no-repeat calc(100% - 0px) center;background-size:16px;cursor:pointer;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;color:#1a1a1a;width:100%;display:inline-block;margin:0}
.card.side-card .card-head{line-height:1}
.accordion .card h2.collapsed{background-image:url(../img/down-arrow.svg);background-size:16px}
.checkmark-2{position:absolute;top:0;left:0;height:25px;width:25px;background-image:url(../img/checkbox.png);background-repeat:no-repeat}
.containerss input:checked ~ .checkmark-2{background-image:url(../img/check.svg);background-repeat:no-repeat}
.checkmark-2:after{content:"";position:absolute;display:none}
input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0;transform:scale(1.8);margin-right:10px}
.btn-view-job-sm{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.63;letter-spacing:normal;text-align:right;color:#fff;padding:17px 25px;border-radius:5px;background-color:#379aff;border-color:#379aff}
.btn-view-job-sm:hover{color:#379aff;border-radius:10px;background-color:transparent;border-color:#379aff}
.step-title{font-size:45px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;color:#1a1a1a}
.rounded-tab{display:inline-flex;flex-wrap:wrap;list-style:none;justify-content:flex-start;padding:0}
.rounded-tab li{margin-right:10px;letter-spacing:normal;text-align:left;padding:10px;border-radius:30px;background-color:#f3f4f4;margin-bottom:10px}
.rounded-tab-2 li a{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:2;letter-spacing:normal;text-align:left;color:#1a1a1a;margin-right:0;padding:5px 18px}
.bg-purple{background-color:#7574f9}
.bg-color-1{background-color:#f4f4f4!important}
.bg-color-2{background-color:#d6effb!important}
.bg-color-3{background-color:#ccf4e9!important}
.bg-color-4{background-color:#d8f6c8!important}
.bg-color-5{background-color:#fbebbc!important}
.bg-color-6{background-color:#f9e3d7!important}
.bg-color-7{background-color:#f9dde5!important}
.step-footer p{font-size:18px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;color:#fff}
.border-bottom-2{border-bottom:1px solid #ebebeb}
.circle-chart{width:65px;height:62px}
.circle-chart__circle{stroke:#6362dd;stroke-width:3;stroke-linecap:round;fill:none;animation:circle-chart-fill 2s reverse;transform:rotate(-90deg);transform-origin:center}
.circle-chart__circle--negative{transform:rotate(-90deg) scale(1,-1)}
.circle-chart__background{stroke:#6362dd;stroke-width:3;fill:none}
.circle-chart__info{opacity:1;transform:translateY(0.1em)}
.circle-chart__percent{alignment-baseline:central;text-anchor:middle;font-size:8px;fill:#fff}
.circle-chart__subline{alignment-baseline:central;text-anchor:middle;font-size:3px}
.success-stroke{stroke:#fff}
.warning-stroke{stroke:#fff}
.danger-stroke{stroke:#fff}
@keyframes circle-chart-fill {to{stroke-dasharray:0 100}}@keyframes circle-chart-appear {to{opacity:1;transform:translateY(0)}}
.font-18{font-size:18px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;color:#1a1a1a}
.font-34{font-size:34px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal;text-align:left;color:#1a1a1a}
.text-black-3{color:#1a1a1a}
.job-details-rounded-tab{display:inline-flex;flex-wrap:wrap;list-style:none;justify-content:left;padding:0}
.job-details-rounded-tab li{margin-right:15px;margin-bottom:15px;font-size:16px;font-weight:700;line-height:1;letter-spacing:normal;text-align:left;padding:20px 30px;border-radius:35px;list-style:none;color:#1a1a1a;background-color:#f3f4f4}
.list-style-none{list-style:none;padding-left:0}
.list-style-none li p{line-height:1.5;margin-bottom:2px}
.font-20{font-size:20px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1a1a1a}
.font-16{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;color:#1a1a1a}
.switchToggle input[type="checkbox"]{height:0;width:0;visibility:hidden;position:absolute}
.switchToggle label{cursor:pointer;text-indent:-9999px;width:76px;max-width:76px;height:36px;background:#d1d1d1;display:block;border-radius:100px;position:relative}
.switchToggle label:after{content:"";position:absolute;top:5px;left:5px;width:26px;height:26px;background:#fff;border-radius:90px;transition:.3s}
.switchToggle input:checked + label,.switchToggle input:checked + input + label{background:#379aff}
.switchToggle input + label:before,.switchToggle input + input + label:before{content:"No";position:absolute;top:10px;left:37px;width:26px;height:26px;border-radius:90px;transition:.3s;text-indent:0;color:#585858;font-weight: 500;}
.switchToggle input:checked + label:before,.switchToggle input:checked + input + label:before{content:"Yes";position:absolute;top:10px;left:15px;width:32px;height:26px;border-radius:90px;transition:.3s;text-indent:0;color:#fff}
.switchToggle input:checked + label:after,.switchToggle input:checked + input + label:after{left:calc(100% - 4px);transform:translateX(-100%)}
.switchToggle label:active:after{width:60px}
.toggle-switchArea{margin:10px 0}
.teachers-name .badge-active{border:0 solid #f0f9ee;background-color:#f0f9ee;padding:6px;border-radius:5px;color:#27aa00;font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal}
.teachers-name .badge-available{border:0 solid #edf1f9;background-color:#edf1f9;padding:6px;border-radius:5px;color:#379aff;font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal}
.teachers-name .badge-explore{border:0 solid #fdfaf5;background-color:#fdfaf5;padding:6px;border-radius:5px;color:#379aff;font-size:13px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal}
.teachers-name .badge-unable{border:0 solid #efefef;background-color:#efefef;padding:6px;border-radius:5px;color:#585858;font-size:13px;font-weight:400;line-height:1.2;font-stretch:normal;font-style:normal;letter-spacing:normal}
.font-45{font-size:45px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;color:#1a1a1a}
.news-head-img img{border-radius:15px;border:.5px solid transparent;object-fit:cover}
.news-inner-img img{border-radius:15px;border:.5px solid transparent;object-fit:cover}
.text-bold{font-weight:800}
.fit-cover{object-fit:cover}
.app-search{padding:17px 0;overflow:hidden;margin-right:10px;width: 230px;}
.app-search .form-control{border:1px solid transparent;height:50px;padding-left:40px;padding-right:20px;background-color:#f3f4f7;-webkit-box-shadow:none;box-shadow:none;border-radius:10px!important}
.app-search svg{position:absolute;z-index:10;font-size:18px;color:#adb5bd;line-height:45px;left:15px;top:16.5px;width:18px;height:18px}
.cross-icon{position:absolute;width:34px;top:-13px;right:-13px}
.modal-header{padding:2rem 1.5rem;border-bottom:0 solid var(--border-color)}
.font-24{font-size:24px;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:normal;text-align:left;color:#1a1a1a}
.border-10px{border-radius:10px !important}
.location-serch .form-control{ color: #1a1a1a;opacity: 0.5; font-weight: 500;}
.location-serch .form-control::-moz-placeholder{ color: #1a1a1a;opacity: 0.5; font-weight: 500;}
.location-serch .form-control:-ms-input-placeholder{ color: #1a1a1a;opacity: 0.5; font-weight: 500;}
.location-serch .form-control::placeholder{ color: #1a1a1a;opacity: 0.5; font-weight: 500;}
.font-500{font-weight: 500 !important;}
.school-logos{max-width: 138px;max-height: 138px;min-width: 138px;min-height: 138px;border-radius: 10px;object-fit: contain;border: 1px solid #f3f4f7;}
.padding-100{padding: 70px 0;}
.link-1.active a {background: url(../img/check-mark.svg) no-repeat calc(100% - 5px) center; padding-right: 25px;}
.link-1.active a {color: #1a1a1a;}
.after-login-menus{display: flex;align-items: center;}
.modal-header .close{padding: 0;margin: 0;}
.close ,.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus{opacity: 1;outline: none;}
.modal-header{padding:2rem 1.5rem;border-bottom:0 solid var(--border-color)}
.font-24{font-size:24px;font-stretch:normal;font-style:normal;line-height:1.17;letter-spacing:normal;text-align:left;color:#1a1a1a}
.border-10px{border-radius:10px}
.file-input{background-color:#f3f4f4;width:100%;position:relative;border-radius:10px;border:0px solid #f3f4f4}
.file-input>[type='file']{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:10;cursor:pointer}
.file-input>.button{display:inline-block;font-size:16px;font-weight:500;cursor:pointer;background-color:#ebebeb;color:#1a1a1a;padding:16px 18px;border-radius:5px;margin-right:8px;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.file-input:hover>.button{background:#379aff;color:#fff}
.file-input>.label{font-size:16px;font-weight:500;color:#1a1a1a;white-space:nowrap;}
.file-input.-chosen>.label{opacity:1}
.modal-content{box-shadow: none;border: none;}
.section-title{ font-size: 22px;font-weight: 800;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;text-align: left;color: #1a1a1a;}
.outside-boder{ padding: 30px 25px 30px;border-radius: 10px;border: solid 1px #ebebeb;background-color: #fff;}
.user-profile-name{font-size:24px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#1a1a1a}
.user-profile-upload-img{width:150px;height:150px;max-width:150px;max-height:150px;object-fit:cover;border-radius:10px;background-color:#f3f4f4;border:1px solid #f3f4f4}
.progress{display:flex;height:.75rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#f3f4f4;border-radius:.625rem}
.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#379aff;border-radius:10px;transition:width .6s ease;}
.progress-text{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;text-align:center;color:#1a1a1a;margin-top:10px;}
.outside-boder .nav-pills .nav-link{padding:20px 20px 20px 20px;border-radius:10px;border:solid 1px #ebebeb;background-color:#fff;font-size:16px;font-weight:bold;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:left;color:#1a1a1a;margin-bottom:10px;}
.outside-boder .nav-pills .nav-link.active{background-color: #f3f4f4;}
.profile-sub-title{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;text-align:left;color:#1a1a1a;}.profile-main-title{font-size:22px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;color:#1a1a1a;margin-bottom:4px;}.profile-add-title{font-size:18px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;text-align:left;color:#1a1a1a;margin-bottom:0;}.profile-bottom-border{border-bottom:1px solid #ebebeb;padding-bottom:20px;}
.switchToggle.profile-switch input + label:before,.switchToggle input + input + label:before{content:"No";position:absolute;top:06px;left:37px;width:26px;height:26px;border-radius:90px;transition:.3s;text-indent:0;color:#585858;font-weight: 500;}
.switchToggle.profile-switch input:checked + label:before,.switchToggle input:checked + input + label:before{content:"Yes";position:absolute;top:06px;left:15px;width:26px;height:26px;border-radius:90px;transition:.3s;text-indent:0;color:#fff}
.bg-blue-form.form-control{background-color:#f3f4f4!important;border:none;}.bg-blue-form.form-control::placeholder{font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;text-align:left;color:#1a1a1a;}.bg-blue-form.form-control::-moz-placeholder{font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;text-align:left;color:#1a1a1a;}.bg-blue-form.form-control::-webkit-input-placeholder{font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;text-align:left;color:#1a1a1a;}.normal-text{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;text-align:left;color:#1a1a1a;}.font-400{font-weight:400!important;}.changes-link-text{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:3.63;letter-spacing:normal;text-align:right;color:#585858;}textarea.form-control{height:auto;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;color:#1a1a1a;}.upload-imgs{border-radius:10px;border:solid 1px #ebebeb;max-width:460px;width:460px;}.img-video-popup{position:relative;width:max-content;}.img-video-popup .closed{position:absolute;right:-10px;top:-12px;width:32px;}
button.video-popup,a.video-popup{display:block;position:absolute;margin:0 auto;top: 42%;right:0px;left: 0px ;width:60px;z-index:11;height:60px;border-radius:50%;background:#fff;-webkit-transition:all 1s cubic-bezier(0,0,0.2,1);-o-transition:all 1s cubic-bezier(0,0,0.2,1);transition:all 1s cubic-bezier(0,0,0.2,1);-webkit-box-shadow:0 20px 30px rgba(0,0,0,0.2);box-shadow:0 20px 30px rgba(0,0,0,0.2)}
button.video-popup::before,a.video-popup::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;-webkit-transform:translate(-6px,-9px);-ms-transform:translate(-6px,-9px);transform:translate(-6px,-9px);border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:15px solid #191a4e}
button.video-popup:hover,a.video-popup:hover{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}
button.video-popup.position-top-center,a.video-popup.position-top-center{position:absolute;top:50%;left:50%;border:0 none;width:110px;height:110px;margin-left:-55px;margin-top:-55px;-webkit-transition:all 1s cubic-bezier(0,0,0.2,1);-o-transition:all 1s cubic-bezier(0,0,0.2,1);transition:all 1s cubic-bezier(0,0,0.2,1);-webkit-box-shadow:0 20px 30px rgba(0,0,0,0.2);box-shadow:0 20px 30px rgba(0,0,0,0.2)}
@media only screen and (max-width: 767px) {button.video-popup.position-top-center,a.video-popup.position-top-center{width:70px;height:70px;margin-left:-35px;margin-top:-35px}}
button.video-popup.position-top-center:hover,a.video-popup.position-top-center:hover{-webkit-transform:scale3d(1.15,1.15,1.15);transform:scale3d(1.15,1.15,1.15)}
button.video-popup.theme-color,a.video-popup.theme-color{background:#fff;border-color:#fff}
button.video-popup.theme-color::before,a.video-popup.theme-color::before{border-left:15px solid #191a4e}
button.video-popup.black-color,a.video-popup.black-color{background:#000;border-color:#000}
button.video-popup.black-color::before,a.video-popup.black-color::before{border-left:15px solid #fff}
button.video-popup.size-medium,a.video-popup.size-medium{width:80px;height:80px;margin-left:-40px;margin-top:-40px}
.rn-video-popup-area .thumbnail img{border-radius:14px}
/* New 28Apr */
.link-1.active a{background:url(../img/check-mark.svg) no-repeat calc(100% - 5px) center;padding-right:26px;}.link-1.active a{color:#1a1a1a;}
/* NEW 29Apr */
.modal-input .checkmark-2{width:27px;height:27px;background-image:url("../img/checkbox-white.png");}.modal-input textarea{background-color:#f3f4f4;}.modal-input textarea:focus{background-color:#f3f4f4;}.containerss input:checked~.checkmark-round{border:5px solid #379aff;border-radius:14px;background-color:#fff;}.checkmark-round{position:absolute;top:0;left:0;height:22px;width:22px;border-radius:50%;background-color:#ebebeb;}.file-input .label.font-16{font-weight:normal;}
/* 2 May */
.modal-input .form-control::placeholder{font-weight:normal;}.modal-input .form-control{font-size:16px;font-weight:500;color:#1a1a1a;}.modal-dialog.modal-two{max-width:800px;}.file-input input,.file-input input:focus{background-color:#f3f4f4;}
.modal-input input,.modal-input input:focus{
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
}@media screen and (max-width:320px){.file-input>.button{font-size:14px;padding:12px 6px;margin-right:4px}}.timeline{position:relative;counter-reset:item 3;list-style-type:none;left:10px;}
/*Line*/
.timeline>li::before{content:'';position:absolute;width:3px;background-color:#E7E7E7;top:0;bottom:0;left:-21px;}
/*Circle*/
.timeline>li::after{text-align:center;padding-top:12px;z-index:10;content:counter(item);position:absolute;width:60px;height:60px;border:0 solid white;background-color:#E7E7E7;border-radius:50%;top:0;font-size:24px;font-weight:bold;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#379aff;left:-50px;}
/*Content*/
.timeline>li{counter-increment:item -1;padding:10px 25px;margin-left:0;min-height:70px;position:relative;background-color:white;list-style:none;}.timeline>li:nth-last-child(1)::before{width:0;}.date-time-box p{font-size:18px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.56;letter-spacing:normal;text-align:center;color:#1a1a1a;}.date-time-box{padding:13px 20px;border-radius:5px;background-color:#f3f4f4;min-width:120px;text-align:center;}.timeline li .show-gr-dropdown.show .gr-menu-dropdown{z-index:111;background-color:#fff;}.timeline li .gr-menu-dropdown>.drop-menu-item{background-color:#fff;}.border-add-upload{border-radius:10px;border:solid 1px #ebebeb;}.border-add-upload img{width:130px;height:130px;max-width:130px;max-height:130px;object-fit:contain;border-radius:10px;}.start-job{font-size:45px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.22;letter-spacing:normal;text-align:center;color:#1a1a1a;}.start-job-p{font-size:20px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:center;color:#1a1a1a;}.start-job-padding{padding-top:200px;padding-bottom:200px;}.table thead th{vertical-align:bottom;font-size:18px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:.83;letter-spacing:normal;text-align:left;color:#1a1a1a;border-bottom:0;border-top:0;}.table th,.table td{padding:25px;vertical-align:middle;}.table-normal-text{font-size:18px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal;text-align:left;color:#1a1a1a;}.border-responsive-top{border-radius:10px;border:solid 1px #ebebeb;}.carousel-item img{max-height:380px;object-fit:cover;min-height:380px;width:100%;}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:11px;border-radius:50%;height:11px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease;}.school-logo-section{position:relative;top:-130px;z-index:1;}.school-logo-section .s-logo{min-width:178px;min-height:178px;max-width:178px;max-height:178px;object-fit:contain;border-radius:15px;border:1px solid #f3f4f4;}.p-school-name{font-size:34px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;color:#1a1a1a;}.p-school-adress{font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;text-align:left;color:#585858;}.school-nav .nav-pills .nav-link{border-radius:.625rem;padding:19.2px 20px;border-radius:10px;border:solid 1px #ebebeb;background-color:#fff;margin-bottom:10px;font-size:16px;font-weight:bold;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:left;color:#1a1a1a;line-height:1.63;}.school-nav .nav-pills .nav-link.active{background-color:#f3f4f4;}
.cv-img{border:1px solid #f0f0f0;border-radius:10px;object-fit:contain;min-height:144.6px;max-height:144.6px;min-width:257px;max-width:257px;}.insight{padding:22.5px 20px;border:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}.insight .current{font-size:16px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;text-transform:capitalize;color:#1a1a1a;}.text-color-585858{color:#585858;}.square-47 img{max-width:60px;min-width:60px;max-height:60px;min-height:60px;display:flex;align-items:center;justify-content:center;object-fit:contain;border-radius:10px;border:1px solid #f3f4f4;}.border-50{border-radius:50%;max-width:80%;min-width:80%;}.btn-orange.border-50:hover{background-color:#379aff;}.cross-icon-2{position:absolute;width:34px;top:-13px;right:-13px;}.max-height-200px{max-height:200px;}.max-width-200px{max-width:200px;}.border-bottom{border-bottom:solid 1px #ebebeb;}.nice-select .option.insight{border-bottom:solid 1px #ebebeb;}.nice-select.insight .list{width:80%;margin-top:7px;left:46px;}.nice-select.insight .list li{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:left;color:#1a1a1a;padding:6px 15px;}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0;position:relative;bottom:0;}.modal-fullscreen .modal-content{height:calc(100% - 60px);position:absolute;bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}.modal-fullscreen .cross-icon{position:absolute;width:34px;top:-45px;right:5px;}.modal-fullscreen span,.modal-fullscreen a{opacity:1;color:#ebebeb;font-size:28px;font-weight:300;}

/* AQUINAS EDUCATION D2D M18 */
.btn-blue{padding:14px 25px;border-radius:10px;background-color:#379aff;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.674;letter-spacing:normal;text-align:left;color:#fff;border-color:#379aff}
.btn-blue:hover{border:1px solid #379aff;background-color:#fff;color:#379aff}

.btn-red{padding:17px 25px;border-radius:10px;background-color:#e8585d;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.674;letter-spacing:normal;text-align:left;color:#fff;border-color:#e8585d}
.btn-red:hover{border:1px solid #e8585d;background-color:#fff;color:#e8585d}

.btn-green{padding:17px 25px;border-radius:10px;background-color:#27aa00;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.674;letter-spacing:normal;text-align:left;color:#fff;border-color:#27aa00}
.btn-green:hover{border:1px solid #27aa00;background-color:#fff;color:#27aa00}

.img-width-133 { min-height:133px;max-height:133px;min-width:133px;max-width:133px;object-fit:contain;border-radius: 10px;}

button.video-popup, a.video-popup.popup-small {top:26%;right:12px;width:45px;height:45px;}

.badge-active{border:0 solid #f0f9ee;background-color:#f0f9ee;padding:6px 8px;border-radius:5px;color:#27aa00;font-size:13px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal}
.badge-available{border:0 solid #edf1f9;background-color:#edf1f9;padding:6px 8px;border-radius:5px;color:#379aff;font-size:13px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal}
.badge-explore{border:0 solid #fdfaf5;background-color:#fdfaf5;padding:6px 8px;border-radius:5px;color:#f29300;font-size:13px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal}.badge-unable{border:0 solid #efefef;background-color:#efefef;padding:6px;border-radius:5px;color:#585858;font-size:13px;font-weight:400;line-height:1.2;font-stretch:normal;font-style:normal;letter-spacing:normal}
.badge-red{border:0 solid #fdfaf5;background-color:#fdefef;padding:6px 8px;border-radius:5px;color:#e8585d;font-size:13px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal}.badge-unable{border:0 solid #efefef;background-color:#efefef;padding:6px;border-radius:5px;color:#585858;font-size:13px;font-weight:400;line-height:1.2;font-stretch:normal;font-style:normal;letter-spacing:normal}

.no-text{ font-size:18px;font-weight:bold;text-transform:capitalize;font-stretch:normal;font-style:normal;line-height:1.60;letter-spacing:normal;text-align:left;color:#e8585d;}
.yes-text {font-size:18px;font-weight:bold;text-transform:capitalize;font-stretch:normal;font-style:normal;line-height:3.22;letter-spacing:normal;text-align:left;color:#379aff;}

.nav-tabs .nav-link.nav-link-details.active,
.nav-tabs .nav-item.nav-item-details.show .nav-link:hover { color:#379aff;border-bottom:solid 2px green;background-color:#fff;}

.square-53 {max-width:53px;min-width:53px;max-height:53px;min-height:53px;display:flex;align-items:center;justify-content:center;object-fit:contain;border-radius:10px;border:1px solid #f3f4f4;}
.price-badge{position:absolute;left:-25px;top:-30px;padding:10px 13px;border-radius:10px 0;background-color:#f29300;color:#fff;}

.round-35p {padding: 22.5px; border-radius: 35px; color: #585858; background-color: #f3f4f4;}
.link-toggle.active {color: white !important; background:#ecf0f9; border-color: #ecf0f9;}
.link-toggle.active a{background: url(../img/aqd/check-mark.svg) no-repeat calc(100% - 5px) center;padding-right: 25px; color: #379aff!important;}
.btn-send:hover { background-color: #379aff; transform: scale(1.1);}

.round-30p {font-size: 18px;font-weight: 500;padding: 11px 14px;background-color: #379aff;border-radius: 50%;color: #fff;margin-left: 7px;}
.round-30p:last-child{background-color: #ecf0f9;color: #379aff;}
.round-30p span a {color: #585858;}
.max-width-165px{max-width: 165px;min-width: 165px;}
.max-width-204px{max-width: 204px;min-width: 204px;}

.text-f39200{color: #f39200;}
.text-e8585d{color:#e8585d;}
.text-27aa00{color: #27aa00;}
.text-379aff{color: #379aff;}


/* AQUINAS SCHOOL PERMANENT */
.onHoverBlue:hover{color: #379aff;}
.bg-green-2 {background-color: #27aa00;}
.btn-outline-green { padding:17px 25px;border-radius:10px;background-color:#fff;color:#27aa00;border-color:#27aa00;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.674;letter-spacing:normal;text-align:left;}
.btn-outline-green:hover { border:1px solid #fff;background-color:#27aa00;color:#fff;}
.scale-1 {transform:scale(1.09);}
.profile-edit-icon {position: absolute;    bottom: -4%;
  right: -11%;}

@media (min-width: 992px) {.modal-dialog.modal-three{max-width:1010px}}
.min-height-452{ min-height:452px;max-height:452px;}
.min-height-215 { min-height:215px;max-height:215px;object-fit:cover;}
.btn-outline-orange { padding:17px 25px;border-radius:10px;background-color:#ffff;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.63;letter-spacing:normal;text-align:left;text-transform:capitalize;color:#f39200;border-color:#f39200;}
.btn-outline-orange:hover { border:1px solid #ffff;background-color:#f39200;color:#ffff;}
.min-width-px-282 {min-width: 282px;}
.white-space-preline{white-space: pre-line;}
.white-space-nowrap{white-space: nowrap;}
.border-30px {border-radius: 30px;}
.cursor-default {cursor: default;}
.bg-gray-2 {background-color: #f3f4f4;}
.font-20{font-size: 20px;}

label.radio.toggle{
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.font-weight-bold2{
  font-weight: 800 !important;
}
@media only screen and (max-width:1200px){.proile.media p{display:none;}.proile.media .mr-4{margin-right:0!important;}
.after-login-menus .show-gr-dropdown .gr-menu-dropdown.dropdown-right {box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);}
}
@media only screen and (max-width: 568px) {
.price-badge.font-18{font-size: 14px;}
.fixed-bottom {position: unset;}
.form-register .content {padding: 0 0px !important;}
.after-login-menus .ml-5{margin-left: 0rem!important;}
.after-login-menus .ml-7,.after-login-menus .ml-6{margin-left: 0.75rem!important}
/* .navbar-toggler{padding-right: 0px !important;} */
.light-version-logo.default-logo {display: block;width: 75px;}
.after-login-menus .pb-5,.after-login-menus  .py-5 {padding-bottom: 0.5rem!important;}
.after-login-menus .heading-default-color{display: none;}
.after-login-menus .border-bottom-2 {border-bottom: 1px solid #ebebeb;}
.after-login-menus .gr-menu-dropdown > .drop-menu-item{font-size: 14px;}
.after-login-menus .show-gr-dropdown .gr-menu-dropdown.dropdown-right {box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);}
.after-login-menus .pt-5,.after-login-menus .py-5 {padding-top: 0.5rem!important;}
.site-header .container-fluid{padding-left: 15px;padding-right: 15px;}
.app-search{display: none;}
.light-mode-texts.rounded .btn-view-job{display:none}
.light-mode-texts.rounded:hover .btn-view-job{display:none}
.light-mode-texts.rounded:hover .font-size-7{display:block}
.verified-box .field{display:inline-block}
.verified-box .form-control.boder-right{border-right:none}
.bbg-gray-opacity-15::before{width:100%}
.font-size-11{font-size:28px;line-height:1.18}
.rounded-tab-2 li a{font-size:14px;padding:5px}
.border-bottom-2{border-bottom:0 solid #ebebeb}
.font-45{font-size:35px}
.cross-icon{top:-10px;right:-10px}
.footer-link li a{font-size: 18px;}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {padding-right: 25px;padding-left: 25px;}
.card.side-card {padding: 20px;}
.teachers-name ,.teachers-name span{font-size: 20px;}
.header-btns-1 .btn{min-width: 225px;}
.font-size-5 {font-size: 18px;}
.round-30p{margin-left: 0px; margin-right: 7px;}
}
@media only screen and (min-width: 600px) {
.font-size-11{font-size:38px;line-height:1.18}
}
@media (max-width: 768px){
.img-video-popup {position: relative;width: 100%;}
.upload-imgs {border-radius: 10px;border: solid 1px #ebebeb;max-width: 100%;width: 100%;}
.img-video-popup .closed {position: absolute;right: -10px;top: 10px;}
.btn-send:hover { transform: none}
.after-login-menus .show-gr-dropdown .gr-menu-dropdown.dropdown-right {box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);}

}

.fields .btn-orange.active , .fields .btn-white.active{ background-color:#379aff!important;border-color:#379aff!important;}
.fields .btn-white , .fields .btn-orange{ background-color:#fff!important;border-color:#fff!important;}
.fields .btn-orange.active .active-img{ display:none;}
.fields .btn-orange .deacive-img{ display:none;}
.fields .btn-orange.active .deacive-img{
  display: block;
}
.fields .btn{
  padding: 18px;
  border-radius: 10px;
}
.fields .btn-orange {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.fields .btn-white {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.fields .btn-white.active .active-img{
  display: none;
}
.fields .btn-white .deacive-img{
  display: none;
}
.fields .btn-white.active .deacive-img{
  display: block;
}
.btn-blue { padding:14px 25px;border-radius:5px;background-color:#379aff;font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.674;letter-spacing:normal;text-align:left;color:#fff;border-color:#379aff;}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-blue:hover {
  border: 1px solid #379aff;
  background-color: #fff;
  color: #379aff;
}

.nice-select .option.insight {
    border-bottom: solid 1px #ebebeb;
  }

  .nice-select.insight .list {
    width: 80%;
    margin-top: 7px;
    left: 46px;
  }

  .nice-select.insight .list li{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;
    padding: 6px 15px;
  }

  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    position: relative;
      bottom: 0;
  }
  .modal-fullscreen .modal-content{
    height: calc(100% - 60px);
    position: absolute;
      bottom: 0;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .modal-fullscreen .cross-icon {
    position: absolute;
    width: 34px;
    top: -45px;
    right: 5px;
  }
  .modal-fullscreen span{
    opacity: 1;
    color: #ebebeb;
    font-size: 28px;
    font-weight: 300;
  }
  .btn-pre{
    padding: 17px 25px;
    border-radius: 10px;
    background-color: #f3f4f4;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: rgb(26 26 26 / 40%);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
  }
  .btn-nex{
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    line-height: 1;
    color: #fff;
    padding: 17px 25px;
    border-radius: 10px;
    background-color: #379aff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .modal-fullscreen .modal-body{
    overflow: auto;
  }
  .modal-fullscreen .modal-footer{
    background-color: #379aff;
      padding: 1.5rem 3.5rem;
  }
  .full-modal-text{
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
  }
  .full-modal-hading{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
  }
  .full-modal-p{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a;

  }
  @media (min-width:1024px){
    .modal-fullscreen .modal-header {
      padding: 3rem 3.5rem;
    }
  }

  /* Right Side modal  */
.modal.drawer {
  display: flex !important;
  pointer-events: none;
}
.modal.drawer * {
  pointer-events: none;
}
.modal.drawer .modal-dialog {
  margin: 0px;
  display: flex;
  flex: auto;
  transform: translate(25%, 0);
}
.modal.drawer .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}
.modal.drawer .modal-dialog .modal-content .modal-body {
  overflow: auto;
}
.modal.drawer.show {
  pointer-events: auto;
}
.modal.drawer.show * {
  pointer-events: auto;
}
.modal.drawer.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.drawer.right-align {
  flex-direction: row-reverse;
  float: right;
  padding-right: 0 !important;
}
.modal.drawer.left-align:not(.show) .modal-dialog {
  transform: translate(-25%, 0);
}
@media (min-width: 576px){
    .modal.drawer .modal-dialog{
    max-width: 420px;
}
}
@media (max-width:992px){
  li.field.fields {
    display: flex;
    margin-top: 15px;
}
.news-body p{
  font-size: 18px;
}
.start-job-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.start-job{
  font-size: 30px;
}
.start-job-p{
  font-size: 18px;
}
}
.boder-right1{border-right:3px solid #f3f4f4}
@media only screen and (max-width: 568px) {
.boder-right1{border-right:none}
}
.select2-search .select2-container{
  height: 50px;
}
.select2-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url(../img/svg/select.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
} .select2-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
  position: absolute;
  top: 1px;
  right: -5px;
  width: 25px;
}

.select2-search .select2-container .select2-selection--single{
  height: 48px;
}
.select2-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #1a1a1a;
  line-height: 45px;
  margin: 0 -6px;
}
.select2-search .select2-container--default .select2-selection--single{
  border: none;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-dropdown{
  z-index: 111;
}
.select2-container--focus{
  border: none;
  box-shadow: none;
}
.select2-container--open .select2-dropdown--above{
  margin: 0 !important;
}
.btn-outline-gray:hover{
  color: #fff;
  background-color: #758fd0;
  border-color: #758fd0;
}
@media (max-width:1400px) and (min-width:1200px) {
  .brand-logo {
    margin-right: 20px;
  }
}
@media (max-width:1300px) and (min-width:1200px) {
  .brand-logo {
    margin-right: 15px;
  }
  .app-search {
    padding: 17px 0;
    overflow: hidden;
    margin-right: 10px;
    width: 200px;
}
.main-menu > li > .nav-link{
  font-size: 16px;
}
}
@media (max-width:1350px) and (min-width:1200px){
  .proile.media p{
    display: none;
  }
}
@media (max-width:1400px) and (min-width:1200px){
.site-header {
    padding-left: 22px;
    padding-right: 22px;
}}
.inside-text{
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.81;
  letter-spacing: 1.92px;
  text-align: center;
  color: #f39200;
  position: relative;
  top: 38%;
  left: -4%;
  right: 0;
}
.blank-box{
  width: 130px;
    height: 130px;
    max-width: 130px;
    max-height: 130px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #fef4e5;
}
.insurance-number-box{
  margin-top: 20px;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: #f3f4f4;
  width: max-content;
}
.number-text{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 3.63; */
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content{
  position: initial;
}

.cal-date {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #585858;
  padding: 9px 8px;
  border: solid 1px #ebebeb;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 29px;
}

.present {
  background-color: #27aa00;
  border: solid 1px #27aa00;
  color: #fff;
}

.absent {
  background-color: #e8585d;
  border: solid 1px #e8585d;
  color: #fff;
}

.to-amount {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.to-count {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #379aff;
}
.cal-days{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#585858;margin-left:5px;margin-right:3px}
.cal-dropdown.nice-select{background-color:transparent;border:none;padding-top:0}
.cal-dropdown.nice-select:after{border-bottom:3px solid #999;border-right:3px solid #999;content:"";display:block;height:10px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:30%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:10px}
.cal-dropdown.nice-select .current{font-size:18px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:right;color:#1a1a1a}
.cal-date{font-size:20px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#585858;padding:9px 8px;border:solid 1px #ebebeb;background-color:#fff;border-radius:50%;width:50px;height:50px;line-height:29px}

.cal-dropdown.cal-dropdownn.nice-select .current { font-size:24px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:right;color:#1a1a1a;}
.to-count.to-count-2{color: #27aa00;}
.text-color-585858 {    color: #1a1a1a !important;
  opacity: 0.5;}
.line-height-1p33{line-height:1.33 !important;}

.btn-pre {
  padding: 17px 25px;
  border-radius: 10px;
  background-color: #f3f4f4 !important;
  font-family: 'Mulish', sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #000 !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
}
.btn-nex {
  font-size: 16px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 1;
  color: #fff !important;
  padding: 17px 25px;
  border-radius: 10px;
  background-color: #379aff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width:1200px) {
  .proile.media p {
    display: none;
  }

  .proile.media .mr-4 {
    margin-right: 0 !important;
  }

  .after-login-menus .show-gr-dropdown .gr-menu-dropdown.dropdown-right {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
  }
}
.top-icon {
  position: absolute;
  top: 25px;
  left: 25px;
}
.payment {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
  padding: 40px 70px;
  display: flex;
  flex-direction: column;
}
.payment-details {
  flex: 1 0 auto;
  display: flex;
  margin: 30px 0;
  flex-direction: row;
}
.payment-details-inner {
  align-self: center;
  min-width: 100%;
}
.payment-details-inner h1 {
  font-size: 26px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.payment-details-inner .p{
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #222;
}
.btn-lg {
  padding: 15px 35px;
  border-radius: 5px !important;
  background-color: #379aff;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.btn-primary {
  border-radius: 5px;
  background-color: #379aff;
  border-color: #379aff;
}
.label-text {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.text-blue {
  color: #379aff !important;
}
.form-control{
  border: 1px solid #e8e8e8;
  min-height: 59px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.text-gray1{
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #222;
}
.object-cover{
  object-fit: cover;
}
.box-border{
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  padding-top: 30px;
}
.fix-user-img{
  width: 138px;
  height: 138px;
  min-width: 138px;
  min-height: 138px;
  max-width: 138px;
  max-height: 138px;
  object-fit: cover;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}
.main-menu > li > .nav-link:hover,.main-menu > li > .nav-link.active{
  color: #379aff !important;
}
.bg-blue {
  background-color: #379aff !important;
}
.btn-white{
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #379aff;
  line-height: 1.5;
}
.dashboard-box{
  padding: 20px 67px 20px 18px;
  border-radius: 5px;
}
.dashboard-box h1{
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  margin-bottom: 0;
}
.dashboard-box p{
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  margin-bottom: 0;
}
.dashboard-box.b1{
background-color: #d2dffc;
}
.dashboard-box.b2{
  background-color: #faebbc;
}
.dashboard-box.b3{
  background-color: #d8f6c7;
}
.dashboard-box.b4{
  background-color: #d6eefb;
}
.btn-md{
  height: 49px;
  width: auto;
  padding: 15px 20px;
}
.btn-gray-1{
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #1a1a1a50;
}
.paid{
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #58a55d;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: rgb(88 166 92 / 10%);
}
.text-underline{
  text-decoration: underline !important;
}
@media (max-width:1024px) {
  .navbar-custom1 {
      left: 0;
      padding: 8px 10px !important;
      margin: 0
  }
}
.brand-logo img{
  height: 65px;
}
.font-26{
  font-size: 26px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.font-weight-normal {
  font-weight: 500 !important
}
.box-1{
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
}
.u-logo{
  max-width: 170px;
  max-height: 170px;
  min-width: 170px;
  min-height: 170px;
  object-fit: cover;
  border: 1px solid #379aff;
  border-radius: 50%;
}
.min-w-206{
  min-width: 222px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.88em + 1.5rem);
  padding: 0.75rem 0.9375rem;
  line-height: 1.88;
  color: #fff;
  content: "Browse";
  background-color: #1a1a1a;
  border-left: inherit;
  border-radius: 0 0.3125rem 0.3125rem 0;
}
.custom-file-label{
  height: 3.5rem;
  color: hsl(0deg 0% 10% / 50%);
}
.btn-edit{
  padding: 10px 17px;
  border-radius: 5px;
  background-color: #1a1a1a;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
.btn-remove{

  padding: 10px 17px;
  border-radius: 5px;
  background-color: #e8585d;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}.table td {
  padding: 5px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.table thead th{
  font-size: 16px;
  padding: 20px 10px;
}
.mt-150{
  margin-top: 250px;
}
@media (max-width:992px){
  .payment{
    padding:20px;
  }
}
.btn-white{
  border-radius: 5px;
  border: solid 1px #f4f4f4;
  background-color: #fff;
  color: #1a1a1a;
}
.header-btn{
  padding: 15px 28px;
}

/* home - blog masonry */
.blog-header-style1 {margin: 0px; padding: 0; list-style: none; display: flex; justify-content: space-around;height: 520px;}
.blog-header-style1 li {width: 25%; padding: 0 5px; margin: 0 0px 0 0;display: inline-block; box-sizing: border-box; overflow: hidden; vertical-align: top; transition: 0.8s; -webkit-transition: 0.8s; -moz-transition: 0.8s; -ms-transition: 0.8s; -o-transition: 0.8s;}
.blog-header-style1 li .blog-banner {display: block; position: relative; height: 100%;}
.blog-header-style1 li figure figcaption {position: absolute; left: 0;right: 0; bottom: 0; padding: 50px; transform: translateY(60px); -webkit-transform: translateY(60px); -moz-transform: translateY(60px); -ms-transform: translateY(60px); -o-transform: translateY(60px);}
.blog-header-style1 li.blog-column-active figure figcaption {transition-delay: 0.5s; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -o-transition-delay: 0.5s; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px);}
/* .blog-header-style1 li figure figcaption .btn {opacity: 0; transform: translateY(60px); -webkit-transform: translateY(60px); -moz-transform: translateY(60px); -ms-transform: translateY(60px); -o-transform: translateY(60px); transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -o-transition-delay: 0.3s;} */
.blog-header-style1 li.blog-column-active figure figcaption .btn {opacity: 1; transition-delay: 0.6s; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); -webkit-transition-property: all; -moz-transition-property: all; -ms-transition-property: all; -o-transition-property: all; transition-property: all;}
.blog-header-style1 li.blog-column-active figure figcaption .btn:hover {transition-delay: 0; -webkit-transition-property: all; -moz-transition-property: all; -ms-transition-property: all; -o-transition-property: all; transition-property: all;}
.blog-header-style1 li.blog-column-active {width: 50%; transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s;}
.blog-header-style1 li .blog-title {width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}
figure {
  margin: 0;
}
.bg-extra-dark-gray {
  background-image: linear-gradient(to top, #000000, #ffffff00);

}
.h-450px {height: 450px}
  .blog-header-style1 li figure figcaption {padding: 30px;}
  .demo-heading {font-size: 35px; line-height: 41px;}
.blog-header-style1 li:last-child{
  padding-right: 0;
}
.blog-header-style1 li:first-child{
  padding-left: 0;
}
.one-third-screen.blog-column-active .cc{
  width: 75%;
}
.one-third-screen.blog-column-active .cc-auto{
  width: 25%;
  float: right;
  text-align: right;
  align-self: center;
}

.banner-h1{
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff !important;
}
.banner-h2{
  opacity: 0.8;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #fff !important;
}
.blog-header-style1 .one-third-screen.blog-column-active figure figcaption{
  text-align: left !important;
}
.blog-header-style1 .one-third-screen figure figcaption{
  text-align: center !important;
}
.blog-header-style1 .one-third-screen.blog-column-active figure figcaption .banner-h2{
  text-align: left !important;
}
.blog-header-style1 .one-third-screen figure figcaption .banner-h2{
  text-align: center !important;
}
.blog-header-style1 .one-third-screen figure figcaption .banner-h1{
  font-size: 18px;
}
.blog-header-style1 .one-third-screen.blog-column-active figure figcaption .banner-h1{
  font-size: 26px;
}
.dates{
  padding: 16px 24px 15px;
  border-radius: 10px;
  background-color: #f4f4f4;
  text-align: center;
  min-height: 75px;
}
.dates .dates-h1{
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 0;
}
.dates-h2{
  opacity: 0.5;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 0;
  color: #1a1a1a;
}
.box-date{
  padding: 20px 20px;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
}
.dates-h4{
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  margin-bottom: 0;
}
.dates-h5{
  opacity: 0.7;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  margin-bottom: 0;
}
.dates-time{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #379aff;
  margin-bottom: 0;
}
.mb-30px{
  margin-bottom: 30px;
}
.box-date:hover{
  background-color: #f4f4f4;
}
.box-date .btn-blue{
  opacity: 0;
}
.box-date:hover .btn-blue{
  opacity: 1;
  transition-delay: 0.1s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}
.box-date:hover .dates{
  background-color: #ffffff;
}
.box-blue{
  padding: 20px 20px;
  border-radius: 15px;
  background-image: linear-gradient(to bottom, #00c6ff, #008cff 69%, #0072ff);
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.boxs-white{
  padding: 20px 20px;
  border-radius: 10px;
  background-color: #fff;
}
.inner-h1{
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.inner-h2{
  opacity: 0.7;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
a:hover{
  color: #379aff;
}
.gray-line{
  border-top: 1px solid #e8e8e8;
  border-radius: 0.5px;
}
.border-rounde{
  border-radius: 50%;
}
.u-text{
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.bg-light-gray{
  background-color: #f4f4f4;
}
.pt80{
  padding-top: 80px;
}
.pb80{
  padding-bottom: 80px;
}
.pt60{
  padding-top: 60px;
}
.pb60{
  padding-bottom: 60px;
}
.fiX-241{
  max-height: 241px;
  min-height: 241px;
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
}
.price-tag{
  border-radius: 15px;
  background-color: #e8585d;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  padding: 9px 9px 9px 10px;
  opacity: 0.9;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  width: max-content;
  right: 0;
  bottom: 0;
}
.blog-title{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  margin-top: 20px;
  height: 3rem;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  word-break: break-word;

}
.blog-p{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 3rem;
  margin-bottom: 10px;
  word-break: break-word;
}
.blog-tags{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #379aff;
}
.blog-tags .dot{
  color: #a7a7a7;
}
.btn-sub{
  padding: 14px 20px;
  border-radius: 5px;
  background-color: #379aff;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0;
}
.min-h-60{
  min-height: 61px;
}
.footer{
  padding: 79px 74px 30px;
  background-color: #1a1a1a;
}
.footer-p{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;opacity: 0.8;
}
.footer-h3{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.footer-link{
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  opacity: 0.8;
}
.inline-ul {
  list-style-type: none;
  padding: 0;
}
.copy-rights{
  opacity: 0.5;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #fff;
}
.count-box{
  padding: 18px 19px 17px 18px;
  background-color: #379aff;
  width: min-content;
  margin: 0 auto;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.count-box h5{
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}


#main #faq .card {
  margin-bottom: 15px;
  padding: 0;
}

#main #faq .card .card-header {

  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  display: block;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #1a1a1a;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#main #faq .card .collapse {

}

#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #1a1a1a;
}
#main .accordion .card{
  border-radius: 10px !important;
  border: solid 1px #e8e8e8;
}
.bg-light-blue{
  background-color: #379aff;
}
#main #faq .card .card-body{
  padding-top: 0;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
#main #faq .card .card-header .btn-header-link::after{
  color: #1a1a1a;
  opacity: 0.5;
}
.bg-light-gray::placeholder{
  opacity: 0.5;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.bg-light-gray::-moz-placeholder{
  opacity: 0.5;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.bg-light-gray::-webkit-input-placeholder{
  opacity: 0.5;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.bg-dark-blue{
  background-color: #379aff;
}
.border-right-0{
  border-right: 0;
}
.border-left-0{
  border-left: 0;
}
.input-group-text{
  border-radius: 0.3125rem !important;
}
.input-group-text{
  background-color: transparent;
}

.digit-group input {
  width: calc(60% - 5.49px);
  height: 60px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  justify-self: center;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  /* color: #fff; */
  margin: 0px 0;
  border-radius: 10px;
}

.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

.prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}

/* .verify-otp {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #292929;
  margin-bottom: 10px;
} */

.verify-otp-p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #292929;
}
.digit-group {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.dropdown-toggle::after{
  content: none;
}
.u-user-name{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.63;
  letter-spacing: normal;
  text-align: right;
  color: #1a1a1a;
}
.mt30{
  margin-top: 30px;
}
.product-count.product-count1 {
  background: #115dc4;
}
input.number-product.number-product1 {
  border: 1px solid #115dc4;
  border: 1px solid #115dc4;
  background: #115dc4;    width: 40px;
}
input.number-product {
  padding: 16px 23px;
  /* border-radius: 5px; */
  border: solid 1px #e8e8e8;
  background-color: #fff;
  width: 60px;
  height: 60px;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  position: relative;
  /* top: 5px; */
}
button.button-count {
  border: none;
  background: transparent;
  outline: none;
}
.btn-blues{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  line-height: 1.6;
  padding: 17px 25px;
  border-radius: 5px;
  background-color: #379aff;
  color: #fff;
}
.btn-gray{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  color: #1a1a1a;
  padding: 17px 25px;
  border-radius: 5px;
  background-color: #f4f4f4;
  border: none;
}
@media (min-width:992px){
  .modal-md{
    max-width: 530px;
    margin: 1.75rem auto;
  }
}
.box-cards{
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
}
.modal-body .form-check{
  padding: 0;
}
.modal-body .form-check-input {
  top: 33%;
  right: 10px;
}
.text-gray2{
  opacity: 0.5;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #1a1a1a;
}
.form-gray{
  background-color: 10px;
  background-color: #f4f4f4;
}
.text-gray3{
  opacity: 0.5;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.table thead th {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.btn-blue-btn{
  background-image: url(../img/btn-blue.svg);
  background-repeat: no-repeat;
  background-position: right;
  font-size: 18px;
  font-weight: 800;
  background-size: contain;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 70px;

}
.btn-blue-btn::after{
  content: '';
  background-color: #379aff;
}
.counter-strip.ss {
  position: relative;
  padding: 0 20px;
  background-color: transparent;
}
.counter-strip.ss .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  margin-right: 50px;
  min-width: 50px;
}
.counter-strip.ss .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 50px;
}
.counter-strip.ss .time-countdown .counter-column:before {
  position: absolute;
  right: -28px;
  top: 11px;
}
.s-date {
  position: absolute;
  font-family: "AirbnbCereal";
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  right: 15px;
  top: -5px;
  height: 70px;
  width: 70px;
  background-color: #f14b59;
  border-radius: 50%;
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  padding: 15px 0;
}
.c-box {
  height: 100%;
  object-fit: cover;
}
.competition h1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 12px;
}
.competition h2 {

  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #d93442;
  margin-bottom: 20px;
}
.competition h5 {

  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 12px;
}
.competition p {

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 30px;
}
.competition-timer h2 {

  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 12px;
}
.aa .counter-column .count {
  font-family: "baloo", cursive !important;
  color: #f14b59 !important;
}
.aa .counter-column:nth-child(2) .count {
  font-family: "baloo", cursive;
  color: #555bda !important;
}
.aa .counter-column:nth-child(3) .count {
  color: #ffa200 !important;
  font-family: "baloo", cursive;
}
.aa .counter-column:nth-child(4) .count {
  color: #9c3cd2 !important;
  font-family: "baloo", cursive;
}
.date-time h2 {

  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #d93442;
}
.date-time p {

  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 0;
}
.btn-red {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 10px 87px 9px 88px;
  background-color: #d93442;
  border-radius: 0;
}
.enter-competition {

  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 25px;
}
.purchase-tickets {

  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}
.tickets-sold h2 {

  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  margin-bottom: 20px;
}
.tickets-sold span {

  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.counter-strip .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 1em;
  color: #f14b59;
  font-family: "baloo", cursive;
}

.counter-strip .time-countdown .counter-column:nth-child(2) .count {
  color: #555bda;
}

.counter-strip .time-countdown .counter-column:nth-child(3) .count {
  color: #ffa200;
}

.counter-strip .time-countdown .counter-column:nth-child(4) .count {
  color: #a54bfb;
}

.counter-strip.ss .time-countdown .counter-column:before {
  position: absolute;
  right: -28px;
  top: 11px;
}
.counter-strip .time-countdown .counter-column:before {
  position: absolute;
  right: -47px;
  top: 20px;
  height: 26px;
  width: 8px;
  background-image: url(../img/svg/time-dots.png);
  content: "";
  opacity: 0.4;
}
.counter-strip .time-countdown .counter-column:last-child:before{
  display: none;
}
.mt50{
  margin-top: 50px;
}


.table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
.table thead tr > th:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid #e8e8e8;
}
.table thead tr > th:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #e8e8e8;
}
.table thead th{
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.table th, .table td{
  border: none;
}
.table tbody tr > td:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid #e8e8e8;
}
.table tbody tr > td:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #e8e8e8;
}
.table tbody td{
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;

  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.active-tr td{
  background-color: #379aff;
  color: #fff !important;
}
.active-tr .font-18 ,.active-tr .text-gray3{
  color: #fff !important;
}
.table thead tr > th:first-child,.table tbody tr > td:first-child{
  padding-left: 20px;
}
.active-tr td .btn-blue-btn{
  background-image: url(../img/svg/btn-white.svg);
  color: #379aff;
}
.leaderboard{
  background-image: url(../img/svg/bg-bord.svg);
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
    height: auto;
    border-radius: 15px;
    padding: 60px 15px;
}
.l-bord {
  padding: 5px 5px 5px 25px;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  background: #fff;
}
.min-200{
  min-width: 200px;
}
.ml-60{
  margin-left: 60px;
}
.invalid-feedback{font-size: 15px;}
.invalid-feedback.input-group .input-group-text {border-color: #ff5c75;}
.icon-eye {width: 22.4px;height: 14.5px;cursor:pointer;background-repeat: no-repeat;background-image: url(../img/svg/eye.svg);}
.icon-eye.show {background-image: url(../img/svg/eye-open.svg);}
.input-group-text{border-left: 0;border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}
.input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child){border-right: 0;}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus{box-shadow: none;}
.was-validated .form-control:invalid, .form-control.is-invalid{background-image:none}
.page-item.active .page-link {background-color: #379aff;border-color: #379aff;}
.page-link{padding: 0.75rem 1rem;}
.profile-image-section input[type="file"] {position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;padding: 0;margin: 0;cursor: pointer;filter: alpha(opacity=0);opacity: 0;}
.fix-170 {width: 170px;height: 170px;max-width: 170px;max-height: 170px;object-fit: cover;border-radius: 50%;}
.no-avatar {width: 50px;height: 50px;padding: 5px;background-color: #379aff;font-size: 20px;font-weight: bold;text-align: center;color: #fff;border-radius: 50%;font-weight: bold;text-transform: capitalize;align-items: center;justify-content: center;display: flex;}
.topnav-menu .no-avatar {padding: 15px;}
.no-avatar.large{width: 60px;height: 60px;text-align: center;font-size: 18px;}
.no-avatar.small{width: 27px;height: 27px;padding: 0;font-size: 12px;}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}

.swal-footer{text-align:left;padding:15px 25px 30px}.swal-icon{display:none}
.swal-button{background-color:#379aff;border: 1px solid #379aff; color:#fff;border-radius:5px;font-weight:700;padding:.85rem 1.5rem;font-size:16px;line-height:1.5;border-radius:5px}
.swal-button:focus,.swal-button:active{box-shadow:none;background:#379aff}
.swal-title{line-height:1.5;font-weight:800;margin-top:0;font-size:22px;padding:0.75rem 1.875rem 0.9375rem;text-align:center;color: #000}
.swal-text{display:block;padding:0 30px;font-size:16px;max-width:100%;color:#1a1a1a;text-align: center;font-weight: 600;}
.swal-modal{max-width:515px}
.swal-modal .swal2-close{margin:-1rem -1rem -1rem auto;z-index:1;background-color:#eb6565;opacity:1;border-radius:50%;color:#fff;font-weight:400;position:fixed;right:0;top:0;outline:none;cursor:pointer;border:0;padding: 0 !important;}
.swal-modal .swal2-close,.modal-header .close{width:40px;height:40px;background-image:url(../img/close.svg);background-position:center;background-repeat:no-repeat;background-size: cover;}
.swal-button-container {display: flex;justify-content: center;}

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#f3f4f7;z-index:9999;display: flex;justify-content: center;align-items: center;}
#preloader .spinner>div {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 10px solid #0fa05b;
    border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: circle-loader 1s infinite ease-in-out both;
    animation: circle-loader 1s infinite ease-in-out both;
    margin: 0 7px
}

#preloader .spinner .circle1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

#preloader .spinner .circle2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    border-color: #0fa05b;
}

#preloader .spinner .circle3 {
    border-color: #0fa05b;
}

@-webkit-keyframes circle-loader {

    0%,
    80%,
    100% {
        transform: scale(0.4)
    }

    40% {
        transform: scale(1)
    }
}

@keyframes circle-loader {

    0%,
    80%,
    100% {
        transform: scale(0.4)
    }

    40% {
        transform: scale(1)
    }
}

.btn-blues:hover{color: white;background-color: #007af8;}
.ticket-tabs {margin-bottom: 16px;}
.ticket-tab {font-size: 16px;font-weight: 500;border: none;outline: none !important;background: white;padding: 8px 16px;}
.ticket-tab.active {font-weight: 700; border-bottom: 2px solid #000}
.email-phone-toggle-btn {outline: none !important;text-decoration: underline;}
.opacity-50 { opacity: 0.5; }
