@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/FuturaPT/FuturaPTBold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/FuturaPT/FuturaPTMedium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/FuturaPT/FuturaPTBook.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
html {
  color: #5b5860;
  font-family: "FuturaPT", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #180b2d;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 500;
  line-height: 1.2em;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 25px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

table {
  width: 100%;
  margin-bottom: 25px;
}

table th {
  font-weight: 600;
  color: #78778f;
}

table td,
table th {
  border-top: 1px solid #eeeeff;
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}

dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: #78778f;
  border: 1px solid #eeeeff;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: #78778f;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
    line-height: 1.6em;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 992px) {
  .cs-height_0 {
    height: 0px;
  }
  .cs-height_5 {
    height: 5px;
  }
  .cs-height_10 {
    height: 10px;
  }
  .cs-height_15 {
    height: 15px;
  }
  .cs-height_20 {
    height: 20px;
  }
  .cs-height_25 {
    height: 25px;
  }
  .cs-height_30 {
    height: 30px;
  }
  .cs-height_35 {
    height: 35px;
  }
  .cs-height_40 {
    height: 40px;
  }
  .cs-height_45 {
    height: 45px;
  }
  .cs-height_50 {
    height: 50px;
  }
  .cs-height_55 {
    height: 55px;
  }
  .cs-height_60 {
    height: 60px;
  }
  .cs-height_65 {
    height: 65px;
  }
  .cs-height_70 {
    height: 70px;
  }
  .cs-height_75 {
    height: 75px;
  }
  .cs-height_80 {
    height: 80px;
  }
  .cs-height_85 {
    height: 85px;
  }
  .cs-height_90 {
    height: 90px;
  }
  .cs-height_95 {
    height: 95px;
  }
  .cs-height_100 {
    height: 100px;
  }
  .cs-height_105 {
    height: 105px;
  }
  .cs-height_110 {
    height: 110px;
  }
  .cs-height_115 {
    height: 115px;
  }
  .cs-height_120 {
    height: 120px;
  }
  .cs-height_125 {
    height: 125px;
  }
  .cs-height_130 {
    height: 130px;
  }
  .cs-height_135 {
    height: 135px;
  }
  .cs-height_140 {
    height: 140px;
  }
  .cs-height_145 {
    height: 145px;
  }
  .cs-height_150 {
    height: 150px;
  }
  .cs-height_155 {
    height: 155px;
  }
  .cs-height_160 {
    height: 160px;
  }
  .cs-height_165 {
    height: 165px;
  }
  .cs-height_170 {
    height: 170px;
  }
  .cs-height_175 {
    height: 175px;
  }
  .cs-height_180 {
    height: 180px;
  }
  .cs-height_185 {
    height: 185px;
  }
  .cs-height_190 {
    height: 190px;
  }
  .cs-height_195 {
    height: 195px;
  }
  .cs-height_200 {
    height: 200px;
  }
  .cs-height_205 {
    height: 205px;
  }
  .cs-height_210 {
    height: 210px;
  }
}

@media screen and (max-width: 991px) {
  .cs-height_lg_0 {
    height: 0px;
  }
  .cs-height_lg_5 {
    height: 5px;
  }
  .cs-height_lg_10 {
    height: 10px;
  }
  .cs-height_lg_15 {
    height: 15px;
  }
  .cs-height_lg_20 {
    height: 20px;
  }
  .cs-height_lg_25 {
    height: 25px;
  }
  .cs-height_lg_30 {
    height: 30px;
  }
  .cs-height_lg_35 {
    height: 35px;
  }
  .cs-height_lg_40 {
    height: 40px;
  }
  .cs-height_lg_45 {
    height: 45px;
  }
  .cs-height_lg_50 {
    height: 50px;
  }
  .cs-height_lg_55 {
    height: 55px;
  }
  .cs-height_lg_60 {
    height: 60px;
  }
  .cs-height_lg_65 {
    height: 65px;
  }
  .cs-height_lg_70 {
    height: 70px;
  }
  .cs-height_lg_75 {
    height: 75px;
  }
  .cs-height_lg_80 {
    height: 80px;
  }
  .cs-height_lg_85 {
    height: 85px;
  }
  .cs-height_lg_90 {
    height: 90px;
  }
  .cs-height_lg_95 {
    height: 95px;
  }
  .cs-height_lg_100 {
    height: 100px;
  }
  .cs-height_lg_105 {
    height: 105px;
  }
  .cs-height_lg_110 {
    height: 110px;
  }
  .cs-height_lg_115 {
    height: 115px;
  }
  .cs-height_lg_120 {
    height: 120px;
  }
  .cs-height_lg_125 {
    height: 125px;
  }
  .cs-height_lg_130 {
    height: 130px;
  }
  .cs-height_lg_135 {
    height: 135px;
  }
  .cs-height_lg_140 {
    height: 140px;
  }
  .cs-height_lg_145 {
    height: 145px;
  }
  .cs-height_lg_150 {
    height: 150px;
  }
  .cs-height_lg_155 {
    height: 155px;
  }
  .cs-height_lg_160 {
    height: 160px;
  }
  .cs-height_lg_165 {
    height: 165px;
  }
  .cs-height_lg_170 {
    height: 170px;
  }
  .cs-height_lg_175 {
    height: 175px;
  }
  .cs-height_lg_180 {
    height: 180px;
  }
  .cs-height_lg_185 {
    height: 185px;
  }
  .cs-height_lg_190 {
    height: 190px;
  }
  .cs-height_lg_195 {
    height: 195px;
  }
  .cs-height_lg_200 {
    height: 200px;
  }
  .cs-height_lg_205 {
    height: 205px;
  }
  .cs-height_lg_210 {
    height: 210px;
  }
}

/* Odometer */
.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: inherit;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.cs-site_header.cs-style1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-site_header.cs-style1 .cs-main_header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  position: relative;
}

.cs-site_header.cs-style1 .cs-main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.cs-toolbox_icon_btn {
  cursor: pointer;
}

.cs-site_header.cs-style1.cs-sticky-active {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.cs-site_header.cs-style1 .cs-social-btn.cs-style1 li {
  font-size: 18px;
  color: #9998a8;
  margin-right: 20px;
}

.cs-site_header.cs-style1 .cs-social-btn.cs-style1 li:last-child {
  margin-right: 0;
}

.cs-site_header.cs-style1 .cs-toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-site_header.cs-style1 .cs-toolbox > *:not(:first-child) {
  margin-left: 35px;
}

.cs-site_header.cs-style1 .cs-toolbox > *.cs-search_wrap {
  margin-left: 0px !important;
}

.cs-site_header.cs-style1 .cs-nav + .cs-toolbox {
  margin-left: 40px;
}

.cs-site_header.cs-style1 .cs-language_toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-site_header.cs-style1 .cs-language_toggle .fa-language {
  margin-right: 8px;
}

.cs-site_header.cs-style1 .cs-language_toggle .cs-toggle_arrow {
  margin-left: 8px;
  font-size: 15px;
  -webkit-transition: inherit;
  transition: inherit;
}

.cs-site_header.cs-style1 .cs-icon_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-site_header.cs-style1 .cs-icon_btn i {
  margin-right: 8px;
  font-size: 17px;
}

.cs-site_header.cs-style1 .cs-header_category_toggle {
  border: none;
  height: 100%;
  padding: 0;
  border-radius: 0 35px 35px 0;
  overflow: hidden;
}

.cs-site_header.cs-style1 .cs-header_category_toggle i {
  margin-right: 10px;
}

.cs-site_header.cs-style1 .cs-header_category_toggle span {
  margin-left: 30px;
  -webkit-transition: inherit;
  transition: inherit;
}

.cs-site_header.cs-style1 .cs-header_category_toggle_in {
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: inherit;
  transition: inherit;
}

.cs-site_header.cs-style1 .cs-header_category_wrap {
  height: 100%;
}

.cs-site_header.cs-style1 .cs-header_category_list {
  border-top: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 2px;
  background-color: #fff;
  width: 317px;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(73, 75, 65, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(73, 75, 65, 0.1);
  z-index: 2;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 550px;
  overflow: auto;
  margin: 10px 0 0;
}

.cs-site_header.cs-style1 .cs-header_category_list ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.cs-site_header.cs-style1 .cs-header_category_list ul ul {
  padding: 0 0px;
  margin: 0 20px;
  border-width: 0;
  border-left-width: 1px;
  border-style: solid;
  font-size: 15px;
  line-height: 1.6em;
  display: none;
}

.cs-site_header.cs-style1 .cs-header_category_list ul ul a {
  padding: 4px 0 4px 20px;
  display: block;
}

.cs-site_header.cs-style1 .cs-header_category_list li {
  position: relative;
}

.cs-site_header.cs-style1 .cs-header_category_list .cs-subcategory_toggle {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  top: 3px;
  cursor: pointer;
  z-index: 2;
  border-radius: 3px;
}

.cs-site_header.cs-style1 .cs-header_category_list .cs-subcategory_toggle i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-site_header.cs-style1
  .cs-header_category_list
  .cs-subcategory_toggle.active
  i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cs-site_header.cs-style1 .active .cs-header_category_toggle {
  border-bottom-right-radius: 0;
}

.cs-site_header.cs-style1 .active .cs-header_category_list,
.cs-site_header.cs-style1 .active .cs-language_list {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.cs-site_header.cs-style1 .active .cs-header_category_toggle .cs-toggle_arrow,
.cs-site_header.cs-style1 .active .cs-language_toggle .cs-toggle_arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cs-site_header.cs-style1 .cs-action_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-site_header.cs-style1 .cs-action_box .cs-action_value {
  margin-left: 15px;
}

.cs-site_header.cs-style1 .cs-action_box > *:not(:last-child) {
  margin-right: 35px;
}

.cs-site_header.cs-style1 .cs-action_count {
  position: absolute;
  left: 16px;
  top: -9px;
  font-size: 12px;
  line-height: 1.2em;
  border-radius: 50%;
  min-width: 20px;
  padding: 3px;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 155, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 155, 0.1);
}

.cs-site_header.cs-style1 .cs-action_count2 {
  position: absolute;
  left: 11px;
  bottom: 14px;
  border-radius: 50%;
  z-index: 1;
  padding: 3px;
  line-height: 1.2em;
  -webkit-box-shadow: 0 0 0px 1px #fff;
  box-shadow: 0 0 0px 1px #fff;
}

.cs-site_header.cs-style1 .cs-language_list {
  position: absolute;
  right: 0;
  background-color: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  margin-top: 20px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
  z-index: 2;
  width: 200px;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-radius: 0 0 7px 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-site_header.cs-style1 .cs-language_list a {
  display: block;
  line-height: 1.5em;
  padding: 10px 20px;
}

.cs-site_header.cs-style1 .cs-header_category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 20px;
}

.cs-site_header.cs-style1 .cs-header_category_item svg,
.cs-site_header.cs-style1 .cs-header_category_item img {
  width: 24px;
  margin-right: 10px;
}

.cs-site_header.cs-style1 .cs-category_name {
  display: block;
  position: relative;
  padding-left: 12px;
}

.cs-site_header.cs-style1 .cs-category_name i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 16px;
}

.cs-site_header.cs-style1 .current-menu-item > a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

@-webkit-keyframes hanburgerEffect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transition: ease-out;
    transition: ease-out;
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0);
    transform: scale(0.02) translateY(0);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes hanburgerEffect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transition: ease-out;
    transition: ease-out;
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0);
    transform: scale(0.02) translateY(0);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

.cs-hamburger_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.cs-hamburger_wrap .cs-hamburger {
  margin-right: 22px;
}

.cs-hamburger_wrap:hover .cs-hamburger span {
  width: 100%;
}

.cs-hamburger {
  position: relative;
  width: 36px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.cs-hamburger span {
  background-color: currentColor;
  height: 4px;
  width: 100%;
  border-radius: 3px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-hamburger span:nth-child(2) {
  width: 30px;
}

.cs-hamburger span:last-child {
  width: 20px;
}

.cs-hamburger:hover span {
  width: 100%;
}

.cs-toolbox > *:not(:first-child) {
  margin-left: 15px;
}

.cs-toolbox_btn {
  border-radius: 5px;
  color: #fefefe;
  font-size: 16px;
  display: inline-block;
  padding: 11px 30px;
  min-width: 135px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5em;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(59, 20, 0, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(59, 20, 0, 0.1);
  position: relative;
}

.cs-toolbox_btn span {
  position: relative;
  z-index: 1;
}

.cs-search_toggle_sm {
  display: none;
}

.cs-header_toolbox-nav {
  font-size: 16px;
  line-height: 1.4em;
}

.cs-header_toolbox-nav li:not(:first-child) {
  margin-left: 40px;
}

.cs-header_toolbox-nav a {
  position: relative;
}

.cs-header_toolbox-nav a:hover {
  color: #fe0000;
}

.cs-header_toolbox-nav .cs-label {
  position: absolute;
  right: -3px;
  top: -3px;
  height: 7px;
  width: 7px;
  background: #fe0000;
  border-radius: 50%;
}

.cs-site_header_full_width .container {
  max-width: 100%;
  padding: 0 50px;
}

.cs-site_header_style1 {
  border-bottom: 1px solid #1a188d;
}

.cs-site_header_style1 .cs-main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-site_header_style1 .cs-nav + .cs-header_toolbox.cs-center {
  margin-left: 35px;
}

.cs-site_header_style1 .cs-nav .cs-nav_list > li.current-menu-item > a:before {
  bottom: -4px;
  background-color: #fff;
}

.cs-site_header.cs-style1
  .menu-item-has-children
  .current-menu-item
  > a:before {
  display: none;
}

@media screen and (max-width: 1199px) {
  .cs-main_header .container {
    max-width: 100%;
  }
  .cs-site_header.cs-style1 .cs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.cs-site_header.cs-sticky-header {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}

.cs-site_branding {
  display: inline-block;
}

.cs-site_branding img {
  height: 45px;
}

@media screen and (min-width: 1200px) {
  .cs-main_header {
    position: relative;
  }
  .cs-main_header .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cs-main_header_center,
  .cs-top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .cs-site_header.cs-style1 .cs-main_header_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .cs-site_header.cs-style1 .cs-main_header_left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .cs-nav .cs-nav_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: inherit;
  }
  .cs-nav .cs-nav_list > li {
    margin-right: 40px;
    height: inherit;
  }
  .cs-nav .cs-nav_list > li:last-child {
    margin-right: 0;
  }
  .cs-nav .cs-nav_list > li > a {
    padding: 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .cs-nav .cs-nav_list > li > a:hover {
    color: #ff6d5a;
  }
  .cs-nav
    .cs-nav_list
    .cs-mega-wrapper
    .menu-item-has-children
    ul
    li
    > a:hover {
    color: #ff6d5a;
    background-color: rgb(255 109 90 / 15%);
  }
  .cs-sticky-active .cs-nav .cs-nav_list > li > a {
    color: #180b2d;
  }
  .cs-sticky-active .cs-nav .cs-nav_list > li > a:hover {
    color: #ff6d5a;
  }
  .cs-nav .cs-nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .cs-nav .cs-nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs-nav .cs-nav_list li:not(.cs-mega-menu) {
    position: relative;
  }
  .cs-nav .cs-nav_list ul {
    width: 260px;
    background-color: #fff;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(2 0 181 / 10%);
    box-shadow: 0px 1px 2px 0px rgb(2 0 181 / 10%);
    border-top: 3px solid #ff6d5a;
    border-radius: 0 0 7px 7px;
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .cs-nav .cs-nav_list ul li:hover ul {
    top: 0px;
  }
  .cs-nav .cs-nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs-nav .cs-nav_list ul a {
    font-size: 90%;
    display: block;
    line-height: 1.5em;
    padding: 12px 20px;
  }
  .cs-nav .cs-nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs-munu_toggle,
  .cs-munu_dropdown_toggle {
    display: none;
  }
  .cs-nav .cs-nav_list .cs-mega-wrapper {
    width: 1170px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    padding: 0;
  }
  .cs-nav .cs-nav_list .cs-mega-wrapper > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0;
  }
  .cs-nav .cs-nav_list .cs-mega-wrapper > li:not(:last-child) {
    border-right: 1px solid #eeeeff;
  }
  .cs-nav .cs-nav_list .cs-mega-wrapper > li > a {
    color: #0b0a60;
    font-weight: 600;
  }
  .cs-nav .cs-nav_list .cs-mega-wrapper > li > a:hover {
    background-color: transparent;
  }
  .cs-nav .cs-nav_list .cs-mega-wrapper > li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .cs-nav .cs-nav_list .cs-mega-menu:hover .cs-mega-wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .cs-nav
    .cs-nav_list
    > li
    ul:not(.cs-mega-wrapper)
    .menu-item-has-children
    > a {
    position: relative;
  }
  .cs-nav
    .cs-nav_list
    > li.menu-item-has-children
    ul:not(.cs-mega-wrapper)
    li.menu-item-has-children
    > a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    right: 16px;
  }
}

@media screen and (max-width: 1360px) {
  .cs-site-branding {
    max-width: 190px;
  }
  .cs-site_header_full_width .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1199px) {
  .cs-munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .cs-munu_dropdown_toggle:before,
  .cs-munu_dropdown_toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: #78778f;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs-munu_dropdown_toggle:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs-munu_dropdown_toggle.active:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .cs-nav .cs-nav_list {
    position: absolute;
    width: 100vw;
    left: -15px;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #eeeeff;
    border-bottom: 1px solid #eeeeff;
    overflow: auto;
    max-height: calc(100vh - 80px);
    font-size: 16px;
    line-height: 1.6em;
  }
  .cs-nav .cs-nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs-nav .cs-nav_list a {
    display: block;
    padding: 8px 20px;
  }
  .cs-nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .cs-munu_toggle {
    display: inline-block;
    width: 32px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .cs-munu_toggle span,
  .cs-munu_toggle span:before,
  .cs-munu_toggle span:after {
    width: 100%;
    height: 3px;
    background-color: #0b0a60;
    display: block;
  }
  .cs-munu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .cs-munu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  .cs-munu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  .cs-site_header.cs-style1 .cs-munu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .cs-toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .cs-toggle_active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  .cs-toggle_active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  .cs-header_toolbox {
    margin-right: 50px;
  }
  .cs-toolbox_btn {
    padding: 8px 20px;
    min-width: 100px;
  }
  .cs-nav .cs-nav_list a {
    position: relative;
  }
  .cs-site_header.cs-style1 .cs-main_header_in {
    height: 80px;
  }
  .cs-site_header.cs-style1 .cs-nav + .cs-toolbox {
    margin-left: 0;
  }
  .cs-site_header.cs-style1 .cs-toolbox {
    margin-left: 0;
    margin-right: 55px;
  }
  .cs-hamburger span {
    height: 3px;
  }
  .cs-site_header.cs-style1 .cs-top_header .cs-toolbox {
    margin-right: 0;
  }
  .cs-site_header.cs-style1 .cs-header_category_toggle {
    height: 70px;
    margin-left: -15px;
  }
  .cs-site_header.cs-style1 .cs-header_category_list {
    margin-left: -15px;
  }
  .cs-site_header .current-menu-item > a:before {
    display: none;
  }
  .cs-search.cs-style1 {
    width: 380px;
  }

  .cs-site_branding img {
    height: 35px;
  }
  .cs-site_header .cs-btn.cs-style6 {
    font-size: 14px;
  }
  .cs-site_header .cs-btn.cs-style6 .cs-btn_text {
    padding: 7px 20px;
  }
  .cs-site_header.cs-style1 .cs-main_header_center .cs-site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 991px) {
  .cs-site_header .container {
    max-width: 100%;
  }
  .cs-site_header.cs-style1 .cs-action_box .cs-action_value {
    display: none;
  }
  .cs-search_1_out {
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
    background-color: #fff;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs-site_header.cs-style1 .cs-search_toggle_sm {
    background-color: transparent;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    right: 44px;
    top: 91px;
    position: absolute;
    z-index: 1;
  }
  .cs-site_header.cs-style1 .cs-search_1_wrap.active .cs-search_1_out {
    top: 0;
  }
  .cs-site_header.cs-style1 .cs-header_category_list {
    width: 306px;
  }
  .cs-site_header.cs-style1 .cs-action_box > *:not(:last-child) {
    margin-right: 25px;
  }
  .cs-search.cs-style1 {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 575px) {
  .cs-site-branding {
    max-width: 150px;
  }
  .cs-header_toolbox {
    margin-right: 44px;
  }
  .cs-toolbox > a:not(:first-child) {
    margin-left: 10px;
  }
  .cs-toolbox_btn,
  .cs-hamburger_text,
  .cs-site_header .cs-btn.cs-style6 {
    display: none;
  }
  .cs-hamburger_wrap .cs-hamburger {
    margin-right: 0;
  }
  .cs-site_branding img {
    height: 32px;
  }
  .cs-site_header.cs-style1 .cs-toolbox > *:not(:first-child) {
    margin-left: 25px;
  }
  .cs-site_header.cs-style1 .cs-icon_btn i {
    margin-right: 0;
  }
  .cs-site_header.cs-style1 .cs-icon_btn span {
    display: none;
  }
  .cs-site_header.cs-style1 .cs-language_wrap .cs-toggle_text {
    display: none;
  }
  .cs-site_header.cs-style1 .cs-language_toggle .fa-language {
    margin-right: 0;
  }
  .cs-site_header.cs-style1
    .cs-header_category_wrap
    .cs-header_category_toggle
    span {
    display: none;
  }
  .cs-site_header.cs-style1 .cs-header_category_toggle_in {
    padding: 10px 15px;
    font-size: 20px;
  }
  .cs-site_header.cs-style1 .cs-header_category_toggle_in i {
    margin-right: 5px;
  }
  .cs-site_header.cs-style1 .active .cs-header_category_list {
    left: 0;
  }
  .cs-site_header.cs-style1 .active .cs-header_category_list {
    margin-top: 0;
  }
  .cs-site_header.cs-style1 .cs-header_category_wrap {
    position: inherit !important;
  }
  .cs-site_header.cs-style1 .cs-header_category_list {
    width: calc(100% + 30px);
    margin-left: -15px;
    max-height: calc(100vh - 130px);
  }
}

@media screen and (max-width: 450px) {
  .cs-toolbox > a:not(:first-child) {
    margin-left: 0;
  }
}

.cs-text_center {
  text-align: center;
}

.cs-text_right {
  text-align: right;
}

.cs-container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cs-hero {
  height: 1120px;
  background-size: cover;
  background-position: top center;
  padding-top: 245px;
  position: relative;
  overflow: hidden;
}

.cs-hero_text {
  position: relative;
  z-index: 10;
}

.cs-hero_img {
  position: absolute;
  width: 2450px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30%;
}

.cs-hero_title {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  line-height: 1.15em;
  margin-bottom: 15px;
}

.cs-hero_subtitle {
  font-size: 20px;
  line-height: 1.6em;
  color: #fff;
  margin-bottom: 35px;
}

.cs-btn.cs-style1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5em;
  color: #fff;
  background-color: #ff6d5a;
  padding: 15px 42px;
  position: relative;
  outline: none;
  border: none;
  font-size: 20px;
}

.cs-btn.cs-style1:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-color: inherit;
  opacity: 0.5;
  z-index: -1;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-btn.cs-style1:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.cs-btn.cs-style1:hover:after {
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-btn.cs-style1.cs-color1 {
  background-color: #4b4489;
}
.cs-site_header .cs-btn.cs-style1 {
  padding: 12px 40px;
  font-size: 16px;
}
.cs-section_heading.cs-style1 .cs-section_title {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 0;
}

.cs-section_heading.cs-style1 .cs-section_subtitle {
  font-size: 20px;
  line-height: 1.6em;
  margin: 8px 0 0;
}

.cs-section_heading.cs-style1.cs-white .cs-section_title {
  color: #fff;
}

.cs-section_heading.cs-style1.cs-white .cs-section_subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.cs-demos {
  grid-gap: 50px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cs-demo {
  display: block;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 10px 60px 0px rgb(24 11 45 / 10%);
  overflow: hidden;
  background-color: #fff;
}
.cs-demo:hover {
  transform: translateY(-8px);
}
.cs-demo img {
  border-radius: 15px 15px 0 0;
}
.cs-demo_name {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  padding: 18px 15px;
  transition: all 0.3s ease;
  border-radius: 0 0 15px 15px;
  position: relative;
  background-color: #fff;
  z-index: 2;
  border-radius: 0 0 15px 15px;
}
.cs-seperator {
  width: 100%;
  height: 50px;
  box-shadow: 0px 10px 60px 0px rgb(24 11 45 / 10%);
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
}
.cs-focus_bg {
  background-color: #252052;
}
.cs-focus_bg_2 {
  background-color: #4b4489;
}
.cs-getes {
  grid-gap: 140px 140px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cs-get {
  text-align: center;
}
.cs-get .cs-get_img {
  margin-bottom: 40px;
}
.cs-get .cs-get_title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.cs-get .cs-get_subtitle {
  margin: 0;
  color: rgb(255 255 255 / 80%);
}

.cs-gray_bg {
  background-color: #f8f6fa;
}

.cs-accent_bg_1 {
  background-color: #fff6f5;
}
.cs-icon_boxes {
  grid-gap: 30px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cs-icon_box {
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 15px;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 60px 0px rgba(47, 21, 18, 0.06);
}

.cs-icon {
  height: 90px;
  width: 90px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.cs-icon svg {
  width: 40px;
}

.cs-icon_title {
  font-size: 24px;
  margin: 30px 0 0;
  transition: all 0.3s ease;
}
.cs-icon_box:hover .cs-icon {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}
.cs-icon_box:hover .cs-icon_title {
  color: #fff;
}

.cs-icon_box.cs-color1 .cs-icon {
  color: #4b4489;
  background-color: rgb(75 68 137 / 15%);
}
.cs-icon_box.cs-color1:hover {
  background-color: #4b4489;
}

.cs-icon_box.cs-color2 .cs-icon {
  color: #ff6d5a;
  background-color: rgb(255 109 90 / 15%);
}
.cs-icon_box.cs-color2:hover {
  background-color: #ff6d5a;
}

.cs-icon_box.cs-color3 .cs-icon {
  color: #1c19f1;
  background-color: rgb(28 25 241 / 15%);
}
.cs-icon_box.cs-color3:hover {
  background-color: #1c19f1;
}

.cs-icon_box.cs-color4 .cs-icon {
  color: #02b3fd;
  background-color: rgb(2 179 253 / 15%);
}
.cs-icon_box.cs-color4:hover {
  background-color: #02b3fd;
}

.cs-icon_box.cs-color5 .cs-icon {
  color: #ff4070;
  background-color: rgb(255 109 90 / 15%);
}
.cs-icon_box.cs-color5:hover {
  background-color: #ff4070;
}

.cs-icon_box.cs-color6 .cs-icon {
  color: #554bb9;
  background-color: rgb(85 75 185 / 15%);
}
.cs-icon_box.cs-color6:hover {
  background-color: #554bb9;
}

.cs-icon_box.cs-color7 .cs-icon {
  color: #be2cf7;
  background-color: rgb(190 44 247 / 15%);
}
.cs-icon_box.cs-color7:hover {
  background-color: #be2cf7;
}

.cs-icon_box.cs-color8 .cs-icon {
  color: #4ad663;
  background-color: rgb(74 214 99 / 15%);
}
.cs-icon_box.cs-color8:hover {
  background-color: #4ad663;
}
.cs-icon_box_2 {
  text-align: center;
  background-color: rgb(255 255 255 / 5%);
  border-radius: 20px;
  padding: 30px 20px;
}
.cs-icon_title_2 {
  margin: 0;
  color: rgb(255 255 255 / 80%);
  font-size: 22px;
}
.cs-icon_2 {
  width: 80px;
  height: 80px;
  background-color: #4b4489;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: auto;
  border-radius: 50%;
}
.cs-icon_2 svg {
  width: 35px;
}

.cs-icon_number {
  font-size: 58px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 15px;
}
.cs-layoutes {
  grid-gap: 85px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cs-layout_title {
  margin-bottom: 0;
  margin-top: 22px;
}
.cs-layout {
  text-align: center;
}
.cs-footer_minititle {
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.cs-footer_minititle span {
  margin: 0 15px;
}

.cs-footer_title {
  font-size: 68px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.cs-footer_subtitle {
  color: rgb(255 255 255 / 70%);
  margin: 0 0 40px;
  font-size: 20px;
  line-height: 1.6em;
}
.cs-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.cs-col {
  flex: none;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.cs-col_2 {
  grid-template-columns: repeat(2, 1fr);
}
.cs-right_full_width {
  height: 100%;
  width: calc(50vw + -24px);
}
.cs-left_full_width {
  height: 100%;
  width: calc(50vw - 8px);
  margin-left: calc(-50vw + 103.6%);
}
.cs-textbox.cs-type1 {
  margin-left: 18%;
}

.cs-textbox_img {
  position: relative;
}

.cs-vertical_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
}
.cs-vertical_middle_in {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.cs-textbox {
  max-width: 490px;
}
.cs-textbox_tilte {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
.cs-textbox_subtitle {
  margin: 0;
  font-size: 20px;
  line-height: 1.6em;
}
.cs-accordians.cs-style1 .cs-accordian {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 124, 0.1);
}

.cs-accordians.cs-style1 .cs-accordian:not(:last-child) {
  margin-bottom: 20px;
}

.cs-accordians.cs-style1 .cs-accordian.active {
  border-radius: 0 0 5px 5px;
}

.cs-accordians.cs-style1 .cs-accordian.active .cs-accordian_head {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 124, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 124, 0.1);
  border-radius: 0 5px 0px 0;
}

.cs-accordians.cs-style1 .cs-accordian.active .cs-accordian_toggle svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cs-accordians.cs-style1 .cs-accordian_head {
  cursor: pointer;
  position: relative;
  border-left-width: 3px;
  border-left-style: solid;
  border-color: #ff6d5a;
  padding: 17px 60px 17px 35px;
  border-radius: 0 5px 5px 0;
  background-color: #fff6f5;
}

.cs-accordians.cs-style1 .cs-accordian_title {
  font-size: 22px;
  margin: 0;
}

.cs-accordians.cs-style1 .cs-accordian_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  width: 44px;
  border-radius: 5px;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 8px;
  color: #ff6d5a;
}

.cs-accordians.cs-style1 .cs-accordian_toggle svg {
  width: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-accordians.cs-style1 .cs-accordian-body {
  padding: 25px 35px;
  background-color: #fff6f5;
  border-radius: 0 0 5px 5px;
}

.cs-accordians.cs-style1 .cs-accordian-body p {
  margin: 0;
}
.cs-parallax [class*="cs-to_"],
.cs-bg_parallax {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-preloader {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100vh;
}

.cs-preloader_bg {
  text-align: center;
  height: 100%;
  width: 100%;
}

.cs-preloader_in {
  width: 120px;
  height: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
}

.cs-preloader_in:after {
  content: "";
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: 50%;
  top: 50%;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  margin-left: -60px;
  margin-top: -60px;
}

.cs-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-accent_4_bg {
  background-color: rgb(255 109 90 / 4%);
}

.cs-white_bg {
  background-color: #fff;
}
.cs-accent_color {
  color: #ff6d5a;
}

.cs-accent_20_border {
  border-color: rgb(255 109 90 / 20%);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1350px) {
  .cs-demos {
    grid-gap: 30px;
  }
  .cs-getes {
    grid-gap: 80px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-demos {
    grid-template-columns: repeat(3, 1fr);
  }
  .cs-icon_boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  #faq .cs-col:last-child {
    display: none;
  }
  #faq .cs-col:first-child {
    width: 100%;
  }
  .cs-site_header.cs-sticky-header {
    background-color: #fff;
  }
  .cs-site_header .cs-btn.cs-style1 {
    padding: 9px 25px;
    font-size: 14px;
  }
  .cs-layoutes {
    grid-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .cs-getes {
    grid-gap: 60px 0px;
    grid-template-columns: repeat(1, 1fr);
  }
  #elements {
    display: none;
  }
  .cs-icon_boxes {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .cs-hero_title {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .cs-hero_subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .cs-btn.cs-style1 {
    padding: 11px 30px;
    font-size: 16px;
  }
  .cs-hero {
    height: 620px;
    padding-top: 80px;
    display: flex;
    align-items: center;
  }
  .cs-section_heading.cs-style1 .cs-section_title {
    font-size: 36px;
    margin-bottom: 0;
  }
  .cs-section_heading.cs-style1 .cs-section_subtitle {
    font-size: 16px;
    line-height: 1.4em;
    margin: 6px 0 0;
  }
  .cs-demo_name {
    font-size: 18px;
    padding: 11px 10px;
  }
  .cs-get .cs-get_img {
    margin-bottom: 25px;
  }
  .cs-get .cs-get_title {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .cs-get .cs-get_subtitle {
    line-height: 1.4em;
  }
  .cs-icon_title {
    font-size: 18px;
    margin: 20px 0 0;
  }
  .cs-icon {
    height: 80px;
    width: 80px;
  }
  .cs-icon_box {
    padding: 25px 15px 20px;
  }
  .cs-icon_number {
    font-size: 42px;
  }
  .cs-icon_title_2 {
    font-size: 18px;
  }
  .cs-layoutes {
    grid-template-columns: repeat(2, 1fr);
  }
  .cs-layout_title {
    margin-top: 15px;
    font-size: 22px;
  }
  .cs-accordians.cs-style1 .cs-accordian_title {
    font-size: 18px;
  }
  .cs-accordians.cs-style1 .cs-accordian_head {
    padding: 15px 30px 15px 15px;
    border-left-width: 2px;
  }
  .cs-accordians.cs-style1 .cs-accordian-body {
    padding: 20px 20px;
  }
  .cs-accordians.cs-style1 .cs-accordian_toggle {
    right: 0px;
    top: 3px;
  }
  .cs-footer_subtitle {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.4em;
  }
  .cs-footer_title {
    font-size: 42px;
    margin-bottom: 5px;
  }
  .cs-footer_minititle {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .cs-footer_minititle span {
    margin: 0 5px;
  }
  .cs-hero_img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cs-demos {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cs-layoutes {
    grid-gap: 20px;
  }
  .cs-layout_title {
    margin-top: 10px;
    font-size: 16px;
  }
  .cs-footer_subtitle br,
  .cs-section_heading.cs-style1 .cs-section_title br,
  .cs-section_heading.cs-style1 .cs-section_subtitle br,
  .cs-get .cs-get_subtitle br,
  .cs-hero_title br,
  .cs-hero_subtitle br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .cs-demos {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs-icon_boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
