i.get-in-touch{ font-size: 40px!important; color: rgb(1, 3, 95) !important }
.solution_section { box-shadow: 0 0 10px 0 #dcdcdc; margin-bottom: 30px; padding: 25px 12px; transition: 0.3s ease-in-out; cursor: pointer; height: inherit; float: left; width: 100%; border: 1px dotted #c7c7c7; transition: .3s ease-in-out; }
.solution_section .icon { height: 50px; width: 50px; margin: auto; transition: .3s ease-in-out; }
.solution_section h4 { font-size: 16px; color: #000000; font-weight: 600; padding: 15px 0px 0px; }
.solution_section:hover img{ transform: scaleX(-1); transition: transform 1s ease; }
a.btn.btn-primary.read-more { padding: 10px; margin-top: 20px; background: #01035f; border: 1px solid #44468c; }
.navbar-dark .navbar-brand { padding-left: 25px !important; }
.mega-menu-title { padding-left: 20px; }
.portfolio-section .card { box-shadow: 5px 5px 7px; border-radius: 30px 9px 0px 0px; }
.portfolio-section img { border-radius: 30px 9px 0px 0px; }
.navbar-spae-from-logo { margin-left: 250px; }
.pr-0{ padding-right: 0px!important }
input.transparent-input { background: #ff000000; border: 1px solid #fff; padding: 10px; width: 100%; color: #fff; }
input.transparent-input::placeholder { color: #fff; opacity: 1; }
input.transparent-input:-ms-input-placeholder { color: #fff; }
input.transparent-input::-ms-input-placeholder { color: #fff; }
.sum-text-on-input{ position: absolute; font-size: 20px; padding: 8px 30px; background: #fff; }
body { background: #444; }
.custom-modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); }
.custom-modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; }
.custom-close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; }
.custom-close:hover, .custom-close:focus { color: #000; text-decoration: none; cursor: pointer; }
.video-play-btn {
  width: 70px;
  height: 70px;
  background: radial-gradient(rgba(1, 2, 59, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0px auto;
  box-shadow: 0px 0px 25px 3px rgba(1, 2, 59, 0.8);
}

/* triangle */
.video-play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.video-play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}
@media (max-width: 1005px) {
	input.transparent-input{ margin-top: 20px }
	.sum-text-on-input{ top: 20px }
}
.enquiry-form .form-inputs div.col-md-3{
	padding-right: 0px!important
}
a.nav-link { font-size: 17px; color: rgb(255, 255, 255) !important; }
nav.navbar.navbar-expand-lg { padding: 10px; }
a.nav-link { margin-top: 10px; }
a { text-decoration: none !important; }
ul.info { padding-left: 0px; }
:root { --bs-blue:#0d6efd; --bs-indigo:#6610f2; --bs-purple:#6f42c1; --bs-pink:#d63384; --bs-red:#dc3545; --bs-orange:#fd7e14; --bs-yellow:#ffc107; --bs-green:#198754; --bs-teal:#20c997; --bs-cyan:#0dcaf0; --bs-white:#fff; --bs-gray:#6c757d; --bs-gray-dark:#343a40; --bs-primary:#0d6efd; --bs-secondary:#6c757d; --bs-success:#198754; --bs-info:#0dcaf0; --bs-warning:#ffc107; --bs-danger:#dc3545; --bs-light:#f8f9fa; --bs-dark:#212529; --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }
*, ::after, ::before { box-sizing: border-box; }
body { margin: 0px; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255); text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; old-font-family: sans-serif !important; }
[tabindex="-1"]:focus:not(:focus-visible) { outline: 0px !important; }
hr { margin: 1rem 0px; color: inherit; background-color: currentcolor; border: 0px; opacity: 0.25; }
hr:not([size]) { height: 1px; }
p { margin-top: 0px; margin-bottom: 1rem; }
abbr[data-bs-original-title], abbr[title] { text-decoration: underline dotted; cursor: help; text-decoration-skip-ink: none; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul { padding-left: 2rem; }
dl, ol, ul { margin-top: 0px; margin-bottom: 1rem; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
dt { font-weight: 700; }
dd { margin-bottom: 0.5rem; margin-left: 0px; }
blockquote { margin: 0px 0px 1rem; }
b, strong { font-weight: bolder; }
sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
a { color: rgb(13, 110, 253); text-decoration: underline; }
a:hover { color: rgb(10, 88, 202); }
a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }
code, kbd, pre, samp { old-font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr; unicode-bidi: bidi-override; }
pre { display: block; margin-top: 0px; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; }
pre code { font-size: inherit; color: inherit; word-break: normal; }
code { font-size: 0.875em; color: rgb(214, 51, 132); overflow-wrap: break-word; }
a > code { color: inherit; }
kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-radius: 0.2rem; }
kbd kbd { padding: 0px; font-size: 1em; font-weight: 700; }
figure { margin: 0px 0px 1rem; }
img, svg { vertical-align: middle; }
table { caption-side: bottom; border-collapse: collapse; }
caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: rgb(108, 117, 125); text-align: left; }
th { text-align: -webkit-match-parent; }
tbody, td, tfoot, th, thead, tr { border-color: inherit; border-style: solid; border-width: 0px; }
label { display: inline-block; }
button { border-radius: 0px; }
button:focus { outline: -webkit-focus-ring-color auto 5px; }
button, input, optgroup, select, textarea { margin: 0px; old-font-family: inherit; font-size: inherit; line-height: inherit; }
button, select { text-transform: none; }
[role="button"] { cursor: pointer; }
select { overflow-wrap: normal; }
[list]::-webkit-calendar-picker-indicator { display: none; }
[type="button"], [type="reset"], [type="submit"], button { appearance: button; }
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) { cursor: pointer; }
textarea { resize: vertical; }
fieldset { min-width: 0px; padding: 0px; margin: 0px; border: 0px; }
legend { float: left; width: 100%; padding: 0px; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; }
legend + * { clear: left; }
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field { padding: 0px; }
::-webkit-inner-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; appearance: textfield; }
::-webkit-search-decoration { appearance: none; }
::-webkit-color-swatch-wrapper { padding: 0px; }
::-webkit-file-upload-button { font: inherit; appearance: button; }
output { display: inline-block; }
iframe { border: 0px; }
summary { display: list-item; cursor: pointer; }
progress { vertical-align: baseline; }
[hidden] { display: none !important; }
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x,0.75rem); padding-left: var(--bs-gutter-x,0.75rem); margin-right: auto; margin-left: auto; }
.row { --bs-gutter-x:1.5rem; --bs-gutter-y:0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x)/ -2); margin-left: calc(var(--bs-gutter-x)/ -2); }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x)/ 2); padding-left: calc(var(--bs-gutter-x)/ 2); margin-top: var(--bs-gutter-y); }
.btn-check:disabled + .btn, .btn-check[disabled] + .btn { pointer-events: none; filter: none; opacity: 0.65; }
.input-group .btn { position: relative; z-index: 2; }
.input-group .btn:focus { z-index: 3; }
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; }
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }
.btn { display: inline-block; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
.btn:hover { color: rgb(33, 37, 41); }
.btn-check:focus + .btn, .btn:focus { outline: 0px; box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem; }
.btn.disabled, .btn:disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; }
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(10, 88, 202); border-color: rgb(10, 83, 190); }
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: rgba(49, 132, 253, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(86, 94, 100); border-color: rgb(81, 88, 94); }
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: rgba(130, 138, 145, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(20, 108, 67); border-color: rgb(19, 101, 63); }
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: rgba(60, 153, 110, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(61, 213, 243); border-color: rgb(37, 207, 242); }
.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: rgba(11, 172, 204, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(255, 205, 57); border-color: rgb(255, 199, 32); }
.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: rgba(217, 164, 6, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(176, 42, 55); border-color: rgb(165, 40, 52); }
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: rgba(225, 83, 97, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(249, 250, 251); border-color: rgb(249, 250, 251); }
.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: rgba(211, 212, 213, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(26, 30, 33); border-color: rgb(25, 28, 31); }
.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: rgba(66, 70, 73, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus { box-shadow: rgba(13, 110, 253, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); border-color: rgb(108, 117, 125); }
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active { color: rgb(255, 255, 255); background-color: rgb(25, 135, 84); border-color: rgb(25, 135, 84); }
.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus { box-shadow: rgba(25, 135, 84, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active { color: rgb(0, 0, 0); background-color: rgb(13, 202, 240); border-color: rgb(13, 202, 240); }
.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus { box-shadow: rgba(13, 202, 240, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active { color: rgb(0, 0, 0); background-color: rgb(255, 193, 7); border-color: rgb(255, 193, 7); }
.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-color: rgb(220, 53, 69); }
.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active { color: rgb(0, 0, 0); background-color: rgb(248, 249, 250); border-color: rgb(248, 249, 250); }
.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active { color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-color: rgb(33, 37, 41); }
.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus { box-shadow: rgba(33, 37, 41, 0.5) 0px 0px 0px 0.25rem; }
.btn-group-lg > .btn, .btn-lg { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; }
.btn-group-sm > .btn, .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }
.dropdown-item.active, .dropdown-item:active { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(13, 110, 253); }
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); }
.btn-group-vertical > .btn, .btn-group > .btn { position: relative; flex: 1 1 auto; }
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 1; }
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) { margin-left: -1px; }
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; }
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; }
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; }
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) { margin-top: -1px; }
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.sab-tabs .sab-item.show .sab-link, .sab-tabs .sab-link.active { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255); }
.sab-pills .sab-link.active, .sab-pills .show > .sab-link { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); }
.tab-content > .active { display: block; }
.sabbar > .container, .sabbar > .container-fluid, .sabbar > .container-lg, .sabbar > .container-md, .sabbar > .container-sm, .sabbar > .container-xl, .sabbar > .container-xxl { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; }
.sabbar-light .sabbar-sab .sab-link.active, .sabbar-light .sabbar-sab .show > .sab-link { color: rgba(0, 0, 0, 0.9); }
.sabbar-dark .sabbar-sab .sab-link.active, .sabbar-dark .sabbar-sab .show > .sab-link { color: rgb(255, 255, 255); }
.breadcrumb-item.active { color: rgb(108, 117, 125); }
.page-item.active .page-link { z-index: 3; color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.btn .badge { position: relative; top: -1px; }
.list-group-item.active { z-index: 2; color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; }
.list-group-horizontal > .list-group-item.active { margin-top: 0px; }
.list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
.list-group-item-primary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(8, 66, 152); border-color: rgb(8, 66, 152); }
.list-group-item-secondary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(65, 70, 75); border-color: rgb(65, 70, 75); }
.list-group-item-success.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(15, 81, 50); border-color: rgb(15, 81, 50); }
.list-group-item-info.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(5, 81, 96); border-color: rgb(5, 81, 96); }
.list-group-item-warning.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(102, 77, 3); border-color: rgb(102, 77, 3); }
.list-group-item-danger.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(132, 32, 41); border-color: rgb(132, 32, 41); }
.list-group-item-light.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(99, 100, 100); border-color: rgb(99, 100, 100); }
.list-group-item-dark.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(20, 22, 25); border-color: rgb(20, 22, 25); }
.carousel-item-next, .carousel-item-prev, .carousel-item.active { display: block; }
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active { z-index: 1; opacity: 1; }
.carousel-indicators .active { opacity: 1; }
.clearfix::after { display: block; clear: both; content: ""; }
.pt-5 { padding-top: 3rem !important; }
.pb-0 { padding-bottom: 0px !important; }
.text-center { text-align: center !important; }
.text-light { color: rgb(248, 249, 250) !important; }
:root { --thm-font: "ubuntu", sans-serif; --thm-base: #ffaa17; --thm-base-rgb: 255, 170, 23; --thm-black: #222429; --thm-text: #686a6f; }
.text { line-height: 1.8em; margin: 0px; }
.auto-container { position: static; max-width: 1200px; padding: 0px 15px; margin: 0px auto; }
figure { margin-bottom: 0px; }
.theme-btn { display: inline-block; transition: all 0.3s ease 0s; }
.theme-btn i { position: relative; display: inline-block; font-size: 14px; margin-left: 3px; }
.centered { text-align: center !important; }
.btn-style-one .btn-title { position: relative; display: block; font-size: 18px; line-height: 30px; padding: 19px 50px 16px; z-index: 1; }
.btn-style-one .btn-curve { position: absolute; right: -15px; top: 0px; width: 26px; height: 100%; background: var(--thm-black); opacity: 0.2; z-index: 0; transform: skewX(-22deg); transition: all 0.5s ease 0s; }
.btn-style-one:hover .btn-curve { opacity: 1; right: 0px; width: 100%; transform: skewX(0deg); }
.btn-style-two { position: relative; display: inline-block; text-align: center; text-transform: uppercase; letter-spacing: 0.05em; background: var(--thm-black); color: rgb(255, 255, 255); border-radius: 5px; overflow: hidden; transition: all 0.3s ease 0s; }
.btn-style-two .btn-title { position: relative; display: block; font-size: 18px; line-height: 30px; padding: 19px 50px 16px; z-index: 1; transition: all 0.5s ease 0s; }
.btn-style-two:hover { color: var(--thm-black); }
.btn-style-two .btn-curve { position: absolute; right: -15px; top: 0px; width: 26px; height: 100%; background: rgb(255, 255, 255); opacity: 0.2; z-index: 0; transform: skewX(-22deg); transition: all 0.5s ease 0s; }
.bg-dark-primary { background-color: rgb(1, 3, 95) !important; }
.bg-less-dark-primary { background-color: rgb(50, 53, 186) !important; }
.btn-style-two:hover .btn-curve { opacity: 1; right: 0px; width: 100%; transform: skewX(0deg); }
.pull-left { float: left; }
.default-form .row { margin: 0px -15px; }
.sec-title { position: relative; margin-bottom: 50px; }
.sec-title.centered { max-width: 650px; margin: 0px auto 50px; }
.sec-title .upper-text { position: relative; display: inline-block; line-height: 1.6em; font-size: 16px; color: rgb(155, 159, 166); margin: 0px 0px 20px; }
.sec-title p { position: relative; display: block; line-height: 1.2em; text-transform: uppercase; margin-bottom: 0px; font-size: 28px; font-weight:500; }
.sec-title h2 strong { font-weight: 700; }
.sec-title h2 .dot { color: rgb(11, 0, 86); padding-left: 7px; }
.sec-title .lower-text { position: relative; display: block; font-size: 17px; line-height: 1.5em; font-weight: 300; letter-spacing: 0.1em; color: var(--thm-text); padding: 30px 0px 0px; }
.services-section { padding: 60px 0px 90px; color: rgb(255, 255, 255); }
.services-section .sec-title { margin-bottom: 30px; }
.services-section .sec-title h2 { color: rgb(255, 255, 255); }
.services-section .sec-title .lower-text { color: rgb(153, 155, 159); }
.services-section .row { counter-reset: slides-num 0; }
.services-section .row .service-block { counter-increment: slides-num 1; }
.services-section .row .service-block .inner-box::before { content: "0" counter(slides-num) ""; position: absolute; left: 45px; top: 50px; font-size: 50px; line-height: 1em; color: rgb(255, 255, 255); opacity: 0.07; }
.service-block { position: relative; margin-bottom: 30px; }
.service-block .inner-box { position: relative; display: block; padding: 20px 45px; background: rgb(1, 0, 43); min-height: 100%; border-radius: 7px; overflow: hidden; transition: all 500ms ease 0s; }
.service-block .inner-box:hover { background: var(--thm-base); }
.service-block .inner-box .bottom-curve { position: absolute; right: -70px; bottom: 0px; width: 100px; height: 80%; background: var(--thm-black); opacity: 0.2; z-index: 0; transform: skewX(0deg) scaleX(0); transition: all 0.5s ease 0s; }
.service-block .inner-box:hover .bottom-curve { transform: skewX(-35deg) scaleX(1); }
.service-block .inner-box .count { position: relative; display: block; font-size: 50px; line-height: 1em; color: rgb(255, 255, 255); opacity: 0.07; margin-bottom: 40px; }
.service-block .inner-box .icon-box { position: absolute; right: 45px; top: 50px; color: var(--thm-base); font-size: 64px; line-height: 1em; transition: all 0.5s ease 0s; }
.service-block .inner-box:hover .icon-box { color: var(--thm-black); }
.service-block .inner-box p { position: relative; margin: 112px 0px 0px; font-size: 17px; text-transform: uppercase; color: rgb(255, 255, 255); letter-spacing: 1px; line-height: 1.2em; }
.service-block .inner-box p a { color: rgb(255, 255, 255); transition: all 0.5s ease 0s; font-weight:500; }
.services-section .row .service-block .inner-box:hover::before, .service-block .inner-box:hover .count, .service-block .inner-box:hover h6, .service-block .inner-box:hover h6 a { color: var(--thm-black); }
.service-block .inner-box p a:hover { text-decoration: underline; }
.about-section .image-column .inner { position: relative; display: block; }
.about-section .image-column .inner::before { content: ""; position: absolute; left: 0px; width: 15px; height: 280px; background: var(--thm-base); border-radius: 8px; }
.about-section .text-column .inner { position: relative; display: block; padding-left: 60px; }
.about-section .text-column .sec-title { margin-bottom: 35px; }
.about-section .text-column .sec-title .lower-text { text-transform: uppercase; font-size: 17px; font-weight: 300; letter-spacing: 0px; color: var(--thm-base); }
.about-section .text-column .text { position: relative; font-size: 16px; font-weight: 300; line-height: 1.7em; letter-spacing: 0.02em; }
.about-section .text-column .text p { line-height: 1.7em; letter-spacing: 0.1em; margin-bottom: 32px; }
.about-section .text-column .text ul { position: relative; float: left; }
.about-section .text-column .text ul li { position: relative; line-height: 1.7em; letter-spacing: 0.1em; margin-bottom: 10px; padding-left: 35px; }
.about-section .text-column .text ul li::before { content: ""; old-font-family: Flaticon; position: absolute; left: 0px; top: -1px; color: var(--thm-base); }
.about-section .text-column .text .since { position: relative; float: left; margin-left: 82px; margin-top: 10px; }
.about-section .text-column .text .since::before { content: ""; position: absolute; left: -10px; top: 0px; width: 80px; height: 80px; background: rgb(232, 233, 233); border-radius: 50%; }
.about-section .text-column .text .since::after { content: ""; position: absolute; left: -42px; top: 0px; bottom: 0px; border-left: 2px solid var(--thm-base); }
.about-section .text-column .text .since .txt { position: relative; display: block; padding: 21px 5px; width: 90px; height: 90px; line-height: 24px; text-align: center; background: var(--thm-black); text-transform: uppercase; color: rgb(255, 255, 255); border-radius: 50%; }
.about-section .text-column .link-box { padding-top: 30px; }
.live-section .main-image-box .inner { position: relative; padding: 20px 0px; }
.we-do-section { position: relative; padding: 20px 0px 45px; background: url("../images/background/pattern-2.png") left top repeat rgb(255, 255, 255); }
.we-do-section .sec-title { margin-bottom: 40px; }
.we-do-section .featured-block { position: relative; display: block; padding-left: 230px; min-height: 117px; margin-bottom: 40px; }
.we-do-section .featured-block .image { position: absolute; left: 0px; top: 0px; width: 200px; }
.we-do-section .featured-block .image img { display: block; width: 100%; filter: grayscale(100%); border-radius: 7px; }
.we-do-section .featured-block .text { position: relative; top: -5px; display: block; line-height: 1.7em; letter-spacing: 0.1em; margin-bottom: 32px; }
.we-do-section .left-col { position: relative; margin-bottom: 30px; }
.we-do-section .left-col .inner { position: relative; display: block; padding-right: 70px; }
.we-do-section .right-col { position: relative; margin-bottom: 30px; }
.we-do-section .right-col .inner { position: relative; display: block; }
.we-do-section .progress-box { position: relative; display: block; width: 100%; }
.we-do-section .progress-box .bar-title { position: relative; font-size: 20px; line-height: 1.1em; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.we-do-section .progress-box .bar { position: relative; width: 100%; height: 7px; background: rgb(255, 255, 255); border-radius: 4px; }
.we-do-section .progress-box .bar-inner { position: relative; display: block; width: 0px; height: 7px; background: var(--thm-base); border-radius: 4px; transition: all 1500ms ease 0s; }
.we-do-section .progress-box .count-box { position: absolute; right: 0px; margin-right: -40px; bottom: 18px; width: 40px; height: 22px; background: var(--thm-black); color: rgb(255, 255, 255); line-height: 22px; font-size: 14px; font-weight: 500; border-radius: 5px; text-align: center; opacity: 0; transition: all 500ms ease 0s; }
.we-do-section .progress-box .counted .count-box { opacity: 1; }
.we-do-section .progress-box .count-box::after { content: ""; position: absolute; left: 0px; top: 100%; margin-top: -5px; border-right: 5px solid transparent; border-bottom: 5px solid transparent; border-image: initial; border-top: 5px solid var(--thm-black); border-left: 5px solid var(--thm-black); }
.accordion-box { position: relative; }
.accordion-box .block { position: relative; background: rgb(255, 255, 255); border-radius: 7px; overflow: hidden; margin-bottom: 16px; box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 40px 5px; }
.accordion-box .block.active-block { background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 40px 5px; }
.accordion-box .block:last-child { margin-bottom: 0px; }
.accordion-box .block .acc-btn { position: relative; line-height: 32px; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; padding: 20px 60px 20px 40px; color: var(--thm-black); transition: all 500ms ease 0s; }
.accordion-box .block .acc-btn .count { color: var(--thm-base); padding-right: 3px; }
.accordion-box .block .acc-btn::before { position: absolute; right: 35px; top: 20px; height: 30px; font-size: 15px; font-weight: 600; color: var(--thm-base); line-height: 30px; content: ""; old-font-family: Flaticon; transition: all 500ms ease 0s; }
.accordion-box .block .acc-btn.active { background-color: rgb(255, 255, 255); }
.accordion-box .block .acc-btn.active::before { color: var(--thm-black); content: ""; }
.accordion-box .block .acc-content { position: relative; display: none; }
.accordion-box .block .content { position: relative; padding: 0px 40px 30px; }
.accordion-box .block .acc-content.current { display: block; }
.accordion-box .block .content .text { position: relative; top: 0px; display: block; line-height: 1.7em; letter-spacing: 0.1em; font-size: 14px; }
.gallery-section .upper-row .sec-title { position: relative; float: left; }
.mixitup-gallery .filters.centered li { margin: 0px 15px 10px; }
.mixitup-gallery .filters .filter.active { color: var(--thm-black); padding-right: 20px; }
.mixitup-gallery .filters .filter.active sup { opacity: 1; visibility: visible; }
.mixitup-gallery .filters li.active::before { transform: scaleX(1); }
.gallery-item .inner-box { position: relative; border-radius: 7px; overflow: hidden; }
.gallery-item .inner-box .image { position: relative; border-radius: 7px; }
.gallery-item .inner-box .image img { display: block; width: 100%; height: auto; filter: grayscale(100%); transition: all 300ms ease 0s; border-radius: 7px; }
.gallery-item .inner-box:hover .image img { filter: grayscale(0%); }
.gallery-item .inner-box:hover .cap-box { opacity: 1; transform: translateY(0px); }
.fact-counter .column .inner { position: relative; padding: 120px 0px 0px; }
.fact-counter .column .inner::before { position: absolute; content: ""; left: -15px; right: -15px; top: 0px; min-width: 100%; border-top: 4px solid var(--thm-base); transform: scaleX(0); transition: all 500ms ease 0s; }
.fact-counter .column:hover .inner::before { transform: scaleX(1); }
.fact-counter .column .inner::after { position: absolute; content: ""; right: -15px; top: 0px; bottom: 7px; border-right: 1px solid rgba(255, 255, 255, 0.15); }
.fact-counter .column:last-child .inner::after { display: none; }
.fact-counter .column .inner .content { position: relative; text-align: center; }
.fact-counter .column .inner .count-outer { position: relative; font-size: 80px; line-height: 1em; letter-spacing: 0px; display: block; }
.fact-counter .column .inner .counter-title { position: relative; font-size: 18px; color: rgb(153, 155, 159); letter-spacing: 1px; text-transform: uppercase; }
.trusted-section .row { margin: 0px -4px; }
.trusted-section .left-col { position: relative; padding: 0px 4px; margin-bottom: 30px; }
.trusted-section .left-col .inner { position: relative; display: block; }
.trusted-section .right-col { position: relative; padding: 0px 4px; margin-bottom: 30px; z-index: 3; }
.trusted-section .right-col .inner { position: relative; display: block; min-height: 260px; padding: 115px 0px 0px 110px; background: rgb(255, 255, 255); border-radius: 7px 0px 0px; }
.trusted-section .right-col .inner::before { content: ""; position: absolute; left: 100%; top: 0px; margin-left: -1px; width: 2000px; height: 100%; background: rgb(255, 255, 255); }
.trusted-section .featured-block-two .text { position: relative; top: -5px; display: block; font-weight: 300; line-height: 1.5em; letter-spacing: 0.1em; }
.trusted-section .featured-block-two .text ul { position: relative; }
.trusted-section .featured-block-two .text ul li { position: relative; line-height: 1.7em; margin-bottom: 12px; padding-left: 30px; font-weight: 300; }
.trusted-section .featured-block-two .text ul li::before { content: ""; old-font-family: Flaticon; position: absolute; left: 0px; top: -1px; color: var(--thm-base); font-size: 18px; }
.team-block .inner-box { position: relative; display: block; text-align: center; }
.team-block .inner-box:hover .image-box img { filter: grayscale(0%); }
.team-block .inner-box:hover .social-links { opacity: 1; transform: translateY(0px); }
.team-section .owl-theme .owl-dots .owl-dot.active span { background: rgb(255, 255, 255); border-color: var(--thm-base); }
.parallax-section { position: relative; padding: 120px 0px; background: rgb(28, 30, 34); text-align: center; color: rgb(255, 255, 255); z-index: 1; }
.parallax-section .image-layer { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; filter: grayscale(100%); opacity: 0.3; }
.parallax-section .content-box { position: relative; max-width: 870px; margin: 0px auto; }
.parallax-section .content-box .icon-box { position: relative; display: block; width: 114px; height: 114px; line-height: 114px; text-align: center; color: var(--thm-black); font-size: 54px; border-radius: 50%; margin: 0px auto 50px; }
.parallax-section .content-box .icon-box::before { content: ""; position: absolute; left: -7px; top: 0px; display: block; width: 80px; height: 80px; background: rgb(255, 255, 255); opacity: 0.3; border-radius: 50%; }
.parallax-section .content-box .icon-box::after { content: ""; position: absolute; left: 0px; top: 0px; display: block; width: 100%; height: 100%; background: var(--thm-base); z-index: 1; border-radius: 50%; }
.parallax-section .content-box .icon-box span { position: relative; z-index: 2; }
.parallax-section .content-box h2 { position: relative; display: block; font-size: 35px; line-height: 1em; text-transform: uppercase; color: rgb(255, 255, 255); font-weight: 500; margin-bottom: 0px; }
.parallax-section .content-box h2 span { color: var(--thm-base); }
.agency-section .sec-title { margin-bottom: 40px; }
.agency-section .featured-block .text { position: relative; top: -5px; display: block; line-height: 1.7em; letter-spacing: 0.1em; margin-bottom: 32px; }
.agency-section .left-col { position: relative; margin-bottom: 30px; }
.agency-section .left-col .inner { position: relative; display: block; padding-right: 50px; }
.agency-section .right-col { position: relative; margin-bottom: 30px; }
.agency-section .right-col .inner { position: relative; display: block; }
.default-tabs .tabs-content .content { position: relative; display: block; opacity: 0; visibility: hidden; transform: translateY(50px); transition: all 0.5s ease 0s; }
.default-tabs .tabs-content .active-tab .content { opacity: 1; visibility: visible; transform: translateY(0px); }
.default-tabs .tabs-content .text { position: relative; font-size: 20px; font-weight: 300; color: var(--thm-text); line-height: 1.7em; letter-spacing: 2px; }
.agency-section .right-col .text { position: relative; font-size: 20px; font-weight: 300; color: var(--thm-text); line-height: 1.7em; letter-spacing: 1px; margin-bottom: 50px; }
.agency-section .featured-block-two .text { position: relative; top: -5px; display: block; font-weight: 300; line-height: 1.5em; letter-spacing: 0.1em; margin-bottom: 0px; }
.agency-section .featured-block-two .text ul { position: relative; }
.agency-section .featured-block-two .text ul li { position: relative; line-height: 1.7em; margin-bottom: 12px; padding-left: 30px; font-weight: 300; color: var(--thm-text); }
.agency-section .featured-block-two .text ul li::before { content: ""; old-font-family: Flaticon; position: absolute; left: 0px; top: -1px; color: var(--thm-base); font-size: 18px; }
.news-block .inner-box { position: relative; display: block; text-align: center; }
.news-block .inner-box:hover .image-box img { filter: grayscale(0%); }
.news-block .post-meta ul li .far, .news-block .post-meta ul li .fa { position: relative; color: var(--thm-base); font-size: 14px; padding-right: 3px; vertical-align: middle; }
.news-block .lower-box .text { position: relative; top: -5px; color: var(--thm-text); display: block; font-weight: 300; line-height: 1.5em; letter-spacing: 0.1em; }
.news-block .lower-box .link-box { position: relative; margin-top: 20px; }
.news-block .lower-box .link-box a { position: relative; display: inline-block; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 12px; color: rgb(255, 255, 255); background: rgb(211, 211, 212); border-radius: 50%; }
.news-block .lower-box .link-box a span { font-weight: 700; vertical-align: middle; }
.news-block .lower-box .link-box a:hover { background: var(--thm-base); color: var(--thm-black); }
.news-block-two .inner-box { position: relative; display: block; }
.news-block-two .inner-box:hover .image-box img { filter: grayscale(0%); }
.news-block-two .post-meta ul li .far, .news-block-two .post-meta ul li .fa { position: relative; top: -2px; color: var(--thm-base); font-size: 14px; padding-right: 3px; vertical-align: middle; }
.news-block-two .lower-box .text { position: relative; top: -5px; display: block; font-weight: 300; line-height: 1.6em; letter-spacing: 0.1em; }
.news-block-two .lower-box .link-box { position: relative; margin-top: 20px; }
.news-block-two .lower-box .link-box a { position: relative; display: inline-block; text-transform: uppercase; font-size: 20px; color: var(--thm-black); letter-spacing: 1px; }
.news-block-two .lower-box .link-box a::before { content: ""; position: absolute; left: 0px; bottom: 0px; width: 100%; border-bottom: 2px solid var(--thm-base); }
.news-block-two .lower-box .link-box a:hover { color: var(--thm-base); }
.news-block-two .lower-box .link-box a:hover::before { border-color: var(--thm-black); }
.news-block-three .inner-box { position: relative; display: block; padding: 50px 50px 40px; background: rgb(244, 245, 248); border-radius: 7px; }
.news-block-three .inner-box h4 { text-transform: uppercase; font-size: 40px; line-height: 1.1em; color: var(--thm-black); margin-bottom: 0px; }
.news-block-three .inner-box h4 a { color: var(--thm-black); }
.news-block-three .inner-box:hover h4 a { color: var(--thm-base); text-decoration: underline; }
.news-block-three .inner-box .text { position: relative; top: -5px; display: block; font-weight: 300; line-height: 1.6em; letter-spacing: 0.1em; margin: 0px; }
.call-to-section .inner { position: relative; display: block; padding: 95px 95px 68px; background: var(--thm-base); color: var(--thm-black); border-radius: 7px; overflow: hidden; bottom: -60px; margin-top: -60px; }
.call-to-section .link-box { position: relative; float: right; padding-top: 12px; z-index: 3; }
.main-footer .logo-widget .text { position: relative; display: block; font-size: 15px; font-weight: 300; line-height: 1.5em; letter-spacing: 0.1em; margin: 0px 0px 30px; }
.main-footer .newsletter-widget .text { position: relative; display: block; font-weight: 300; line-height: 1.5em; font-size: 15px; letter-spacing: 0.1em; margin: 25px 0px 0px; }
.newsletter-form .form-group .theme-btn { position: absolute; right: 12px; top: 12px; width: 44px; height: 44px; background: var(--thm-base); color: var(--thm-black); border-radius: 50%; }
.newsletter-form .form-group .theme-btn span { vertical-align: middle; font-size: 14px; }
.newsletter-form .form-group .theme-btn:hover { background: rgb(255, 255, 255); color: var(--thm-base); }
.main-footer .footer-bottom .inner { position: relative; display: block; padding: 35px 0px; line-height: 30px; color: rgb(153, 155, 159); border-top: 1px solid rgba(255, 255, 255, 0.1); }
.main-footer .footer-bottom .copyright { position: relative; font-weight: 300; line-height: 1.5em; font-size: 18px; letter-spacing: 0.1em; }
.services-section-two .sec-title { margin-bottom: 30px; }
.services-section-two .sec-title .column { margin-bottom: 20px; }
.services-section-two .sec-title .lower-text { padding-top: 0px; margin-top: 0px; }
.service-block-two .inner-box { position: relative; display: block; padding: 50px 45px 40px; background: rgb(255, 255, 255); border-radius: 7px; box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 0px; transition: all 500ms ease 0s; }
.service-block-two .inner-box::before { content: ""; position: absolute; inset: 0px; display: block; border-radius: 7px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 30px 0px; transition: all 500ms ease 0s; }
.service-block-two .inner-box:hover::before { background: var(--thm-black); bottom: -10px; }
.service-block-two .inner-box .bottom-curve { position: absolute; right: -70px; bottom: -10px; width: 120px; height: 120px; background: rgb(255, 255, 255); opacity: 0.1; z-index: 0; transform: skewX(0deg) scaleX(0); transition: all 0.5s ease 0s; }
.service-block-two .inner-box:hover .bottom-curve { transform: skewX(-45deg) scaleX(1); }
.service-block-two .inner-box .icon-box { position: relative; display: block; color: var(--thm-base); font-size: 64px; line-height: 1em; margin-bottom: 20px; transition: all 0.5s ease 0s; }
.service-block-two .inner-box:hover .icon-box { color: var(--thm-base); }
.service-block-two .inner-box h5 { font-size: 30px; text-transform: uppercase; color: var(--thm-black); letter-spacing: 1px; line-height: 1.1em; margin: 0px; }
.service-block-two .inner-box h5 a { color: var(--thm-black); transition: all 0.5s ease 0s; }
.service-block-two .inner-box:hover h5, .service-block-two .inner-box:hover h5 a { color: rgb(255, 255, 255); }
.service-block-two .inner-box h5 a:hover { text-decoration: underline; }
.service-block-two .text { position: relative; display: block; font-size: 20px; line-height: 1.7em; font-weight: 300; letter-spacing: 0.1em; color: var(--thm-text); padding: 30px 0px 0px; z-index: 1; }
.service-block-two .inner-box:hover .text { color: rgb(153, 155, 159); }
.service-block-two .link-box { position: absolute; right: 3px; bottom: 8px; width: 30px; height: 30px; z-index: 1; }
.service-block-two .link-box a { position: relative; line-height: 30px; font-size: 20px; color: rgb(255, 255, 255); }
.featured-section .sec-title { }
.featured-section .left-col { position: relative; margin-bottom: 30px; }
.featured-section .left-col .inner { position: relative; display: block; padding-right: 30px; }
.featured-section .left-col .image-box { position: relative; display: block; border-radius: 7px; overflow: hidden; }
.featured-section .left-col .image-box::before { content: ""; position: absolute; left: -90px; bottom: 0px; width: 180px; height: 180px; background: var(--thm-base); z-index: 1; transform: skewX(45deg); transition: all 0.5s ease 0s; }
.featured-section .left-col .image-box img { display: block; width: 100%; filter: grayscale(100%); transition: all 500ms ease 0s; border-radius: 7px; }
.featured-section .left-col .image-box:hover img { filter: grayscale(0%); }
.featured-section .right-col { position: relative; }
.featured-section .right-col .inner { position: relative; display: block; }
.featured-section .feature .inner-box { position: relative; display: block; padding-left: 15px; }
.featured-section .feature .inner-box::before { content: ""; position: absolute; left: 0px; top: 11px; width: 5px; height: 5px; background: var(--thm-base); border-radius: 50%; }
.featured-section .feature .text { position: relative; display: block; font-size: 20px; line-height: 1.7em; font-weight: 300; letter-spacing: 0.1em; color: var(--thm-text); padding: 10px 0px 0px; }
.gallery-section-two .sec-title { margin-bottom: 40px; }
.project-tab .owl-theme .owl-dots .owl-dot.active span { background: rgb(255, 255, 255); border-color: var(--thm-base); }
.why-us-section .left-col { position: relative; margin-bottom: 40px; }
.why-us-section .left-col .inner { position: relative; display: block; }
.why-us-section .left-col .round-box { position: relative; display: block; border-radius: 50%; }
.why-us-section .left-col .image-box { position: relative; display: block; border-radius: 50%; overflow: hidden; }
.why-us-section .left-col .image-box img { display: block; width: 100%; filter: grayscale(100%); transition: all 500ms ease 0s; border-radius: 50%; }
.why-us-section .left-col .image-box:hover img { filter: grayscale(0%); }
.why-us-section .left-col .image-box::before { content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: url("../images/icons/shape-1.html") left top no-repeat; z-index: 1; }
.why-us-section .left-col .image-box::after { content: ""; position: absolute; left: 50px; top: -70%; width: 100%; height: 100%; background: var(--thm-black); opacity: 0.2; border-radius: 50%; z-index: 2; }
.why-us-section .left-col .vid-link { position: absolute; right: 55px; bottom: 25px; width: 84px; height: 84px; line-height: 84px; text-align: center; font-size: 20px; color: rgb(255, 255, 255); transition: all 0.5s ease 0s; z-index: 3; }
.why-us-section .left-col .vid-link .icon { position: relative; display: block; width: 100px; height: 100px; line-height: 100px; text-align: center; font-size: 24px; color: var(--thm-black); background: var(--thm-base); border-radius: 50%; transition: all 0.5s ease 0s; }
.why-us-section .left-col .vid-link a:hover .icon { background: var(--thm-black); color: var(--thm-base); }
.why-us-section .left-col .vid-link .icon::before { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 50%; }
.why-us-section .left-col .vid-link .ripple, .why-us-section .left-col .vid-link .ripple::before, .why-us-section .left-col .vid-link .ripple::after { position: absolute; top: 50%; left: 50%; width: 116px; height: 116px; border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 0 rgba(var(--thm-base-rgb), 0.6); animation: 3s ease 0s infinite normal none running ripple; }
.why-us-section .left-col .vid-link .ripple::before { animation-delay: 0.9s; content: ""; position: absolute; }
.why-us-section .left-col .vid-link .ripple::after { animation-delay: 0.6s; content: ""; position: absolute; }
.why-us-section .right-col { position: relative; }
.why-us-section .right-col .inner { position: relative; display: block; padding-left: 50px; }
.why-us-section .feature .inner-box { position: relative; display: block; padding-left: 90px; }
.why-us-section .feature .inner-box::before { content: ""; old-font-family: Flaticon; position: absolute; left: 0px; top: 0px; width: 60px; height: 60px; color: var(--thm-base); font-size: 20px; line-height: 60px; text-align: center; background: rgba(var(--thm-base-rgb), 0.2); border-radius: 50%; transition: all 500ms ease 0s; }
.why-us-section .feature:hover .inner-box::before { background-color: var(--thm-black); color: rgb(255, 255, 255); }
.why-us-section .feature .text { position: relative; display: block; font-size: 20px; line-height: 1.7em; font-weight: 300; letter-spacing: 0.1em; color: var(--thm-text); padding: 10px 0px 0px; }
.testimonials-section .sec-title { margin-bottom: 40px; }
.testi-block .inner { position: relative; display: block; padding: 60px 60px 50px; background: rgb(255, 255, 255); border-radius: 7px; box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 30px 0px; transition: all 500ms ease 0s; }
.testi-block:hover .inner { background-color: var(--thm-base); }
.testimonials-page .testi-block .inner { box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 30px 0px; }
.owl-theme .testi-block .inner { margin: 7px 0px; }
.testi-block .info { position: relative; padding-left: 100px; padding-top: 16px; min-height: 70px; margin-bottom: 35px; }
.testi-block .info .image { position: absolute; left: 0px; top: 0px; width: 70px; height: 70px; border-radius: 50%; overflow: hidden; }
.testi-block .info .image img { display: block; width: 100%; filter: grayscale(100%); border-radius: 7px; transition: all 500ms ease 0s; }
.testi-block:hover .info .image img { filter: grayscale(0%); }
.testi-block .info .name { display: block; font-size: 24px; line-height: 1.2em; color: var(--thm-black); text-transform: uppercase; letter-spacing: 0.05em; }
.testi-block .info .designation { display: block; font-size: 16px; color: var(--thm-base); line-height: 1.2em; font-weight: 300; text-transform: uppercase; letter-spacing: 0.05em; transition: all 500ms ease 0s; }
.testi-block:hover .info .designation { color: var(--thm-black); }
.testi-block .text { position: relative; display: block; font-size: 20px; line-height: 1.7em; font-weight: 300; letter-spacing: 0.1em; color: var(--thm-text); transition: all 500ms ease 0s; padding: 0px; }
.testi-block:hover .text { color: var(--thm-black); }
.testimonials-section .owl-theme .owl-dots .owl-dot.active span { background: rgb(255, 255, 255); border-color: var(--thm-base); }
.features-section .feature-block .inner { position: relative; display: block; padding-right: 80px; margin-right: 80px; }
.features-section .feature-block .inner::before { content: ""; position: absolute; right: 0px; top: 20px; bottom: 20px; border-right: 1px solid rgba(255, 255, 255, 0.15); }
.features-section .feature-block:last-child .inner { padding-right: 0px; margin-right: 0px; }
.features-section .feature-block:last-child .inner::before { display: none; }
.features-section .feature-block .icon-box { position: relative; display: block; line-height: 1em; color: rgb(255, 255, 255); font-size: 60px; margin: 0px 0px 20px; }
.get-quote-section .left-col { position: relative; margin-bottom: 30px; }
.get-quote-section .left-col .inner { position: relative; display: block; padding-right: 70px; }
.get-quote-section .featured-block .text { position: relative; display: block; line-height: 1.7em; letter-spacing: 0.1em; margin-bottom: 32px; }
.get-quote-section .right-col { position: relative; margin-bottom: 30px; }
.get-quote-section .right-col .inner { position: relative; display: block; }
.get-quote-section .default-form .theme-btn { display: block; width: 100%; }
.fluid-section .row { margin: 0px; }
.fluid-section .column .inner { position: relative; display: block; text-align: center; min-height: 100%; padding: 120px 20px; background: rgb(28, 30, 34); }
.fluid-section .column:nth-child(2) .inner { background: var(--thm-base); }
.fluid-section .link-box { position: relative; padding-top: 25px; z-index: 3; }
.call-to-section-two .inner { position: relative; display: block; }
.call-to-section-two .link-box { position: relative; padding-top: 0px; z-index: 1; }
.services-section-three__one-page .sec-title h2 { color: rgb(255, 255, 255); }
.services-section-three__one-page .service-block-two .inner-box { overflow: hidden; background-color: rgb(28, 30, 34); }
.services-section-three__one-page .service-block-two .inner-box h5 a { color: rgb(255, 255, 255); }
.services-section-three__one-page .service-block-two .inner-box .bottom-curve, .services-section-three__one-page .service-block-two:hover .inner-box h5 a, .services-section-three__one-page .service-block-two:hover .inner-box .icon-box, .services-section-three__one-page .service-block-two:hover .text { color: var(--thm-black); }
.services-section-three__one-page .service-block-two .link-box { opacity: 0; transition: all 500ms ease 0s; }
.services-section-three__one-page .service-block-two:hover .link-box { opacity: 1; }
.services-section-three__one-page .service-block-two .inner-box:hover::before { background-color: var(--thm-base); }
.discover-block .inner-box { position: relative; display: block; padding-left: 30px; }
.features-section-two .left-col { position: relative; margin-bottom: 30px; }
.features-section-two .left-col .inner { position: relative; display: block; padding-right: 40px; }
.features-section-two .sec-title { margin-bottom: 40px; }
.features-section-two .right-col { position: relative; margin-bottom: 30px; }
.features-section-two .right-col .inner { position: relative; display: block; }
.features-section-two .right-col .image-box { position: relative; display: block; }
.features-section-two .right-col .image-box img { position: relative; display: block; width: auto; max-width: none; filter: grayscale(100%); transition: all 0.3s ease 0s; border-radius: 7px; }
.features-section-two .right-col .image-box:hover img { filter: grayscale(0%); }
.features-section-two .right-col .cap-box { position: absolute; left: 0px; bottom: 0px; display: block; width: 100%; max-width: 350px; }
.features-section-two .right-col .cap-inner { position: relative; display: block; padding: 40px 60px; background: var(--thm-base); border-radius: 7px; }
.features-section-two .right-col .cap-inner h5 { font-size: 30px; text-transform: uppercase; color: var(--thm-black); line-height: 1em; margin: 0px; }
.work-tabs .image-col .inner { position: relative; display: block; opacity: 0; visibility: hidden; transform: translateY(50px); transition: all 0.5s ease 0s; }
.work-tabs .text-col .inner { position: relative; display: block; padding-left: 30px; opacity: 0; visibility: hidden; transform: translateY(50px); transition: all 0.5s ease 0s; }
.work-tabs .active-tab .text-col .inner, .work-tabs .active-tab .image-col .inner { opacity: 1; visibility: visible; transform: translateY(0px); }
.work-tabs .tabs-content .text { position: relative; font-size: 20px; font-weight: 300; line-height: 1.7em; letter-spacing: 0.1em; }
.work-tabs .tabs-content .text p { position: relative; font-size: 20px; font-weight: 300; line-height: 1.7em; letter-spacing: 2px; margin-bottom: 30px; }
.work-tabs .tabs-content .text ul { position: relative; }
.work-tabs .tabs-content .text ul li { position: relative; line-height: 1.7em; margin-bottom: 8px; padding-left: 30px; font-weight: 300; }
.work-tabs .tabs-content .text ul li::before { content: ""; old-font-family: Flaticon; position: absolute; left: 0px; top: -1px; color: var(--thm-base); font-size: 18px; }
.testi-block-two .inner { position: relative; display: block; }
.testi-block-two .info { position: relative; margin-top: 50px; }
.testi-block-two .info .name { display: block; font-size: 24px; line-height: 1.2em; color: var(--thm-base); text-transform: uppercase; letter-spacing: 0.05em; }
.testi-block-two .text { position: relative; display: block; font-size: 44px; line-height: 1.25em; letter-spacing: 0.1em; color: rgb(255, 255, 255); padding: 0px; }
.about-section-two .left-col { position: relative; }
.about-section-two .left-col .inner { position: relative; display: block; padding-right: 50px; }
.about-section-two .right-col { position: relative; margin-bottom: 30px; }
.about-section-two .right-col .inner { position: relative; display: block; padding-left: 30px; }
.counter-block .inner-box { position: relative; padding-left: 160px; min-height: 140px; padding-top: 42px; }
.get-quote-two .sec-title { margin-bottom: 35px; }
.get-quote-two .sec-title h2 { color: rgb(255, 255, 255); }
.get-quote-two .left-col { position: relative; margin-bottom: 30px; }
.get-quote-two .left-col .inner { position: relative; display: block; max-width: 480px; }
.get-quote-two .left-col .text { position: relative; display: block; color: rgb(153, 155, 159); line-height: 1.7em; letter-spacing: 0.1em; margin-bottom: 35px; }
.get-quote-two .info { position: relative; display: block; }
.get-quote-two .info ul li { position: relative; display: block; font-weight: 300; line-height: 28px; min-height: 60px; letter-spacing: 0.1em; padding-left: 85px; padding-top: 5px; margin-bottom: 20px; }
.get-quote-two .info ul li strong { display: block; color: rgb(255, 255, 255); font-size: 16px; text-transform: uppercase; }
.get-quote-two .info ul li .icon { position: absolute; left: 0px; top: 0px; line-height: 30px; padding: 15px 10px; width: 60px; height: 60px; text-align: center; background-color: var(--thm-base); border-radius: 50%; font-size: 16px; color: var(--thm-black); }
.get-quote-two .info ul li:last-child { margin: 0px; }
.get-quote-two .info ul li a { position: relative; color: rgb(153, 155, 159); line-height: 28px; transition: all 0.3s ease 0s; }
.get-quote-two .info ul li a:hover { color: rgb(255, 255, 255); text-decoration-line: underline; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: var(--thm-base); }
.get-quote-two .right-col { position: relative; margin-bottom: 10px; }
.get-quote-two .right-col .inner { position: relative; display: block; }
.get-quote-two .form-box form .row { margin: 0px -10px; }
.sponsors-section-two .sec-title { margin-bottom: 0px; }
.page-banner .bread-crumb li a:hover, .page-banner .bread-crumb li.active { color: var(--thm-base); }
.get-quote-three .sec-title { margin-bottom: 40px; }
.get-quote-three .form-box form .row { margin: 0px -10px; }
.error-section .content { position: relative; max-width: 700px; text-align: center; margin: 0px auto; }
.error-section .text { position: relative; display: block; font-weight: 300; line-height: 1.5em; letter-spacing: 0.1em; }
.error-section .link-box { position: relative; padding-top: 20px; }
.error-section .link-box .theme-btn { position: relative; min-width: 200px; }
.error-form .form-group .theme-btn { position: absolute; right: 25px; top: 15px; width: 40px; height: 40px; line-height: 40px; font-size: 20px; background: none; color: var(--thm-text); }
.error-form .form-group .theme-btn span { vertical-align: middle; }
.contact-section { position: relative; padding: 120px 0px 100px; background: rgb(255, 255, 255); }
.contact-section .map-box { position: relative; display: block; margin: 0px 0px 120px; border-radius: 7px; overflow: hidden; }
.contact-section .form-box { position: relative; display: block; max-width: 770px; margin: 0px auto; text-align: center; }
.contact-section .form-box form .row { margin: 0px -10px; }
.contact-section .form-box form .form-group { padding: 0px 10px; margin-bottom: 20px; }
.contact-section .upper-info { position: relative; margin-bottom: 90px; }
.contact-section .info-block { position: relative; margin-bottom: 30px; }
.contact-section .info-block .inner-box { position: relative; display: block; height: 100%; min-height: 100%; padding: 25px 25px 10px; background: rgb(247, 247, 247); border-radius: 7px; border: 2px black; box-shadow: -1px 0px 8px 0px; transition: all 500ms ease 0s; }
.contact-section .info-block .inner-box:hover { background: rgb(1, 3, 95); }
.contact-section .info-block .inner-box h5 { font-size: 20px; text-transform: uppercase; color: var(--thm-black); letter-spacing: 1px; line-height: 1.1em; margin: 0px; }
.contact-section .info-block .inner-box h5 a { color: var(--thm-black); transition: all 0.5s ease 0s; }
.contact-section .info-block .inner-box:hover h5, .contact-section .info-block .inner-box:hover h5 a { color: rgb(255, 255, 255); }
.contact-section .info-block .inner-box .text { position: relative; display: block; font-size: 15px; line-height: 1.7em; font-weight: 300; letter-spacing: 0.1em; color: var(--thm-text); padding: 30px 0px 0px; z-index: 1; }
.contact-section .info-block .inner-box .text a { position: relative; color: var(--thm-text); }
.contact-section .info-block .inner-box:hover .text, .contact-section .info-block .inner-box:hover .text a { color: rgb(153, 155, 159); }
.contact-section .info-block .inner-box:hover h5 a:hover, .contact-section .info-block .inner-box:hover .text a:hover { text-decoration: underline; color: rgb(255, 255, 255); }
.sidebar .services ul li:hover a, .sidebar .services ul li.active a { color: var(--thm-black); }
.sidebar .services ul li:hover::before, .sidebar .services ul li.active::before, .sidebar .services ul li:hover::after, .sidebar .services ul li.active::after { opacity: 1; }
.sidebar .services ul li a:hover::before, .sidebar .services ul li.active a::before { opacity: 1; transform: scaleX(1); transition: all 0.3s ease 0.1s; }
.sidebar .call-up .text { position: relative; display: block; font-weight: 300; line-height: 1.5em; font-size: 15px; letter-spacing: 0.1em; }
.sidebar .recent-posts .text { font-size: 20px; line-height: 1.3em; color: var(--thm-text); font-weight: 300; text-transform: capitalize; margin: 0px; letter-spacing: 0.07em; max-width: 170px; }
.sidebar .recent-posts .text a { color: var(--thm-text); }
.sidebar .recent-posts .text a:hover { color: var(--thm-black); }
.sidebar .archives ul li:hover a, .sidebar .archives ul li.active a { color: var(--thm-black); }
.sidebar .recent-comments .comment .text { font-size: 20px; line-height: 24px; color: var(--thm-text); font-weight: 300; letter-spacing: 0.07em; text-transform: capitalize; margin: 0px; }
.sidebar .recent-comments .comment .text a { color: var(--thm-text); }
.sidebar .recent-comments .comment .text a:hover { color: var(--thm-black); }
.post-details .inner-box { position: relative; display: block; }
.post-details .inner-box:hover .image-box img { filter: grayscale(0%); }
.post-details .post-meta ul li .far, .post-details .post-meta ul li .fa { position: relative; top: -2px; color: var(--thm-base); font-size: 14px; padding-right: 3px; vertical-align: middle; }
.post-details .lower-box .text { position: relative; display: block; font-weight: 300; line-height: 1.6em; letter-spacing: 0.1em; }
.post-details .lower-box .text p { position: relative; line-height: 1.6em; margin-bottom: 35px; }
.comments-area .comment-box .info { position: relative; margin-bottom: 25px; line-height: 24px; }
.comments-area .comment-box .info .name { position: relative; display: block; font-size: 24px; line-height: 30px; letter-spacing: 0.02em; color: var(--thm-black); text-transform: uppercase; }
.comments-area .comment-box .info .date { position: relative; display: inline-block; font-size: 20px; line-height: 24px; letter-spacing: 0.1em; font-weight: 300; color: var(--thm-base); }
.comments-area .comment-box .text { position: relative; display: block; color: var(--thm-text); font-weight: 300; line-height: 1.5em; letter-spacing: 0.1em; margin-bottom: 30px; }
.comments-area .comment-box .theme-btn .btn-title { padding: 6px 30px 4px; line-height: 30px; }
.leave-comments form .row { margin: 0px -10px; }
.project-single .image-col .inner { position: relative; display: block; }
.project-single .text-content .info { position: relative; }
.project-single .text-content .info li { position: relative; line-height: 26px; margin-bottom: 30px; }
.project-single .text-content .info li strong { font-size: 24px; letter-spacing: 0.01em; text-transform: uppercase; line-height: 1em; }
.post-control .inner { position: relative; display: block; padding: 50px 0px; border-top: 1px solid rgb(233, 235, 238); border-bottom: 1px solid rgb(233, 235, 238); }
.post-control .control .fa { position: relative; vertical-align: top; line-height: 30px; font-size: 18px; }
.side-menu__block.active { transform: scale(1, 1); }
.mobile-sab__container li.current-menu-item > a, .mobile-sab__container li.current > a { color: var(--thm-base); }
.style-switcher.active { transform: translateX(0%); }
.mt30 { margin-top: 30px; }
.mb0 { margin-bottom: 0px !important; }
.Headline-Text h1, .Headline-Text h2, .Headline-Text h3, .Headline-Text h4, .Headline-Text h5, .Headline-Text h6 { color: rgb(22, 47, 93); text-transform: uppercase; }
.Headline-Text h1 { font-size: 25px; }
.Headline-Text h1, .Headline-Text h2, .Headline-Text h3, .Headline-Text h4, .Headline-Text h5, .Headline-Text h6 { color: rgb(221, 109, 11); }
.Service-container ul li { font-size: 11px; text-align: center; display: inline-block; zoom: 1; background: url("../images/circle-bullets.png") left center no-repeat; padding: 0px 20px 0px 15px; }
.marketing-company li { font-weight: bold; color: rgb(51, 51, 51); }
.Bullets ul li, .Headline-Text p { color: rgb(130, 130, 130); }
.description-welcome.text-justify p { font-size: 17px; }
.Blockquotes h4, .Headline-Text { margin-bottom: 30px; }
.Headline-Text h1, .Headline-Text h2, .Headline-Text h3, .Headline-Text h4, .Headline-Text h5, .Headline-Text h6 { color: rgb(22, 47, 93); text-transform: uppercase; }
.Block-Sec { text-align: center; margin-bottom: 0px; }
.Block-Sec img { border: 2px solid; display: block; padding: 10px; border-radius: 50%; background: rgb(255, 255, 255); color: rgb(244, 130, 47); font-size: 35px; margin: 0px auto; }
.Block-Sec h2 { color: rgb(255, 255, 255); font-weight: 500; font-size: 20px; margin-top: 10px; }
.Block-Sec p { font-size: 15px; color: rgb(255, 255, 255); padding: 0px 10px; }
.Block-Sec i { color: rgb(244, 130, 47); font-size: 20px; }
.btn-mod, a.btn-mod { box-sizing: border-box; padding: 4px 13px; background: rgb(243, 129, 46); color: rgb(255, 255, 255); }
.btn-mod.btn-circle { border-radius: 30px; }
.Block-Sec a::after { content: ""; old-font-family: FontAwesome; margin-left: 15px; line-height: 25px; }
.btn-mod:focus, .btn-mod:hover, a.btn-mod:focus, a.btn-mod:hover { background: rgb(221, 109, 11); color: rgb(255, 255, 255); }
.courses { padding: 20px 0px; background: url("../images/background/courses-bg.jpg") center center / cover no-repeat fixed rgba(0, 0, 0, 0); }
.serd { color: rgb(255, 255, 255) !important; margin: 30px 0px !important; }
.why-choose-us .benefit { padding: 0px 0px 20px; }
.why-choose-us .benefit img { width: 45px; }
.why-choose-us .benefit h2 { text-align: left; font-size: 18px; margin-left: 75px !important; color: rgb(255, 255, 255) !important; }
.why-choose-us p { color: rgb(255, 255, 255); margin: 0px 20px 0px 75px; font-size: 14px;}
.sab-tabs .sab-item.show .sab-link, .sab-tabs .sab-link.active { background: rgb(1, 3, 95); color: rgb(255, 255, 255); }
.info li { padding-left: 0px; }
.Categories-Block ul li.active { background: rgb(255, 255, 255); }
.box-content, .text { font-weight: 500; }
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { vertical-align: baseline; font-weight: inherit; font-style: inherit; font-size: 100%; outline: 0px; padding: 0px; margin: 0px; border: 0px; old-font-family: sans-serif !important; }
body { position: relative; overflow-x: hidden; }
body, html { max-width: 100%; -webkit-font-smoothing: antialiased; }
mark { padding: 0px 5px; color: inherit; }
strong { font-weight: 700; }
pre { padding: 20px; overflow-wrap: break-word; background: rgb(238, 238, 238); max-width: 100%; overflow: auto; }
code, kbd, tt, var, pre { old-font-family: monospace; }
ul, ol { padding: 0px 0px 20px; }
li ul { padding-bottom: 0px; }
textarea { min-height: 50px; height: 122px; }
p a { transition: color 300ms ease 0s; }
img { vertical-align: top; max-width: 100%; height: auto; user-select: none; }
label, legend { display: block; margin-bottom: 5px; font-weight: 500; font-size: 18px; }
iframe { width: 100%; display: block; }
table { width: 100%; border-collapse: collapse; }
p { margin: 0px 0px 18px; }
p:empty { display: none; padding: 0px; margin: 0px; }
* { box-sizing: border-box; }
:focus { outline: none !important; }
a { transition: all 0.4s ease 0s; text-decoration: none; }
a:active, a:focus, a:hover { text-decoration: none; }
::selection { color: rgb(255, 255, 255); }
textarea { height: 120px; padding-top: 20px; }
input[type="submit"], button { display: inline-block; font-size: 15px; font-weight: 800; vertical-align: top; text-transform: uppercase; letter-spacing: 0px; line-height: 34px; padding: 7px 32px; margin-bottom: 16px; border-radius: 5px; color: rgb(254, 254, 254); border-width: 1px; border-style: solid; transition: all 400ms ease 0s; outline: none; cursor: pointer; appearance: none; height: 50px; old-font-family: inherit; }
input[type="submit"]:hover { background: transparent; }
dl { margin-bottom: 1.75em; }
dt { font-weight: 700; }
dd { margin: 0px 0px 1.75em; }
.wgl-container .wgl_wrapper { left: 0px !important; }
.wgl-container::after, .wgl-container::before, .row::after, .row::before, .clearfix::after, .clearfix::before { display: table; line-height: 0; content: ""; }
.wgl-container::after, .row::after, .clear, .clearfix::after { clear: both; }
[class*="wgl_col-"] { float: left; min-height: 1px; }
.row { margin-left: -15px; margin-right: -15px; }
.row [class*="wgl_col-"] { display: block; width: 100%; padding-right: 15px; padding-left: 15px; }
a:hover { color: inherit; }
.aleft { text-align: left; }
hr { border-top: none; border-right: none; border-left: none; border-image: initial; border-bottom: 1px solid rgb(29, 31, 33); margin: 20px 0px; }
table td, table th { padding: 5px 10px; border: 1px solid rgb(204, 204, 204); text-align: left; }
table:not(:last-child) { margin-bottom: 22px; }
blockquote { position: relative; z-index: 1; font-size: 30px; font-weight: 600; font-style: normal; line-height: 46px; text-align: center; margin: 0px auto; color: rgb(35, 35, 35); padding-top: 86px; padding-left: 3px; padding-right: 3px; max-width: 930px; }
blockquote::before { content: "“"; z-index: 1; font-size: 100px; line-height: 108px; font-weight: 500; opacity: 1; padding-left: 0px; box-sizing: border-box; font-style: normal; display: inline-block; width: 55px; height: 55px; box-shadow: rgba(72, 73, 121, 0.15) 7px 5px 30px 0px; position: absolute; left: 50%; margin-left: -27px; text-align: center; top: 0px; border-radius: 5px; }
blockquote p:last-of-type { margin-bottom: 0px; }
blockquote cite { display: block; position: relative; margin-top: 0px; font-size: 16px; font-style: normal; font-weight: 400; text-transform: capitalize; }
blockquote cite a { color: inherit; }
.col-md-delimiter .vc_column_container:not(:last-child)::before { content: ""; position: absolute; z-index: 1; right: 0px; top: 50%; width: 1px; height: 65%; background: rgb(238, 238, 238); transform: translateY(-50%); }
.wgl-theme-header { position: relative; z-index: 2; }
.wgl-theme-header .wrapper a { color: inherit; }
.wgl-theme-header .wrapper .seofy_module_button a { margin-bottom: 0px; }
.wgl-theme-header .wrapper a:hover { opacity: 1; }
.wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a, .wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a > img { max-height: none !important; }
.wgl-theme-header .wgl-mobile-header { display: none; }
.wgl-theme-header .mobile_sab_wrapper .primary-sab .menu { display: none; }
.wgl-theme-header.header_overlap { position: absolute; z-index: 99; width: 100%; left: 0px; top: 0px; }
.wgl-theme-header .woo_mini_cart { position: absolute; top: calc(100% + 15px); right: auto; left: 0px; width: 320px; text-align: center; box-sizing: border-box; visibility: hidden; z-index: 600; box-shadow: rgba(72, 73, 121, 0.15) 7px 5px 30px 0px; transition: all 0.3s ease-in 0s; padding: 27px 30px; border-radius: 5px; opacity: 0 !important; }
.wgl-theme-header .woo_mini_cart p { margin-bottom: 0px; }
.wgl-theme-header .woo_mini_cart ul { margin: 0px; padding: 0px; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total { text-align: left; font-size: 18px; font-weight: 600; margin-bottom: 10px; padding-top: 23px; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total strong { font-weight: 600; font-size: 20px; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a { font-size: 14px; font-weight: 700; line-height: 24px; margin: 0px 10px 0px 0px; cursor: pointer; text-decoration: none; overflow: visible; padding: 13px 20px; left: auto; display: inline-block; box-shadow: none; text-shadow: none; color: rgb(255, 255, 255); transition: all 0.4s ease 0s; text-align: center; box-sizing: border-box; border-width: 1px; border-style: solid; text-transform: uppercase; border-radius: 5px; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:last-child { margin-right: 0px; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout { border-width: 1px; border-style: solid; margin-right: 0px; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout:hover { color: rgb(255, 255, 255); }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover { background: rgb(255, 255, 255); }
.wgl-theme-header .wgl-header-row .header_side[class^="position_center"] .header_area_container > div.mini-cart { padding: 0px; }
.wgl-theme-header .mini-cart { display: inline-block; position: relative; }
.wgl-theme-header .mini-cart a { color: inherit; }
.wgl-theme-header .mini-cart a.woo_icon { display: flex; -webkit-box-align: center; align-items: center; height: 100%; }
.wgl-theme-header .mini-cart:hover .woo_mini_cart, .wgl-theme-header .mini-cart.open_cart .woo_mini_cart { visibility: visible; top: calc(100% - 20px); opacity: 1 !important; }
.wgl-theme-header .mini-cart .woo_mini_cart::before { position: absolute; top: -38px; left: 0px; right: 0px; height: 38px; width: 100%; content: ""; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li { list-style: none; clear: both; margin-top: 0px; margin-bottom: 20px; text-align: left; position: relative; padding-right: 0px; line-height: 1.1; padding-left: 0px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child { margin-bottom: 0px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a { display: block; color: inherit; font-size: 15px; font-weight: 700; line-height: 24px; padding-right: 25px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a:hover { opacity: 0.8; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove { display: inline; padding-right: 0px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity { display: block; margin-top: 0px; font-size: 14px; font-weight: 600; color: rgb(182, 182, 182); line-height: 30px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount { font-size: 14px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol { display: inline-block; margin-right: 2px; font-size: 14px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li::after { display: block; content: ""; height: 0px; clear: both; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove { float: right; font: 0px / 0 serif; text-shadow: none; margin: 0px; position: absolute; right: 0px; top: 18px; z-index: 2; color: inherit !important; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove::before { position: relative; content: ""; old-font-family: flaticon; font-size: 10px; line-height: 0; display: inline-block; color: rgb(172, 178, 187); text-rendering: auto; top: 3px; right: 2px; -webkit-font-smoothing: antialiased; box-shadow: none; transition: all 0.3s ease 0s; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover { opacity: 0.8; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover::before { color: rgb(255, 20, 75); }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img { max-width: 80px; margin-right: 20px; margin-left: 0px; float: left; position: relative; border-radius: 5px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child { margin-top: 0px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child { margin-bottom: 0px; }
.wgl-theme-header .mini-cart .flaticon-shopcart-icon::before { content: ""; old-font-family: Flaticon; font-size: 20px; vertical-align: middle; }
.wgl-theme-header [class^="position_right"] .woo_mini_cart { right: 0px; left: auto; }
.wgl-theme-header [class^="position_left"] .woo_mini_cart { right: auto; left: 0px; }
.wgl-theme-header [class^="position_center"] .woo_mini_cart { right: auto; left: auto; }
.wgl-theme-header .woo_mini-count span { position: absolute; color: rgb(255, 255, 255); font-size: 11px; min-width: 18px; padding: 0px 1px; height: 18px; border-radius: 50%; margin-top: -3px; margin-left: -10px; line-height: 18px; font-weight: 500; font-style: normal; z-index: 1; text-align: center; display: inline-block; box-sizing: border-box; backface-visibility: hidden; vertical-align: middle; background: rgb(255, 126, 0); }
.page-header_wrapper .wgl-container { height: 100%; }
small { font-size: 0.8em; }
code, tt, kbd { font-size: 87.5%; color: rgb(232, 62, 140); word-break: break-word; }
i, cite, em, var, address, dfn, q { font-style: italic; }
kbd { old-font-family: monospace; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
.copyright { font-size: 14px; }
.copyright p { margin: 0px; }
.copyright .wgl-container { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.blog-posts .container-grid.row .seofy_module_carousel .seofy_module_carousel { margin-left: -15px; margin-right: -15px; padding: 0px; }
.blog-style-standard .wgl_col-12 .blog-post { margin-bottom: 70px; }
.blog-style-standard .wgl_col-12 .blog-post .blog-post_content { padding: 0px 40px 30px; }
.blog-style-standard .wgl_col-12 .blog-post .blog-post_media { margin-bottom: 41px; }
.blog-style-standard .wgl_col-12 .blog-post_media .blog-post_meta-categories { left: 40px; bottom: -14px; }
.share_link span.fa, .share_post span.fa { text-align: center; width: 30px; height: 30px; line-height: 30px; color: rgb(188, 188, 188); transition: all 0.5s ease 0s; font-size: 12px; }
.share_facebook span.fa { color: rgb(40, 59, 142); }
.share_google span.fa { color: rgb(171, 52, 52); }
.share_twitter span.fa { color: rgb(0, 150, 255); }
.share_pinterest span.fa { color: rgb(253, 72, 81); }
.share_linkedin span.fa { color: rgb(57, 230, 199); }
.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .blog-post_wrapper, .blog-style-standard .wgl_col-12 .format-standard .blog-post_wrapper, .blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper, .blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper { padding: 30px 40px 25px; }
.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .blog-post_wrapper blockquote, .blog-style-standard .wgl_col-12 .format-standard .blog-post_wrapper blockquote, .blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper blockquote, .blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper blockquote { background: rgb(255, 255, 255); }
.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .blog-post_wrapper .blog-post_content, .blog-style-standard .wgl_col-12 .format-standard .blog-post_wrapper .blog-post_content, .blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper .blog-post_content, .blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper .blog-post_content { padding: 0px; }
.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .blog-post_wrapper { padding-top: 40px; }
.blog-post_content h1, .row > div > h1, .blog-post_content h2, .row > div > h2, .blog-post_content h3, .row > div > h3, .blog-post_content h4, .row > div > h4, .blog-post_content h5, .row > div > h5, .blog-post_content h6, .row > div > h6 { margin-bottom: 8px; }
.post_featured_bg .parallax-video + .wgl-container { z-index: 2; position: relative; }
.author-info_social-link:hover.fa-twitter { color: rgb(69, 183, 225); }
.author-info_social-link:hover.fa-facebook { color: rgb(36, 75, 175); }
.author-info_social-link:hover.fa-linkedin { color: rgb(2, 102, 204); }
.container-grid.row > .seofy_module_carousel { margin-left: 0px; margin-right: 0px; }
.container-grid.row > .seofy_module_carousel.sabigation_offset_element { padding-left: 40px; padding-right: 40px; overflow: hidden; }
.container-grid.row > .seofy_module_carousel.sabigation_offset_element > .slick-slider { overflow: visible; }
.container-grid.row > .seofy_module_carousel.sabigation_offset_element .slick-list { overflow: hidden; }
body ul li, body ol li { position: relative; z-index: 1; padding-left: 20px; list-style: none; line-height: 30px; margin-bottom: 10px; }
body ul li ul, body ul li ol, body ol li ul, body ol li ol { margin-top: 10px; }
body ul li::before { content: ""; position: absolute; z-index: 1; font-size: 1em; width: 5px; height: 5px; border-radius: 50%; display: block; left: 2px; top: 14px; }
body ul > li:last-child, body ol > li:last-child { padding-bottom: 0px; }
body ol { counter-reset: li 0; }
body ol li { counter-increment: li 1; }
body ol > li { position: relative; }
body ol > li::before { content: "." counter(li); position: absolute; z-index: 1; left: 0px; font-size: inherit; display: inline-block; line-height: inherit; direction: rtl; font-weight: 600; }
body ul ol > li::before { top: 0px; background-color: transparent !important; }
body li ol { margin-bottom: 0px; padding-bottom: 0px; }
.single.related_posts + .row #comments { padding-top: 0px; margin-top: 25px; }
.wpcf7-form .row { margin-left: -10px; margin-right: -10px; }
.wpcf7-form .row [class*="wgl_col-"] { position: relative; padding-left: 10px; padding-right: 10px; }
.wpb_text_column .wpcf7 .wpcf7-form-control-wrap { display: block; margin-bottom: 10px; }
.wgl-pagination .page-numbers .fa { font-weight: 500; font-size: 21px; }
.wgl-pagination .page .current { cursor: default; color: rgb(255, 255, 255); }
.wgl-row-animation .wpb_column { position: relative; z-index: 2; }
#scroll_up.active { opacity: 1; transform: translateX(0%); }
.woocommerce sab.woocommerce-pagination ul li span.current { color: rgb(255, 255, 255); }
.woocommerce sab.woocommerce-pagination ul li span.current::after { width: 100%; opacity: 1; visibility: visible; }
.woocommerce sab.woocommerce-pagination ul li a.current, .woocommerce sab.woocommerce-pagination ul li span { cursor: default; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: rgb(255, 255, 255); background-color: transparent; box-shadow: rgba(72, 73, 121, 0.3) 4px 3px 25px; border-radius: 4px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover { background: rgb(247, 249, 253); }
.rev_slider .tp-caption .seofy_module_social a { line-height: 26px !important; transition: all 0.3s ease 0s !important; }
.seofy_module_carousel .vc_row { margin-left: 0px; margin-right: 0px; }
.seofy_module_text * { line-height: inherit; font-size: inherit; }
.seofy_module_text p:last-child { margin-bottom: 0px; }
.seofy_module_double_headings.aleft .heading_title .heading_divider { left: 0px; }
.seofy_module_double_headings.aleft .heading_title .heading_divider::before { display: none; }
.wgl-icon { margin: 0px; transition: all 0.4s ease 0s; }
a .wgl-icon { cursor: pointer; }
.isotope-filter a.active, .isotope-filter a:hover { color: rgb(255, 255, 255); }
.row .wgl_portfolio_list-item { padding-left: 0px; padding-right: 0px; float: none; display: inline-block; vertical-align: top; }
.wgl_portfolio_list-first .seofy_module_double_headings.aleft { margin-bottom: 15px; }
.wgl_portfolio_list-first .seofy_module_double_headings.aleft .heading_bgtitle { transform: translateX(-50px); }
.single_info-share_social-wpapper .share_twitter span.fa { color: rgb(19, 174, 246); }
.single_info-share_social-wpapper .share_twitter span.fa:hover { box-shadow: rgba(19, 174, 246, 0.5) 4px 4px 10px 0px; transform: translateY(-3px); }
.single_info-share_social-wpapper .share_facebook span.fa { color: rgb(3, 44, 162); }
.single_info-share_social-wpapper .share_facebook span.fa:hover { box-shadow: rgba(3, 44, 162, 0.5) 4px 4px 10px 0px; transform: translateY(-3px); }
.single_info-share_social-wpapper .share_google span.fa { color: rgb(171, 52, 52); }
.single_info-share_social-wpapper .share_google span.fa:hover { box-shadow: rgba(171, 52, 52, 0.5) 4px 4px 10px 0px; transform: translateY(-3px); }
.single_info-share_social-wpapper .share_pinterest span.fa { color: rgb(204, 2, 2); }
.single_info-share_social-wpapper .share_pinterest span.fa:hover { box-shadow: rgba(204, 2, 2, 0.5) 4px 4px 10px 0px; transform: translateY(-3px); }
.single_info-share_social-wpapper .share_linkedin span.fa { color: rgb(2, 102, 204); }
.single_info-share_social-wpapper .share_linkedin span.fa:hover { box-shadow: rgba(2, 102, 204, 0.5) 4px 4px 10px 0px; transform: translateY(-3px); }
.single_info-share_social-wpapper .share_link:hover span.fa { color: rgb(255, 255, 255); }
.single_info-share_social-wpapper .share_twitter:hover span.fa { background-color: rgb(19, 174, 246); }
.single_info-share_social-wpapper .share_facebook:hover span.fa { background-color: rgb(3, 44, 162); }
.single_info-share_social-wpapper .share_google:hover span.fa { background-color: rgb(171, 52, 52); }
.single_info-share_social-wpapper .share_pinterest:hover span.fa { background-color: rgb(204, 2, 2); }
.single_info-share_social-wpapper .share_linkedin:hover span.fa { background-color: rgb(2, 102, 204); }
.seofy_module_circuit_services .services_item-wrap.active .services_item-icon::before { opacity: 0; }
.seofy_module_circuit_services .services_item-wrap.active .services_item-icon::after { opacity: 1; }
.seofy_module_circuit_services .services_item-wrap.active .services_item-icon .services_icon-grad1 { opacity: 0; }
.seofy_module_circuit_services .services_item-wrap.active .services_item-icon .services_icon-grad2 { opacity: 1; }
.seofy_module_circuit_services .services_item-wrap.active .services_item-icon + .services_item-content { opacity: 1; visibility: visible; }
.seofy_module_social { margin-left: -7px; margin-right: -7px; }
.seofy_module_social .soc_icon { text-align: center; display: inline-block; border-radius: 50%; color: rgb(255, 255, 255); font-size: 14px; margin-left: 7px; margin-right: 7px; margin-bottom: 14px; }
.seofy_module_social.with_bg .soc_icon { width: 30px; height: 30px; line-height: 30px; }
.seofy_module_social.with_bg .soc_icon:hover { background: rgb(255, 255, 255); box-shadow: rgba(3, 38, 96, 0.2) 0px 3px 16px 0px; }
.seofy_module_spacing.responsive_active .spacing_size { display: none; }
.seofy_module_spacing.responsive_active .spacing_size.spacing_size-initial { display: block; }
.wgl_timetabs .timetabs_headings .wgl_tab.active::after { width: 100%; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle { margin-bottom: 0px; transition: all 0.4s ease-in-out 0s; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title { border-top: unset; border-right: unset; border-left: unset; border-image: unset; border-bottom: 1px solid rgb(238, 238, 238); transition: inherit; padding: 10px 69px 10px 30px; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title h4 { font-size: 18px; line-height: 30px; font-weight: 600; transition: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content { font-size: 16px; margin: 0px; border-bottom: 1px solid rgb(238, 238, 238); padding: 16px 69px 15px 30px; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content p:last-child { margin-bottom: 0px; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon { display: block; position: absolute; top: 50%; width: 12px; height: 12px; color: inherit; transition: inherit; transform: translateY(-50%); }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon::before, .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon::after { content: ""; display: block; position: absolute; box-sizing: border-box; border-style: solid; transition: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon::before { left: 0px; right: 0px; top: 50%; transform: translateY(-50%); border-width: 2px 0px 0px; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon::after { left: 50%; bottom: 0px; top: 0px; transform: translateX(-50%); border-width: 0px 0px 0px 2px; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus.vc_toggle_active .vc_toggle_icon::after { transform: rotate(90deg); }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_check .vc_toggle_icon { color: rgb(215, 216, 222); }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_check .vc_toggle_icon::before { content: ""; position: absolute; z-index: 1; top: -10px; right: 0px; old-font-family: Flaticon; font-size: 16px; font-style: normal; color: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_chevron .vc_toggle_icon::before { content: ""; display: block; position: absolute; box-sizing: border-box; inset: 3px 3px 2px 2px; border-style: solid; border-width: 0px 2px 2px 0px; transform: rotate(45deg) translate(-25%, -25%); transition: all 0.2s ease-in-out 0s; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_chevron.vc_toggle_active .vc_toggle_icon::before { transform: rotate(225deg) translate(-25%, -25%); }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_triangle .vc_toggle_icon::before { content: ""; display: block; position: absolute; box-sizing: border-box; inset: 0px; border-style: solid; border-width: 6px; transform: translateY(25%); transition: all 0.2s ease-in-out 0s; border-bottom-color: transparent !important; border-right-color: transparent !important; border-left-color: transparent !important; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_triangle.vc_toggle_active .vc_toggle_icon::before { transform: rotate(180deg) translateY(25%); }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_icon { right: 30px; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_icon { left: 30px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading { border-top: unset; border-right: unset; border-left: unset; border-image: unset; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon { color: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading { border-top: unset; border-right: unset; border-left: unset; border-image: unset; border-bottom: 1px solid rgba(0, 0, 0, 0.1); vertical-align: middle; margin: 0px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title { font-size: inherit; vertical-align: inherit; border-radius: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a { line-height: 1; color: inherit; vertical-align: inherit; border-radius: inherit; transition: all 0.4s ease 0s; padding: 14px 60px 15px 30px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a::before { content: ""; old-font-family: Flaticon; position: absolute; z-index: 1; right: 20px; font-size: 18px; color: rgb(215, 216, 222); font-weight: 100; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a span { font-size: 18px; line-height: 30px; font-weight: 600; color: inherit; vertical-align: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon-chevron::before { right: 3px; top: 3px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon { color: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon { right: 30px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right > a::before { display: none; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon { left: 30px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left > a::before { display: none; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body { border: unset; transform: unset; padding: 20px 69px 20px 30px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-body { background: transparent; color: rgb(226, 226, 226); border-bottom-color: rgb(43, 47, 82); }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active { position: relative; z-index: 1; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active .vc_tta-panel-heading { background: transparent; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active .vc_tta-panel-title::before { opacity: 0; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active::before { content: ""; position: absolute; z-index: -1; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(255, 255, 255, 0.1); }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-heading { background: transparent; border-color: rgb(43, 47, 82); }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title { position: relative; z-index: 1; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title > a span, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title > a .vc_tta-controls-icon { color: rgb(255, 255, 255); }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title::before { content: ""; position: absolute; z-index: -1; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(255, 255, 255, 0.05); }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .wpb_pie_chart_heading { font-size: 14px; line-height: 1; font-weight: 400; margin-top: 15px; }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .wpb_pie_chart_heading, .wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .vc_pie_chart_value { color: rgb(255, 255, 255); }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_value { font-size: 36px; font-weight: 400; }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_back { top: 0.5px; left: 0.5px; border: 5px solid rgb(238, 238, 238) !important; opacity: 1 !important; width: calc(100% - 1.5px) !important; height: calc(100% - 1.5px) !important; }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .vc_pie_chart_back { border-color: rgba(255, 255, 255, 0.1) !important; }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart canvas { display: block; }
.vc_row .vc_progress_bar .vc_single_bar { height: 5px; background-color: rgb(242, 246, 253); margin: 52px 0px 20px; border-radius: 10px; box-shadow: none; }
.vc_row .vc_progress_bar .vc_single_bar .vc_bar { height: 5px; border-radius: 10px; }
.vc_row .vc_progress_bar .vc_single_bar .vc_bar::before { content: ""; position: absolute; z-index: 1; width: 17px; height: 17px; right: -8px; top: -6px; border-radius: 50%; background-color: rgb(255, 255, 255); box-shadow: rgba(0, 69, 182, 0.16) 0px 0px 18px 0px; }
.vc_row .vc_progress_bar .vc_single_bar .vc_label { position: absolute; padding: 0px; width: 100%; top: -34px; left: 0px; font-size: 12px; font-weight: 500; text-transform: uppercase; text-shadow: none !important; }
.vc_row .vc_progress_bar .vc_single_bar .vc_label .vc_label_units { float: right; }
.vc_row .vc_progress_bar .vc_single_bar:first-child { margin-top: 36px; }
.wpb-js-composer .wgl-container .vc_chart.vc_round-chart { background-size: 0px; }
.wpb-js-composer .wgl-container .vc_chart.vc_round-chart .wpb_wrapper { background-image: inherit; background-repeat: no-repeat; background-position: center center; }
.wpb-js-composer .wgl-container .vc_chart.vc_round-chart .wpb_wrapper canvas { display: block; }
.wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] { background-size: 0px; }
.wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper { background-image: inherit; background-size: inherit; }
.wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper .vc_chart-with-legend { background-image: inherit; background-position: inherit; background-repeat: inherit; }
.wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend span { margin-right: 1em; }
.wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li { font-size: 16px; font-weight: 700; padding-left: 50px; margin-bottom: 1.3em; }
.wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li::before { display: none; }
div[data-vc-parallax-image] { position: relative; overflow: hidden; }
html .wpb_content_element { margin-bottom: 0px; }
html .wpb_content_element::after { display: block; content: ""; clear: both; height: 0px; }
.vc_row { position: relative; }
.vc_row.vc_row-flex > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { -webkit-box-flex: 1; flex-grow: 1; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; z-index: 1; }
.vc_row.vc_row-o-content-top > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { -webkit-box-pack: start; justify-content: flex-start; }
.vc_row.vc_row-o-content-bottom > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { -webkit-box-pack: end; justify-content: flex-end; }
.vc_row.vc_row-o-content-middle > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { -webkit-box-pack: center; justify-content: center; }
.vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { box-sizing: border-box; padding-left: 15px; padding-right: 15px; width: 100%; }
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { padding-top: 35px; }
.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { -webkit-box-flex: 1; flex-grow: 1; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { -webkit-box-pack: start; justify-content: flex-start; }
.vc_row.vc_row-o-content-bottom > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { -webkit-box-pack: end; justify-content: flex-end; }
.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { -webkit-box-pack: center; justify-content: center; }
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { padding-top: 35px; }
.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { -webkit-box-pack: center; justify-content: center; }
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner { padding-top: 35px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container { overflow: unset; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list { overflow: unset; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab { text-align: center; min-width: 150px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child) { margin-right: 17px; margin-bottom: 5px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a { position: relative; z-index: 0; margin: 0px; width: 100%; padding: 10px 25px; font-size: 14px; font-weight: 700; text-transform: uppercase; border: unset; border-radius: 4px; background-color: rgb(244, 246, 253); transition: all 0.4s ease 0s; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a::before { content: ""; display: block; position: absolute; z-index: 1; inset: 0px; width: 100%; height: 100%; border-radius: 5px; opacity: 0; transition: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text { position: relative; z-index: 2; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a::after { display: none !important; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a { color: rgb(255, 255, 255); background-color: transparent; box-shadow: rgba(72, 73, 121, 0.3) 4px 3px 25px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a::before { opacity: 1; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab::before { display: none; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel { margin-bottom: 0px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading { text-align: center; min-width: 150px; border: unset; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:not(:last-child) { margin-bottom: 20px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title { line-height: 1; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a { position: relative; z-index: 0; width: 100%; margin: 0px; padding: 5px 25px; font-size: 14px; font-weight: 700; text-transform: uppercase; border: unset; border-radius: 4px; background-color: rgb(244, 246, 253); transition: all 0.4s ease 0s; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a::before { content: ""; display: block; position: absolute; z-index: 1; inset: 0px; width: 100%; height: 100%; border-radius: 5px; opacity: 0; transition: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a > span.vc_tta-title-text { position: relative; z-index: 2; font-size: 14px; font-weight: 700; color: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title { color: rgb(255, 255, 255); }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a { color: rgb(255, 255, 255); background-color: transparent; box-shadow: rgba(72, 73, 121, 0.3) 4px 3px 25px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a::before { opacity: 1; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body { border: unset; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panel-body { padding: 0px 0px 20px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container { padding-bottom: 10px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panel-body { padding: 30px 0px 20px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right { padding-top: 25px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child), .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child) { margin-right: 0px; margin-bottom: 10px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body { padding: 0px 0px 20px; }
.theme-gradient button { border-width: 0px; color: rgb(255, 255, 255) !important; }
.theme-gradient #scroll_up:hover { background-position: 100% center !important; }
.theme-gradient input[type="submit"], .theme-gradient .load_more_item, .theme-gradient .single_team_page .team-info_icons a, .theme-gradient .page_404_wrapper .seofy_404_button.wgl_button .wgl_button_link, .theme-gradient .widget.seofy_widget.seofy_banner-widget .banner-widget_button, .theme-gradient .rev_slider .rev-btn.gradient-button { border-width: 0px; }
.theme-gradient input[type="submit"]:hover, .theme-gradient input[type="submit"]:active, .theme-gradient input[type="submit"]:focus, .theme-gradient .load_more_item:hover, .theme-gradient .load_more_item:active, .theme-gradient .load_more_item:focus, .theme-gradient .single_team_page .team-info_icons a:hover, .theme-gradient .single_team_page .team-info_icons a:active, .theme-gradient .single_team_page .team-info_icons a:focus, .theme-gradient .page_404_wrapper .seofy_404_button.wgl_button .wgl_button_link:hover, .theme-gradient .page_404_wrapper .seofy_404_button.wgl_button .wgl_button_link:active, .theme-gradient .page_404_wrapper .seofy_404_button.wgl_button .wgl_button_link:focus, .theme-gradient .widget.seofy_widget.seofy_banner-widget .banner-widget_button:hover, .theme-gradient .widget.seofy_widget.seofy_banner-widget .banner-widget_button:active, .theme-gradient .widget.seofy_widget.seofy_banner-widget .banner-widget_button:focus, .theme-gradient .rev_slider .rev-btn.gradient-button:hover, .theme-gradient .rev_slider .rev-btn.gradient-button:active, .theme-gradient .rev_slider .rev-btn.gradient-button:focus { color: rgb(255, 255, 255); background-position: 100% center !important; }
.theme-gradient ul.seofy_check_gradient li:hover::before, .theme-gradient ul.seofy_check_gradient li:active::before, .theme-gradient ul.seofy_check_gradient li:focus::before { color: rgb(255, 255, 255); background-position: 100% center !important; }
.theme-gradient ul.wgl-products li a.add_to_cart_button, .theme-gradient ul.wgl-products li a.button, .theme-gradient div.product form.cart .button, .theme-gradient .widget_shopping_cart .buttons a, .theme-gradient ul.wgl-products li .added_to_cart.wc-forward, .theme-gradient #payment #place_order, .theme-gradient .cart-collaterals .button, .theme-gradient .checkout_coupon button.button, .theme-gradient table.shop_table.cart input.button, .theme-gradient .cart .button, .theme-gradient .woocommerce-message a.button, .theme-gradient #review_form #respond .form-submit input, .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward, .theme-gradient .wc-proceed-to-checkout a.checkout-button, .theme-gradient .seofy_module_demo_item .di_button a { border-width: 0px; }
.theme-gradient ul.wgl-products li a.add_to_cart_button:hover, .theme-gradient ul.wgl-products li a.add_to_cart_button:active, .theme-gradient ul.wgl-products li a.add_to_cart_button:focus, .theme-gradient ul.wgl-products li a.button:hover, .theme-gradient ul.wgl-products li a.button:active, .theme-gradient ul.wgl-products li a.button:focus, .theme-gradient div.product form.cart .button:hover, .theme-gradient div.product form.cart .button:active, .theme-gradient div.product form.cart .button:focus, .theme-gradient .widget_shopping_cart .buttons a:hover, .theme-gradient .widget_shopping_cart .buttons a:active, .theme-gradient .widget_shopping_cart .buttons a:focus, .theme-gradient ul.wgl-products li .added_to_cart.wc-forward:hover, .theme-gradient ul.wgl-products li .added_to_cart.wc-forward:active, .theme-gradient ul.wgl-products li .added_to_cart.wc-forward:focus, .theme-gradient #payment #place_order:hover, .theme-gradient #payment #place_order:active, .theme-gradient #payment #place_order:focus, .theme-gradient .cart-collaterals .button:hover, .theme-gradient .cart-collaterals .button:active, .theme-gradient .cart-collaterals .button:focus, .theme-gradient .checkout_coupon button.button:hover, .theme-gradient .checkout_coupon button.button:active, .theme-gradient .checkout_coupon button.button:focus, .theme-gradient table.shop_table.cart input.button:hover, .theme-gradient table.shop_table.cart input.button:active, .theme-gradient table.shop_table.cart input.button:focus, .theme-gradient .cart .button:hover, .theme-gradient .cart .button:active, .theme-gradient .cart .button:focus, .theme-gradient .woocommerce-message a.button:hover, .theme-gradient .woocommerce-message a.button:active, .theme-gradient .woocommerce-message a.button:focus, .theme-gradient #review_form #respond .form-submit input:hover, .theme-gradient #review_form #respond .form-submit input:active, .theme-gradient #review_form #respond .form-submit input:focus, .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:hover, .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:active, .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:focus, .theme-gradient .wc-proceed-to-checkout a.checkout-button:hover, .theme-gradient .wc-proceed-to-checkout a.checkout-button:active, .theme-gradient .wc-proceed-to-checkout a.checkout-button:focus, .theme-gradient .seofy_module_demo_item .di_button a:hover, .theme-gradient .seofy_module_demo_item .di_button a:active, .theme-gradient .seofy_module_demo_item .di_button a:focus { background-position: 100% center !important; color: rgb(255, 255, 255) !important; }
body { font-size: 16px; line-height: 30px; font-weight: 400; color: rgb(110, 110, 110); }
body, .author-info_name, .seofy_module_message_box .message_content .message_title, .seofy_module_videobox .title, .vc_row .vc_toggle .vc_toggle_title h4, .single_team_page .team-info_wrapper .team-info_item span, .wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-title > a span, .wpb-js-composer .wgl-container .vc_row .vc_pie_chart .wpb_pie_chart_heading, .seofy_module_time_line_vertical .time_line-title {/* font-family: "Nunito Sans"; */ }
select, ul.wgl-pagination li span, .blog-post.format-quote .blog-post_quote-author-pos, .seofy_module_testimonials .testimonials_quote, .recent-posts-widget .meta-wrapper a:hover, .tagcloud a, blockquote cite, #comments .comment-reply-link:hover, body input::placeholder, body textarea::placeholder, .share_post-container:hover > a, .vc_row .vc_toggle .vc_toggle_icon { color: rgb(110, 110, 110); }
#main ol > li::before, blockquote, body .widget_rss ul li .rss-date, body .widget .widget-title, label, legend, .author-info_content .author-info_name, .blog-post.format-quote .blog-post_quote-author, .blog-post_link > .link_post, .blog-post_quote-text, .blog-post_views-wrap .counts, .blog-post_meta-date .date_post span, .countdown-section .countdown-amount, .custom-header-font, .comments-title .number-comments, .dropcap, .seofy_module_counter .counter_value_wrap, .seofy_module_counter .counter_value_hide, .seofy_module_double_headings, .seofy_module_infobox .infobox_icon_container .infobox_icon_number, .seofy_module_pricing_plan .pricing_price_wrap, .isotope-filter a .number_filter, .mashsb-count .counts, .mashsb-box .mashsb-buttons a .text, .prev-link, .next-link, .vc_row .vc_tta.vc_general.vc_tta-style-accordion_bordered .vc_tta-panel-title > a span, .wgl_timetabs .timetabs_headings .wgl_tab .tab_title, .widget.seofy_widget.seofy_banner-widget .banner-widget_text, .widget.seofy_widget.seofy_banner-widget .banner-widget_text_bg, .blog-post_meta-categories a, .blog-post_meta-categories span, .blog-post_meta-date .date_post, .seofy_module_counter .counter_title, .seofy_module_progress_bar .progress_label, .seofy_module_progress_bar .progress_value, .seofy_module_progress_bar .progress_units, .isotope-filter a, .heading_subtitle, .info_prev-link_wrapper a, .info_next-link_wrapper a, .widget.widget_wgl_posts .recent-posts-widget li > .recent-posts-content .post_title, .page-header_breadcrumbs .breadcrumbs, .single_meta .single_info-share_social-wpapper > span.share_title, .single_team_page .team-single_speaches-info .speech-info_day, .single_team_page .team-info_wrapper .team-info_item, .wgl_portfolio_item-meta .post_cats, .single_team_page .team-info_wrapper .team-info_item, .portfolio_info_item-info_desc h5, .single_info-share_social-wpapper > span {/* font-family: "Nunito Sans"; */ }
.banner_404, .wgl_portfolio_single-item .tagcloud .tagcloud_desc, .wgl_timetabs .timetabs_data .timetabs_item .item_time, .wgl_timetabs .timetabs_data .timetabs_item .content-wrapper .item_title, .wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_value {/* font-family: "Nunito Sans"; */ color: rgb(37, 37, 37); }
#comments .comment-reply-link, ul.wgl-pagination li a, body .footer select option, body .widget .widget-title, blockquote, h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h3#reply-title a, ul.wgl-pagination li span.current, ul.wgl-pagination li a:hover, .seofy_module_carousel .slick-prev::after, .seofy_module_carousel .slick-next::after, .prev-link-info_wrapper, .next-link-info_wrapper, .author-info_wrapper .title_soc_share, .author-widget_title, .blog-post_quote-author, .header_search.search_standard .header_search-field .search-form::after, .calendar_wrap tbody, .comment_author_says, .comment_author_says a, .single_meta .blog-post_share-wrap > span.share_title, .seofy_module_counter .counter_title, .single_meta .single_info-share_social-wpapper > span.share_title, .seofy_module_double_headings .heading_title, .seofy_module_testimonials .testimonials_item .testimonials_content_wrap .testimonials_name, .seofy_module_progress_bar .progress_label, .seofy_module_progress_bar .progress_value, .seofy_module_progress_bar .progress_units, .seofy_module_pricing_plan .pricing_plan_wrap .pricing_content > ul > li > b, .seofy_module_pricing_plan .pricing_plan_wrap .pricing_price_wrap, .tagcloud-wrapper .title_tags, .item_title a, .single_info-share_social-wpapper > span, .wgl_module_title.item_title .carousel_arrows a span::after, .wgl_module_team.info_under_image .team-department, .widget_search .search-form::after, .widget.widget_archive ul li::before, .widget.widget_recent_entries ul li::before, .widget.widget_meta ul li::before, .widget.widget_categories ul li::before, .widget.widget_wgl_posts .recent-posts-widget .post_title a, .widget.widget_archive ul li, .widget.widget_pages ul li, .widget.widget_meta ul li, .widget.widget_recent_comments ul li, .widget.widget_recent_entries ul li, .widget.widget_sab_menu ul li, .widget.widget_categories ul li, .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a, .wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon, .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon, .wgl_timetabs .timetabs_headings .wgl_tab.active .tab_title, .wgl_timetabs .timetabs_headings .wgl_tab:hover .tab_title, .isotope-filter.filter_def a .number_filter, .inside_image .wgl_portfolio_item-title .title, .isotope-filter a:not(.active):not(:hover) { color: rgb(37, 37, 37); }
.wgl-theme-header .wgl-sticky-header .header_search { height: 100px !important; }
.wgl-theme-header .header_search-field, .primary-sab ul li ul, .primary-sab ul li div.mega-menu-container, .wgl-theme-header .woo_mini_cart, .wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu { background-color: rgb(255, 255, 255); color: rgb(35, 35, 35); }
button, a:hover .wgl-icon, button:focus, button:active, h3#reply-title a:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:hover, .author-info_social-wrapper, .button-read-more, .button-read-more:hover, .blog-post_title i, .blog-post_link > .link_post:hover, .blog-post.format-standard.link .blog-post_title::before, .blog-post_cats span, .blog-post_title a:hover, .blog-posts .meta-wrapper a:hover, .share_link span.fa:hover, .share_post span.fa:hover, .calendar_wrap thead, .copyright a:hover, .comment_author_says a:hover, .dropcap, .meta-wrapper > span.author_post a, .blog-post_wrapper .share_post-container:hover > a, .seofy_submit_wrapper:hover > i, .seofy_custom_button i, .seofy_custom_text a, .seofy_module_button a:hover, .seofy_module_carousel .slick-prev:hover::after, .seofy_module_carousel .slick-next:hover::after, .seofy_module_counter .counter_icon, .seofy_module_counter .counter_value_wrap, .seofy_module_counter .counter_value_wrap .counter_value_suffix, .seofy_module_demo_item .di_title-wrap .di_subtitle, .seofy_module_demo_item .di_title_wrap a:hover .di_title, .seofy_module_double_headings .heading_subtitle, .seofy_module_social .soc_icon:hover, .seofy_module_testimonials .testimonials_quote::before, .seofy_module_infobox .infobox_icon, .seofy_twitter a, .header_search .header_search-button > i:hover, .header_search-field .search-form::after, .next-link_wrapper .image_next.no_image::before, .next-link_wrapper .image_next::after, .prev-link_wrapper .image_prev::after, .prev-link_wrapper .image_prev.no_image::before, .single_team_page .team-info_wrapper .team-department span, .single_team_page .team-single_speaches-info .speech-info_desc span, .header_search .header_search-button > i:hover, .load_more_item:hover, .load_more_works:hover, .mc_form_inside #mc_signup_submit:hover, .meta-wrapper a:hover, .primary-sab ul li ul .menu-item.current-menu-item > a, .primary-sab ul ul li.menu-item.current-menu-ancestor > a, .primary-sab ul ul li.menu-item.current-menu-item > a, .primary-sab ul li ul .menu-item:hover > a, .primary-sab ul li ul .menu-item.back:hover > a, .primary-sab ul li ul .menu-item.back:hover::before, .vc_wp_custommenu .menu .menu-item.current-menu-item > a, .single_team_page .team-info_wrapper .team-info_item a:hover, .single-member-page .member-icon:hover, .single-member-page .team-link:hover, .single_team_page .team-single_speaches-info .speech-info_day, .team-icons .member-icon:hover, .under_image .wgl_portfolio_item-meta .post_cats, .vc_wp_custommenu .menu .menu-item.current-menu-ancestor > a, .wgl_timetabs .timetabs_headings .wgl_tab.active .tab_subtitle, .wgl_timetabs .timetabs_headings .wgl_tab:hover .tab_subtitle, .wgl_portfolio_category-wrapper a:hover, .wgl-theme-header .wrapper .seofy_module_button a:hover, .wgl_module_team .team-item_info .team-item_titles .team-title:hover, .wgl-icon:hover, .wgl-theme-color, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:hover, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a span, .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title:hover, .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title:hover h4, .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title .vc_toggle_icon, .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title h4, .wpb-js-composer .vc_row .vc_tta.vc_general .vc_active .vc_tta-panel-title > a::before, .wpml-ls a:hover, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover, .header_search .header_search-button > i:hover, .meta-wrapper span::after, .meta-wrapper > span::before, .wgl_portfolio_item-meta .post_cats a:hover, .under_image .wgl_portfolio_item-title .title:hover, .seofy_module_services_3 .services_icon_wrapper .services_icon, .seofy_module_circuit_services .services_subtitle, .seofy_module_services_4 .services_icon, .seofy_module_services_4:hover .services_number { color: rgb(255, 125, 0); }
.hover_links a:hover, header .header-link:hover { color: rgb(255, 125, 0) !important; }
.primary-sab ul li ul li:hover > a > span::before, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span::before, .primary-sab ul li ul li > a > span::before, .single_team_page .team-title::before, .isotope-filter a.active, .isotope-filter a:hover, .wgl-container ul.seofy_plus li::after, .wgl-container ul.seofy_plus li::before, .wgl-container ul.seofy_dash li::before, .seofy_module_double_headings .heading_title .heading_divider, .seofy_module_double_headings .heading_title .heading_divider::before, .seofy_module_double_headings .heading_title .heading_divider::after { background: rgb(255, 125, 0); }
::selection, #comments .comment-reply-link:hover, #comments > h3::after, #sb_instagram .sbi_photo::before, #main ul.seofy_plus li::before, aside > .widget + .widget::before, button:hover, body .widget .widget-title .widget-title_dots, body .widget .widget-title .widget-title_dots::before, body .widget .widget-title .widget-title_dots::after, input[type="submit"], mark, span.highlighter, .button-read-more::after, .blog-post_cats span a, .calendar_wrap caption, .comment-reply-title::after, .seofy_divider .seofy_divider_line .seofy_divider_custom .divider_line, .seofy_module_cats .cats_item-count, .seofy_module_double_headings .heading_subtitle::after, .seofy_module_double_headings .heading_subtitle::before, .seofy_module_progress_bar .progress_bar, .seofy_module_progress_bar .progress_label_wrap::before, .seofy_module_infobox.type_tile:hover::before, .seofy_module_social.with_bg .soc_icon, .seofy_module_pricing_plan .pricing_plan_wrap.highlighted .pricing_header, .seofy_module_title::after, .seofy_module_title .carousel_arrows a:hover span, .seofy_module_videobox .videobox_link, .load_more_works, .mc_form_inside #mc_signup_submit, .vc_wp_custommenu .menu .menu-item a::before, .primary-sab > ul > li > a > span::after, .primary-sab ul li ul li > a span::before, .primary-sab ul li ul li > a::before, .primary-sab > ul:not(.lavalamp) > li.current-menu-item > a > span::after, .primary-sab > ul:not(.lavalamp) > li.current-menu-ancestor > a > span::after, .primary-sab ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li.is-active > a, .primary-sab ul li.mega-menu-links > ul > li > a::before, .primary-sab ul li.menu-item.current-menu-ancestor > a > span::after, .primary-sab ul li.menu-item.current-menu-item > a > span::after, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a::before, .wgl_module_title.item_title .carousel_arrows a:hover, .wgl_timetabs .timetabs_headings .wgl_tab.active::after, .seofy_banner-widget .banner-widget_button, .widget .calendar_wrap table td#today::before, .widget .calendar_wrap table td#today::before, .widget .calendar_wrap tbody td > a::before, .widget .counter_posts, .widget.widget_pages ul li a::before, .widget.widget_sab_menu ul li a::before, .widget_sab_menu .menu .menu-item::before, .widget_postshero .recent-posts-widget .post_cat a, .widget_categories ul li > a::before, .widget_meta ul li > a::before, .widget_archive ul li > a::before, .tagcloud a:hover { background-color: rgb(255, 125, 0); }
.wgl-theme-header .header_search .header_search-field::after { border-bottom-color: rgba(255, 125, 0, 0.9); }
#main ul li::before, .meta-wrapper span::after, .prev-link_wrapper .image_prev .no_image_post, .next-link_wrapper .image_next .no_image_post, .next-link_wrapper .image_next::after, .prev-link_wrapper .image_prev::after, .wgl-pagination .page .current, .wgl-pagination .page a:hover, .page-header_breadcrumbs .divider, .slick-dots li button { background: rgb(50, 36, 233); }
.footer .copyright { color: rgb(219, 219, 219); }
body { background: rgb(255, 255, 255); }
h1, h1 a, h1 span {/* font-family: "Nunito Sans"; */ font-weight: 800; font-size: 42px; line-height: 36px; }
h2, h2 a, h2 span {/* font-family: "Nunito Sans"; */ font-weight: 800; font-size: 36px; line-height: 36px; }
h3, h3 a, h3 span {/* font-family: "Nunito Sans"; */ font-weight: 800; font-size: 30px; line-height: 36px; }
h4, h4 a, h4 span {/* font-family: "Nunito Sans"; */ font-weight: 800; font-size: 24px; line-height: 36px; }
h5, h5 a, h5 span {/* font-family: "Nunito Sans"; */ font-weight: 700; font-size: 20px; line-height: 36px; }
h6, h6 a, h6 span {/* font-family: "Nunito Sans"; */ font-weight: 700; font-size: 18px; line-height: 36px; }
.vc_custom_1528465408378 { margin-top: 23px !important; }
.theme-gradient #scroll_up, .theme-gradient button, .theme-gradient .widget.seofy_widget.seofy_banner-widget .banner-widget_button, .theme-gradient .load_more_item, .theme-gradient input[type="submit"], .theme-gradient .rev_slider .rev-btn.gradient-button, .theme-gradient .seofy_module_demo_item .di_button a, .page_404_wrapper .seofy_404_button.wgl_button .wgl_button_link { background: -webkit-linear-gradient(left, rgb(255, 198, 0) 0%, rgb(255, 66, 0) 50%, rgb(255, 198, 0) 100%) 0px center / 300%, 0% 0% / 1px; }
.theme-gradient ul.wgl-products li a.add_to_cart_button, .theme-gradient ul.wgl-products li a.button, .theme-gradient div.product form.cart .button, .theme-gradient .widget_shopping_cart .buttons a, .theme-gradient ul.wgl-products li .added_to_cart.wc-forward, .theme-gradient #payment #place_order, .theme-gradient #payment #place_order:hover, .theme-gradient #add_payment_method .wc-proceed-to-checkout a.checkout-button, .theme-gradient table.shop_table.cart input.button, .theme-gradient .checkout_coupon button.button, .theme-gradient #review_form #respond .form-submit input, .theme-gradient #review_form #respond .form-submit input:hover, .theme-gradient .cart .button, .theme-gradient button.button:hover, .theme-gradient .cart_totals .wc-proceed-to-checkout a.checkout-button:hover, .theme-gradient .cart .button:hover, .theme-gradient .cart-collaterals .button, .theme-gradient .cart-collaterals .button:hover, .theme-gradient table.shop_table.cart input.button:hover, .theme-gradient .woocommerce-message a.button, .theme-gradient .woocommerce-message a.button:hover, .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout), .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):hover, .theme-gradient .wc-proceed-to-checkout a.checkout-button { background: -webkit-linear-gradient(left, rgb(255, 198, 0) 0%, rgb(255, 66, 0) 50%, rgb(255, 198, 0) 100%) 0px center / 300%, 0% 0% / 1px; }
.author-widget_social a, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before, .wgl_module_team .team-info_icons .team-icon { background: linear-gradient(120deg, rgb(90, 208, 255) 0%, rgb(50, 36, 233) 100%); }
.theme-gradient .example, .single_team_page .team-info_icons a, #main ul.seofy_check_gradient li::before { background: -webkit-linear-gradient(left, rgb(90, 208, 255) 0%, rgb(50, 36, 233) 50%, rgb(90, 208, 255) 100%) 0px center / 300%, 0% 0% / 1px; }
.theme-gradient.woocommerce .widget_shopping_cart .buttons a.checkout, .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout { background: -webkit-linear-gradient(left, rgb(90, 208, 255) 0%, rgb(50, 36, 233) 50%, rgb(90, 208, 255) 100%) 0px center / 300%, 0% 0% / 1px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a::before, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a::before { background: linear-gradient(120deg, rgb(90, 208, 255) 0%, rgb(50, 36, 233) 100%); }
body { font-size: 16px; line-height: 30px; font-weight: 400; color: rgb(110, 110, 110); }
body, .author-info_name, .seofy_module_message_box .message_content .message_title, .seofy_module_videobox .title, .vc_row .vc_toggle .vc_toggle_title h4, .single_team_page .team-info_wrapper .team-info_item span, .wpb-js-composer .vc_row .vc_tta.vc_general .vc_tta-panel-title > a span, .wpb-js-composer .wgl-container .vc_row .vc_pie_chart .wpb_pie_chart_heading, .seofy_module_time_line_vertical .time_line-title {/* font-family: "Nunito Sans"; */ }
select, ul.wgl-pagination li span, .blog-post.format-quote .blog-post_quote-author-pos, .seofy_module_testimonials .testimonials_quote, .recent-posts-widget .meta-wrapper a:hover, .tagcloud a, blockquote cite, #comments .comment-reply-link:hover, body input::placeholder, body textarea::placeholder, .share_post-container:hover > a, .vc_row .vc_toggle .vc_toggle_icon { color: rgb(110, 110, 110); }
#main ol > li::before, blockquote, body .widget_rss ul li .rss-date, body .widget .widget-title, label, legend, .author-info_content .author-info_name, .blog-post.format-quote .blog-post_quote-author, .blog-post_link > .link_post, .blog-post_quote-text, .blog-post_views-wrap .counts, .blog-post_meta-date .date_post span, .countdown-section .countdown-amount, .custom-header-font, .comments-title .number-comments, .dropcap, .seofy_module_counter .counter_value_wrap, .seofy_module_counter .counter_value_hide, .seofy_module_double_headings, .seofy_module_infobox .infobox_icon_container .infobox_icon_number, .seofy_module_pricing_plan .pricing_price_wrap, .isotope-filter a .number_filter, .mashsb-count .counts, .mashsb-box .mashsb-buttons a .text, .prev-link, .next-link, .vc_row .vc_tta.vc_general.vc_tta-style-accordion_bordered .vc_tta-panel-title > a span, .wgl_timetabs .timetabs_headings .wgl_tab .tab_title, .widget.seofy_widget.seofy_banner-widget .banner-widget_text, .widget.seofy_widget.seofy_banner-widget .banner-widget_text_bg, .blog-post_meta-categories a, .blog-post_meta-categories span, .blog-post_meta-date .date_post, .seofy_module_counter .counter_title, .seofy_module_progress_bar .progress_label, .seofy_module_progress_bar .progress_value, .seofy_module_progress_bar .progress_units, .isotope-filter a, .heading_subtitle, .info_prev-link_wrapper a, .info_next-link_wrapper a, .widget.widget_wgl_posts .recent-posts-widget li > .recent-posts-content .post_title, .page-header_breadcrumbs .breadcrumbs, .single_meta .single_info-share_social-wpapper > span.share_title, .single_team_page .team-single_speaches-info .speech-info_day, .single_team_page .team-info_wrapper .team-info_item, .wgl_portfolio_item-meta .post_cats, .single_team_page .team-info_wrapper .team-info_item, .portfolio_info_item-info_desc h5, .single_info-share_social-wpapper > span {/* font-family: "Nunito Sans"; */ }
.banner_404, .wgl_portfolio_single-item .tagcloud .tagcloud_desc, .wgl_timetabs .timetabs_data .timetabs_item .item_time, .wgl_timetabs .timetabs_data .timetabs_item .content-wrapper .item_title, .wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_value {/* font-family: "Nunito Sans"; */ color: rgb(37, 37, 37); }
#comments .comment-reply-link, ul.wgl-pagination li a, body .footer select option, body .widget .widget-title, blockquote, h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h3#reply-title a, ul.wgl-pagination li span.current, ul.wgl-pagination li a:hover, .seofy_module_carousel .slick-prev::after, .seofy_module_carousel .slick-next::after, .prev-link-info_wrapper, .next-link-info_wrapper, .author-info_wrapper .title_soc_share, .author-widget_title, .blog-post_quote-author, .header_search.search_standard .header_search-field .search-form::after, .calendar_wrap tbody, .comment_author_says, .comment_author_says a, .single_meta .blog-post_share-wrap > span.share_title, .seofy_module_counter .counter_title, .single_meta .single_info-share_social-wpapper > span.share_title, .seofy_module_double_headings .heading_title, .seofy_module_testimonials .testimonials_item .testimonials_content_wrap .testimonials_name, .seofy_module_progress_bar .progress_label, .seofy_module_progress_bar .progress_value, .seofy_module_progress_bar .progress_units, .seofy_module_pricing_plan .pricing_plan_wrap .pricing_content > ul > li > b, .seofy_module_pricing_plan .pricing_plan_wrap .pricing_price_wrap, .tagcloud-wrapper .title_tags, .item_title a, .single_info-share_social-wpapper > span, .wgl_module_title.item_title .carousel_arrows a span::after, .wgl_module_team.info_under_image .team-department, .widget_search .search-form::after, .widget.widget_archive ul li::before, .widget.widget_recent_entries ul li::before, .widget.widget_meta ul li::before, .widget.widget_categories ul li::before, .widget.widget_wgl_posts .recent-posts-widget .post_title a, .widget.widget_archive ul li, .widget.widget_pages ul li, .widget.widget_meta ul li, .widget.widget_recent_comments ul li, .widget.widget_recent_entries ul li, .widget.widget_sab_menu ul li, .widget.widget_categories ul li, .wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a, .wpb-js-composer .wgl-container .vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon, .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon, .wgl_timetabs .timetabs_headings .wgl_tab.active .tab_title, .wgl_timetabs .timetabs_headings .wgl_tab:hover .tab_title, .isotope-filter.filter_def a .number_filter, .inside_image .wgl_portfolio_item-title .title, .isotope-filter a:not(.active):not(:hover) { color: rgb(37, 37, 37); }
.wgl-theme-header .wgl-sticky-header .header_search { height: 100px !important; }
.wgl-theme-header .header_search-field, .primary-sab ul li ul, .primary-sab ul li div.mega-menu-container, .wgl-theme-header .woo_mini_cart, .wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu { background-color: rgb(255, 255, 255); color: rgb(35, 35, 35); }
button, a:hover .wgl-icon, button:focus, button:active, h3#reply-title a:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:hover, .author-info_social-wrapper, .button-read-more, .button-read-more:hover, .blog-post_title i, .blog-post_link > .link_post:hover, .blog-post.format-standard.link .blog-post_title::before, .blog-post_cats span, .blog-post_title a:hover, .blog-posts .meta-wrapper a:hover, .share_link span.fa:hover, .share_post span.fa:hover, .calendar_wrap thead, .copyright a:hover, .comment_author_says a:hover, .dropcap, .meta-wrapper > span.author_post a, .blog-post_wrapper .share_post-container:hover > a, .seofy_submit_wrapper:hover > i, .seofy_custom_button i, .seofy_custom_text a, .seofy_module_button a:hover, .seofy_module_carousel .slick-prev:hover::after, .seofy_module_carousel .slick-next:hover::after, .seofy_module_counter .counter_icon, .seofy_module_counter .counter_value_wrap, .seofy_module_counter .counter_value_wrap .counter_value_suffix, .seofy_module_demo_item .di_title-wrap .di_subtitle, .seofy_module_demo_item .di_title_wrap a:hover .di_title, .seofy_module_double_headings .heading_subtitle, .seofy_module_social .soc_icon:hover, .seofy_module_testimonials .testimonials_quote::before, .seofy_module_infobox .infobox_icon, .seofy_twitter a, .header_search .header_search-button > i:hover, .header_search-field .search-form::after, .next-link_wrapper .image_next.no_image::before, .next-link_wrapper .image_next::after, .prev-link_wrapper .image_prev::after, .prev-link_wrapper .image_prev.no_image::before, .single_team_page .team-info_wrapper .team-department span, .single_team_page .team-single_speaches-info .speech-info_desc span, .header_search .header_search-button > i:hover, .load_more_item:hover, .load_more_works:hover, .mc_form_inside #mc_signup_submit:hover, .meta-wrapper a:hover, .primary-sab ul li ul .menu-item.current-menu-item > a, .primary-sab ul ul li.menu-item.current-menu-ancestor > a, .primary-sab ul ul li.menu-item.current-menu-item > a, .primary-sab ul li ul .menu-item:hover > a, .primary-sab ul li ul .menu-item.back:hover > a, .primary-sab ul li ul .menu-item.back:hover::before, .vc_wp_custommenu .menu .menu-item.current-menu-item > a, .single_team_page .team-info_wrapper .team-info_item a:hover, .single-member-page .member-icon:hover, .single-member-page .team-link:hover, .single_team_page .team-single_speaches-info .speech-info_day, .team-icons .member-icon:hover, .under_image .wgl_portfolio_item-meta .post_cats, .vc_wp_custommenu .menu .menu-item.current-menu-ancestor > a, .wgl_timetabs .timetabs_headings .wgl_tab.active .tab_subtitle, .wgl_timetabs .timetabs_headings .wgl_tab:hover .tab_subtitle, .wgl_portfolio_category-wrapper a:hover, .wgl-theme-header .wrapper .seofy_module_button a:hover, .wgl_module_team .team-item_info .team-item_titles .team-title:hover, .wgl-icon:hover, .wgl-theme-color, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:hover, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a span, .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title:hover, .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title:hover h4, .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title .vc_toggle_icon, .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title h4, .wpb-js-composer .vc_row .vc_tta.vc_general .vc_active .vc_tta-panel-title > a::before, .wpml-ls a:hover, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover, .header_search .header_search-button > i:hover, .meta-wrapper span::after, .meta-wrapper > span::before, .wgl_portfolio_item-meta .post_cats a:hover, .under_image .wgl_portfolio_item-title .title:hover, .seofy_module_services_3 .services_icon_wrapper .services_icon, .seofy_module_circuit_services .services_subtitle, .seofy_module_services_4 .services_icon, .seofy_module_services_4:hover .services_number { color: rgb(255, 125, 0); }
.hover_links a:hover, header .header-link:hover { color: rgb(255, 125, 0) !important; }
.primary-sab ul li ul li:hover > a > span::before, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span::before, .primary-sab ul li ul li > a > span::before, .single_team_page .team-title::before, .isotope-filter a.active, .isotope-filter a:hover, .wgl-container ul.seofy_plus li::after, .wgl-container ul.seofy_plus li::before, .wgl-container ul.seofy_dash li::before, .seofy_module_double_headings .heading_title .heading_divider, .seofy_module_double_headings .heading_title .heading_divider::before, .seofy_module_double_headings .heading_title .heading_divider::after { background: rgb(255, 125, 0); }
::selection, #comments .comment-reply-link:hover, #comments > h3::after, #sb_instagram .sbi_photo::before, #main ul.seofy_plus li::before, aside > .widget + .widget::before, button:hover, body .widget .widget-title .widget-title_dots, body .widget .widget-title .widget-title_dots::before, body .widget .widget-title .widget-title_dots::after, input[type="submit"], mark, span.highlighter, .button-read-more::after, .blog-post_cats span a, .calendar_wrap caption, .comment-reply-title::after, .seofy_divider .seofy_divider_line .seofy_divider_custom .divider_line, .seofy_module_cats .cats_item-count, .seofy_module_double_headings .heading_subtitle::after, .seofy_module_double_headings .heading_subtitle::before, .seofy_module_progress_bar .progress_bar, .seofy_module_progress_bar .progress_label_wrap::before, .seofy_module_infobox.type_tile:hover::before, .seofy_module_social.with_bg .soc_icon, .seofy_module_pricing_plan .pricing_plan_wrap.highlighted .pricing_header, .seofy_module_title::after, .seofy_module_title .carousel_arrows a:hover span, .seofy_module_videobox .videobox_link, .load_more_works, .mc_form_inside #mc_signup_submit, .vc_wp_custommenu .menu .menu-item a::before, .primary-sab > ul > li > a > span::after, .primary-sab ul li ul li > a span::before, .primary-sab ul li ul li > a::before, .primary-sab > ul:not(.lavalamp) > li.current-menu-item > a > span::after, .primary-sab > ul:not(.lavalamp) > li.current-menu-ancestor > a > span::after, .primary-sab ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li.is-active > a, .primary-sab ul li.mega-menu-links > ul > li > a::before, .primary-sab ul li.menu-item.current-menu-ancestor > a > span::after, .primary-sab ul li.menu-item.current-menu-item > a > span::after, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a::before, .wgl_module_title.item_title .carousel_arrows a:hover, .wgl_timetabs .timetabs_headings .wgl_tab.active::after, .seofy_banner-widget .banner-widget_button, .widget .calendar_wrap table td#today::before, .widget .calendar_wrap table td#today::before, .widget .calendar_wrap tbody td > a::before, .widget .counter_posts, .widget.widget_pages ul li a::before, .widget.widget_sab_menu ul li a::before, .widget_sab_menu .menu .menu-item::before, .widget_postshero .recent-posts-widget .post_cat a, .widget_categories ul li > a::before, .widget_meta ul li > a::before, .widget_archive ul li > a::before, .tagcloud a:hover { background-color: rgb(255, 125, 0); }
.wgl-theme-header .header_search .header_search-field::after { border-bottom-color: rgba(255, 125, 0, 0.9); }
#main ul li::before, .meta-wrapper span::after, .prev-link_wrapper .image_prev .no_image_post, .next-link_wrapper .image_next .no_image_post, .next-link_wrapper .image_next::after, .prev-link_wrapper .image_prev::after, .wgl-pagination .page .current, .wgl-pagination .page a:hover, .page-header_breadcrumbs .divider, .slick-dots li button { background: rgb(50, 36, 233); }
.footer .copyright { color: rgb(219, 219, 219); }
body { background: rgb(255, 255, 255); }
h1, h1 a, h1 span {/* font-family: "Nunito Sans"; */ font-weight: 800; font-size: 42px; line-height: 36px; }
h2, h2 a, h2 span {/* font-family: "Nunito Sans"; */ font-weight: 600; font-size: 36px; line-height: 36px; }
h3, h3 a, h3 span {/* font-family: "Nunito Sans"; */ font-weight: 800; font-size: 30px; line-height: 36px; }
h4, h4 a, h4 span {/* font-family: "Nunito Sans"; */ font-weight: 800; font-size: 44px; line-height: 36px; }
h5, h5 a, h5 span {/* font-family: "Nunito Sans"; */ font-weight: 700; font-size: 20px; line-height: 36px; }
h6, h6 a, h6 span {/* font-family: "Nunito Sans"; */ font-weight: 700; font-size: 18px; line-height: 36px; }
.vc_custom_1528465408378 { margin-top: 23px !important; }
.theme-gradient #scroll_up, .theme-gradient button, .theme-gradient .widget.seofy_widget.seofy_banner-widget .banner-widget_button, .theme-gradient .load_more_item, .theme-gradient input[type="submit"], .theme-gradient .rev_slider .rev-btn.gradient-button, .theme-gradient .seofy_module_demo_item .di_button a, .page_404_wrapper .seofy_404_button.wgl_button .wgl_button_link { background: -webkit-linear-gradient(left, rgb(255, 198, 0) 0%, rgb(255, 66, 0) 50%, rgb(255, 198, 0) 100%) 0% center / 300%, 0% 0% / 1px; }
.theme-gradient ul.wgl-products li a.add_to_cart_button, .theme-gradient ul.wgl-products li a.button, .theme-gradient div.product form.cart .button, .theme-gradient .widget_shopping_cart .buttons a, .theme-gradient ul.wgl-products li .added_to_cart.wc-forward, .theme-gradient #payment #place_order, .theme-gradient #payment #place_order:hover, .theme-gradient #add_payment_method .wc-proceed-to-checkout a.checkout-button, .theme-gradient table.shop_table.cart input.button, .theme-gradient .checkout_coupon button.button, .theme-gradient #review_form #respond .form-submit input, .theme-gradient #review_form #respond .form-submit input:hover, .theme-gradient .cart .button, .theme-gradient button.button:hover, .theme-gradient .cart_totals .wc-proceed-to-checkout a.checkout-button:hover, .theme-gradient .cart .button:hover, .theme-gradient .cart-collaterals .button, .theme-gradient .cart-collaterals .button:hover, .theme-gradient table.shop_table.cart input.button:hover, .theme-gradient .woocommerce-message a.button, .theme-gradient .woocommerce-message a.button:hover, .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout), .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):hover, .theme-gradient .wc-proceed-to-checkout a.checkout-button { background: -webkit-linear-gradient(left, rgb(255, 198, 0) 0%, rgb(255, 66, 0) 50%, rgb(255, 198, 0) 100%) 0% center / 300%, 0% 0% / 1px; }
.author-widget_social a, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before, .wgl_module_team .team-info_icons .team-icon { background: linear-gradient(120deg, rgb(90, 208, 255) 0%, rgb(50, 36, 233) 100%); }
.theme-gradient .example, .single_team_page .team-info_icons a, #main ul.seofy_check_gradient li::before { background: -webkit-linear-gradient(left, rgb(90, 208, 255) 0%, rgb(50, 36, 233) 50%, rgb(90, 208, 255) 100%) 0% center / 300%, 0% 0% / 1px; }
.theme-gradient.woocommerce .widget_shopping_cart .buttons a.checkout, .theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout { background: -webkit-linear-gradient(left, rgb(90, 208, 255) 0%, rgb(50, 36, 233) 50%, rgb(90, 208, 255) 100%) 0% center / 300%, 0% 0% / 1px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a::before, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a::before { background: linear-gradient(120deg, rgb(90, 208, 255) 0%, rgb(50, 36, 233) 100%); }
.wpb-js-composer .vc_tta-icon.fa, .wpb-js-composer .vc_tta-icon.vc_li { vertical-align: middle; }
.vc_row::after, .vc_row::before { content: " "; display: table; }
.vc_row::after { clear: both; }
.vc_non_responsive .vc_row .vc_col-sm-1 { position: relative; float: left; width: 8.33333%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-2 { position: relative; float: left; width: 16.6667%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-3 { position: relative; float: left; width: 25%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-4 { position: relative; float: left; width: 33.3333%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-5 { position: relative; float: left; width: 41.6667%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-6 { position: relative; float: left; width: 50%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-7 { position: relative; float: left; width: 58.3333%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-8 { position: relative; float: left; width: 66.6667%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-9 { position: relative; float: left; width: 75%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-10 { position: relative; float: left; width: 83.3333%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-11 { position: relative; float: left; width: 91.6667%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-12 { position: relative; float: left; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-offset-12 { margin-left: 100%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-11 { margin-left: 91.6667%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-10 { margin-left: 83.3333%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-9 { margin-left: 75%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-8 { margin-left: 66.6667%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-7 { margin-left: 58.3333%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-6 { margin-left: 50%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-5 { margin-left: 41.6667%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-4 { margin-left: 33.3333%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-3 { margin-left: 25%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-2 { margin-left: 16.6667%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-1 { margin-left: 8.33333%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-0 { margin-left: 0px; }
.vc_non_responsive .vc_row .vc_hidden-sm { display: none !important; }
.vc_column_container { width: 100%; }
.vc_row { margin-left: -15px; margin-right: -15px; }
.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }
.vc_non_responsive .vc_row .vc_col-sm-1\/5 { position: relative; float: left; width: 20%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-2\/5 { position: relative; float: left; width: 40%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-3\/5 { position: relative; float: left; width: 60%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-4\/5 { position: relative; float: left; width: 80%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-5\/5 { position: relative; float: left; width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5 { margin-left: 100%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5 { margin-left: 80%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5 { margin-left: 60%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5 { margin-left: 40%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5 { margin-left: 20%; }
.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5 { margin-left: 0px; }
.rtl .vc_rtl-columns-reverse .vc_col-xs-1\/5, .rtl .vc_rtl-columns-reverse .vc_col-xs-2\/5, .rtl .vc_rtl-columns-reverse .vc_col-xs-3\/5, .rtl .vc_rtl-columns-reverse .vc_col-xs-4\/5, .rtl .vc_rtl-columns-reverse .vc_col-xs-5\/5, .rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5, .rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5, .rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5, .rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5, .rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5 { float: right; }
.open > .dropdown-toggle.vc_btn-default, .open > .dropdown-togglea.vc_btn-default, .open > .dropdown-togglebutton.vc_btn-default, .vc_btn-default.active, .vc_btn-default:active, .vc_btn-default:focus, .vc_btn-default:hover, a.vc_btn-default.active, a.vc_btn-default:active, a.vc_btn-default:focus, a.vc_btn-default:hover, button.vc_btn-default.active, button.vc_btn-default:active, button.vc_btn-default:focus, button.vc_btn-default:hover { color: rgb(125, 125, 125); background-color: rgb(230, 230, 230); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-default, .open > .dropdown-togglea.vc_btn-default, .open > .dropdown-togglebutton.vc_btn-default, .vc_btn-default.active, .vc_btn-default:active, a.vc_btn-default.active, a.vc_btn-default:active, button.vc_btn-default.active, button.vc_btn-default:active { background-image: none; }
.vc_btn-default.disabled, .vc_btn-default.disabled.active, .vc_btn-default.disabled:active, .vc_btn-default.disabled:focus, .vc_btn-default.disabled:hover, .vc_btn-default[disabled], .vc_btn-default[disabled].active, .vc_btn-default[disabled]:active, .vc_btn-default[disabled]:focus, .vc_btn-default[disabled]:hover, a.vc_btn-default.disabled, a.vc_btn-default.disabled.active, a.vc_btn-default.disabled:active, a.vc_btn-default.disabled:focus, a.vc_btn-default.disabled:hover, a.vc_btn-default[disabled], a.vc_btn-default[disabled].active, a.vc_btn-default[disabled]:active, a.vc_btn-default[disabled]:focus, a.vc_btn-default[disabled]:hover, button.vc_btn-default.disabled, button.vc_btn-default.disabled.active, button.vc_btn-default.disabled:active, button.vc_btn-default.disabled:focus, button.vc_btn-default.disabled:hover, button.vc_btn-default[disabled], button.vc_btn-default[disabled].active, button.vc_btn-default[disabled]:active, button.vc_btn-default[disabled]:focus, button.vc_btn-default[disabled]:hover, fieldset[disabled] .vc_btn-default, fieldset[disabled] .vc_btn-default.active, fieldset[disabled] .vc_btn-default:active, fieldset[disabled] .vc_btn-default:focus, fieldset[disabled] .vc_btn-default:hover, fieldset[disabled] a.vc_btn-default, fieldset[disabled] a.vc_btn-default.active, fieldset[disabled] a.vc_btn-default:active, fieldset[disabled] a.vc_btn-default:focus, fieldset[disabled] a.vc_btn-default:hover, fieldset[disabled] button.vc_btn-default, fieldset[disabled] button.vc_btn-default.active, fieldset[disabled] button.vc_btn-default:active, fieldset[disabled] button.vc_btn-default:focus, fieldset[disabled] button.vc_btn-default:hover { background-color: rgb(255, 255, 255); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-primary, .open > .dropdown-togglea.vc_btn-primary, .open > .dropdown-togglebutton.vc_btn-primary, .vc_btn-primary.active, .vc_btn-primary:active, .vc_btn-primary:focus, .vc_btn-primary:hover, a.vc_btn-primary.active, a.vc_btn-primary:active, a.vc_btn-primary:focus, a.vc_btn-primary:hover, button.vc_btn-primary.active, button.vc_btn-primary:active, button.vc_btn-primary:focus, button.vc_btn-primary:hover { color: rgb(255, 255, 255); background-color: rgb(0, 137, 189); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-primary, .open > .dropdown-togglea.vc_btn-primary, .open > .dropdown-togglebutton.vc_btn-primary, .vc_btn-primary.active, .vc_btn-primary:active, a.vc_btn-primary.active, a.vc_btn-primary:active, button.vc_btn-primary.active, button.vc_btn-primary:active { background-image: none; }
.vc_btn-primary.disabled, .vc_btn-primary.disabled.active, .vc_btn-primary.disabled:active, .vc_btn-primary.disabled:focus, .vc_btn-primary.disabled:hover, .vc_btn-primary[disabled], .vc_btn-primary[disabled].active, .vc_btn-primary[disabled]:active, .vc_btn-primary[disabled]:focus, .vc_btn-primary[disabled]:hover, a.vc_btn-primary.disabled, a.vc_btn-primary.disabled.active, a.vc_btn-primary.disabled:active, a.vc_btn-primary.disabled:focus, a.vc_btn-primary.disabled:hover, a.vc_btn-primary[disabled], a.vc_btn-primary[disabled].active, a.vc_btn-primary[disabled]:active, a.vc_btn-primary[disabled]:focus, a.vc_btn-primary[disabled]:hover, button.vc_btn-primary.disabled, button.vc_btn-primary.disabled.active, button.vc_btn-primary.disabled:active, button.vc_btn-primary.disabled:focus, button.vc_btn-primary.disabled:hover, button.vc_btn-primary[disabled], button.vc_btn-primary[disabled].active, button.vc_btn-primary[disabled]:active, button.vc_btn-primary[disabled]:focus, button.vc_btn-primary[disabled]:hover, fieldset[disabled] .vc_btn-primary, fieldset[disabled] .vc_btn-primary.active, fieldset[disabled] .vc_btn-primary:active, fieldset[disabled] .vc_btn-primary:focus, fieldset[disabled] .vc_btn-primary:hover, fieldset[disabled] a.vc_btn-primary, fieldset[disabled] a.vc_btn-primary.active, fieldset[disabled] a.vc_btn-primary:active, fieldset[disabled] a.vc_btn-primary:focus, fieldset[disabled] a.vc_btn-primary:hover, fieldset[disabled] button.vc_btn-primary, fieldset[disabled] button.vc_btn-primary.active, fieldset[disabled] button.vc_btn-primary:active, fieldset[disabled] button.vc_btn-primary:focus, fieldset[disabled] button.vc_btn-primary:hover { background-color: rgb(0, 174, 240); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-success, .open > .dropdown-togglea.vc_btn-success, .open > .dropdown-togglebutton.vc_btn-success, .vc_btn-success.active, .vc_btn-success:active, .vc_btn-success:focus, .vc_btn-success:hover, a.vc_btn-success.active, a.vc_btn-success:active, a.vc_btn-success:focus, a.vc_btn-success:hover, button.vc_btn-success.active, button.vc_btn-success:active, button.vc_btn-success:focus, button.vc_btn-success:hover { color: rgb(255, 255, 255); background-color: rgb(68, 157, 68); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-success, .open > .dropdown-togglea.vc_btn-success, .open > .dropdown-togglebutton.vc_btn-success, .vc_btn-success.active, .vc_btn-success:active, a.vc_btn-success.active, a.vc_btn-success:active, button.vc_btn-success.active, button.vc_btn-success:active { background-image: none; }
.vc_btn-success.disabled, .vc_btn-success.disabled.active, .vc_btn-success.disabled:active, .vc_btn-success.disabled:focus, .vc_btn-success.disabled:hover, .vc_btn-success[disabled], .vc_btn-success[disabled].active, .vc_btn-success[disabled]:active, .vc_btn-success[disabled]:focus, .vc_btn-success[disabled]:hover, a.vc_btn-success.disabled, a.vc_btn-success.disabled.active, a.vc_btn-success.disabled:active, a.vc_btn-success.disabled:focus, a.vc_btn-success.disabled:hover, a.vc_btn-success[disabled], a.vc_btn-success[disabled].active, a.vc_btn-success[disabled]:active, a.vc_btn-success[disabled]:focus, a.vc_btn-success[disabled]:hover, button.vc_btn-success.disabled, button.vc_btn-success.disabled.active, button.vc_btn-success.disabled:active, button.vc_btn-success.disabled:focus, button.vc_btn-success.disabled:hover, button.vc_btn-success[disabled], button.vc_btn-success[disabled].active, button.vc_btn-success[disabled]:active, button.vc_btn-success[disabled]:focus, button.vc_btn-success[disabled]:hover, fieldset[disabled] .vc_btn-success, fieldset[disabled] .vc_btn-success.active, fieldset[disabled] .vc_btn-success:active, fieldset[disabled] .vc_btn-success:focus, fieldset[disabled] .vc_btn-success:hover, fieldset[disabled] a.vc_btn-success, fieldset[disabled] a.vc_btn-success.active, fieldset[disabled] a.vc_btn-success:active, fieldset[disabled] a.vc_btn-success:focus, fieldset[disabled] a.vc_btn-success:hover, fieldset[disabled] button.vc_btn-success, fieldset[disabled] button.vc_btn-success.active, fieldset[disabled] button.vc_btn-success:active, fieldset[disabled] button.vc_btn-success:focus, fieldset[disabled] button.vc_btn-success:hover { background-color: rgb(92, 184, 92); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-info, .open > .dropdown-togglea.vc_btn-info, .open > .dropdown-togglebutton.vc_btn-info, .vc_btn-info.active, .vc_btn-info:active, .vc_btn-info:focus, .vc_btn-info:hover, a.vc_btn-info.active, a.vc_btn-info:active, a.vc_btn-info:focus, a.vc_btn-info:hover, button.vc_btn-info.active, button.vc_btn-info:active, button.vc_btn-info:focus, button.vc_btn-info:hover { color: rgb(255, 255, 255); background-color: rgb(49, 176, 213); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-info, .open > .dropdown-togglea.vc_btn-info, .open > .dropdown-togglebutton.vc_btn-info, .vc_btn-info.active, .vc_btn-info:active, a.vc_btn-info.active, a.vc_btn-info:active, button.vc_btn-info.active, button.vc_btn-info:active { background-image: none; }
.vc_btn-info.disabled, .vc_btn-info.disabled.active, .vc_btn-info.disabled:active, .vc_btn-info.disabled:focus, .vc_btn-info.disabled:hover, .vc_btn-info[disabled], .vc_btn-info[disabled].active, .vc_btn-info[disabled]:active, .vc_btn-info[disabled]:focus, .vc_btn-info[disabled]:hover, a.vc_btn-info.disabled, a.vc_btn-info.disabled.active, a.vc_btn-info.disabled:active, a.vc_btn-info.disabled:focus, a.vc_btn-info.disabled:hover, a.vc_btn-info[disabled], a.vc_btn-info[disabled].active, a.vc_btn-info[disabled]:active, a.vc_btn-info[disabled]:focus, a.vc_btn-info[disabled]:hover, button.vc_btn-info.disabled, button.vc_btn-info.disabled.active, button.vc_btn-info.disabled:active, button.vc_btn-info.disabled:focus, button.vc_btn-info.disabled:hover, button.vc_btn-info[disabled], button.vc_btn-info[disabled].active, button.vc_btn-info[disabled]:active, button.vc_btn-info[disabled]:focus, button.vc_btn-info[disabled]:hover, fieldset[disabled] .vc_btn-info, fieldset[disabled] .vc_btn-info.active, fieldset[disabled] .vc_btn-info:active, fieldset[disabled] .vc_btn-info:focus, fieldset[disabled] .vc_btn-info:hover, fieldset[disabled] a.vc_btn-info, fieldset[disabled] a.vc_btn-info.active, fieldset[disabled] a.vc_btn-info:active, fieldset[disabled] a.vc_btn-info:focus, fieldset[disabled] a.vc_btn-info:hover, fieldset[disabled] button.vc_btn-info, fieldset[disabled] button.vc_btn-info.active, fieldset[disabled] button.vc_btn-info:active, fieldset[disabled] button.vc_btn-info:focus, fieldset[disabled] button.vc_btn-info:hover { background-color: rgb(91, 192, 222); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-warning, .open > .dropdown-togglea.vc_btn-warning, .open > .dropdown-togglebutton.vc_btn-warning, .vc_btn-warning.active, .vc_btn-warning:active, .vc_btn-warning:focus, .vc_btn-warning:hover, a.vc_btn-warning.active, a.vc_btn-warning:active, a.vc_btn-warning:focus, a.vc_btn-warning:hover, button.vc_btn-warning.active, button.vc_btn-warning:active, button.vc_btn-warning:focus, button.vc_btn-warning:hover { color: rgb(255, 255, 255); background-color: rgb(236, 151, 31); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-warning, .open > .dropdown-togglea.vc_btn-warning, .open > .dropdown-togglebutton.vc_btn-warning, .vc_btn-warning.active, .vc_btn-warning:active, a.vc_btn-warning.active, a.vc_btn-warning:active, button.vc_btn-warning.active, button.vc_btn-warning:active { background-image: none; }
.vc_btn-warning.disabled, .vc_btn-warning.disabled.active, .vc_btn-warning.disabled:active, .vc_btn-warning.disabled:focus, .vc_btn-warning.disabled:hover, .vc_btn-warning[disabled], .vc_btn-warning[disabled].active, .vc_btn-warning[disabled]:active, .vc_btn-warning[disabled]:focus, .vc_btn-warning[disabled]:hover, a.vc_btn-warning.disabled, a.vc_btn-warning.disabled.active, a.vc_btn-warning.disabled:active, a.vc_btn-warning.disabled:focus, a.vc_btn-warning.disabled:hover, a.vc_btn-warning[disabled], a.vc_btn-warning[disabled].active, a.vc_btn-warning[disabled]:active, a.vc_btn-warning[disabled]:focus, a.vc_btn-warning[disabled]:hover, button.vc_btn-warning.disabled, button.vc_btn-warning.disabled.active, button.vc_btn-warning.disabled:active, button.vc_btn-warning.disabled:focus, button.vc_btn-warning.disabled:hover, button.vc_btn-warning[disabled], button.vc_btn-warning[disabled].active, button.vc_btn-warning[disabled]:active, button.vc_btn-warning[disabled]:focus, button.vc_btn-warning[disabled]:hover, fieldset[disabled] .vc_btn-warning, fieldset[disabled] .vc_btn-warning.active, fieldset[disabled] .vc_btn-warning:active, fieldset[disabled] .vc_btn-warning:focus, fieldset[disabled] .vc_btn-warning:hover, fieldset[disabled] a.vc_btn-warning, fieldset[disabled] a.vc_btn-warning.active, fieldset[disabled] a.vc_btn-warning:active, fieldset[disabled] a.vc_btn-warning:focus, fieldset[disabled] a.vc_btn-warning:hover, fieldset[disabled] button.vc_btn-warning, fieldset[disabled] button.vc_btn-warning.active, fieldset[disabled] button.vc_btn-warning:active, fieldset[disabled] button.vc_btn-warning:focus, fieldset[disabled] button.vc_btn-warning:hover { background-color: rgb(240, 173, 78); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-danger, .open > .dropdown-togglea.vc_btn-danger, .open > .dropdown-togglebutton.vc_btn-danger, .vc_btn-danger.active, .vc_btn-danger:active, .vc_btn-danger:focus, .vc_btn-danger:hover, a.vc_btn-danger.active, a.vc_btn-danger:active, a.vc_btn-danger:focus, a.vc_btn-danger:hover, button.vc_btn-danger.active, button.vc_btn-danger:active, button.vc_btn-danger:focus, button.vc_btn-danger:hover { color: rgb(255, 255, 255); background-color: rgb(201, 48, 44); border-color: transparent; }
.open > .dropdown-toggle.vc_btn-danger, .open > .dropdown-togglea.vc_btn-danger, .open > .dropdown-togglebutton.vc_btn-danger, .vc_btn-danger.active, .vc_btn-danger:active, a.vc_btn-danger.active, a.vc_btn-danger:active, button.vc_btn-danger.active, button.vc_btn-danger:active { background-image: none; }
.vc_btn-danger.disabled, .vc_btn-danger.disabled.active, .vc_btn-danger.disabled:active, .vc_btn-danger.disabled:focus, .vc_btn-danger.disabled:hover, .vc_btn-danger[disabled], .vc_btn-danger[disabled].active, .vc_btn-danger[disabled]:active, .vc_btn-danger[disabled]:focus, .vc_btn-danger[disabled]:hover, a.vc_btn-danger.disabled, a.vc_btn-danger.disabled.active, a.vc_btn-danger.disabled:active, a.vc_btn-danger.disabled:focus, a.vc_btn-danger.disabled:hover, a.vc_btn-danger[disabled], a.vc_btn-danger[disabled].active, a.vc_btn-danger[disabled]:active, a.vc_btn-danger[disabled]:focus, a.vc_btn-danger[disabled]:hover, button.vc_btn-danger.disabled, button.vc_btn-danger.disabled.active, button.vc_btn-danger.disabled:active, button.vc_btn-danger.disabled:focus, button.vc_btn-danger.disabled:hover, button.vc_btn-danger[disabled], button.vc_btn-danger[disabled].active, button.vc_btn-danger[disabled]:active, button.vc_btn-danger[disabled]:focus, button.vc_btn-danger[disabled]:hover, fieldset[disabled] .vc_btn-danger, fieldset[disabled] .vc_btn-danger.active, fieldset[disabled] .vc_btn-danger:active, fieldset[disabled] .vc_btn-danger:focus, fieldset[disabled] .vc_btn-danger:hover, fieldset[disabled] a.vc_btn-danger, fieldset[disabled] a.vc_btn-danger.active, fieldset[disabled] a.vc_btn-danger:active, fieldset[disabled] a.vc_btn-danger:focus, fieldset[disabled] a.vc_btn-danger:hover, fieldset[disabled] button.vc_btn-danger, fieldset[disabled] button.vc_btn-danger.active, fieldset[disabled] button.vc_btn-danger:active, fieldset[disabled] button.vc_btn-danger:focus, fieldset[disabled] button.vc_btn-danger:hover { background-color: rgb(217, 83, 79); border-color: transparent; }
.vc_column_container .vc_btn, .vc_column_container .wpb_button { margin-top: 5px; margin-bottom: 5px; }
.vc_message_box-icon > .fa { font-size: 1.7em; line-height: 1; }
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child { margin-bottom: 0px; }
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li { margin-bottom: 35px; }
.entry-content .twitter-share-button, .fb_like, .twitter-share-button, .wpb_accordion .wpb_content_element, .wpb_googleplus, .wpb_pinterest, .wpb_tab .wpb_content_element { margin-bottom: 21.7391px; }
.vc_row.vc_row-no-padding .vc_column-inner { padding-left: 0px; padding-right: 0px; }
.vc_row-no-padding .vc_inner { margin-left: 0px; margin-right: 0px; }
.vc_row.vc_row-flex > .vc_column_container { display: flex; }
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner { -webkit-box-flex: 1; flex-grow: 1; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; z-index: 1; }
.vc_row.vc_row-o-equal-height > .vc_column_container { -webkit-box-align: stretch; align-items: stretch; }
.vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner { -webkit-box-pack: start; justify-content: flex-start; }
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column_container { -webkit-box-align: start; align-items: flex-start; }
.vc_row.vc_row-o-content-bottom > .vc_column_container > .vc_column-inner { -webkit-box-pack: end; justify-content: flex-end; }
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_column_container { -webkit-box-align: end; align-items: flex-end; }
.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner { -webkit-box-pack: center; justify-content: center; }
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container { -webkit-box-align: center; align-items: center; }
.vc_column-inner::after, .vc_column-inner::before { content: " "; display: table; }
.vc_column-inner::after { clear: both; }
.vc_ie-flexbox-fixer > .vc_row { -webkit-box-flex: 1; flex: 1 1 auto; }
.vc_row.vc_column-gap-1 > .vc_column_container { padding: 0.5px; }
.vc_row.vc_column-gap-2 > .vc_column_container { padding: 1px; }
.vc_row.vc_column-gap-3 > .vc_column_container { padding: 1.5px; }
.vc_row.vc_column-gap-4 > .vc_column_container { padding: 2px; }
.vc_row.vc_column-gap-5 > .vc_column_container { padding: 2.5px; }
.vc_row.vc_column-gap-10 > .vc_column_container { padding: 5px; }
.vc_row.vc_column-gap-15 > .vc_column_container { padding: 7.5px; }
.vc_row.vc_column-gap-20 > .vc_column_container { padding: 10px; }
.vc_row.vc_column-gap-25 > .vc_column_container { padding: 12.5px; }
.vc_row.vc_column-gap-30 > .vc_column_container { padding: 15px; }
.vc_row.vc_column-gap-35 > .vc_column_container { padding: 17.5px; }
.vc_column_container { padding-left: 0px; padding-right: 0px; }
.vc_column_container > .vc_column-inner { box-sizing: border-box; padding-left: 15px; padding-right: 15px; width: 100%; }
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner { padding-top: 35px; }
.vc_section[data-vc-full-width] > .vc_row { margin-left: 0px; margin-right: 0px; }
.vc_row.vc_column-gap-1 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-1 > .vc_vc_column_inner > .vc_column_container { padding-left: 0.5px; padding-right: 0.5px; }
.vc_row.vc_column-gap-2 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-2 > .vc_vc_column_inner > .vc_column_container { padding-left: 1px; padding-right: 1px; }
.vc_row.vc_column-gap-3 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-3 > .vc_vc_column_inner > .vc_column_container { padding-left: 1.5px; padding-right: 1.5px; }
.vc_row.vc_column-gap-4 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-4 > .vc_vc_column_inner > .vc_column_container { padding-left: 2px; padding-right: 2px; }
.vc_row.vc_column-gap-5 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-5 > .vc_vc_column_inner > .vc_column_container { padding-left: 2.5px; padding-right: 2.5px; }
.vc_row.vc_column-gap-10 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-10 > .vc_vc_column_inner > .vc_column_container { padding-left: 5px; padding-right: 5px; }
.vc_row.vc_column-gap-15 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-15 > .vc_vc_column_inner > .vc_column_container { padding-left: 7.5px; padding-right: 7.5px; }
.vc_row.vc_column-gap-20 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-20 > .vc_vc_column_inner > .vc_column_container { padding-left: 10px; padding-right: 10px; }
.vc_row.vc_column-gap-25 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-25 > .vc_vc_column_inner > .vc_column_container { padding-left: 12.5px; padding-right: 12.5px; }
.vc_row.vc_column-gap-30 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-30 > .vc_vc_column_inner > .vc_column_container { padding-left: 15px; padding-right: 15px; }
.vc_row.vc_column-gap-35 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-35 > .vc_vc_column_inner > .vc_column_container { padding-left: 17.5px; padding-right: 17.5px; }
.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container { display: flex; width: 100%; }
.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container > .vc_column-inner { -webkit-box-flex: 1; flex-grow: 1; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.vc_row.vc_row-o-equal-height > .vc_column_container { -webkit-box-align: stretch; align-items: stretch; }
.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container > .vc_column-inner { -webkit-box-pack: start; justify-content: flex-start; }
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container { -webkit-box-align: start; align-items: flex-start; }
.vc_row.vc_row-o-content-bottom > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container > .vc_column-inner { -webkit-box-pack: end; justify-content: flex-end; }
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container { -webkit-box-align: end; align-items: flex-end; }
.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container > .vc_column-inner { -webkit-box-pack: center; justify-content: center; }
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container { -webkit-box-align: center; align-items: center; }
.vc_empty-element > .vc_column-inner { min-height: 100px; }
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner { padding-top: 35px; }
.wpb_widgetised_column .wpb_wrapper > ul { margin: 0px; }
.wpb_widgetised_column .wpb_wrapper > ul > li { margin-left: 0px; background-image: none; list-style: none !important; }
.wpb_widgetised_column .wpb_wrapper > ul > li::after, .wpb_widgetised_column .wpb_wrapper > ul > li::before { display: none !important; }
.wpb_button.active, .wpb_button.disabled, .wpb_button:active, .wpb_button:hover, .wpb_button[disabled] { background-color: rgb(234, 234, 234); }
.wpb_button.active, .wpb_button:active { background-color: rgb(230, 230, 230); background-image: none; outline: 0px; box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px; }
.wpb_btn-danger.active, .wpb_btn-info.active, .wpb_btn-inverse.active, .wpb_btn-primary.active, .wpb_btn-success.active, .wpb_btn-warning.active { color: rgba(255, 255, 255, 0.75); }
.wpb_btn-primary.active, .wpb_btn-primary.disabled, .wpb_btn-primary:active, .wpb_btn-primary:hover, .wpb_btn-primary[disabled] { background-color: rgb(0, 119, 179); }
.wpb_btn-warning.active, .wpb_btn-warning.disabled, .wpb_btn-warning:active, .wpb_btn-warning:hover, .wpb_btn-warning[disabled] { background-color: rgb(230, 138, 0); }
.wpb_btn-danger.active, .wpb_btn-danger.disabled, .wpb_btn-danger:active, .wpb_btn-danger:hover, .wpb_btn-danger[disabled] { background-color: rgb(255, 79, 66); }
.wpb_btn-success.active, .wpb_btn-success.disabled, .wpb_btn-success:active, .wpb_btn-success:hover, .wpb_btn-success[disabled] { background-color: rgb(90, 168, 85); }
.wpb_btn-info.active, .wpb_btn-info.disabled, .wpb_btn-info:active, .wpb_btn-info:hover, .wpb_btn-info[disabled] { background-color: rgb(67, 176, 213); }
.wpb_btn-inverse.active, .wpb_btn-inverse.disabled, .wpb_btn-inverse:active, .wpb_btn-inverse:hover, .wpb_btn-inverse[disabled] { background-color: rgb(72, 72, 72); }
.vc_general.vc_btn3.active, .vc_general.vc_btn3:active, .vc_general.vc_btn3:focus { outline: 0px; }
.vc_btn3.vc_btn3-color-blue.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-blue:active { color: rgb(242, 242, 242); background-color: rgb(53, 88, 200); }
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(84, 114, 210); background-color: rgb(84, 114, 210); }
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(84, 114, 210); }
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(53, 88, 200); background-color: rgb(53, 88, 200); }
.vc_btn3.vc_btn3-color-turquoise.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-turquoise:active { color: rgb(242, 242, 242); background-color: rgb(0, 155, 166); }
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(0, 193, 207); background-color: rgb(0, 193, 207); }
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(0, 193, 207); }
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(0, 155, 166); background-color: rgb(0, 155, 166); }
.vc_btn3.vc_btn3-color-pink.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-pink:active { color: rgb(242, 242, 242); background-color: rgb(254, 70, 56); }
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(254, 108, 97); background-color: rgb(254, 108, 97); }
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(254, 108, 97); }
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(254, 70, 56); background-color: rgb(254, 70, 56); }
.vc_btn3.vc_btn3-color-violet.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-violet:active { color: rgb(242, 242, 242); background-color: rgb(118, 80, 184); }
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(141, 109, 196); background-color: rgb(141, 109, 196); }
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(141, 109, 196); }
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(118, 80, 184); background-color: rgb(118, 80, 184); }
.vc_btn3.vc_btn3-color-peacoc.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-peacoc:active { color: rgb(242, 242, 242); background-color: rgb(55, 153, 181); }
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(76, 173, 201); background-color: rgb(76, 173, 201); }
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(76, 173, 201); }
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(55, 153, 181); background-color: rgb(55, 153, 181); }
.vc_btn3.vc_btn3-color-chino.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-chino:active { color: rgb(242, 242, 242); background-color: rgb(191, 175, 145); }
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(206, 194, 171); background-color: rgb(206, 194, 171); }
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(206, 194, 171); }
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(191, 175, 145); background-color: rgb(191, 175, 145); }
.vc_btn3.vc_btn3-color-mulled-wine.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-mulled-wine:active { color: rgb(242, 242, 242); background-color: rgb(60, 54, 68); }
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(80, 72, 91); background-color: rgb(80, 72, 91); }
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(80, 72, 91); }
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(60, 54, 68); background-color: rgb(60, 54, 68); }
.vc_btn3.vc_btn3-color-vista-blue.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-vista-blue:active { color: rgb(242, 242, 242); background-color: rgb(86, 205, 133); }
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(117, 214, 156); background-color: rgb(117, 214, 156); }
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(117, 214, 156); }
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(86, 205, 133); background-color: rgb(86, 205, 133); }
.vc_btn3.vc_btn3-color-orange.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-orange:active { color: rgb(242, 242, 242); background-color: rgb(245, 173, 65); }
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(247, 190, 104); background-color: rgb(247, 190, 104); }
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(247, 190, 104); }
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(245, 173, 65); background-color: rgb(245, 173, 65); }
.vc_btn3.vc_btn3-color-sky.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-sky:active { color: rgb(242, 242, 242); background-color: rgb(55, 141, 221); }
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(90, 161, 227); background-color: rgb(90, 161, 227); }
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(90, 161, 227); }
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(55, 141, 221); background-color: rgb(55, 141, 221); }
.vc_btn3.vc_btn3-color-green.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-green:active { color: rgb(242, 242, 242); background-color: rgb(90, 141, 49); }
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(109, 171, 60); background-color: rgb(109, 171, 60); }
.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(109, 171, 60); }
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(90, 141, 49); background-color: rgb(90, 141, 49); }
.vc_btn3.vc_btn3-color-juicy-pink.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-juicy-pink:active { color: rgb(242, 242, 242); background-color: rgb(242, 45, 39); }
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(244, 82, 77); background-color: rgb(244, 82, 77); }
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(244, 82, 77); }
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(242, 45, 39); background-color: rgb(242, 45, 39); }
.vc_btn3.vc_btn3-color-sandy-brown.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-sandy-brown:active { color: rgb(242, 242, 242); background-color: rgb(245, 121, 65); }
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(247, 148, 104); background-color: rgb(247, 148, 104); }
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(247, 148, 104); }
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(245, 121, 65); background-color: rgb(245, 121, 65); }
.vc_btn3.vc_btn3-color-purple.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-purple:active { color: rgb(242, 242, 242); background-color: rgb(171, 99, 173); }
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(185, 126, 187); background-color: rgb(185, 126, 187); }
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(185, 126, 187); }
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(171, 99, 173); background-color: rgb(171, 99, 173); }
.vc_btn3.vc_btn3-color-black.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-black:active { color: rgb(242, 242, 242); background-color: rgb(22, 22, 22); }
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(42, 42, 42); background-color: rgb(42, 42, 42); }
.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(42, 42, 42); }
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(22, 22, 22); background-color: rgb(22, 22, 22); }
.vc_btn3.vc_btn3-color-grey.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-grey:active { color: rgb(89, 89, 89); background-color: rgb(215, 215, 215); }
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active { color: rgb(102, 102, 102); border-color: rgb(235, 235, 235); background-color: rgb(235, 235, 235); }
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active { color: rgb(89, 89, 89); background-color: rgb(235, 235, 235); }
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active { color: rgb(89, 89, 89); border-color: rgb(215, 215, 215); background-color: rgb(215, 215, 215); }
.vc_btn3.vc_btn3-color-white.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-white:active { color: rgb(89, 89, 89); background-color: rgb(235, 235, 235); }
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active { color: rgb(102, 102, 102); border-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255); }
.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active { color: rgb(89, 89, 89); background-color: rgb(255, 255, 255); }
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active { color: rgb(89, 89, 89); border-color: rgb(235, 235, 235); background-color: rgb(235, 235, 235); }
.vc_btn3.vc_btn3-color-default.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-default:active { color: rgb(38, 38, 38); background-color: rgb(227, 227, 227); }
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active { color: rgb(51, 51, 51); border-color: rgb(247, 247, 247); background-color: rgb(247, 247, 247); }
.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active { color: rgb(38, 38, 38); background-color: rgb(247, 247, 247); }
.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active { color: rgb(38, 38, 38); border-color: rgb(227, 227, 227); background-color: rgb(227, 227, 227); }
.vc_btn3.vc_btn3-color-primary.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-primary:active { color: rgb(242, 242, 242); background-color: rgb(0, 109, 163); }
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(0, 136, 204); background-color: rgb(0, 136, 204); }
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(0, 136, 204); }
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(0, 109, 163); background-color: rgb(0, 109, 163); }
.vc_btn3.vc_btn3-color-info.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-info:active { color: rgb(242, 242, 242); background-color: rgb(55, 171, 211); }
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(88, 185, 218); background-color: rgb(88, 185, 218); }
.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(88, 185, 218); }
.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(55, 171, 211); background-color: rgb(55, 171, 211); }
.vc_btn3.vc_btn3-color-success.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-success:active { color: rgb(242, 242, 242); background-color: rgb(85, 157, 80); }
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(106, 177, 101); background-color: rgb(106, 177, 101); }
.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(106, 177, 101); }
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(85, 157, 80); background-color: rgb(85, 157, 80); }
.vc_btn3.vc_btn3-color-warning.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-warning:active { color: rgb(242, 242, 242); background-color: rgb(214, 129, 0); }
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(255, 153, 0); background-color: rgb(255, 153, 0); }
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(255, 153, 0); }
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(214, 129, 0); background-color: rgb(214, 129, 0); }
.vc_btn3.vc_btn3-color-danger.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-danger:active { color: rgb(242, 242, 242); background-color: rgb(255, 65, 50); }
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(255, 103, 91); background-color: rgb(255, 103, 91); }
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(255, 103, 91); }
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(255, 65, 50); background-color: rgb(255, 65, 50); }
.vc_btn3.vc_btn3-color-inverse.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-inverse:active { color: rgb(242, 242, 242); background-color: rgb(65, 65, 65); }
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active { color: rgb(255, 255, 255); border-color: rgb(85, 85, 85); background-color: rgb(85, 85, 85); }
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active { color: rgb(242, 242, 242); background-color: rgb(85, 85, 85); }
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active { color: rgb(242, 242, 242); border-color: rgb(65, 65, 65); background-color: rgb(65, 65, 65); }
.wpb_gmaps_widget .wpb_wrapper { background-color: rgb(247, 247, 247); padding: 5px; }
.wpb_accordion_section .wpb_accordion_header a:focus, .wpb_content_element .wpb_tabs_sab li a:focus, .wpb_tour_next_prev_sab a:focus { outline: 0px; }
.wpb_content_element .wpb_tabs_sab, .wpb_content_element .wpb_tour_tabs_wrapper { padding: 0px; }
.wpb_content_element .wpb_tabs_sab { margin: 0px; padding-left: 0px !important; text-indent: inherit !important; }
#content .wpb_content_element .wpb_tabs_sab { margin: 0px; }
.wpb_content_element .wpb_tabs_sab li { background-color: rgb(255, 255, 255); white-space: nowrap; padding: 0px; background-image: none; list-style: none !important; }
.wpb_content_element .wpb_tabs_sab li::after, .wpb_content_element .wpb_tabs_sab li::before { display: none !important; }
.wpb_content_element .wpb_tabs_sab li.ui-tabs-active, .wpb_content_element .wpb_tabs_sab li:hover { background-color: rgb(247, 247, 247); }
.wpb_content_element .wpb_tabs_sab li.ui-tabs-active a { cursor: default; }
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide { display: none; }
.wpb_content_element .wpb_accordion_header a, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_sab a { border-bottom: none; text-decoration: none; display: block; padding: 0.5em 1em; }
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab { background-color: rgb(247, 247, 247); }
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab { padding: 1em; }
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child { margin-bottom: 0px; }
.wpb_column .wpb_wrapper .wpb_teaser_grid { float: none; }
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_grid ul.wpb_thumbnails-fluid { padding: 0px; overflow: visible !important; }
.wpb_carousel .wpb_wrapper { position: relative; }
.wpb_categories_filter li.active a, .wpb_teaser_grid .categories_filter li.active a { border-bottom: 1px dotted; }
#content .wpb_gallery_slides ul.flex-direction-sab, #content .wpb_gallery_slides ul.slides, .content .wpb_gallery_slides ul.flex-direction-sab, .content .wpb_gallery_slides ul.slides, .wpb_content_element .wpb_gallery_slides ul li, .wpb_gallery_slides ul.flex-direction-sab, .wpb_gallery_slides ul.slides, body .wpb_gallery_slides ul li { list-style: none; padding: 0px; background-image: none; margin: 0px; }
.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper { width: 10%; }
.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper { width: 20%; }
.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper { width: 30%; }
.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper { width: 40%; }
.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper { width: 50%; }
.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper { width: 60%; }
.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper { width: 70%; }
.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper { width: 80%; }
.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper { width: 90%; }
.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper { width: 100%; }
.wpb_video_widget.vc_video-align-left .wpb_wrapper { float: left; }
.wpb_video_widget.vc_video-align-center .wpb_wrapper { margin: 0px auto; }
.wpb_video_widget.vc_video-align-right .wpb_wrapper { float: right; }
.wpb_video_widget .wpb_wrapper { position: relative; }
.wpb_video_widget .wpb_wrapper iframe { width: 100%; height: 100%; display: block; position: absolute; margin: 0px; top: 0px; left: 0px; box-sizing: border-box; }
.vc_progress_bar .vc_single_bar .vc_bar.animated { animation: 2s linear 0s infinite normal none running progress-bar-stripes; }
.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg { border-radius: 0px; }
.vc_grid.vc_row { padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; }
.vc-row[data-vc-full-width] .vc_grid.vc_row { overflow: hidden; }
.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover { z-index: 3; }
.vc_grid.vc_row .vc_grid-item { display: none; padding: 0px; vertical-align: top; float: none; box-sizing: border-box; z-index: 1; }
.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content { overflow: hidden; }
.vc_grid.vc_row .vc_grid-item .vc_btn, .vc_grid.vc_row .vc_grid-item .vc_icon_element, .vc_grid.vc_row .vc_grid-item .wpb_content_element { margin-bottom: 15px; }
.vc_grid.vc_row .vc_grid-item .vc_btn a, .vc_grid.vc_row .vc_grid-item .vc_icon_element a, .vc_grid.vc_row .vc_grid-item .wpb_content_element a { text-decoration: none; border-bottom: 0px; }
.vc_masonry_grid .vc_grid.vc_row .vc_grid-item, .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item { position: static; }
.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item { display: block; }
.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item { display: block; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span { opacity: 1; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span { opacity: 1; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span { opacity: 1; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span { background-color: rgb(84, 114, 210) !important; border-color: rgb(84, 114, 210) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span { background-color: rgb(0, 193, 207) !important; border-color: rgb(0, 193, 207) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span { background-color: rgb(254, 108, 97) !important; border-color: rgb(254, 108, 97) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span { background-color: rgb(141, 109, 196) !important; border-color: rgb(141, 109, 196) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span { background-color: rgb(76, 173, 201) !important; border-color: rgb(76, 173, 201) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span { background-color: rgb(206, 194, 171) !important; border-color: rgb(206, 194, 171) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span { background-color: rgb(80, 72, 91) !important; border-color: rgb(80, 72, 91) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span { background-color: rgb(117, 214, 156) !important; border-color: rgb(117, 214, 156) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span { background-color: rgb(42, 42, 42) !important; border-color: rgb(42, 42, 42) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span { background-color: rgb(235, 235, 235) !important; border-color: rgb(235, 235, 235) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span { background-color: rgb(247, 190, 104) !important; border-color: rgb(247, 190, 104) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span { background-color: rgb(90, 161, 227) !important; border-color: rgb(90, 161, 227) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span { background-color: rgb(109, 171, 60) !important; border-color: rgb(109, 171, 60) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span { background-color: rgb(244, 82, 77) !important; border-color: rgb(244, 82, 77) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span { background-color: rgb(247, 148, 104) !important; border-color: rgb(247, 148, 104) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span { background-color: rgb(185, 126, 187) !important; border-color: rgb(185, 126, 187) !important; }
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span { background-color: rgb(255, 255, 255) !important; border-color: rgb(255, 255, 255) !important; }
[class*=" vc_arrow-icon-"], [class^="vc_arrow-icon-"] { speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after { speak: none; font-style: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; font-family: Flaticon !important; }
.flaticon-responsive::before { content: ""; }
.flaticon-computer::before { content: ""; }
.flaticon-digital-marketing::before { content: ""; }
.flaticon-development::before { content: ""; }
.flaticon-app-development::before { content: ""; }
.flaticon-ui::before { content: ""; }
.fa { display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; line-height: 1; font-family: FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.pull-left { float: left; }
.fa.pull-left { margin-right: 0.3em; }
.fa-star::before { content: ""; }
.fa-twitter::before { content: ""; }
.fa-facebook-f::before, .fa-facebook::before { content: ""; }
.fa-envelope::before { content: ""; }
.fa-linkedin::before { content: ""; }
.fa-youtube::before { content: ""; }
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after { speak: none; font-style: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; old-font-family: Flaticon !important; }
.flaticon-responsive::before { content: ""; }
.flaticon-computer::before { content: ""; }
.flaticon-digital-marketing::before { content: ""; }
.flaticon-development::before { content: ""; }
.flaticon-app-development::before { content: ""; }
.flaticon-ui::before { content: ""; }
.fa { display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; line-height: 1; old-font-family: FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.pull-left { float: left; }
.fa.pull-left { margin-right: 0.3em; }
.fa-star::before { content: ""; }
.fa-twitter::before { content: ""; }
.fa-facebook-f::before, .fa-facebook::before { content: ""; }
.fa-envelope::before { content: ""; }
.fa-linkedin::before { content: ""; }
.fa-youtube::before { content: ""; }
:root { --blue:#007bff; --indigo:#6610f2; --purple:#6f42c1; --pink:#e83e8c; --red:#dc3545; --orange:#fd7e14; --yellow:#ffc107; --green:#28a745; --teal:#20c997; --cyan:#17a2b8; --white:#fff; --gray:#6c757d; --gray-dark:#343a40; --primary:#007bff; --secondary:#6c757d; --success:#28a745; --info:#17a2b8; --warning:#ffc107; --danger:#dc3545; --light:#f8f9fa; --dark:#343a40; --breakpoint-xs:0; --breakpoint-sm:576px; --breakpoint-md:768px; --breakpoint-lg:992px; --breakpoint-xl:1200px; --old-font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --old-font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
*, ::after, ::before { box-sizing: border-box; }
html { old-font-family: sans-serif; line-height: 1.15; text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
article, aside, figcaption, figure, footer, header, hgroup, main, sab, section { display: block; }
body { margin: 0px; old-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); text-align: left; background-color: rgb(255, 255, 255); }
[tabindex="-1"]:focus { outline: 0px !important; }
hr { box-sizing: content-box; height: 0px; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 0.5rem; }
p { margin-top: 0px; margin-bottom: 1rem; }
abbr[data-original-title], abbr[title] { text-decoration: underline dotted; cursor: help; border-bottom: 0px; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
dl, ol, ul { margin-top: 0px; margin-bottom: 1rem; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
dt { font-weight: 700; }
dd { margin-bottom: 0.5rem; margin-left: 0px; }
blockquote { margin: 0px 0px 1rem; }
dfn { font-style: italic; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
a { color: rgb(0, 123, 255); text-decoration: none; background-color: transparent; }
a:hover { color: rgb(0, 86, 179); text-decoration: underline; }
a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus { outline: 0px; }
code, kbd, pre, samp { old-font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }
pre { margin-top: 0px; margin-bottom: 1rem; overflow: auto; }
figure { margin: 0px 0px 1rem; }
img { vertical-align: middle; border-style: none; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; }
caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: rgb(108, 117, 125); text-align: left; caption-side: bottom; }
th { text-align: inherit; }
label { display: inline-block; margin-bottom: 0.5rem; }
button { border-radius: 0px; }
button:focus { outline: -webkit-focus-ring-color auto 5px; }
button, input, optgroup, select, textarea { margin: 0px; old-font-family: inherit; font-size: inherit; line-height: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[type="reset"], [type="submit"], button, html [type="button"] { appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] { appearance: listbox; }
textarea { overflow: auto; resize: vertical; }
fieldset { min-width: 0px; padding: 0px; margin: 0px; border: 0px; }
legend { display: block; width: 100%; max-width: 100%; padding: 0px; margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }
progress { vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; appearance: none; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { font: inherit; appearance: button; }
output { display: inline-block; }
summary { display: list-item; cursor: pointer; }
template { display: none; }
[hidden] { display: none !important; }
hr { margin-top: 1rem; margin-bottom: 1rem; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgba(0, 0, 0, 0.1); }
code { font-size: 87.5%; color: rgb(232, 62, 140); word-break: break-word; }
a > code { color: inherit; }
kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-radius: 0.2rem; }
kbd kbd { padding: 0px; font-size: 100%; font-weight: 700; }
pre { display: block; font-size: 87.5%; color: rgb(33, 37, 41); }
pre code { font-size: inherit; color: inherit; word-break: normal; }
.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.sabbar > .container, .sabbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.sabbar-expand > .container, .sabbar-expand > .container-fluid { padding-right: 0px; padding-left: 0px; }
.sabbar-expand > .container, .sabbar-expand > .container-fluid { flex-wrap: nowrap; }
:root { --blue:#007bff; --indigo:#6610f2; --purple:#6f42c1; --pink:#e83e8c; --red:#dc3545; --orange:#fd7e14; --yellow:#ffc107; --green:#28a745; --teal:#20c997; --cyan:#17a2b8; --white:#fff; --gray:#6c757d; --gray-dark:#343a40; --primary:#007bff; --secondary:#6c757d; --success:#28a745; --info:#17a2b8; --warning:#ffc107; --danger:#dc3545; --light:#f8f9fa; --dark:#343a40; --breakpoint-xs:0; --breakpoint-sm:576px; --breakpoint-md:768px; --breakpoint-lg:992px; --breakpoint-xl:1200px; --old-font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --old-font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
*, ::after, ::before { box-sizing: border-box; }
html { old-font-family: sans-serif; line-height: 1.15; text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
article, aside, figcaption, figure, footer, header, hgroup, main, sab, section { display: block; }
body { margin: 0px; old-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); text-align: left; background-color: rgb(255, 255, 255); }
[tabindex="-1"]:focus { outline: 0px !important; }
hr { box-sizing: content-box; height: 0px; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 0.5rem; }
p { margin-top: 0px; margin-bottom: 1rem; }
abbr[data-original-title], abbr[title] { text-decoration: underline dotted; cursor: help; border-bottom: 0px; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
dl, ol, ul { margin-top: 0px; margin-bottom: 1rem; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
dt { font-weight: 700; }
dd { margin-bottom: 0.5rem; margin-left: 0px; }
blockquote { margin: 0px 0px 1rem; }
dfn { font-style: italic; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
a { color: rgb(0, 123, 255); text-decoration: none; background-color: transparent; }
a:hover { color: rgb(0, 86, 179); text-decoration: underline; }
a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus { outline: 0px; }
code, kbd, pre, samp { old-font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }
pre { margin-top: 0px; margin-bottom: 1rem; overflow: auto; }
figure { margin: 0px 0px 1rem; }
img { vertical-align: middle; border-style: none; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; }
caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: rgb(108, 117, 125); text-align: left; caption-side: bottom; }
th { text-align: inherit; }
label { display: inline-block; margin-bottom: 0.5rem; }
button { border-radius: 0px; }
button:focus { outline: -webkit-focus-ring-color auto 5px; }
button, input, optgroup, select, textarea { margin: 0px; old-font-family: inherit; font-size: inherit; line-height: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[type="reset"], [type="submit"], button, html [type="button"] { appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] { appearance: listbox; }
textarea { overflow: auto; resize: vertical; }
fieldset { min-width: 0px; padding: 0px; margin: 0px; border: 0px; }
legend { display: block; width: 100%; max-width: 100%; padding: 0px; margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }
progress { vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; appearance: none; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { font: inherit; appearance: button; }
output { display: inline-block; }
summary { display: list-item; cursor: pointer; }
template { display: none; }
[hidden] { display: none !important; }
hr { margin-top: 1rem; margin-bottom: 1rem; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgba(0, 0, 0, 0.1); }
code { font-size: 87.5%; color: rgb(232, 62, 140); word-break: break-word; }
a > code { color: inherit; }
kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-radius: 0.2rem; }
kbd kbd { padding: 0px; font-size: 100%; font-weight: 700; }
pre { display: block; font-size: 87.5%; color: rgb(33, 37, 41); }
pre code { font-size: inherit; color: inherit; word-break: normal; }
.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.sabbar > .container, .sabbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.sabbar-expand > .container, .sabbar-expand > .container-fluid { padding-right: 0px; padding-left: 0px; }
.sabbar-expand > .container, .sabbar-expand > .container-fluid { flex-wrap: nowrap; }
* { margin: 0px; padding: 0px; border: none; outline: 0px; }
body { old-font-family: "Open Sans", sans-serif; font-size: 14px; color: rgb(119, 119, 119); line-height: 1.7em; font-weight: 400; overflow-x: hidden; background: rgb(255, 255, 255); -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
a { text-decoration: none; cursor: pointer; }
a:focus, a:hover, a:visited, button { text-decoration: none; outline: 0px !important; }
h1, h2, h3, h4, h5, h6 { position: relative; font-weight: 400; margin: 0px; background: 0px 0px; }
textarea { overflow: hidden; }
p { position: relative; line-height: 1.8em; }
li, ul { list-style: none; padding: 0px; margin: 0px; }
img { display: inline-block; max-width: 100%; }
.services-box .row:last-child .services-post { border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }
.main-footer .row .col-md-4 { margin: -5px; }
[class*="tc-animation-"] { animation-duration: 0.5s; animation-timing-function: ease-out; animation-fill-mode: both; }
div[class*="tc-note-"] + div[class*="tc-note-"] { margin-top: 20px; }
.cart-section .estimate-form .row { margin-left: -7px; margin-right: -7px; }
.cart-section .estimate-form .row .form-group { margin-bottom: 30px; padding: 0px 7px !important; }
.banner-info { padding: 200px 0px 95px; margin: 0px auto; width: 90%; }
.slider-wrap h5 { color: rgb(255, 255, 255); text-align: center; z-index: 99; font-size: 16px !important; text-transform: none !important; }
.slider-wrap h2 { color: rgb(255, 255, 255); font-size: 55px; font-weight: 700; text-align: center; z-index: 99; text-shadow: rgba(24, 24, 24, 0.75) 0px 0px 1px; text-transform: none !important; }
.slider-wrap h2 span { color: rgb(204, 1, 1); }
.slider-wrap h4 { color: rgb(255, 255, 255); font-size: 48px; font-weight: 700; text-align: center; z-index: 99; text-shadow: rgba(24, 24, 24, 0.75) 0px 0px 1px; text-transform: none !important; }
.slider-wrap p span { color: rgb(255, 125, 0); }
.slider-wrap p { color: rgb(255, 255, 255); font-size: 16px; font-weight: 600; text-align: center; text-shadow: rgba(24, 24, 24, 0.75) 0px 0px 1px; z-index: 99; padding: 25px 0px; text-transform: none !important; }
.slider-wrap .readmore { margin-top: 18px; text-align: center; }
.slider-wrap .readmore a { display: inline-block; z-index: 99; padding: 10px 20px; text-decoration: none; font-size: 16px; text-align: center; position: relative; cursor: pointer; transition: all 0.5s ease 0s; color: rgb(255, 255, 255) !important; }
.parallax-section { padding: 20px 0px 90px; position: relative; background-attachment: fixed !important; background-size: cover !important; }
html { scroll-behavior: smooth; }
iframe { width: 100%; border: 0px; }
header { background-position: center center; background-size: cover; max-height: 658px; width: 100%; margin-bottom: 20px; }
form { width: 100%; }
form input, form textarea { width: 100%; border: 1px solid rgb(134, 134, 134); background-color: transparent; padding-left: 2%; margin-bottom: 3%; color: rgb(134, 134, 134); font-size: 12px; }
form input:focus, form textarea:focus { border: 1px solid rgb(255, 255, 255); }
form button { width: 25%; padding-top: 1%; padding-bottom: 1%; font-size: 0.9em; text-transform: uppercase; letter-spacing: 1px; background-color: rgb(134, 134, 134); border: none; cursor: pointer; color: rgb(0, 0, 0); }
form button:hover { background-color: rgb(0, 0, 0); box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px; color: rgb(255, 255, 255); }
video { max-width: 854px; height: auto; width: 100%; }
ul { list-style: none; }
a { text-decoration: none; color: rgb(0, 0, 0); }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { appearance: none; }
input[type="number"] { }
body > canvas { width: 100%; height: 100%; top: 0px; bottom: 0px; z-index: -1; opacity: 0.75; position: fixed !important; }
ul { list-style: none; padding: 0px; }
ul li { margin: 0.5em 0px; }
.typewrite > .wrap { border-right: 0.08em solid rgb(255, 255, 255); }
.typewrite > .wrap { border-right: 0.08em solid rgb(255, 255, 255); }
:root { --bs-blue:#0d6efd; --bs-indigo:#6610f2; --bs-purple:#6f42c1; --bs-pink:#d63384; --bs-red:#dc3545; --bs-orange:#fd7e14; --bs-yellow:#ffc107; --bs-green:#198754; --bs-teal:#20c997; --bs-cyan:#0dcaf0; --bs-white:#fff; --bs-gray:#6c757d; --bs-gray-dark:#343a40; --bs-primary:#0d6efd; --bs-secondary:#6c757d; --bs-success:#198754; --bs-info:#0dcaf0; --bs-warning:#ffc107; --bs-danger:#dc3545; --bs-light:#f8f9fa; --bs-dark:#212529; --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }
*, ::after, ::before { box-sizing: border-box; }
body { margin: 0px; old-font-family: var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255); text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
[tabindex="-1"]:focus:not(:focus-visible) { outline: 0px !important; }
hr { margin: 1rem 0px; color: inherit; background-color: currentcolor; border: 0px; opacity: 0.25; }
hr:not([size]) { height: 1px; }
p { margin-top: 0px; margin-bottom: 1rem; }
abbr[data-bs-original-title], abbr[title] { text-decoration: underline dotted; cursor: help; text-decoration-skip-ink: none; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul { padding-left: 2rem; }
dl, ol, ul { margin-top: 0px; margin-bottom: 1rem; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
dt { font-weight: 700; }
dd { margin-bottom: 0.5rem; margin-left: 0px; }
blockquote { margin: 0px 0px 1rem; }
b, strong { font-weight: bolder; }
sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
a { color: rgb(13, 110, 253); text-decoration: underline; }
a:hover { color: rgb(10, 88, 202); }
a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }
code, kbd, pre, samp { old-font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr; unicode-bidi: bidi-override; }
pre { display: block; margin-top: 0px; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; }
pre code { font-size: inherit; color: inherit; word-break: normal; }
code { font-size: 0.875em; color: rgb(214, 51, 132); overflow-wrap: break-word; }
a > code { color: inherit; }
kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-radius: 0.2rem; }
kbd kbd { padding: 0px; font-size: 1em; font-weight: 700; }
figure { margin: 0px 0px 1rem; }
img, svg { vertical-align: middle; }
table { caption-side: bottom; border-collapse: collapse; }
caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: rgb(108, 117, 125); text-align: left; }
th { text-align: -webkit-match-parent; }
tbody, td, tfoot, th, thead, tr { border-color: inherit; border-style: solid; border-width: 0px; }
label { display: inline-block; }
button { border-radius: 0px; }
button:focus { outline: -webkit-focus-ring-color auto 5px; }
button, input, optgroup, select, textarea { margin: 0px; old-font-family: inherit; font-size: inherit; line-height: inherit; }
button, select { text-transform: none; }
[role="button"] { cursor: pointer; }
select { overflow-wrap: normal; }
[list]::-webkit-calendar-picker-indicator { display: none; }
[type="button"], [type="reset"], [type="submit"], button { appearance: button; }
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) { cursor: pointer; }
textarea { resize: vertical; }
fieldset { min-width: 0px; padding: 0px; margin: 0px; border: 0px; }
legend { float: left; width: 100%; padding: 0px; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; }
legend + * { clear: left; }
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field { padding: 0px; }
::-webkit-inner-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; appearance: textfield; }
::-webkit-search-decoration { appearance: none; }
::-webkit-color-swatch-wrapper { padding: 0px; }
::-webkit-file-upload-button { font: inherit; appearance: button; }
output { display: inline-block; }
iframe { border: 0px; }
summary { display: list-item; cursor: pointer; }
progress { vertical-align: baseline; }
[hidden] { display: none !important; }
.img-fluid { max-width: 100%; height: auto; }
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x,0.75rem); padding-left: var(--bs-gutter-x,0.75rem); margin-right: auto; margin-left: auto; }
.row { --bs-gutter-x:1.5rem; --bs-gutter-y:0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x)/ -2); margin-left: calc(var(--bs-gutter-x)/ -2); }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x)/ 2); padding-left: calc(var(--bs-gutter-x)/ 2); margin-top: var(--bs-gutter-y); }
.btn-check:disabled + .btn, .btn-check[disabled] + .btn { pointer-events: none; filter: none; opacity: 0.65; }
.input-group .btn { position: relative; z-index: 2; }
.input-group .btn:focus { z-index: 3; }
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; }
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }
.btn { display: inline-block; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
.btn:hover { color: rgb(33, 37, 41); }
.btn-check:focus + .btn, .btn:focus { outline: 0px; box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem; }
.btn.disabled, .btn:disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; }
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(10, 88, 202); border-color: rgb(10, 83, 190); }
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: rgba(49, 132, 253, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(86, 94, 100); border-color: rgb(81, 88, 94); }
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: rgba(130, 138, 145, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(20, 108, 67); border-color: rgb(19, 101, 63); }
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: rgba(60, 153, 110, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(61, 213, 243); border-color: rgb(37, 207, 242); }
.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: rgba(11, 172, 204, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(255, 205, 57); border-color: rgb(255, 199, 32); }
.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: rgba(217, 164, 6, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(176, 42, 55); border-color: rgb(165, 40, 52); }
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: rgba(225, 83, 97, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(249, 250, 251); border-color: rgb(249, 250, 251); }
.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: rgba(211, 212, 213, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(26, 30, 33); border-color: rgb(25, 28, 31); }
.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: rgba(66, 70, 73, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus { box-shadow: rgba(13, 110, 253, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); border-color: rgb(108, 117, 125); }
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active { color: rgb(255, 255, 255); background-color: rgb(25, 135, 84); border-color: rgb(25, 135, 84); }
.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus { box-shadow: rgba(25, 135, 84, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active { color: rgb(0, 0, 0); background-color: rgb(13, 202, 240); border-color: rgb(13, 202, 240); }
.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus { box-shadow: rgba(13, 202, 240, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active { color: rgb(0, 0, 0); background-color: rgb(255, 193, 7); border-color: rgb(255, 193, 7); }
.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-color: rgb(220, 53, 69); }
.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active { color: rgb(0, 0, 0); background-color: rgb(248, 249, 250); border-color: rgb(248, 249, 250); }
.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active { color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-color: rgb(33, 37, 41); }
.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus { box-shadow: rgba(33, 37, 41, 0.5) 0px 0px 0px 0.25rem; }
.btn-group-lg > .btn, .btn-lg { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; }
.btn-group-sm > .btn, .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }
.dropdown-item.active, .dropdown-item:active { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(13, 110, 253); }
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); }
.btn-group-vertical > .btn, .btn-group > .btn { position: relative; flex: 1 1 auto; }
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 1; }
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) { margin-left: -1px; }
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; }
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; }
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; }
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) { margin-top: -1px; }
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.sab-tabs .sab-item.show .sab-link, .sab-tabs .sab-link.active { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255); }
.sab-pills .sab-link.active, .sab-pills .show > .sab-link { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); }
.tab-content > .active { display: block; }
.sabbar > .container, .sabbar > .container-fluid, .sabbar > .container-lg, .sabbar > .container-md, .sabbar > .container-sm, .sabbar > .container-xl, .sabbar > .container-xxl { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; }
.sabbar-light .sabbar-sab .sab-link.active, .sabbar-light .sabbar-sab .show > .sab-link { color: rgba(0, 0, 0, 0.9); }
.sabbar-dark .sabbar-sab .sab-link.active, .sabbar-dark .sabbar-sab .show > .sab-link { color: rgb(255, 255, 255); }
.breadcrumb-item.active { color: rgb(108, 117, 125); }
.page-item.active .page-link { z-index: 3; color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.btn .badge { position: relative; top: -1px; }
.list-group-item.active { z-index: 2; color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; }
.list-group-horizontal > .list-group-item.active { margin-top: 0px; }
.list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
.list-group-item-primary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(8, 66, 152); border-color: rgb(8, 66, 152); }
.list-group-item-secondary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(65, 70, 75); border-color: rgb(65, 70, 75); }
.list-group-item-success.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(15, 81, 50); border-color: rgb(15, 81, 50); }
.list-group-item-info.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(5, 81, 96); border-color: rgb(5, 81, 96); }
.list-group-item-warning.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(102, 77, 3); border-color: rgb(102, 77, 3); }
.list-group-item-danger.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(132, 32, 41); border-color: rgb(132, 32, 41); }
.list-group-item-light.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(99, 100, 100); border-color: rgb(99, 100, 100); }
.list-group-item-dark.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(20, 22, 25); border-color: rgb(20, 22, 25); }
.carousel-item-next, .carousel-item-prev, .carousel-item.active { display: block; }
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active { z-index: 1; opacity: 1; }
.carousel-indicators .active { opacity: 1; }
.clearfix::after { display: block; clear: both; content: ""; }
.pt-5 { padding-top: 3rem !important; }
.pb-0 { padding-bottom: 0px !important; }
.text-center { text-align: center !important; }
.text-light { color: rgb(248, 249, 250) !important; }
ul { padding-left: 0rem; }
.shape-bottom .bottom-shape { position: absolute; left: 0px; right: 0px; bottom: -2px; z-index: 1; width: 100%; margin: 0px auto; }
.img-fluid { max-width: 100%; height: auto; }
svg { fill: red; }
.footer-col a { color: rgba(0, 0, 0, 0.75); }
.footer-content-wrapper { width: 80%; margin: 0px auto; }
.footer-col { display: inline-block; box-sizing: border-box; border-right: 1px solid rgba(187, 187, 187, 0); }
.footer-col:nth-child(4) { border: none; }
.ta-l { text-align: left; }
.flt { float: left; }
.flt:nth-child(4)::after { content: " "; visibility: hidden; display: block; height: 1em; clear: both; }
.large-25 { width: 25%; }
.footer-col a { display: block; margin: 0.3em 0px; }
.typewrite > .wrap { border-right: 0.08em solid rgb(255, 255, 255); }
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after { speak: none; font-style: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; old-font-family: Flaticon !important; }
.flaticon-responsive::before { content: ""; }
.flaticon-computer::before { content: ""; }
.flaticon-digital-marketing::before { content: ""; }
.flaticon-development::before { content: ""; }
.flaticon-app-development::before { content: ""; }
.flaticon-ui::before { content: ""; }
.fa { display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; line-height: 1; old-font-family: FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.pull-left { float: left; }
.fa.pull-left { margin-right: 0.3em; }
.fa-star::before { content: ""; }
.fa-twitter::before { content: ""; }
.fa-facebook-f::before, .fa-facebook::before { content: ""; }
.fa-envelope::before { content: ""; }
.fa-linkedin::before { content: ""; }
.fa-youtube::before { content: ""; }
:root { --bs-blue:#0d6efd; --bs-indigo:#6610f2; --bs-purple:#6f42c1; --bs-pink:#d63384; --bs-red:#dc3545; --bs-orange:#fd7e14; --bs-yellow:#ffc107; --bs-green:#198754; --bs-teal:#20c997; --bs-cyan:#0dcaf0; --bs-white:#fff; --bs-gray:#6c757d; --bs-gray-dark:#343a40; --bs-primary:#0d6efd; --bs-secondary:#6c757d; --bs-success:#198754; --bs-info:#0dcaf0; --bs-warning:#ffc107; --bs-danger:#dc3545; --bs-light:#f8f9fa; --bs-dark:#212529; --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }
*, ::after, ::before { box-sizing: border-box; }
body { margin: 0px; old-font-family: var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255); text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
[tabindex="-1"]:focus:not(:focus-visible) { outline: 0px !important; }
hr { margin: 1rem 0px; color: inherit; background-color: currentcolor; border: 0px; opacity: 0.25; }
hr:not([size]) { height: 1px; }
p { margin-top: 0px; margin-bottom: 1rem; }
abbr[data-bs-original-title], abbr[title] { text-decoration: underline dotted; cursor: help; text-decoration-skip-ink: none; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul { padding-left: 2rem; }
dl, ol, ul { margin-top: 0px; margin-bottom: 1rem; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
dt { font-weight: 700; }
dd { margin-bottom: 0.5rem; margin-left: 0px; }
blockquote { margin: 0px 0px 1rem; }
b, strong { font-weight: bolder; }
sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
a { color: rgb(13, 110, 253); text-decoration: underline; }
a:hover { color: rgb(10, 88, 202); }
a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }
code, kbd, pre, samp { old-font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr; unicode-bidi: bidi-override; }
pre { display: block; margin-top: 0px; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; }
pre code { font-size: inherit; color: inherit; word-break: normal; }
code { font-size: 0.875em; color: rgb(214, 51, 132); overflow-wrap: break-word; }
a > code { color: inherit; }
kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-radius: 0.2rem; }
kbd kbd { padding: 0px; font-size: 1em; font-weight: 700; }
figure { margin: 0px 0px 1rem; }
img, svg { vertical-align: middle; }
table { caption-side: bottom; border-collapse: collapse; }
caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: rgb(108, 117, 125); text-align: left; }
th { text-align: -webkit-match-parent; }
tbody, td, tfoot, th, thead, tr { border-color: inherit; border-style: solid; border-width: 0px; }
label { display: inline-block; }
button { border-radius: 0px; }
button:focus { outline: -webkit-focus-ring-color auto 5px; }
button, input, optgroup, select, textarea { margin: 0px; old-font-family: inherit; font-size: inherit; line-height: inherit; }
button, select { text-transform: none; }
[role="button"] { cursor: pointer; }
select { overflow-wrap: normal; }
[list]::-webkit-calendar-picker-indicator { display: none; }
[type="button"], [type="reset"], [type="submit"], button { appearance: button; }
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) { cursor: pointer; }
textarea { resize: vertical; }
fieldset { min-width: 0px; padding: 0px; margin: 0px; border: 0px; }
legend { float: left; width: 100%; padding: 0px; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; }
legend + * { clear: left; }
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field { padding: 0px; }
::-webkit-inner-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; appearance: textfield; }
::-webkit-search-decoration { appearance: none; }
::-webkit-color-swatch-wrapper { padding: 0px; }
::-webkit-file-upload-button { font: inherit; appearance: button; }
output { display: inline-block; }
iframe { border: 0px; }
summary { display: list-item; cursor: pointer; }
progress { vertical-align: baseline; }
[hidden] { display: none !important; }
.img-fluid { max-width: 100%; height: auto; }
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x,0.75rem); padding-left: var(--bs-gutter-x,0.75rem); margin-right: auto; margin-left: auto; }
.row { --bs-gutter-x:1.5rem; --bs-gutter-y:0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x)/ -2); margin-left: calc(var(--bs-gutter-x)/ -2); }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x)/ 2); padding-left: calc(var(--bs-gutter-x)/ 2); margin-top: var(--bs-gutter-y); }
.btn-check:disabled + .btn, .btn-check[disabled] + .btn { pointer-events: none; filter: none; opacity: 0.65; }
.input-group .btn { position: relative; z-index: 2; }
.input-group .btn:focus { z-index: 3; }
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; }
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }
.btn { display: inline-block; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
.btn:hover { color: rgb(33, 37, 41); }
.btn-check:focus + .btn, .btn:focus { outline: 0px; box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem; }
.btn.disabled, .btn:disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; }
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(10, 88, 202); border-color: rgb(10, 83, 190); }
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: rgba(49, 132, 253, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(86, 94, 100); border-color: rgb(81, 88, 94); }
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: rgba(130, 138, 145, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(20, 108, 67); border-color: rgb(19, 101, 63); }
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: rgba(60, 153, 110, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(61, 213, 243); border-color: rgb(37, 207, 242); }
.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: rgba(11, 172, 204, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(255, 205, 57); border-color: rgb(255, 199, 32); }
.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: rgba(217, 164, 6, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(176, 42, 55); border-color: rgb(165, 40, 52); }
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: rgba(225, 83, 97, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(249, 250, 251); border-color: rgb(249, 250, 251); }
.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: rgba(211, 212, 213, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(26, 30, 33); border-color: rgb(25, 28, 31); }
.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: rgba(66, 70, 73, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus { box-shadow: rgba(13, 110, 253, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); border-color: rgb(108, 117, 125); }
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active { color: rgb(255, 255, 255); background-color: rgb(25, 135, 84); border-color: rgb(25, 135, 84); }
.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus { box-shadow: rgba(25, 135, 84, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active { color: rgb(0, 0, 0); background-color: rgb(13, 202, 240); border-color: rgb(13, 202, 240); }
.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus { box-shadow: rgba(13, 202, 240, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active { color: rgb(0, 0, 0); background-color: rgb(255, 193, 7); border-color: rgb(255, 193, 7); }
.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-color: rgb(220, 53, 69); }
.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active { color: rgb(0, 0, 0); background-color: rgb(248, 249, 250); border-color: rgb(248, 249, 250); }
.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active { color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-color: rgb(33, 37, 41); }
.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus { box-shadow: rgba(33, 37, 41, 0.5) 0px 0px 0px 0.25rem; }
.btn-group-lg > .btn, .btn-lg { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; }
.btn-group-sm > .btn, .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }
.dropdown-item.active, .dropdown-item:active { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(13, 110, 253); }
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); }
.btn-group-vertical > .btn, .btn-group > .btn { position: relative; flex: 1 1 auto; }
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 1; }
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) { margin-left: -1px; }
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; }
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; }
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; }
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) { margin-top: -1px; }
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.sab-tabs .sab-item.show .sab-link, .sab-tabs .sab-link.active { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255); }
.sab-pills .sab-link.active, .sab-pills .show > .sab-link { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); }
.tab-content > .active { display: block; }
.sabbar > .container, .sabbar > .container-fluid, .sabbar > .container-lg, .sabbar > .container-md, .sabbar > .container-sm, .sabbar > .container-xl, .sabbar > .container-xxl { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; }
.sabbar-light .sabbar-sab .sab-link.active, .sabbar-light .sabbar-sab .show > .sab-link { color: rgba(0, 0, 0, 0.9); }
.sabbar-dark .sabbar-sab .sab-link.active, .sabbar-dark .sabbar-sab .show > .sab-link { color: rgb(255, 255, 255); }
.breadcrumb-item.active { color: rgb(108, 117, 125); }
.page-item.active .page-link { z-index: 3; color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.btn .badge { position: relative; top: -1px; }
.list-group-item.active { z-index: 2; color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; }
.list-group-horizontal > .list-group-item.active { margin-top: 0px; }
.list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
.list-group-item-primary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(8, 66, 152); border-color: rgb(8, 66, 152); }
.list-group-item-secondary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(65, 70, 75); border-color: rgb(65, 70, 75); }
.list-group-item-success.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(15, 81, 50); border-color: rgb(15, 81, 50); }
.list-group-item-info.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(5, 81, 96); border-color: rgb(5, 81, 96); }
.list-group-item-warning.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(102, 77, 3); border-color: rgb(102, 77, 3); }
.list-group-item-danger.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(132, 32, 41); border-color: rgb(132, 32, 41); }
.list-group-item-light.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(99, 100, 100); border-color: rgb(99, 100, 100); }
.list-group-item-dark.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(20, 22, 25); border-color: rgb(20, 22, 25); }
.carousel-item-next, .carousel-item-prev, .carousel-item.active { display: block; }
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active { z-index: 1; opacity: 1; }
.carousel-indicators .active { opacity: 1; }
.clearfix::after { display: block; clear: both; content: ""; }
.pt-5 { padding-top: 3rem !important; }
.pb-0 { padding-bottom: 0px !important; }
.text-center { text-align: center !important; }
.text-light { color: rgb(248, 249, 250) !important; }
ul { padding-left: 0rem; }
.typewrite > .wrap { border-right: 0.08em solid rgb(255, 255, 255); }
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after { speak: none; font-style: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; old-font-family: Flaticon !important; }
.flaticon-responsive::before { content: ""; }
.flaticon-computer::before { content: ""; }
.flaticon-digital-marketing::before { content: ""; }
.flaticon-development::before { content: ""; }
.flaticon-app-development::before { content: ""; }
.flaticon-ui::before { content: ""; }
.fa { display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; line-height: 1; old-font-family: FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.pull-left { float: left; }
.fa.pull-left { margin-right: 0.3em; }
.fa-star::before { content: ""; }
.fa-twitter::before { content: ""; }
.fa-facebook-f::before, .fa-facebook::before { content: ""; }
.fa-envelope::before { content: ""; }
.fa-linkedin::before { content: ""; }
.fa-mobile-phone::before, .fa-mobile::before { content: ""; }
.fa-youtube::before { content: ""; }
:root { --blue:#007bff; --indigo:#6610f2; --purple:#6f42c1; --pink:#e83e8c; --red:#dc3545; --orange:#fd7e14; --yellow:#ffc107; --green:#28a745; --teal:#20c997; --cyan:#17a2b8; --white:#fff; --gray:#6c757d; --gray-dark:#343a40; --primary:#007bff; --secondary:#6c757d; --success:#28a745; --info:#17a2b8; --warning:#ffc107; --danger:#dc3545; --light:#f8f9fa; --dark:#343a40; --breakpoint-xs:0; --breakpoint-sm:576px; --breakpoint-md:768px; --breakpoint-lg:992px; --breakpoint-xl:1200px; --old-font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --old-font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
*, ::after, ::before { box-sizing: border-box; }
html { old-font-family: sans-serif; line-height: 1.15; text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
body { margin: 0px; old-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); text-align: left; background-color: rgb(255, 255, 255); }
[tabindex="-1"]:focus { outline: 0px !important; }
hr { box-sizing: content-box; height: 0px; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 0.5rem; }
p { margin-top: 0px; margin-bottom: 1rem; }
abbr[data-original-title], abbr[title] { text-decoration: underline dotted; cursor: help; border-bottom: 0px; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
dl, ol, ul { margin-top: 0px; margin-bottom: 1rem; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
dt { font-weight: 700; }
dd { margin-bottom: 0.5rem; margin-left: 0px; }
blockquote { margin: 0px 0px 1rem; }
dfn { font-style: italic; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
a { color: rgb(0, 123, 255); text-decoration: none; background-color: transparent; }
a:hover { color: rgb(0, 86, 179); text-decoration: underline; }
a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus { outline: 0px; }
code, kbd, pre, samp { old-font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }
pre { margin-top: 0px; margin-bottom: 1rem; overflow: auto; }
figure { margin: 0px 0px 1rem; }
img { vertical-align: middle; border-style: none; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; }
caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: rgb(108, 117, 125); text-align: left; caption-side: bottom; }
th { text-align: inherit; }
label { display: inline-block; margin-bottom: 0.5rem; }
button { border-radius: 0px; }
button:focus { outline: -webkit-focus-ring-color auto 5px; }
button, input, optgroup, select, textarea { margin: 0px; old-font-family: inherit; font-size: inherit; line-height: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[type="reset"], [type="submit"], button, html [type="button"] { appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] { appearance: listbox; }
textarea { overflow: auto; resize: vertical; }
fieldset { min-width: 0px; padding: 0px; margin: 0px; border: 0px; }
legend { display: block; width: 100%; max-width: 100%; padding: 0px; margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }
progress { vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; appearance: none; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { font: inherit; appearance: button; }
output { display: inline-block; }
summary { display: list-item; cursor: pointer; }
template { display: none; }
[hidden] { display: none !important; }
hr { margin-top: 1rem; margin-bottom: 1rem; border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgba(0, 0, 0, 0.1); }
code { font-size: 87.5%; color: rgb(232, 62, 140); word-break: break-word; }
a > code { color: inherit; }
kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-radius: 0.2rem; }
kbd kbd { padding: 0px; font-size: 100%; font-weight: 700; }
pre { display: block; font-size: 87.5%; color: rgb(33, 37, 41); }
pre code { font-size: inherit; color: inherit; word-break: normal; }
.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
.navbar > .container, .navbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0px; padding-left: 0px; }
.navbar-expand > .container, .navbar-expand > .container-fluid { flex-wrap: nowrap; }
.mt-5, .my-5 { margin-top: 3rem !important; }
.text-center { text-align: center !important; }
* { margin: 0px; padding: 0px; border: none; outline: 0px; }
body { old-font-family: "Open Sans", sans-serif; font-size: 14px; color: rgb(119, 119, 119); line-height: 1.7em; font-weight: 400; overflow-x: hidden; background: rgb(255, 255, 255); -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
a { text-decoration: none; cursor: pointer; }
a:focus, a:hover, a:visited, button { text-decoration: none; outline: 0px !important; }
h1, h2, h3, h4, h5, h6 { position: relative; font-weight: 400; margin: 0px; background: 0px 0px; }
textarea { overflow: hidden; }
p { position: relative; line-height: 1.6em; }
.auto-container { position: static; max-width: 1200px; padding: 0px 15px; margin: 0px auto; }
li, ul { list-style: none; padding: 0px; margin: 0px; }
img { display: inline-block; max-width: 100%; }
.section-title .text { position: relative; color: rgb(119, 119, 119); font-size: 14px; text-align: left; margin: 0px; padding-bottom: 20px; }
.digital-section p { letter-spacing: 0px; line-height: 27px; font-size: 14px; }
.section-title .heading_style_center .text { position: relative; color: rgb(119, 119, 119); font-size: 14px; text-align: center; padding-bottom: 30px; margin: 0px auto; }
.section-title .heading_style_left .text { position: relative; color: rgb(119, 119, 119); font-size: 16px; line-height: 1.8em; text-align: right; max-width: 650px; padding-bottom: 30px; margin: 0px auto; display: inline-block; }
.header-top .top-left ul li .fa { position: relative; margin-right: 0px; color: rgb(255, 255, 255); }
.main-slider .auto-container { position: relative; }
.main-slider .slide.style-three .text, .main-slider .slide.style-two .text { margin: 0px auto; }
.main-slider .text { position: relative; color: rgb(255, 255, 255); font-size: 18px; opacity: 0; line-height: 28px; font-weight: 400; max-width: 700px; transition: all 1s ease 0s; transform: translateY(50px); }
.main-slider .active .text { opacity: 1; transform: translateY(0px); transition-delay: 1.5s; }
.main-slider .content.centered .text { margin: 0px auto; }
.welcome-section { position: relative; }
.welcome-section .image-column { position: relative; }
.welcome-section .image-column .inner-column { position: relative; }
.welcome-section .image-column .inner-column::before { content: ""; border: 1px solid rgb(255, 255, 255); position: absolute; inset: 10px; z-index: 1; }
.welcome-section .image-column .inner-column .image { position: relative; }
.welcome-section .image-column .inner-column .image img { width: 100%; display: block; }
.welcome-section .content-column { position: relative; }
.welcome-section .content-column .inner-column { position: relative; }
.welcome-section .content-column .inner-column .counter-box { position: relative; margin-left: -70px; padding-left: 80px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px; }
.services-block-two .inner-box .text { position: relative; color: rgb(119, 119, 119); z-index: 1; font-size: 15px; line-height: 1.8em; margin-top: 10px; }
.services-box .row:last-child .services-post { border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }
.call_section .text { position: relative; font-size: 16px; color: rgb(255, 255, 255); line-height: 1.8em; margin-bottom: 15px; }
.blog_section { position: relative; padding: 70px 0px; background-color: rgb(245, 245, 245); }
.team-section .auto-container { position: relative; }
.team-section .title-column .inner-column .text { position: relative; color: rgb(119, 119, 119); font-size: 15px; line-height: 1.8em; }
.testimonial-block .inner-box .text { position: relative; color: rgb(119, 119, 119); font-size: 15px; font-weight: 400; line-height: 1.8em; margin-top: 12px; }
.news-block .inner-box .content-column .column-inner .text { position: relative; color: rgb(119, 119, 119); font-size: 14px; margin-top: 8px; }
.main-footer .logo-widget .text { position: relative; color: rgb(187, 187, 187); font-size: 16px; line-height: 1.8em; margin-bottom: 25px; }
.main-footer .logo-widget .text a { position: relative; color: rgb(204, 1, 1); }
.main-footer .row .col-md-4 { margin: -5px; }
.main-footer.style-two .list li a, .main-footer.style-two .list-style-one li, .main-footer.style-two .logo-widget .text, .main-footer.style-two .news-widget-block .widget-inner .post-date { color: rgb(119, 119, 119); }
.services-section-two .title-column .inner-column .text { position: relative; color: rgb(119, 119, 119); font-size: 14px; line-height: 2em; }
.services-block-three .inner-box:hover .text, .services-block-three .inner-box:hover .upper-box .icon, .services-block-three .inner-box:hover .upper-box h6 a { color: rgb(255, 255, 255); }
.services-block-three .inner-box .text { position: relative; color: rgb(119, 119, 119); font-size: 14px; line-height: 1.8em; margin-top: 22px; transition: all 0.5s ease 0s; }
.services_item .inner-box .text { line-height: 24px; padding: 12px; text-align: justify; min-height: 140px; }
.services-block-two .inner-box .text { position: relative; color: rgb(119, 119, 119); z-index: 1; font-size: 15px; line-height: 1.8em; margin-top: 10px; }
.choice-section .content-column .inner-column .text { position: relative; margin-bottom: 30px; }
.choice-section .content-column .inner-column .text p { position: relative; color: rgb(119, 119, 119); font-size: 14px; line-height: 1.9em; margin-bottom: 20px; }
.choice-section .content-column .inner-column .text p:last-child { margin-bottom: 0px; }
.services-block-four .inner-box .text { position: relative; color: rgb(119, 119, 119); font-size: 16px; line-height: 1.8em; margin-top: 15px; }
.project-block-two .inner-box .image .overlay-box-two .text { position: relative; font-size: 16px; line-height: 1.8em; margin-top: 25px; color: rgba(255, 255, 255, 0.8); }
.testimonial-block-two .inner-box .text { position: relative; color: rgb(119, 119, 119); font-size: 14px; line-height: 1.8em; margin-bottom: 30px; }
.footer-style-two .logo-widget .text { position: relative; }
.project-section-three .title-box .text { position: relative; color: rgb(119, 119, 119); font-size: 17px; line-height: 1.8em; margin-bottom: 30px; }
.services-block-five .inner-box .lower-content .text { position: relative; color: rgb(119, 119, 119); z-index: 1; font-size: 15px; line-height: 1.8em; margin-top: 10px; transition: all 0.5s ease 0s; }
.newsletter-section-two .text { position: relative; color: rgb(255, 255, 255); font-size: 16px; line-height: 1.9em; margin-bottom: 35px; }
.project-block .inner-box .content-column .inner-column .text { position: relative; color: rgb(34, 34, 34); font-size: 16px; line-height: 1.7em; margin-bottom: 25px; }
.pricing-section .title-column .text { position: relative; color: rgb(78, 92, 102); font-size: 16px; line-height: 1.8em; margin-bottom: 40px; }
[class*="tc-animation-"] { animation-duration: 0.5s; animation-timing-function: ease-out; animation-fill-mode: both; }
div[class*="tc-note-"] + div[class*="tc-note-"] { margin-top: 20px; }
.second-pro .col-md-4 { padding-right: 0px; }
.cart-table tbody tr .remove-btn .fa { position: relative; top: 2px; font-size: 10px; line-height: 14px; width: 14px; height: 14px; margin-right: 8px; background: rgb(240, 240, 240); color: rgb(255, 255, 255); text-align: center; overflow: hidden; text-indent: 100px; }
.cart-table tbody tr .remove-btn:hover .fa { text-indent: 0px; background: rgb(250, 153, 40); }
.cart-section .estimate-form .row { margin-left: -7px; margin-right: -7px; }
.cart-section .estimate-form .row .form-group { margin-bottom: 30px; padding: 0px 7px !important; }
.contact-form-section .form-column .inner-column .text { position: relative; color: rgb(255, 255, 255); font-size: 16px; margin-bottom: 25px; }
.contact-form-section .info-column .content-box .text { position: relative; color: rgb(255, 255, 255); font-size: 16px; line-height: 1.8em; margin-bottom: 25px; }
.page-title .auto-container { position: relative; }
.faq-form-section .auto-container { max-width: 970px; margin: 0px auto; }
.commingsoon-section .left-column .text { position: relative; color: rgb(119, 119, 119); font-size: 22px; line-height: 1.5em; margin-bottom: 30px; }
.service-single .inner-box .lower-content .text { position: relative; }
.service-single .inner-box .lower-content .text p { position: relative; color: rgb(119, 119, 119); font-size: 14px; line-height: 2em; }
.news-block-two .inner-box .lower-content .text { position: relative; color: rgb(119, 119, 119); font-size: 14px; margin-top: 12px; line-height: 1.9em; }
.innerWrap .portfolio-posts .col-md-4 { padding: 0px; }
.innerWrap .portfolio-posts .col-md-6 { padding: 0px; }
.blog-single .inner-box .text { position: relative; margin-bottom: 15px; }
.blog-single .inner-box .text p { position: relative; color: rgb(119, 119, 119); font-size: 14px; margin-top: 12px; padding: 0px; }
.blog-single .inner-box .text blockquote .quote-icon { position: absolute; content: ""; left: 0px; top: -20px; color: rgb(203, 1, 1); font-size: 44px; line-height: 1em; }
.blog-single .inner-box .text blockquote .blockquote-text { position: relative; color: rgb(65, 72, 87); font-size: 18px; font-style: italic; line-height: 1.7em; padding-top: 22px; border-top: 1px solid rgb(230, 230, 230); }
.author-box .author-comment .inner-box .text { position: relative; color: rgb(136, 136, 136); font-size: 15px; font-weight: 400; line-height: 1.7em; margin-bottom: 10px; }
.comments-area .comment-box .text { color: rgb(136, 136, 136); font-size: 14px; line-height: 1.9em; margin-bottom: 0px; }
html { scroll-behavior: smooth; }
iframe { width: 100%; border: 0px; }
.digital-section h3 { padding-bottom: 20px; color: rgb(0, 0, 0); font-size: 15px; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; }
.digital-section { text-align: center; margin: 32px 0px; }
.digital-section > div { position: relative; max-width: 200px; height: auto; width: 100%; margin: 0px auto; }
.digital-section:hover .digital-section-img { opacity: 1; }
.digital-section a { font-size: 13px; text-transform: uppercase; border: 1px solid rgb(119, 119, 119); padding: 5px 18px; color: rgb(119, 119, 119); transition: all 0.5s ease-in-out 0s; }
.digital-section a:hover { border-radius: 27px; border-color: rgb(203, 1, 1); font-weight: 600; color: rgb(255, 255, 255); background-color: rgb(203, 1, 1); }
.digital-section img { margin: 20px 0px; }
.section-number.section-bg.section-bg-fix.bg-overlay.text-center { background-position: center center; background-size: cover; }
.sponsors-section h3.text-center { padding: 6px 0px; border: 4px double; font-weight: 500; color: rgb(203, 1, 1); width: 187px; margin: 34px auto; }
.digital-section-img { opacity: 0; position: absolute; top: 0px; left: 0px; z-index: 99; transition: all 0.3s ease-in-out 0s; }
header { background-position: center center; background-size: cover; max-height: 658px; width: 100%; margin-bottom: 20px; }
form { width: 100%; }
form input, form textarea { width: 100%; border: 1px solid rgb(134, 134, 134); background-color: transparent; padding-left: 2%; margin-bottom: 3%; color: rgb(134, 134, 134); font-size: 12px; }
form input:focus, form textarea:focus { border: 1px solid rgb(255, 255, 255); }
form button { width: 25%; padding-top: 1%; padding-bottom: 1%; font-size: 0.9em; text-transform: uppercase; letter-spacing: 1px; background-color: rgb(134, 134, 134); border: none; cursor: pointer; color: rgb(0, 0, 0); }
form button:hover { background-color: rgb(0, 0, 0); box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px; color: rgb(255, 255, 255); }
video { max-width: 854px; height: auto; width: 100%; }
ul { list-style: none; }
a { text-decoration: none; color: rgb(0, 0, 0); }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { appearance: none; }
input[type="number"] { }
.digital-marketing { padding: 70px 0px 0px; }
.inner-design-center .col-md-6 { padding: 12px !important; }
body > canvas { width: 100%; height: 100%; top: 0px; bottom: 0px; z-index: -1; opacity: 0.75; position: fixed !important; }
ul { list-style: none; padding: 0px; }
ul li { margin: 0.5em 0px; }
.why_box:hover .icon .fa { color: rgb(205, 1, 2); background: rgb(255, 255, 255); box-shadow: rgb(136, 136, 136) 0px 0px 11px 0px; transition: all 0.3s ease-in-out 0s; }
.why_box > .icon .fa { background: rgb(205, 1, 2); padding: 13px; height: 50px; width: 50px; border-radius: 30px; color: rgb(255, 255, 255); font-size: 25px; position: relative; box-shadow: rgb(136, 136, 136) 0px 6px 10px 0px; top: -45px; }
.wctc-form .fa { color: rgb(205, 1, 2); font-size: 53px; }
.digital-section { position: relative; text-align: center; cursor: pointer; margin: 15px 0px; background: rgb(255, 255, 255); transition: all 0.3s ease 0s; padding: 30px 20px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;  border-radius: 0px; }
.digital-section::before { position: absolute; width: 0px; height: 0px; background-color: rgb(203, 1, 1); left: 0px; top: 0px; content: ""; transition: all 0.3s ease 0s; }
.digital-section::after { position: absolute; width: 0px; height: 0px; background-color: rgb(203, 1, 1); right: 0px; bottom: 0px; content: ""; transition: all 0.3s ease 0s; }
.digital-section:hover::after, .digital-section:hover::before { width: 50%; height: 2px; transition: all 0.3s ease 0s; }
.digital-section p { font-size: 15px; line-height: 1.8; text-align: justify; }
.digital-section a { font-size: 13px; text-transform: uppercase; border: 1px solid rgb(255, 255, 255); padding: 5px 18px; color: rgb(203, 1, 1); transition: all 0.5s ease-in-out 0s; font-weight: 600; }
.digital-section h3 { padding-bottom: 20px; color: rgb(0, 0, 0); font-size: 15px; text-transform: uppercase; margin-bottom: 0px; font-weight: 600; }
:root { --bs-blue:#0d6efd; --bs-indigo:#6610f2; --bs-purple:#6f42c1; --bs-pink:#d63384; --bs-red:#dc3545; --bs-orange:#fd7e14; --bs-yellow:#ffc107; --bs-green:#198754; --bs-teal:#20c997; --bs-cyan:#0dcaf0; --bs-white:#fff; --bs-gray:#6c757d; --bs-gray-dark:#343a40; --bs-primary:#0d6efd; --bs-secondary:#6c757d; --bs-success:#198754; --bs-info:#0dcaf0; --bs-warning:#ffc107; --bs-danger:#dc3545; --bs-light:#f8f9fa; --bs-dark:#212529; --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }
*, ::after, ::before { box-sizing: border-box; }
body { margin: 0px; old-font-family: var(--bs-font-sans-serif); font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255); text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
[tabindex="-1"]:focus:not(:focus-visible) { outline: 0px !important; }
hr { margin: 1rem 0px; color: inherit; background-color: currentcolor; border: 0px; opacity: 0.25; }
hr:not([size]) { height: 1px; }
p { margin-top: 0px; margin-bottom: 1rem; }
abbr[data-bs-original-title], abbr[title] { text-decoration: underline dotted; cursor: help; text-decoration-skip-ink: none; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul { padding-left: 2rem; }
dl, ol, ul { margin-top: 0px; margin-bottom: 1rem; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
dt { font-weight: 700; }
dd { margin-bottom: 0.5rem; margin-left: 0px; }
blockquote { margin: 0px 0px 1rem; }
b, strong { font-weight: bolder; }
sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
a { color: rgb(13, 110, 253); text-decoration: underline; }
a:hover { color: rgb(10, 88, 202); }
a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }
code, kbd, pre, samp { old-font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr; unicode-bidi: bidi-override; }
pre { display: block; margin-top: 0px; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; }
pre code { font-size: inherit; color: inherit; word-break: normal; }
code { font-size: 0.875em; color: rgb(214, 51, 132); overflow-wrap: break-word; }
a > code { color: inherit; }
kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-radius: 0.2rem; }
kbd kbd { padding: 0px; font-size: 1em; font-weight: 700; }
figure { margin: 0px 0px 1rem; }
img, svg { vertical-align: middle; }
table { caption-side: bottom; border-collapse: collapse; }
caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: rgb(108, 117, 125); text-align: left; }
th { text-align: -webkit-match-parent; }
tbody, td, tfoot, th, thead, tr { border-color: inherit; border-style: solid; border-width: 0px; }
label { display: inline-block; }
button { border-radius: 0px; }
button:focus { outline: -webkit-focus-ring-color auto 5px; }
button, input, optgroup, select, textarea { margin: 0px; old-font-family: inherit; font-size: inherit; line-height: inherit; }
button, select { text-transform: none; }
[role="button"] { cursor: pointer; }
select { overflow-wrap: normal; }
[list]::-webkit-calendar-picker-indicator { display: none; }
[type="button"], [type="reset"], [type="submit"], button { appearance: button; }
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) { cursor: pointer; }
textarea { resize: vertical; }
fieldset { min-width: 0px; padding: 0px; margin: 0px; border: 0px; }
legend { float: left; width: 100%; padding: 0px; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; }
legend + * { clear: left; }
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field { padding: 0px; }
::-webkit-inner-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; appearance: textfield; }
::-webkit-search-decoration { appearance: none; }
::-webkit-color-swatch-wrapper { padding: 0px; }
::-webkit-file-upload-button { font: inherit; appearance: button; }
output { display: inline-block; }
iframe { border: 0px; }
summary { display: list-item; cursor: pointer; }
progress { vertical-align: baseline; }
[hidden] { display: none !important; }
.list-unstyled { padding-left: 0px; list-style: none; }
.img-fluid { max-width: 100%; height: auto; }
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x,0.75rem); padding-left: var(--bs-gutter-x,0.75rem); margin-right: auto; margin-left: auto; }
.row { --bs-gutter-x:1.5rem; --bs-gutter-y:0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x)/ -2); margin-left: calc(var(--bs-gutter-x)/ -2); }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x)/ 2); padding-left: calc(var(--bs-gutter-x)/ 2); margin-top: var(--bs-gutter-y); }
.form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgb(206, 212, 218); appearance: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
.form-control:focus { color: rgb(33, 37, 41); background-color: rgb(255, 255, 255); border-color: rgb(134, 183, 254); outline: 0px; box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem; }
.form-control::-webkit-date-and-time-value { height: 1.5em; }
.form-control::-webkit-input-placeholder { color: rgb(108, 117, 125); opacity: 1; }
.form-control::placeholder { color: rgb(108, 117, 125); opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: rgb(233, 236, 239); opacity: 1; }
.form-control::-webkit-file-upload-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; margin-inline-end: 0.75rem; color: rgb(33, 37, 41); background-color: rgb(233, 236, 239); pointer-events: none; border-color: inherit; border-style: solid; border-width: 0px; border-inline-end-width: 1px; border-radius: 0px; transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: rgb(221, 224, 227); }
textarea.form-control { min-height: calc(1.5em + 0.75rem + 2px); }
.btn-check:disabled + .btn, .btn-check[disabled] + .btn { pointer-events: none; filter: none; opacity: 0.65; }
.form-floating > .form-control, .form-floating > .form-select { height: calc(3.5rem + 2px); padding: 1rem 0.75rem; }
.form-floating > .form-control::-webkit-input-placeholder { color: transparent; }
.form-floating > .form-control::placeholder { color: transparent; }
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.form-floating > .form-control:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.form-floating > .form-control:-webkit-autofill ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.input-group > .form-control, .input-group > .form-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0px; }
.input-group > .form-control:focus, .input-group > .form-select:focus { z-index: 3; }
.input-group .btn { position: relative; z-index: 2; }
.input-group .btn:focus { z-index: 3; }
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; }
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.form-control.is-valid, .was-validated .form-control:valid { border-color: rgb(25, 135, 84); padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.form-control.is-valid:focus, .was-validated .form-control:valid:focus { border-color: rgb(25, 135, 84); box-shadow: rgba(25, 135, 84, 0.25) 0px 0px 0px 0.25rem; }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); background-position: right calc(0.375em + 0.1875rem) top calc(0.375em + 0.1875rem); }
.form-control.is-invalid, .was-validated .form-control:invalid { border-color: rgb(220, 53, 69); padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus { border-color: rgb(220, 53, 69); box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.25rem; }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); background-position: right calc(0.375em + 0.1875rem) top calc(0.375em + 0.1875rem); }
.btn { display: inline-block; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
.btn:hover { color: rgb(33, 37, 41); }
.btn-check:focus + .btn, .btn:focus { outline: 0px; box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem; }
.btn.disabled, .btn:disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; }
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(10, 88, 202); border-color: rgb(10, 83, 190); }
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: rgba(49, 132, 253, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(86, 94, 100); border-color: rgb(81, 88, 94); }
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: rgba(130, 138, 145, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(20, 108, 67); border-color: rgb(19, 101, 63); }
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: rgba(60, 153, 110, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(61, 213, 243); border-color: rgb(37, 207, 242); }
.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: rgba(11, 172, 204, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(255, 205, 57); border-color: rgb(255, 199, 32); }
.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: rgba(217, 164, 6, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(176, 42, 55); border-color: rgb(165, 40, 52); }
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: rgba(225, 83, 97, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle { color: rgb(0, 0, 0); background-color: rgb(249, 250, 251); border-color: rgb(249, 250, 251); }
.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: rgba(211, 212, 213, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(26, 30, 33); border-color: rgb(25, 28, 31); }
.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: rgba(66, 70, 73, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus { box-shadow: rgba(13, 110, 253, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); border-color: rgb(108, 117, 125); }
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active { color: rgb(255, 255, 255); background-color: rgb(25, 135, 84); border-color: rgb(25, 135, 84); }
.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus { box-shadow: rgba(25, 135, 84, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active { color: rgb(0, 0, 0); background-color: rgb(13, 202, 240); border-color: rgb(13, 202, 240); }
.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus { box-shadow: rgba(13, 202, 240, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active { color: rgb(0, 0, 0); background-color: rgb(255, 193, 7); border-color: rgb(255, 193, 7); }
.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-color: rgb(220, 53, 69); }
.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active { color: rgb(0, 0, 0); background-color: rgb(248, 249, 250); border-color: rgb(248, 249, 250); }
.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.25rem; }
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active { color: rgb(255, 255, 255); background-color: rgb(33, 37, 41); border-color: rgb(33, 37, 41); }
.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus { box-shadow: rgba(33, 37, 41, 0.5) 0px 0px 0px 0.25rem; }
.btn-group-lg > .btn, .btn-lg { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; }
.btn-group-sm > .btn, .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; }
.collapse:not(.show) { display: none; }
.dropdown, .dropend, .dropstart, .dropup { position: relative; }
.dropdown-toggle { white-space: nowrap; }
.dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-width: 0.3em 0.3em 0px; border-top-style: solid; border-top-color: initial; border-right-style: solid; border-right-color: transparent; border-bottom-style: initial; border-bottom-color: initial; border-left-style: solid; border-left-color: transparent; }
.dropdown-toggle:empty::after { margin-left: 0px; }
.dropdown-menu { position: absolute; top: 100%; left: 0px; z-index: 1000; display: none; min-width: 10rem; padding: 0.5rem 0px; margin: 0.125rem 0px 0px; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; }
.dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0px; margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-width: 0px 0.3em 0.3em; border-top-style: initial; border-top-color: initial; border-right-style: solid; border-right-color: transparent; border-bottom-style: solid; border-bottom-color: initial; border-left-style: solid; border-left-color: transparent; }
.dropup .dropdown-toggle:empty::after { margin-left: 0px; }
.dropend .dropdown-menu { top: 0px; right: auto; left: 100%; margin-top: 0px; margin-left: 0.125rem; }
.dropend .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-width: 0.3em 0px 0.3em 0.3em; border-top-style: solid; border-top-color: transparent; border-right-style: initial; border-right-color: initial; border-bottom-style: solid; border-bottom-color: transparent; border-left-style: solid; border-left-color: initial; }
.dropend .dropdown-toggle:empty::after { margin-left: 0px; }
.dropend .dropdown-toggle::after { vertical-align: 0px; }
.dropstart .dropdown-menu { top: 0px; right: 100%; left: auto; margin-top: 0px; margin-right: 0.125rem; }
.dropstart .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }
.dropstart .dropdown-toggle::after { display: none; }
.dropstart .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; }
.dropstart .dropdown-toggle:empty::after { margin-left: 0px; }
.dropstart .dropdown-toggle::before { vertical-align: 0px; }
.dropdown-item.active, .dropdown-item:active { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(13, 110, 253); }
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); }
.btn-group-vertical > .btn, .btn-group > .btn { position: relative; flex: 1 1 auto; }
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 1; }
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) { margin-left: -1px; }
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; }
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; }
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; }
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) { margin-top: -1px; }
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.nav-link { display: block; padding: 0.5rem 1rem; text-decoration: none; transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s; }
.nav-tabs .nav-link { margin-bottom: -1px; border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: rgb(233, 236, 239) rgb(233, 236, 239) rgb(222, 226, 230); }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255); }
.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.nav-pills .nav-link { border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); }
.nav-fill .nav-item, .nav-fill > .nav-link { flex: 1 1 auto; text-align: center; }
.nav-justified .nav-item, .nav-justified > .nav-link { flex-basis: 0px; flex-grow: 1; text-align: center; }
.tab-content > .active { display: block; }
.navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-top: 0.5rem; padding-bottom: 0.5rem; }
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; }
.navbar-brand { padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; text-decoration: none; white-space: nowrap; }
.navbar-nav { display: flex; flex-direction: column; padding-left: 0px; margin-bottom: 0px; list-style: none; }
.navbar-nav .nav-link { padding-right: 0px; padding-left: 0px; }
.navbar-nav .dropdown-menu { position: static; }
.navbar-collapse { align-items: center; width: 100%; }
.navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; transition: box-shadow 0.15s ease-in-out 0s; }
.navbar-toggler:hover { text-decoration: none; }
.navbar-toggler:focus { text-decoration: none; outline: 0px; box-shadow: 0px 0px 0px 0.25rem; }
.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; background-repeat: no-repeat; background-position: center center; background-size: 100%; }
.navbar-expand .navbar-nav { flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand .navbar-collapse { display: flex !important; }
.navbar-expand .navbar-toggler { display: none; }
.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.55); }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.55); border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-brand { color: rgb(255, 255, 255); }
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { color: rgb(255, 255, 255); }
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.55); }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link { color: rgb(255, 255, 255); }
.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.55); border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.55); }
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover { color: rgb(255, 255, 255); }
.card { position: relative; display: flex; flex-direction: column; min-width: 0px; overflow-wrap: break-word; background-color: rgb(255, 255, 255); background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; }
.card > hr { margin-right: 0px; margin-left: 0px; }
.card > .list-group { border-top: inherit; border-bottom: inherit; }
.card > .list-group:first-child { border-top-width: 0px; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); }
.card > .list-group:last-child { border-bottom-width: 0px; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); }
.card > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0px; }
.card-body { flex: 1 1 auto; padding: 1rem; }
.card-title { margin-bottom: 0.5rem; }
.card-img, .card-img-bottom, .card-img-top { width: 100%; }
.card-img, .card-img-top { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); }
.card-group > .card { margin-bottom: 0.75rem; }
.accordion-button.collapsed { border-bottom-width: 0px; }
.accordion-item:last-of-type .accordion-button.collapsed { border-bottom-width: 1px; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-width: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.breadcrumb-item.active { color: rgb(108, 117, 125); }
.page-item.active .page-link { z-index: 3; color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.btn .badge { position: relative; top: -1px; }
.list-group-item.active { z-index: 2; color: rgb(255, 255, 255); background-color: rgb(13, 110, 253); border-color: rgb(13, 110, 253); }
.list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; }
.list-group-horizontal > .list-group-item.active { margin-top: 0px; }
.list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }
.list-group-item-primary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(8, 66, 152); border-color: rgb(8, 66, 152); }
.list-group-item-secondary.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(65, 70, 75); border-color: rgb(65, 70, 75); }
.list-group-item-success.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(15, 81, 50); border-color: rgb(15, 81, 50); }
.list-group-item-info.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(5, 81, 96); border-color: rgb(5, 81, 96); }
.list-group-item-warning.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(102, 77, 3); border-color: rgb(102, 77, 3); }
.list-group-item-danger.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(132, 32, 41); border-color: rgb(132, 32, 41); }
.list-group-item-light.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(99, 100, 100); border-color: rgb(99, 100, 100); }
.list-group-item-dark.list-group-item-action.active { color: rgb(255, 255, 255); background-color: rgb(20, 22, 25); border-color: rgb(20, 22, 25); }
.carousel-item-next, .carousel-item-prev, .carousel-item.active { display: block; }
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active { z-index: 1; opacity: 1; }
.carousel-indicators .active { opacity: 1; }
.clearfix::after { display: block; clear: both; content: ""; }
.w-100 { width: 100% !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-5 { padding: 3rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.pt-5 { padding-top: 3rem !important; }
.pb-0 { padding-bottom: 0px !important; }
.pb-5 { padding-bottom: 3rem !important; }
.text-center { text-align: center !important; }
.text-light { color: rgb(248, 249, 250) !important; }
.text-white { color: rgb(255, 255, 255) !important; }
* { box-sizing: border-box; }
.colmn { float: left; width: 50%; padding: 10px; }
.ri::after { content: ""; display: table; clear: both; }
#ju { width: 80%; margin: 0px auto; }
ul { padding-left: 0rem; }
.typewrite > .wrap { border-right: 0.08em solid rgb(255, 255, 255); }
/* Current Font Family */
body{ font-family: "ubuntu", sans-serif!important }