/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-x: hidden;
  }
  
  /* Sections
       ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
    overflow-x: hidden;
  }

  
  @font-face {
    font-family: 'Effra Light';
    src: url('../assets/fonts/EffraLight-Regular.eot');
    src: url('../assets/fonts/EffraLight-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/EffraLight-Regular.woff2') format('woff2'),
        url('../assets/fonts/EffraLight-Regular.woff') format('woff'),
        url('../assets/fonts/EffraLight-Regular.ttf') format('truetype'),
        url('../assets/fonts/EffraLight-Regular.svg#EffraLight-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Effra';
    src: url('../assets/fonts/Effra-Regular.eot');
    src: url('../assets/fonts/Effra-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Effra-Regular.woff2') format('woff2'),
        url('../assets/fonts/Effra-Regular.woff') format('woff'),
        url('../assets/fonts/Effra-Regular.ttf') format('truetype'),
        url('../assets/fonts/Effra-Regular.svg#Effra-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


  /* Grouping content
       ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /* Text-level semantics
       ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bold;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.4em;
  }
  
  /* Embedded content
       ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  
  /* Forms
       ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;




}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
 fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *		`fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  
  /* Interactive
       ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  
  /* Misc
       ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }

  .contactRemove,
  .contactRemove * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .contactRemove * {
    outline: none !important;
    font-size: 14px;
    color: #000;
  }
  
  .contactRemove {
    width: auto;
    padding: 0;
    margin: 0 auto;

  }
  
  .contactRemove.xsmall {
    max-width: 300px;
  }
  
  .contactRemove.small {
    max-width: 400px;
  }
  
  .contactRemove.medium {
    max-width: 500px;
  }
  
  .contactRemove>header {
    padding: 30px 30px 20px 30px;
  }
  
  .contactRemove>header>hr {
    display: none;
  }
  
  .contactRemove>section {
    background: #FFF;
    padding: 30px;
    border-radius: 20px;
  }
  
  
  /* Form fields */
  
  .contactRemove .form-row {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .contactRemove .form-row.two {
    font-size: 0;
    white-space: nowrap;
  }
  
  .contactRemove .form-row.two>div {
    display: inline-block;
    width: calc(50% - 5px);
  }
  
  .contactRemove .form-row.two>div:first-child {
    margin-right: 10px;
  }
  
  .contactRemove .form-row.three {
    font-size: 0;
  }
  
  .contactRemove .form-row.three>div {
    display: inline-block;
    width: calc(33% - 6px);
    vertical-align: top;
  }
  
  .contactRemove .form-row.three>div:nth-child(2) {
    width: calc(34% - 8px);
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .contactRemove .form-row .title {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 3px;
    display: none;
  }
  
  .contactRemove .form-row .title.keep-visible {
    display: block;
  }
  
  .contactRemove .field {
    background: #FFF;
    font-size: 14px;
    width: 100%;
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .contactRemove.xsmall .field {
    font-size: 13px;
  }
  
  .contactRemove input {
    height: 50px;
    border: solid 1px #E4E4E4;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFF;
  }
  
  .contactRemove textarea {
    resize: none;
    height: 100px;
    border: solid 1px #E4E4E4;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    background: #FFF;
  }
  
  .contactRemove input::-webkit-input-placeholder,
  .contactRemove textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9B9B9B;
  }
  
  .contactRemove input::-moz-placeholder,
  .contactRemove textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #9B9B9B;
  }
  
  .contactRemove input:-ms-input-placeholder,
  .contactRemove textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #9B9B9B;
  }
  
  .contactRemove input:-moz-placeholder,
  .contactRemove textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #9B9B9B;
  }
  
  
  /* Checkbox and Radio button styles */
  
  .contactRemove .checkbox-radio {
    height: 40px;
  }
  
  .contactRemove .checkbox-radio>div {
    position: relative;
  }
  
  .contactRemove .checkbox-radio>div>div {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .contactRemove .checkbox-radio input[type='checkbox'],
  .contactRemove .checkbox-radio input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
  }
  
  .contactRemove .checkbox-radio input[type='checkbox']:checked+label:after,
  .contactRemove .checkbox-radio input[type='radio']:checked+label:after {
    content: "";
    background: #00C659;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
  }
  
  .contactRemove .checkbox-radio label {
    line-height: 40px;
    cursor: pointer;
    padding: 0 0 0 40px;
    margin: 0;
    display: inline-block;
  }
  
  .contactRemove .checkbox-radio label:before {
    content: "";
    width: 40px;
    height: 40px;
    border: solid 1px #E4E4E4;
    background: #FFF;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  
  .contactRemove .checkbox-radio.rounded label:before,
  .contactRemove .checkbox-radio.rounded label:after {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
  }
  
  .contactRemove .checkbox-radio label>span {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    vertical-align: middle;
    margin-left: 7px;
  }
  
  .contactRemove .field.cm-date {
    cursor: pointer;
    padding-right: 36px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 8px center;
    background-image: url(../imgs/cal1.png);
  }
  
  .contactRemove .field.cm-time {
    cursor: pointer;
    padding-right: 36px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 8px center;
    background-image: url(../imgs/time1.png);
  }
  
  
  /* Datepicker plugin overrides */
  
  .datepicker.dropdown-menu {
    max-width: 250px;
    padding: 4px;
    margin: 0;
  }
  
  .datepicker.datepicker-inline td,
  .datepicker.datepicker-inline th,
  .datepicker.dropdown-menu td,
  .datepicker.dropdown-menu th {
    padding: 4px 7px;
  }
  
  .datepicker.dropdown-menu .table-condensed {
    border: none;
  }
  
  .datepicker.dropdown-menu .datepicker-days thead .dow {
    font-weight: bold;
  }
  
  .datepicker.dropdown-menu .datepicker-days tbody .day.today {
    background: none;
    color: #3F9FFF;
    font-weight: bold;
  }
  
  .datepicker.dropdown-menu .datepicker-days tbody .day.active {
    background: #3F9FFF;
    color: #FFF;
    font-weight: bold;
  }
  
  .datepicker.dropdown-menu .datepicker-days tbody .day.today:hover {
    background: #EEE;
  }
  
  .datepicker.dropdown-menu .datepicker-days tbody .day.active:hover {
    background: #3F9FFF !important;
  }
  
  .datepicker.dropdown-menu .datepicker-days tbody .day.old,
  .datepicker.dropdown-menu .datepicker-days tbody .day.new {
    color: #CCC;
  }
  
  
  /* File field */
  
  .contactRemove .form-row.file {
    position: relative;
  }
  
  .contactRemove .form-row.file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
  }
  
  .contactRemove .form-row.file label {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #9B9B9B;
    font-weight: 200;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: solid 1px #E4E4E4;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 11px 10px 11px 44px;
    position: relative;
  }
  
  .contactRemove .form-row.file label.selected {
    color: inherit;
  }
  
  .contactRemove .form-row.file label i {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 24px;
    height: 24px;
    background-color: #3F9FFF;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left 5px center;
    background-image: url(../imgs/arrow-up.png);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .contactRemove .form-row.file.unboxed label {
    border: none;
    padding: 8px 20px 8px 55px;
    font-size: 22px;
    line-height: 24px;
    color: inherit;
  }
  
  .contactRemove .form-row.file.unboxed label i {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-size: 26px 26px;
    background-position: left 7px center;
  }
  
  .contactRemove .form-row+.form-row.file.unboxed,
  .contactRemove .form-row.file.unboxed+.form-row {
    margin-top: 20px;
  }
  
  
  /* Select 2 overrides */
  
  .contactRemove .select2-container {
    width: 100% !important;
    text-align: left;
  }
  
  .contactRemove .select2-container .select2-selection {
    height: 40px;
    border: solid 1px #E4E4E4;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFF;
  }
  
  .contactRemove .select2-container .select2-selection .select2-selection__arrow {
    height: 40px;
    width: 30px;
    top: 0;
    right: 0;
  }
  
  .contactRemove .select2-container .select2-selection .select2-selection__arrow b {
    border-width: 7px 5px 0 5px;
  }
  
  .contactRemove .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    border-width: 0 5px 7px 5px;
  }
  
  .contactRemove .select2-container .select2-selection .select2-selection__rendered {
    height: 38px;
    color: #000;
    font-size: 14px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 30px;
  }
  
  .contactRemove .select2-container .select2-selection--multiple {
    font-size: 0;
    height: auto;
    min-height: 38px;
  }
  
  .contactRemove .select2-container .select2-selection--multiple .select2-selection__rendered {
    height: auto;
    min-height: 38px;
    padding-right: 10px;
  }
  
  .contactRemove .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    margin-top: 0;
    height: 38px;
  }
  
  .contactRemove .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    line-height: 27px;
    font-size: 12px;
    border: none;
    padding: 0 8px;
    color: #FFF;
    background: #3F9FFF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  
  .contactRemove .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #FFF;
    margin-right: 4px;
  }
  
  .contactRemove .select2-container .select2-selection--multiple .select2-selection__clear {
    display: none;
  }
  
  .contactRemove.xsmall .select2-container .select2-selection .select2-selection__rendered {
    font-size: 13px;
  }
  
  .contactRemove .select2-container .select2-selection__clear {
    width: 20px;
    text-align: right;
    font-size: 18px;
    color: #888;
  }
  
  .contactRemove .select2-container .select2-selection__placeholder {
    color: #9B9B9B;
  }
  
  .contactRemove.xsmall .select2-container .select2-selection__placeholder {
    font-size: 13px;
  }
  
  .select2-dropdown {
    border-color: #E4E4E4;
  }
  
  .select2-dropdown .select2-results li {
    font-size: 14px;
    line-height: 14px;
    padding: 13px 10px;
  }
  
  .select2-dropdown .select2-search {
    padding: 9px 10px;
  }
  
  
  /* Google reCAPTCHA */
  
  .contactRemove .re-captcha {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  
  /* Google Invisible reCAPTCHA */
  
  .contactRemove .re-captcha.invisible {
    margin: 0;
  }
  
  .contactRemove .grecaptcha-badge {
    display: none;
  }
  
  
  /* Messages box */
  
  .contactRemove .msg {
    display: none;
    padding: 12px 20px 12px 40px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    word-break: break-word;
    margin: 20px 0 10px 0;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 12px top 12px;
  }
  
  .contactRemove .msg.error {
    color: #FFF;
    background-color: #FFA12A;
    background-image: url(../imgs/x.png);
  }
  
  .contactRemove .msg.success {
    color: #FFF;
    background-color: #00D466;
    background-image: url(../imgs/tick.png);
  }
  
  .contactRemove .msg strong {
    color: inherit;
  }
  
  
  /* Submit button */
  
  .contactRemove .btn {
    border: 0;
    background: #3F9FFF;
    color: #FFF;
    font-weight: 400;
    cursor: pointer;
    padding: 12px 40px;
    margin-top: 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  
  .contactRemove .btn:hover {
    opacity: 0.9;
  }
  
  
  /* Theme Minimal */
  
  .contactRemove.theme-minimal {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .contactRemove.theme-minimal input {
    border-width: 0 0 1px 0;
  }
  
  .contactRemove.theme-minimal .select2-container .select2-selection {
    border-width: 0 0 1px 0;
  }
  
  .contactRemove.theme-minimal>section {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .contactRemove.theme-minimal .form-row.file.boxed label {
    border-width: 0 0 1px 0;
    line-height: 17px;
  }
  
  
  /* Theme Modern */
  
  .contactRemove.theme-modern>header {
    padding-bottom: 10px;
  }
  
  .contactRemove.theme-modern .form-row {
    margin-bottom: 20px;
  }
  
  .contactRemove.theme-modern .form-row .title {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #858585;
    font-weight: 400;
    padding-left: 10px;
  }
  
  .contactRemove.theme-modern input {
    padding-left: 20px;
    padding-right: 20px;
    background: #EAEAEA;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  
  .contactRemove.theme-modern>header input {
    background: #FFF;
  }
  
  .contactRemove.theme-modern textarea {
    padding: 15px 20px;
    background: #EAEAEA;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  .contactRemove.theme-modern>header textarea {
    background: #FFF;
  }
  
  .contactRemove.theme-modern .select2-container .select2-selection {
    background: #EAEAEA;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  
  .contactRemove.theme-modern>header .select2-container .select2-selection {
    background: #FFF;
  }
  
  .contactRemove.theme-modern .select2-container .select2-selection .select2-selection__arrow {
    right: 10px;
  }
  
  .contactRemove.theme-modern .select2-container .select2-selection .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 40px;
  }
  
  .contactRemove.theme-modern .select2-container .select2-selection__placeholder {
    color: transparent;
  }
  
  .contactRemove.theme-modern input::-webkit-input-placeholder,
  .contactRemove.theme-modern textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
  }
  
  .contactRemove.theme-modern input::-moz-placeholder,
  .contactRemove.theme-modern textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  
  .contactRemove.theme-modern input:-ms-input-placeholder,
  .contactRemove.theme-modern textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
  }
  
  .contactRemove.theme-modern input:-moz-placeholder,
  .contactRemove.theme-modern textarea:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  
  .contactRemove.theme-modern .checkbox-radio label:before {
    background: #EAEAEA;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  .contactRemove.theme-modern .checkbox-radio label>span {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #858585;
    font-weight: 400;
  }
  
  .contactRemove.theme-modern .checkbox-radio input[type='checkbox']:checked+label:after,
  .contactRemove.theme-modern .checkbox-radio input[type='radio']:checked+label:after {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  
  .contactRemove.theme-modern .field.cm-date {
    background-image: url(../imgs/cal2.png);
  }
  
  .contactRemove.theme-modern>header .field.cm-date {
    padding-right: 46px;
    background-position: right 18px center;
  }
  
  .contactRemove.theme-modern .field.cm-time {
    background-image: url(../imgs/time2.png);
  }
  
  .contactRemove.theme-modern>header .field.cm-time {
    padding-right: 46px;
    background-position: right 18px center;
  }
  
  .contactRemove.theme-modern .form-row.file.boxed label {
    background: #EAEAEA;
    padding: 14px 20px 12px 44px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #858585;
    font-weight: 400;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  
  .contactRemove.theme-modern .form-row.file.boxed label.selected {
    color: inherit;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 200;
  }
  
  .contactRemove.theme-modern .btn {
    width: 100%;
  }
  
  
  /* Theme London */
  
  .contactRemove.theme-london {
    background: #FFF;
  }
  
  .contactRemove.theme-london>header {
    padding-bottom: 0;
  }
  
  .contactRemove.theme-london>header>hr {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: solid 1px #454545;
    padding-top: 10px;
  }
  
  .contactRemove.theme-london .form-row {
    margin-bottom: 20px;
  }
  
  .contactRemove.theme-london .form-row .title {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #454545;
    font-weight: bold;
  }
  
  .contactRemove.theme-london input {
    border: solid 1px #B0B0B0;
  }
  
  .contactRemove.theme-london textarea {
    border: solid 1px #B0B0B0;
  }
  
  .contactRemove.theme-london .form-row.file.boxed label {
    border: solid 1px #B0B0B0;
    padding: 14px 20px 12px 44px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #454545;
    font-weight: bold;
  }
  
  .contactRemove.theme-london .form-row.file.boxed label.selected {
    color: inherit;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 200;
  }
  
  .contactRemove.theme-london .form-row.file label i {
    background-color: #454545;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .contactRemove.theme-london .select2-container .select2-selection {
    border: solid 1px #B0B0B0;
  }
  
  .contactRemove.theme-london .select2-container .select2-selection__placeholder {
    color: transparent;
  }
  
  .contactRemove.theme-london .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #454545;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .contactRemove.theme-london input::-webkit-input-placeholder,
  .contactRemove.theme-london textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent;
  }
  
  .contactRemove.theme-london input::-moz-placeholder,
  .contactRemove.theme-london textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
  }
  
  .contactRemove.theme-london input:-ms-input-placeholder,
  .contactRemove.theme-london textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
  }
  
  .contactRemove.theme-london input:-moz-placeholder,
  .contactRemove.theme-london textarea:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
  }
  
  .contactRemove.theme-london .checkbox-radio label:before {
    border: solid 1px #B0B0B0;
  }
  
  .contactRemove.theme-london .checkbox-radio label>span {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    color: #454545;
    font-weight: bold;
  }
  
  .contactRemove.theme-london .field.cm-date {
    background-image: url(../imgs/cal3.png);
  }
  
  .contactRemove.theme-london .field.cm-time {
    background-image: url(../imgs/time3.png);
  }
  
  .contactRemove.theme-london .btn {
    background: #454545;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  @element .contactRemove and (max-width:399px) {
    .contactRemove .form-row.two>div {
      display: block;
      width: 100%;
      margin-bottom: 10px;
    }
    .contactRemove .form-row.two>div:first-child {
      margin-right: 0;
    }
    .contactRemove .form-row.three>div {
      display: block;
      width: 100%;
      margin-bottom: 10px;
    }
    .contactRemove .form-row.three>div:nth-child(2) {
      width: 100%;
      margin: 0;
      margin-bottom: 10px;
    }
    /* Theme Modern */
    .contactRemove.theme-modern .form-row.three>div {
      margin-bottom: 20px;
    }
    /* Theme London */
    .contactRemove.theme-london .form-row.three>div {
      margin-bottom: 20px;
    }
    /* Google reCAPTCHA */
    .contactRemove .re-captcha {
      -webkit-transform: scale(0.785);
      transform: scale(0.785);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
    }
    /* Google Invisible reCAPTCHA */
    .contactRemove .re-captcha.invisible {
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .one-line-form {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 7px;
    background: #fff;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
  }
  .one-line-form > * {
    float: left;
  }
  .one-line-form > span {
    width: 40%;
  }
  .one-line-form > span.your-email {
    width: 60%;
    padding-right: 162px;
    position: relative;
  }
  .one-line-form > span.your-email:before {
    content: "";
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 20%;
  }
  .one-line-form input {
    border: none;
  }
  .one-line-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    box-shadow: none !important;
  }
  .one-line-form.cs-form {
    max-width: 515px;
  }
  .one-line-form.cs-form > span.your-email {
    width: 100%;
  }
  .one-line-form.cs-form > span.your-email:before {
    display: none;
  }
  .one-line-form.cs-form + div {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
  }
  .one-line-form.cs-form button i {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #606060;
  font-family: "Effra Light", Sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
    font-family: "Effra", Sans-serif;
  }
  
  h1 {
    font-size: 42px;
  }
  
  h2 {
    font-size: 36px;
  }
  
  h3 {
    font-size: 30px;
  }
  
  h4 {
    font-size: 22px;
  }
  
  h5 {
    font-size: 20px;
  }
  
  h6 {
    font-size: 18px;
  }
  
  p {
    margin: 0 0 20px;
  }
  
  dfn, cite, em, i {
    font-style: italic;
  }

  pre {
    background: #eee;
    font-size: 15px;
    line-height: 1.7142857143;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
  }
  
  code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
  }
  
  abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
  }
  
  mark, ins {
    background: #fff9c0;
    text-decoration: none;
  }
  
  big {
    font-size: 125%;
  }
  
  
  
  blockquote {
    font-size: 24px;
    line-height: 42px;
    margin: 30px 0;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    padding: 0 30px;
    position: relative;
    color: #1a1b1e;
  }
  blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7%;
    width: 3px;
    height: 86%;
    background: #fe4c1c;
  }
  blockquote cite {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a5b7d2;
  }
  
  address {
    margin: 0 0 1.5em;
  }

  .bg-alt {
    background: #f7f7f7;
  }
  
  .bg-primary {
    background: #fe4c1c;
  }
  
  .bg-second {
    background: #001881;
  }
  
  .bg-third {
    background: #0160e7;
  }
  
  .bg-gradient {
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  }
  
  .bg-hover-gradient:hover {
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  }

  .font14 {
    font-size: 14px;
  }
  
  .font22 {
    font-size: 22px;
    line-height: 36px;
  }
  
  .text-light {
    color: #fff;
  }
  .text-light * {
    color: #fff;
  }
  
  .bolder {
    font-weight: 900;
  }
  
  .bold {
    font-weight: 700;
  }
  
  .medium {
    font-weight: 500;
  }
  
  .normal {
    font-weight: 400;
  }
  
  .lighter {
    font-weight: 300;
  }
  
  .underline {
    text-decoration: underline;
  }
  
  .fleft {
    float: left;
  }
  
  .fright {
    float: right;
  }
  
  .flex-end{
    justify-content: flex-end;
  }
  
  .dtable {
    display: table;
  }
  
  .dcell {
    display: table-cell;
    vertical-align: middle;
  }
  
  .overflow {
    overflow: hidden;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  
  .gaps {
    clear: both;
    height: 20px;
    display: block;
  }
  .gaps.size-2x {
    height: 40px;
  }
  
  .slick-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background: #fff;
    color: #001881;
    border: none;
    outline: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  }
  .slick-arrow:not(.slick-disabled):hover {
    background: #001881;
    color: #fff;
  }
  .slick-arrow.next-nav {
    left: auto;
    right: 40px;
  }
  .slick-arrow i:before {
    font-size: 18px;
  }
  
  .no-padding-top {
    padding-top: 0px !important;
  }
  
  .padding-top-40 {
    padding-top: 40px;
  }
  
  .text-primary {
    color: #fe4c1c;
  }
  
  .text-second {
    color: #001881;
  }
  
  .text-third {
    color: #0160e7;
  }
  
  .text-dark {
    color: #1a1b1e;
  }
  
  .text-gray {
    color: #a5b7d2;
  }
  
  .text-radius {
    border-radius: 3px;
    padding: 0 3px;
  }
  
  .font-main {
    font-family: "Red Hat Text", sans-serif;
  }
  
  .font-second {
    font-family: "Red Hat Display", sans-serif;
  }
  
  .section-padd {
    padding: 110px 0;
  }
  
  .section-padd-bot {
    padding-bottom: 110px;
  }
  
  .section-padd-top {
    padding-top: 110px;
  }
  
  .section-padd-top70 {
    padding-top: 70px;
  }
  
  .lead {
    font-size: 18px;
  }
  
  .clear-both {
    clear: both;
  }
  
  .unstyle {
    list-style: none;
    padding-left: 0;
  }

  .entry-content {
    padding: 72px 0 102px;
  }

  /* Tablet Small */
  @media only screen and (max-width: 768px) {
    blockquote {
      font-size: 20px;
      line-height: 1.6;
    }
  
    blockquote cite {
      font-size: 13px;
      font-weight: 700;
    }
  }
  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  html {
    box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
  }
  
  body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
  }
  
  hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
  }
  
  ul,
  ol {
    margin: 0 0 20px;
    padding-left: 18px;
  }
  
  ul {
    list-style: disc;
  }
  
  ol {
    list-style: decimal;
  }
  
  li > ul,
  li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin: 0 1.5em 1.5em;
  }
  
  .none-style {
    list-style: none;
    padding-left: 0;
  }
  
  img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
  }
  
  figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
  }
  
  table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
  }
  
  caption,
  td,
  th {
    padding: 0;
    font-weight: normal;
    text-align: left;
  }
  
  table,
  th,
  td {
    border: 1px solid #eee;
  }
  
  th {
    font-weight: 700;
  }
  
  th,
  td {
    padding: 0.4375em;
  }

  /*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    background: #fe4c1c;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
  }
  .octf-btn:visited {
    color: #fff;
  }
  .octf-btn:hover, .octf-btn:focus {
    color: #fff;
  }
  .octf-btn:hover, .octf-btn:focus {
    box-shadow: none;
  }
  .octf-btn.octf-btn-white {
    background: #ffffff;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    color: #fe4c1c;
  }
  .octf-btn.octf-btn-white i {
    background: #fe4c1c;
    color: #ffffff;
  }
  .octf-btn.octf-btn-white:visited, .octf-btn.octf-btn-white:hover, .octf-btn.octf-btn-white:focus {
    color: #fe4c1c;
  }
  .octf-btn.octf-btn-white:before {
    background-color: rgba(254, 76, 28, 0.5);
  }
  .octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .octf-btn:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .octf-btn-icon {
    text-align: left;
    padding: 5px 5px 5px 28px;
  }
  .octf-btn-icon i {
    background: #fff;
    color: #E0040B;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .octf-btn-primary {
    background: #001881;
  }
  .octf-btn-primary.octf-btn {
    box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
  }
  .octf-btn-primary.octf-btn-icon {
    box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
  }
  .octf-btn-primary:hover, .octf-btn-primary:focus {
    box-shadow: none;
  }
  
  .octf-btn-secondary {
    background: #001881;
  }
  .octf-btn-secondary.octf-btn {
    box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(0, 195, 255, 0.3);
  }
  .octf-btn-secondary.octf-btn-icon {
    box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  }
  .octf-btn-secondary i {
    color: #001881;
  }
  .octf-btn-secondary.octf-btn-white {
    color: #001881;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  }
  .octf-btn-secondary.octf-btn-white:visited, .octf-btn-secondary.octf-btn-white:hover, .octf-btn-secondary.octf-btn-white:focus {
    color: #001881;
  }
  .octf-btn-secondary.octf-btn-white i {
    background: #001881;
  }
  .octf-btn-secondary:hover, .octf-btn-secondary:focus {
    box-shadow: none;
  }
  
  .octf-btn-third {
    background: #0160e7;
  }
  .octf-btn-third.octf-btn {
    box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
  }
  .octf-btn-third.octf-btn-icon {
    box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
    -moz-box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
  }
  .octf-btn-third i {
    color: #0160e7;
  }
  .octf-btn-third.octf-btn-white {
    color: #0160e7;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  }
  .octf-btn-third.octf-btn-white:visited, .octf-btn-third.octf-btn-white:hover, .octf-btn-third.octf-btn-white:focus {
    color: #0160e7;
  }
  .octf-btn-third.octf-btn-white i {
    background: #0160e7;
  }
  .octf-btn-third:hover, .octf-btn-third:focus {
    box-shadow: none;
  }
  
  .octf-btn-no-icon i,
  .awesome-icon span i {
    display: none;
  }
  
  .btn-readmore a {
    font-family: "Red Hat Display", sans-serif;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  /* divider */
  /* ------------------------------ */
  .spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
  }
  
  .spacer-single-10 {
    width: 100%;
    height: 10px;
    display: block;
    clear: both;
  }
  
  .spacer-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
  }
  
  .spacer-half {
    width: 100%;
    height: 15px;
    display: block;
    clear: both;
  }
  
  hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0;
  }
  
  .double-divider {
    border-top: 1px solid #dfe5e8;
    margin-top: 40px;
    display: block;
    margin-bottom: 45px;
  }
  
  @media (max-width: 767px) {
    .octf-btn:before {
      display: none;
    }
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    padding: 9px 20px;
    box-sizing: border-box;
    outline: none;
  }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=range]:focus,
  input[type=date]:focus,
  input[type=month]:focus,
  input[type=week]:focus,
  input[type=time]:focus,
  input[type=datetime]:focus,
  input[type=datetime-local]:focus,
  input[type=color]:focus,
  textarea:focus {
    color: #7e7e7e;
  }
  
  select {
    border: 1px solid #e6e6e6;
  }
  
  textarea {
    width: 100%;
    padding: 15px 20px;
    vertical-align: top;
  }
  
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e7e7e;
  }
  
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e7e7e;
  }
  
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #7e7e7e;
  }
  
  :-moz-placeholder {
    /* Firefox 18- */
    color: #7e7e7e;
  }
  

  .single-page-header {
    position: relative;
    background: #f0f6ff;
  }
  .single-page-header .single-bg-overlay {
    background: rgba(34, 35, 40, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .single-page-header .sing-page-header-content {
    position: relative;
    z-index: 2;
    padding-top: 310px;
    padding-bottom: 80px;
  }
  .sing-page-header-content .breadcrumbs li {
    color: #f2f2f2;
  }
  .sing-page-header-content .breadcrumbs {
    margin-top: 0px;
    padding-left: 0px;
  }
  .single-page-header.post-box .sing-page-header-content .entry-title {
    color: #fff;
  }
  .single-page-header.post-box .sing-page-header-content .entry-meta a {
    color: #fff;
  }
  .single-page-header.post-box .sing-page-header-content .entry-meta a:hover {
    color: #a5b7d2;
  }
  .single-page-header.post-box .sing-page-header-content .entry-meta > span:not(.sl-wrapper) {
    margin-right: 15px;
    display: inline-block;
  }
  .single-page-header.post-box .sing-page-header-content .entry-meta > span:not(.sl-wrapper).sl-wrapper {
    margin-right: 0;
  }
  .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked,
  .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked:hover,
  .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked:active,
  .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked:focus,
  .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked span.sl-count,
  .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper a.liked span.sl-text,
  .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper .sl-count,
  .single-page-header.post-box .sing-page-header-content .entry-meta .sl-wrapper .sl-text {
    color: #fff;
  }
  .single-page-header.post-box .sing-page-header-content .loader,
  .single-page-header.post-box .sing-page-header-content .loader:before,
  .single-page-header.post-box .sing-page-header-content .loader:after {
    background: rgba(255, 255, 255, 0.5);
    -webkit-animation: load-light 1s infinite ease-in-out;
    animation: load-light 1s infinite ease-in-out;
  }
  .single-page-header.post-box .sing-page-header-content .loader:before,
  .single-page-header.post-box .sing-page-header-content .loader:after {
    position: absolute;
    top: 0;
    content: "";
  }
  .single-page-header.post-box .sing-page-header-content .loader:before {
    left: -0.375em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .single-page-header.post-box .sing-page-header-content .loader {
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .single-page-header.post-box .sing-page-header-content .loader:after {
    left: 0.375em;
  }
  .single-page-header.post-box .entry-title {
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .single-page-header.post-box .post-cat a {
    margin-bottom: 30px;
  }
  .single-page-header .slick-arrow {
    display: none !important;
  }
  
  .single-post-inner .entry-media img,
  .single-post-inner .gallery-post {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
  }
  
  .single-post-inner > div {
    padding-bottom: 35px;
  }
  
  /* Simple Like Wrapper */
  .sl-wrapper {
    float: right;
  }
  
  /* Simple Like Colors */
  .sl-wrapper a.liked {
    color: #1a1b1e;
    font-weight: 500;
  }
  
  .sl-wrapper a.liked:hover,
  .sl-wrapper a.liked:active,
  .sl-wrapper a.liked:focus {
    color: #1a1b1e;
  }
  
  .sl-wrapper a.liked span.sl-count,
  .sl-wrapper a.liked span.sl-text,
  .sl-wrapper .sl-count,
  .sl-wrapper .sl-text {
    color: #1a1b1e;
  }
  
  .sl-wrapper .sl-icon {
    margin-right: 6px;
  }
  .sl-wrapper .sl-icon svg {
    color: #fe4c1c;
    margin-top: 3px;
    width: 0.9em;
    height: 0.9em;
  }
  
  /* Simple Like Count */
  .sl-wrapper .sl-count, .sl-wrapper .sl-text {
    font-size: 14px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    vertical-align: middle;
  }
  
  .sl-wrapper .sl-text {
    margin-left: 4px;
  }
  
  @keyframes circle-fade-before {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.8);
      opacity: 0;
    }
  }
  @keyframes circle-fade-after {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(2.5);
      opacity: 0;
    }
  }
  @media (max-width: 991px) {
    .content-area.col-md-9 {
      margin-bottom: 60px;
    }
  
    .post-box.post-item {
      margin-bottom: 40px;
    }
  
    .single-page-header .sing-page-header-content {
      padding-top: 150px;
      padding-bottom: 60px;
    }
  }

  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #001881;
    text-decoration: none;
  }
  a:visited {
    color: #001881;
  }
  a:hover, a:focus, a:active {
    color: #fe4c1c;
    text-decoration: none;
  }
  a:focus {
    outline: 0;
  }
  a:hover, a:active {
    outline: 0;
  }
  
  /*--------------------------------------------------------------
  ## Top Bar
  --------------------------------------------------------------*/
  .header-topbar {
    padding: 12px 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #a5b7d2;
    font-size: 14px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
  }
  .header-topbar a {
    color: #a5b7d2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-topbar a:hover {
    color: #fe4c1c;
  }
  
  .topbar_menu {
    float: left;
    margin-right: 30px;
  }
  .topbar_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .topbar_menu ul li {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    padding: 0px 31px;
    float: left;
  }
  .topbar_menu ul li:first-child {
    padding-left: 0px;
  }
  .topbar_menu ul li a {
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    line-height: 11.9px;
    font-weight: 500;
  }
  
  .social-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
  }
  .social-list li {
    display: inline-block;
    margin: 0px 10px;
  }
  .social-list li:first-child {
    margin-left: 0px;
  }
  .social-list li a {
    display: inline-block;
    padding: 0px 3px;
  }
  .social-list li a i {
    font-size: 14px;
  }
  
  .topbar-info {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
  }
  .topbar-info li {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    padding: 0px 31px;
    float: left;
  }
  .topbar-info li:last-child {
    border-right: none;
    padding-right: 0px;
  }
  .topbar-info li i {
    display: inline-block;
    font-size: 16px;
    color: #E0040B;
    margin-right: 5px;
    line-height: 1;
  }
  
  .topbar_languages {
    float: right;
    border-left: 1px solid #e5e5e5;
    margin-left: 30px;
    padding-left: 20px;
  }
  .topbar_languages select {
    background: transparent;
    border: 0px solid #F0F3FB;
    border-radius: 0px;
    padding: 0px 20px 0px 10px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #a5b7d2;
    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  .topbar_languages select:focus {
    outline: none;
  }
  .topbar_languages select::-ms-expand {
    display: none;
  }
  .topbar_languages select option {
    color: #a2b7d2;
  }
  .topbar_languages > div {
    position: relative;
  }
  .topbar_languages > div:after {
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -6px;
    font-family: "Flaticon";
    content: "";
    font-size: 11px;
    line-height: 1;
    color: #a5b7d2;
    font-weight: 500;
    pointer-events: none;
  }
  
  /* Topbar Header Overlay */
  .header-overlay .header-topbar {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: none;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  }
  .header-overlay .header-topbar a {
    color: #fff;
  }
  .header-overlay .header-topbar a:hover {
    color: #fe4c1c;
  }
  .header-overlay .header-topbar .topbar_menu ul li {
    border-right: 0px solid #e5e5e5;
    padding: 0px 20px;
  }
  .header-overlay .header-topbar .topbar_menu ul li:first-child {
    padding-left: 0px;
  }
  .header-overlay .header-topbar .topbar_menu ul li:last-child {
    padding-right: 10px;
  }
  .header-overlay .header-topbar .topbar-info li {
    border-right: none;
    padding: 0px 20px;
  }
  .header-overlay .header-topbar .topbar-info li:last-child {
    padding-right: 0;
  }
  .header-overlay .header-topbar .topbar_languages {
    border: none;
    padding-left: 8px;
    margin: 0px;
  }
  .header-overlay .header-topbar .topbar_languages > div:after {
    color: rgba(255, 255, 255, 0.5);
  }
  .header-overlay .header-topbar .topbar_languages select {
    color: #fff;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-width: 115px;
  }
  #site-logo img {
    width: 124px;
    width: auto;
  }
  #site-logo img.logo-static {
    display: none;
  }
  #site-logo img.logo-scroll {
    display: block;
  }
  .header-overlay #site-logo img.logo-static {
    display: block;
  }
  .header-overlay #site-logo img.logo-scroll {
    display: none;
  }
  
  .site-header .is-stuck #site-logo img.logo-static {
    display: none;
  }
  .site-header .is-stuck #site-logo img.logo-scroll {
    display: block;
  }
  
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  .site-header {
    background: #fff;
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    position: relative;
    z-index: 10;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
  }
  .site-header.header-overlay {
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .site-header.header-style-1 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .site-header .octf-main-header.is-stuck {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
  }
  
  .octf-mainbar-container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
  
  .octf-mainbar {
    display: flex;
    flex-flow: column wrap;
    flex: 1 auto;
  }
  
  .octf-main-header .octf-mainbar-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
  }
  
  .octf-mainbar-row > [class^=octf-col] {
    display: flex;
    align-items: stretch;
    position: static;
  }
  
  .octf-mainbar-row .octf-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media screen and (min-width: 1200px) {
    .octf-mainbar-row > [class^=octf-col] {
      flex-flow: row nowrap;
    }
    .octf-mainbar-row > [class^=octf-col].text-left {
      justify-content: flex-start;
    }
    .octf-mainbar-row > [class^=octf-col].text-center {
      justify-content: center;
    }
    .octf-mainbar-row > [class^=octf-col].text-right {
      justify-content: flex-end;
    }
  }
  .octf-main-header .octf-row > div:empty {
    display: none;
  }
  
  .octf-row {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .octf-col:before {
    display: inline-flex;
  }
  
  .octf-main-header .octf-row .octf-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  
  .octf-header-module {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-center {
    text-align: center;
  }
  
  /* Main Menu */
  .main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
  }
  
  .main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
  }
  
  .main-navigation ul {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
  }
  
  .main-navigation > ul > li {
    margin: 0px 20px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  
  .main-navigation > ul > li:after,
  .main-navigation > ul > li:before {
    position: absolute;
    height: 5px;
    width: 0%;
    bottom: -3px;
    left: 0;
    background: #E0040B;
    content: "";
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .main-navigation > ul > li:before {
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    left: auto;
    right: 0;
  }
  
  .main-navigation > ul > li:hover:before,
  .main-navigation > ul > li.current-menu-item:before,
  .main-navigation > ul > li.current-menu-ancestor:before {
    left: 50%;
    width: 50%;
  }
  
  .main-navigation > ul > li:hover:after,
  .main-navigation > ul > li.current-menu-item:after,
  .main-navigation > ul > li.current-menu-ancestor:after {
    left: auto;
    right: 50%;
    width: 50%;
  }
  
  .main-navigation ul ul {
    float: none;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: #fff;
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  }
  
  .main-navigation ul > li > a {
    display: inline-block;
    padding: 15px 0px 15px 0px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #1a1b1e;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .main-navigation ul > li > a:hover {
    color: #E0040B;
  }
  
  .main-navigation ul > li.menu-item-has-children > a {
    padding-right: 17px;
  }
  
  .main-navigation > ul > li.menu-item-has-children:last-child > a:after {
    right: 0px;
  }
  
  .main-navigation ul li li {
    display: block;
    position: relative;
    padding: 0px 40px;
  }
  
  .main-navigation ul li li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #1a1b1e;
    text-align: left;
    display: block;
    padding: 5px 0px 5px 0px;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  
  .main-navigation ul li li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #E0040B;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
  }
  
  .main-navigation ul li li a:hover:before,
  .main-navigation ul ul li.current-menu-item > a:before,
  .main-navigation ul ul li.current-menu-ancestor > a:before {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
  
  .main-navigation ul li li a:hover,
  .main-navigation ul ul li.current-menu-item > a,
  .main-navigation ul ul li.current-menu-ancestor > a {
    color: #001881;
    padding-left: 15px;
  }
  
  .main-navigation ul > li.menu-item-has-children > a:after {
    position: absolute;
    width: 11px;
    height: 6px;
    right: 0px;
    top: 50%;
    margin-top: -5px;
    font-family: "Flaticon";
    content: "";
    font-size: 11px;
    line-height: 1;
    color: rgba(85, 105, 135, 0.5);
    font-weight: 500;
  }
  
  .main-navigation ul > li li.menu-item-has-children > a:after {
    position: absolute;
    width: 6px;
    height: 11px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    font-family: "Flaticon";
    content: "";
    font-size: 11px;
    line-height: 1;
    color: rgba(85, 105, 135, 0.5);
    font-weight: 500;
  }
  
  .main-navigation ul li ul {
    min-width: 290px;
    white-space: nowrap;
    padding: 25px 0px;
    position: absolute;
    top: calc(100% + 10px);
    left: -40px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-sizing: border-box;
  }
  .main-navigation ul li ul:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    top: -8px;
    left: 0;
  }
  
  .main-navigation ul li ul ul {
    top: -25px;
    left: 100%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
  }
  
  .main-navigation ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  
  .main-navigation ul > li:hover > ul {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  /*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
.ot-heading h6, .ot-heading .sub-heading {
    font-size: 14px;
    font-weight: bold;
    color: #a5b7d2;
    position: relative;
    display: inline-block;
    padding-left: 21px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .ot-heading h6:before, .ot-heading h6:after,
  .ot-heading .sub-heading:before, .ot-heading .sub-heading:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #a5b7d2;
    top: 3.5px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .ot-heading h6:after, .ot-heading .sub-heading:after {
    left: auto;
    right: -21px;
  }
  .ot-heading h2, .ot-heading .main-heading {
    margin-bottom: 25px;
  }
  .ot-heading.text-light h6:before, .ot-heading.text-light h6:after,
  .ot-heading.text-light .sub-heading:before, .ot-heading.text-light .sub-heading:after {
    background: #001881;
  }
  .ot-heading.left-align h6:after, .ot-heading.left-align .sub-heading:after {
    display: none;
  }
  .ot-heading.right-align h6, .ot-heading.right-align .sub-heading {
    padding-right: 21px;
  }
  .ot-heading.right-align h6:after, .ot-heading.right-align .sub-heading:after {
    right: 0;
  }
  .ot-heading.right-align h6:before, .ot-heading.right-align .sub-heading:before {
    display: none;
  }
  .ot-heading.center-align h6, .ot-heading.center-align .sub-heading {
    margin-left: -10px;
  }
  
  @media (max-width: 600px) {
    .ot-heading h2 br, .ot-heading .main-heading br {
      display: none;
    }
  }
  .contact-info {
    font-size: 22px;
    overflow: hidden;
  }
  .contact-info h6 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .contact-info i {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
  }
  .contact-info i:before {
    font-size: 30px;
  }
  .contact-info img, .contact-info svg {
    width: 30px;
    margin-top: 3px;
    float: left;
  }
  .contact-info p {
    margin-bottom: 0;
  }
  .contact-info .info-text {
    padding-left: 50px;
    font-weight: 500;
  }
  .contact-info.text-light {
    color: #fff;
  }
  .contact-info.text-light h6, .contact-info.text-light i {
    color: #61daff;
  }
  .contact-info.text-light svg {fill: #61daff;}
  .contact-info.box-style2 {
    text-align: center;
  }
  .contact-info.box-style2 i, .contact-info.box-style2 svg {
    float: none;
    margin-top: 0px;
    vertical-align: bottom;
  }
  .contact-info.box-style2 .box-icon {
    margin-bottom: 25px;
  }
  .contact-info.box-style2 p {
    margin-bottom: 15px;
  }
  
  .border-left .box-style2, .border-right .box-style2 {
    position: relative;
  }
  
  .border-left .box-style2:before {
    position: absolute;
    height: 70%;
    width: 1px;
    left: 0;
    bottom: 12%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
  }
  
  .border-right .box-style2:after {
    position: absolute;
    height: 70%;
    width: 1px;
    right: 0;
    bottom: 12%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
  }
  
  @media only screen and (max-width: 768px) {
    .border-right .box-style2:after,
  .border-right .box-style2:before {
      display: none;
    }
  }
  .service-box {
    overflow: hidden;
    position: relative;
    padding: 35px 35px 26px;
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .bg-shape:before, .bg-shape:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
    background-repeat: no-repeat;
  }
  .bg-shape:before {
    top: 0;
    left: 0;
  }
  .bg-shape:after {
    bottom: 0;
    left: 0;
  }
  
  .hover-up .elementor-social-icon:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
  }
  
  
  
  .faq-form p:last-child {
    margin-bottom: 0;
  }

  /* ---------------------- Wave Divider ----------------------------------------- */

.onero-divider-shape {
    position: absolute;

    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    transform: translateZ(0);
}

.onero-divider-shape.bottom {
    top: auto;
    bottom: 0;
}
.onero-divider-shape.top {
    top: 0;
    bottom: auto;
}
.onero-divider-shape .shape-divider {
    background: transparent;
    stroke: transparent;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
}
.onero-divider-shape .shape-divider.bottom {
    bottom: -10px;
}
.onero-divider-shape .shape-divider.top {
    top: -10px;
}
.onero-divider-shape svg path {
    stroke: transparent !Important;
}
.onero-divider-shape svg path:nth-child(1) {
    opacity: 0.1;
}
.onero-divider-shape svg path:nth-child(2) {
    opacity: 0.5;
}

.onero-divider-shape .shape-divider.top {
    transform: rotate(180deg);
}


@media only screen and (max-width: 600px) {
  .onero-divider-shape {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    transform: translateZ(0);
    height: 100px !important;
  }
}



  /* Header Overlay */
.header-overlay .main-navigation > ul > li > a {
    color: #fff;
  }
  .header-overlay .main-navigation > ul > li.menu-item-has-children > a:after {
    color: rgba(255, 255, 255, 0.5);
  }
  .header-overlay:not(.home-6) .is-stuck .main-navigation > ul > li > a {
    color: #1a1b1e;
  }
  .header-overlay:not(.home-6) .is-stuck .main-navigation > ul > li.menu-item-has-children > a:after {
    color: rgba(85, 105, 135, 0.5);
  }
  
  /* Header Call To Action */
  .octf-btn-cta {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
  }
  .octf-btn-cta .toggle_search {
    cursor: pointer;
  }
  .octf-btn-cta .h-search-form-field {
    display: none;
    position: absolute;
    z-index: 99;
    top: -webkit-calc(100% + 10px);
    top: expression(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: -o-calc(100% + 10px);
    top: calc(100% + 10px);
    right: -30px;
    width: 330px;
  }
  .octf-btn-cta .h-search-form-field .h-search-form-inner {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  }
  .octf-btn-cta .h-search-form-field.show {
    -webkit-animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  }
  .octf-btn-cta .octf-cta-icons i {
    background: #f0f6ff;
    color: #1a1b1e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .octf-btn-cta .octf-cta-icons i:before, .octf-btn-cta .octf-cta-icons i:after {
    font-size: 17px;
    color: #1a1b1e;
    font-weight: 700;
  }
  .octf-btn-cta .octf-cta-icons i.flaticon-delete:before, .octf-btn-cta .octf-cta-icons i.flaticon-delete:after {
    font-size: 12px;
  }
  .octf-btn-cta .btn-cta-group {
    margin-left: 30px;
  }
  
  .header-style-1.header-overlay .octf-btn-cta .octf-cta-icons i {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-style-1.header-overlay .octf-btn-cta .octf-cta-icons i:before {
    color: #fff;
  }
  .header-style-1.header-overlay .octf-main-header.is-stuck .octf-btn-cta .octf-cta-icons i {
    background: #f0f6ff;
    color: #1a1b1e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  .header-style-1.header-overlay .octf-main-header.is-stuck .octf-btn-cta .octf-cta-icons i:before {
    color: #1a1b1e;
  }
  .header-style-1.header-overlay .btn-cta-header a {
    color: #001881;
    background: #fff;
    box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
    -webkit-box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
    -moz-box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-style-1.header-overlay .btn-cta-header a:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
    border: 1px solid;
  }
  
  .home-6 .octf-btn {
    box-shadow: 12px 12px 30px 0px rgba(0, 139, 153, 0.3);
    -webkit-box-shadow: 12px 12px 30px 0px rgba(0, 139, 153, 0.3);
    -moz-box-shadow: 12px 12px 30px 0px rgba(0, 139, 153, 0.3);
  }
  
  .home-6 .is-stuck .octf-btn {
    box-shadow: none;
  }
  
  /* Sticky Header */
  @-webkit-keyframes searchSlideUp {
    from {
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes searchSlideUp {
    from {
      -webkit-transform: translateY(10%);
      transform: translateY(10%);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @-webkit-keyframes stickySlideUp {
    from {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes stickySlideUp {
    from {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes stickySlideDown {
    from {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes stickySlideDown {
    from {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  header:not(.header-overlay) .octf-main-header{
    background: #fff;
    -webkit-animation: stickySlideUp 0.2s ease-out;
    -moz-animation: stickySlideUp 0.2s ease-out;
    animation: stickySlideUp 0.2s ease-out;
  }
  header.site-header .is-stuck {
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  }
  
  
  .is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
  }
  
  .admin-bar .is-stuck,
  .admin-bar .header-overlay {
    top: 32px;
  }
  
  @media screen and (min-width: 1200px) {
    .is-stuck {
      background-color: #fff;
      -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
      -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
      box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
      -webkit-backdrop-filter: blur(20px) saturate(180%);
      backdrop-filter: blur(20px) saturate(180%);
    }
  
    .home-6 .is-stuck {
      background-color: #0042a1;
      -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.3);
      -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.3);
      box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.3);
    }
    .home-6 .is-stuck .main-navigation ul li ul {
      background-color: #0042a1;
      -webkit-box-shadow: 4px 4px 30px 0px rgba(20, 89, 186, 0.3);
      -moz-box-shadow: 4px 4px 30px 0px rgba(20, 89, 186, 0.3);
      box-shadow: 4px 4px 30px 0px rgba(20, 89, 186, 0.3);
    }
    .home-6 .is-stuck .main-navigation ul li ul a {
      color: #fff;
    }
  }
  
  .header-fullwidth .octf-area-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
  
  /* WooCommerce Header Cart */
  .cart-contents {
    position: relative;
    display: inline-block;
  }
  .cart-contents .count {
    position: absolute;
    top: -10px;
    left: 7px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #001881;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    font-weight: bold;
  }
  
  @media (max-width: 1500px) {
    header.header-fullwidth .octf-area-wrap {
      padding-left: 35px;
      padding-right: 35px;
    }
  }
  /* .cd-header sticky */
  @media only screen and (min-width: 1170px) {
    .cd-header {
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      width: 100%;
    }
  
    .cd-header.is-fixed {
      /* when the user scrolls down, we hide the header right above the viewport */
      position: fixed;
      top: -162px;
      background-color: #fff;
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s;
    }
  
    .cd-header.is-visible {
      /* if the user changes the scrolling direction, we show the header */
      -webkit-transform: translate3d(0, 100%, 0);
      -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      -o-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  @media (max-width: 782px) {
    .admin-bar .is-stuck,
    .admin-bar .header-overlay {
      top: 46px;
    }
  }
  @media (max-width: 600px) {
    .admin-bar .is-stuck,
    .admin-bar .header-overlay {
      top: 0;
    }
  }
  .h-cart-btn {
    position: relative;
  }
  
  .site-header-cart {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    top: -webkit-calc(100% + 10px);
    top: expression(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: -o-calc(100% + 10px);
    top: calc(100% + 10px);
    right: -30px;
    background: #fff;
    width: 330px;
    padding: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  .site-header-cart .woocommerce-mini-cart__buttons {
    margin-bottom: 0px;
  }
  .site-header-cart .widget_shopping_cart_content {
    text-align: left;
  }
  
  .cart-btn-hover:hover .site-header-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .cart-btn-hover:hover .site-header-cart:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    top: -10px;
    left: 0px;
  }
  
  /*--------------------------------------------------------------
  ## Header Mobile
  --------------------------------------------------------------*/
  .header_mobile {
    display: none;
  }
  
  @media only screen and (max-width: 1199px) {
    .header-clone {display: none !important;}
    .header-topbar,  
    .octf-main-header {
      display: none;
    }
  
    .site-header {
      background: #fff;
      -webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
      -moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
      box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    }
  
    header.header-fullwidth .octf-area-wrap {
      padding-left: 0;
      padding-right: 0;
    }
  
    .header_mobile {
      display: block;
      font-family: "Effra", sans-serif;
      width: 100%;
      background: #fff;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear;
      height: 75px;
    }
    .header_mobile.is-stuck {
      box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    }
    .header_mobile .octf-btn-cta {
      padding-right: 50px;
      padding-top: 7px;
      display: block;
      float: right;
    }
    .header_mobile .octf-btn-cta .octf-header-module .octf-cta-icons i {
      background: #f0f6ff;
      color: #1a1b1e;
    }
    .header_mobile .octf-btn-cta .octf-header-module .octf-cta-icons i:before {
      color: #1a1b1e;
    }
  
    .header_mobile .mlogo_wrapper {
      position: relative;
      padding: 20px 0px;
    }
  
    .header_mobile .mlogo_wrapper .mobile_logo {
      float: left;
      margin-left: 30px;
    }
  
    #mmenu_toggle {
      position: absolute;
      cursor: pointer;
      width: 26px;
      height: 20px;
      right: 0px;
      margin-top: 5px;
      top: 50%;
      margin-right: 20px;
    }
  
    #mmenu_toggle button {
      position: absolute;
      left: 0;
      top: 50%;
      margin: -2px 0 0;
      background: #1a1b1e;
      height: 4px;
      padding: 0;
      border: none;
      width: 100%;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      outline: none;
      border-radius: 2px;
    }
  
    #mmenu_toggle button:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      width: 26px;
      height: 4px;
      background: #1a1b1e;
      -webkit-transform-origin: 1.5px center;
      transform-origin: 1.5px center;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      border-radius: 2px;
    }
  
    #mmenu_toggle button:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 26px;
      height: 4px;
      background: #1a1b1e;
      -webkit-transform-origin: 1.5px center;
      transform-origin: 1.5px center;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      border-radius: 2px;
    }
  
    #mmenu_toggle.active button {
      background: none !important;
    }
  
    #mmenu_toggle.active button:before {
      top: 0;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
    }
  
    #mmenu_toggle.active button:after {
      bottom: 0;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
    }
  
    .header_mobile .mobile_nav {
      display: none;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu {
      margin-top: 35px;
      padding: 0;
      background-color: #fff;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu ul {
      position: relative;
      margin: 0;
      padding: 0;
      margin-left: 15px;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu ul {
      display: none;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu li {
      position: relative;
      list-style: none;
      padding: 0 10px 0 20px;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu li a {
      padding: 9px 0;
      display: block;
      color: #1a1b1e;
      font-weight: 500;
      border-bottom: 1px solid #e5e5e5;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu > li:last-child > a {
      border: none;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu li li a {
      font-size: 15px;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
  .header_mobile .mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a {
      color: #fe4c1c;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
      color: #fff;
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      cursor: pointer;
      width: 50px;
      height: auto;
      padding: 9px 12px 9px 0;
      line-height: inherit;
      text-align: right;
      box-sizing: border-box;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
      color: #9397a7;
      display: inline-block;
      line-height: 1;
      -webkit-transition: transform 0.3s ease-in-out;
      -moz-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
    }
    .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before, .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:after {
      font-size: 11px;
      font-weight: 300;
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  
    .header_mobile .mobile_nav .mobile_mainmenu > li > a:hover, .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
  .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
      color: #fe4c1c;
    }
  
    .home-6 .header_mobile {
      background: transparent;
    }
    .home-6 .header_mobile.open, .home-6 .header_mobile.is-stuck {
      background: #0042a1;
      -webkit-box-shadow: 4px 4px 30px 0px rgba(20, 89, 186, 0.3);
      -moz-box-shadow: 4px 4px 30px 0px rgba(20, 89, 186, 0.3);
      box-shadow: 4px 4px 30px 0px rgba(20, 89, 186, 0.3);
    }
    .home-6 .header_mobile .mobile_nav .mobile_mainmenu li a {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.15);
    }
    .home-6 .header_mobile .mobile_nav .mobile_mainmenu li a:hover {
      color: #001881;
    }
    .home-6 .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
      color: rgba(255, 255, 255, 0.7);
    }
    .home-6 #mmenu_toggle button,
    .home-6 #mmenu_toggle button:after,
    .home-6 #mmenu_toggle button:before {
      background: #fff;
    }
    .octf-btn-cta .h-search-form-field,
    .site-header-cart{
      top: calc(100% + 20px);
    }
  }
  @media only screen and (max-width: 767px) {
    .header_mobile .mlogo_wrapper {
      width: 100%;
    }
  }
  @media only screen and (max-width: 320px) {
    .mobile_logo img {
      max-width: 230px;
      max-height: 47px;
    }
  }


/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
    width: 100%;
    height: 300px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    background: center center no-repeat;
    background-size: cover;
    text-align: center;
  }
  .page-header .breadcrumbs, .breadcrumbs {
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: capitalize;
  }
  .page-header .breadcrumbs li, .breadcrumbs li {
    display: inline-block;
  }
  .page-header .breadcrumbs li:before, .breadcrumbs li:before {
    content: "\f101";
    font-family: "Flaticon";
    font-size: 11px;
    color: #a5b7d2;
    margin: 0 8px;
  }
  .page-header .breadcrumbs li:first-child:before, .breadcrumbs li:first-child:before {
    display: none;
  }
  .page-header .breadcrumbs li a, .breadcrumbs li a {
    color: #a5b7d2;
  }
  .page-header .breadcrumbs li a:hover, .breadcrumbs li a:hover {
    color: #fe4c1c;
  }
  .page-title {
    margin-bottom: 0;
  }
  
  @media (max-width: 600px) {
    .page-header {
      height: 200px;
      padding: 40px 0;
    }
  }
  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
  
  /* Do not show the outline on the skip link target. */
  #content[tabindex="-1"]:focus {
    outline: 0;
  }
  
  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  .clear:before,
  .clear:after,
  .entry-content:before,
  .entry-content:after,
  .comment-content:before,
  .comment-content:after,
  .site-header:before,
  .site-header:after,
  .site-content:before,
  .site-content:after,
  .site-footer:before,
  .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
  }
  
  .clear:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after {
    clear: both;
  }


  /*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
    display: block;
  }
  
  .gallery {
    margin-bottom: 1.5em;
    margin-left: -7px;
    margin-right: -7px;
  }
  
  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 7px;
  }
  
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  
  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
    display: none;
  }


  /*--------------------------------------------------------------
## accordeon
--------------------------------------------------------------*/

  .ot-accordions .acc-item {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
  }
  .ot-accordions .acc-item .acc-toggle {
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-weight: 500;
    color: #1a1b1e;
    padding: 13px 10px 13px 25px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .ot-accordions .acc-item .acc-toggle i {
    float: right;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    background: #001881;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .ot-accordions .acc-item .acc-toggle i.up {
    display: none;
  }
  .ot-accordions .acc-item .acc-toggle:hover {
    color: #001881;
  }
  .ot-accordions .acc-item .acc-content {
    display: none;
    padding: 0 25px 20px;
  }
  .ot-accordions .acc-item .acc-content p:last-child, .ot-accordions .acc-item .acc-content ul:last-child {
    margin-bottom: 0;
  }
  .ot-accordions .acc-item.current {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
  }
  .ot-accordions .acc-item.current .acc-toggle {
    color: #001881;
  }
  .ot-accordions .acc-item.current .acc-toggle i.down {
    display: none;
  }
  .ot-accordions .acc-item.current .acc-toggle i.up {
    display: inherit;
  }
  .ot-accordions .acc-item:last-child {
    margin-bottom: 0;
  }

/* ---------------------- Preload ----------------------------------------- */

body.royal_preloader {
    background: none;
    visibility: hidden;    
}
#royal_preloader {
    visibility: visible;
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */
#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 20px;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage > div {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */
#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */
#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity:.2;
    left: 50%;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    height: 80px;
    line-height: 80px;
    margin: auto;
    letter-spacing: -4px;
    font-size: 55px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Scale Text Mode */
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 32px;
    line-height: 32px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 32px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
    display: inline-block;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
    -webkit-animation: scale 0.2s forwards;
       -moz-animation: scale 0.2s forwards;
        -ms-animation: scale 0.2s forwards;
         -o-animation: scale 0.2s forwards;
            animation: scale 0.2s forwards;
}

/* Logo Mode */
#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 400;
    letter-spacing:2px;
    padding-top:10px;
}

/* Progress Mode */
#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #AAAAAA;
    color: rgba(255, 255, 255, 0.1);
    font-family: Impact, Arial;
    font-size: 20px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.1); 
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #C76363;
}


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

@-webkit-keyframes scale {
    0% { -webkit-transform: scale(0); opacity: 0;}
    50% { -webkit-transform: scale(2);  opacity: 0.5;}
    100% { -webkit-transform: scale(1);  opacity: 1;}
}
@-moz-keyframes scale {
    0% { -moz-transform: scale(0); opacity: 0;}
    50% { -moz-transform: scale(2); opacity: 0.5;}
    100% { -moz-transform: scale(1); opacity: 1;}
}
@-ms-keyframes scale {
    0% { -ms-transform: scale(0); opacity: 0;}
    50% { -ms-transform: scale(2); opacity: 0.5;}
    100% { -ms-transform: scale(1); opacity: 1;}
}
@-o-keyframes scale {
    0% { -o-transform: scale(0); opacity: 0;}
    50% { -o-transform: scale(2); opacity: 0;.5}
    100% { -o-transform: scale(1); opacity: 1;}
}
@keyframes scale {
    0% { transform: scale(0); opacity: 0;}
    50% { transform: scale(2); opacity: 0.5;}
    100% { transform: scale(1); opacity: 1;}
}
@media only screen and (max-width: 800px) {
    #royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
        height: 22px;
        line-height: 22px;
        font-size: 22px;
    }
}

/* ---- misc stuff --*/
body .elementor-widget:not(:last-child) {
    margin-bottom: 0;
  }
  
  .ot-flex-column-horizontal .elementor-widget-wrap {
    flex-wrap: nowrap;
  }
  .ot-flex-column-horizontal .elementor-widget-wrap > .elementor-widget {
    display: flex;
    width: auto;
  }
  .ot-flex-column-horizontal .elementor-widget-wrap > .elementor-widget > .elementor-widget-container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  div.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #1a1b1e;
    font-family: "Red Hat Display", sans-serif;
  }
  
  .elementor-element .elementor-widget-text-editor,
  .elementor-element .elementor-widget-icon-list .elementor-icon-list-item {
    font-family: "Red Hat Text", sans-serif;
    color: #606060;
  }
  
  .elementor_library-template-default .post-author-box,
  .elementor_library-template-default .post-navigation {
    display: none;
  }
  
  .elementor-section > .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated, 
  .elementor-section > .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated, 
  .elementor-section > .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-top: 0;
    padding-bottom: 0;
    margin-top:20px;
  }
  
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 15px;
  }
  
  .elementor .elementor-section > .elementor-container > .elementor-row {
    width: auto;
    flex: 100%;
    min-width: 100%;
  }
  
  .elementor .elementor-section > .elementor-column-gap-extended > .elementor-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .elementor .elementor-section > .elementor-column-gap-default > .elementor-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .elementor .elementor-section > .elementor-column-gap-narrow > .elementor-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  @media (max-width: 767px) {
    .elementor-top-section:not(.elementor-section-full_width) > .elementor-container,
    .elementor-top-section:not(.elementor-section-full_width) > .elementor-container,
    .elementor-top-section:not(.elementor-section-full_width) > .elementor-container {
      padding-left: 15px;
      padding-right: 15px;
    }
    .elementor-top-section:not(.elementor-section-full_width) > .elementor-column-gap-no,
    .elementor-top-section:not(.elementor-section-full_width) > .elementor-column-gap-no,
    .elementor-top-section:not(.elementor-section-full_width) > .elementor-column-gap-no {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (max-width: 480px) {
    .ot-pricing-table {max-width: 100%;}
  }
  @media (min-width: 768px) {
    .elementor .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 750px;
    }
  
    .elementor-element .container {
      width: 720px;
      padding: 0;
    }
  }
  @media (min-width: 992px) {
    .elementor .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 970px;
    }
  
    .elementor-element .container {
      width: 940px;
      padding: 0;
    }
  }
  @media (min-width: 1230px) {
    .elementor .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 1200px;
    }
  
    .elementor-element .container {
      width: 1170px;
      padding: 0;
    }
    .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wide > .elementor-row {
      margin-left: -20px;
      margin-right: -20px;
    }
    .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
      padding-left: 20px;
      padding-right: 20px;
    }
    .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wider > .elementor-row {
      margin-left: -30px;
      margin-right: -30px;
    }
    .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
      padding-left: 30px;
      padding-right: 30px;
    }
  }


  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/** Footer Style **/
.site-footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    line-height: 24px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  .site-footer a, .site-footer a {
    color: #fff !important;
  }

  .site-footer a, .site-footer a:visited {
    color: #fff;
  }

  .site-footer a, .site-footer a:hover {
    color: #e0040b;
  }

  .site-footer .elementor-widget-container h5 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .site-footer .elementor-widget-container ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .site-footer .elementor-widget-container ul li {
    margin-bottom: 12px;
  }
  .site-footer .elementor-widget-container ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .site-footer .footer-contact-info ul li {
    line-height: 30px;
  }
  .site-footer .footer-contact-info ul li strong {
    font-weight: bold;
    color: #9ee8ff;
  }
  
  .footer-menu ul {
    list-style: none;
    text-align: center;
  }
  .footer-menu ul li {
    display: inline-block;
    margin: 0px 29px;
  }
  .footer-menu ul li a {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  .footer-menu ul li a:visited {
    color: #fff;
  }

  /* Back To Top*/
#back-to-top {
    background: #fff;
    color: #E0040B;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    line-height: 46px;
    opacity: 0;
    outline: medium none;
    position: fixed;
    right: -50px;
    bottom: 40px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  }
  #back-to-top.show {
    opacity: 1;
    right: 40px;
  }
  #back-to-top i:after, #back-to-top i:before {
    font-size: 20px;
  }
  #back-to-top:hover {
    bottom: 45px;
  }
  
  @media (max-width: 479px) {
    .footer-menu ul li {
      margin: 0 25px;
    }
  }


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
    .lg-hidden {
      display: none;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .md-hidden {
      display: none;
    }
  }
  @media (min-width: 480px) and (max-width: 767px) {
    .sm-hidden {
      display: none;
    }
  }







  /*-----TESTING */

  /*** Home 5 ***/
.blue-color {
  background: #0049b1;
  color: #fff;
}
.blue-color .topbar_menu ul li,
.blue-color .topbar-info li,
.blue-color .topbar_languages {
  border-color: rgba(255, 255, 255, 0.15);
}
.blue-color a,
.blue-color .topbar_languages select {
  color: #fff;
}
.blue-color .social-list a {
  color: #84afed;
}
.blue-color .social-list a:hover {
  color: #fe4c1c;
}

@media only screen and (max-width: 1199px) {
  .mobile-topbar.header-topbar {
    display: block;
  }
  .mobile-topbar .topbar-info {
    float: none;
    clear: both;
    padding-top: 10px;
  }
  .mobile-topbar .topbar-info li:first-child {
    padding-left: 0;
  }
}







/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


.post-box .post-inner {
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background: #fff;
  margin-bottom: 60px;
  overflow: hidden;
}
.post-box p {
  margin-bottom: 0;
  letter-spacing: -0.2px;
}
.post-box .entry-media {
  position: relative;
}
.post-box .entry-media .post-cat {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 40px;
}
.post-box .inner-post {
  padding: 40px;
}
.post-box .post-cat a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background: #fe4c1c;
  padding: 10px;
  margin-bottom: 35px;
  margin-right: 6px;
}
.post-box .post-cat a:hover {
  background: #fff;
  color: #fe4c1c;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.post-box .entry-meta {
  text-transform: capitalize;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 13px;
}
.post-box .entry-meta > span:not(.sl-wrapper) {
  margin-right: 10px;
  display: inline-block;
}
.post-box .entry-meta > span:not(.sl-wrapper) i {
  margin-right: 4px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.post-box .entry-meta a {
  color: #a5b7d2;
}
.post-box .entry-meta a:hover {
  color: #1a1b1e;
}
.post-box .entry-meta a:hover i {
  color: #fe4c1c;
}
.post-box .entry-title {
  margin-bottom: 15px;
  line-height: 36px;
}
.post-box .entry-title a {
  color: #1a1b1e;
  display: inline-block;
}
.post-box .entry-title a:hover {
  color: #fe4c1c;
}
.post-box .padding-box {
  padding: 40px 40px 0 40px;
}
.post-box .audio-box {
  margin-bottom: -5px;
}
.post-box .audio-box iframe {
  width: 100%;
}
.post-box .link-box {
  margin-bottom: -5px;
}
.post-box .link-box a {
  font-size: 24px;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  color: #1a1b1e;
}
.post-box .link-box a:hover {
  color: #001881;
}
.post-box .link-box i {
  text-shadow: 8px 8px 18px rgba(0, 195, 255, 0.3);
  -moz-text-shadow: 8px 8px 18px rgba(0, 195, 255, 0.3);
  color: #001881;
  margin-right: 20px;
}
.post-box .link-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .quote-box {
  overflow: hidden;
  margin-bottom: -5px;
}
.post-box .quote-box i {
  float: left;
  color: #001881;
  text-shadow: 8px 8px 18px rgba(0, 195, 255, 0.3);
  -moz-text-shadow: 8px 8px 18px rgba(0, 195, 255, 0.3);
}
.post-box .quote-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .quote-box .quote-text {
  padding-left: 52px;
  margin-top: -10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  color: #1a1b1e;
}
.post-box .quote-box .quote-text span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #a5b7d2;
}
.post-box .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-top: -30px;
  margin-left: -30px;
}
.post-box .btn-play i {
  position: relative;
  z-index: 1;
  font-size: 19px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  color: #001881;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.post-box .btn-play i:before {
  margin-left: 3px;
}
.post-box .btn-play i:hover {
  background: #001881;
  color: #fff;
}
.post-box .btn-play:before, .post-box .btn-play:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1024;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.post-box .btn-play:after {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.post-box.format-standard.has-post-thumbnail .inner-post .post-cat {
  display: none;
}
.post-box.post-item {
  margin-bottom: 0;
}
.post-box.post-item .post-cat {
  top: 30px;
  left: 30px;
}
.post-box.post-item .inner-post {
  padding: 30px;
}
.post-box.post-item .entry-meta {
  margin-bottom: 10px;
}
.post-box.post-item h4 {
  font-weight: bold;
  margin-bottom: 12px;
}

.page-pagination {
  margin-top: 70px;
  margin-bottom: 0;
  font-family: "Red Hat Display", sans-serif;
}
.page-pagination li {
  display: inline-block;
}
.page-pagination li a, .page-pagination li span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  font-size: 18px;
  color: #1a1b1e;
  background: #fff;
  font-weight: 600;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-right: 8px;
}
.page-pagination li span, .page-pagination li a:hover {
  box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
  -moz-box-shadow: 6px 6px 13px 0px rgba(0, 195, 255, 0.3);
  background: #001881;
  color: #fff;
}

/* blog post */
.blog-post {
  box-shadow: none;
  overflow: inherit;
  margin-bottom: 0;
}
.blog-post > .inner-post {
  padding-left: 0;
  padding-right: 0;
}
.blog-post > .inner-post p:not(:last-child) {
  margin-bottom: 20px;
}
.blog-post > .inner-post .entry-summary {
  padding-bottom: 50px;
}
.blog-post .tagcloud {
  margin: 2px -3px 0;
  float: left;
}
.blog-post .tagcloud a {
  color: #707f96;
  background: #f0f6ff;
  font-size: 14px !important;
  font-weight: 500;
  padding: 10px 12px;
  margin: 0 3px;
  margin-bottom: 9px;
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
}
.blog-post .tagcloud a:hover {
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  background: #001881;
  color: #fff;
}
.blog-post .entry-footer {
  padding-bottom: 40px;
}
.blog-post .share-post {
  float: right;
}
.blog-post .share-post a {
  float: left;
  overflow: hidden;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  background: #fe4c1c;
  color: #fff;
  margin-left: 15px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.blog-post .share-post a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog-post .share-post a.face {
  background: #4661c5;
}
.blog-post .share-post a.twit {
  background: #44b1e4;
}
.blog-post .share-post a.pint {
  background: #ff2e2e;
}
.blog-post .share-post a.linked {
  background: #0073B0;
}
.blog-post .share-post a.google {
  background: #DC4A38;
}
.blog-post .share-post a.tumblr {
  background: #3C586D;
}
.blog-post .share-post a.reddit {
  background: #FD4507;
}
.blog-post .share-post a.vk {
  background: #5082B9;
}
.blog-post .author-bio {
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.blog-post .author-bio .author-image {
  float: left;
  margin-right: 50px;
}
.blog-post .author-bio .author-info {
  padding: 40px 50px 20px 0;
}
.blog-post .author-bio .author-info .title {
  font-weight: 500;
  margin-bottom: 7px;
}
.blog-post .author-bio .author-info h6 {
  margin-bottom: 12px;
}
.blog-post .author-bio .author-info .des {
  margin-bottom: 15px;
}
.blog-post .author-bio .author-info .author-socials a {
  font-size: 14px;
  margin-right: 15px;
  color: #a5b7d2;
}
.blog-post .author-bio .author-info .author-socials a:hover {
  color: #fe4c1c;
}

.drop-cap {
  float: left;
  text-align: center;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 0 20px 20px 0 !important;
  box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.drop-cap span {
  font-size: 24px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #fe4c1c;
}

.post-nav {
  padding-left: 2px;
  font-family: "Red Hat Display", sans-serif;
}
.post-nav a {
  color: #0160e7;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-nav a span {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.post-nav a:hover span {
  color: #0160e7;
  background: #fff;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}
.post-nav .post-prev {
  float: left;
}
.post-nav .post-prev a span {
  margin-right: 2px;
  margin-left: -11px;
}
.post-nav .post-prev a:hover span {
  margin-right: 15px;
  margin-left: 0px;
  box-shadow: -6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: -6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: -6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}
.post-nav .post-next {
  float: right;
}
.post-nav .post-next a span {
  margin-left: 2px;
  margin-right: -11px;
}
.post-nav .post-next a:hover span {
  margin-left: 15px;
  margin-right: 0px;
}

.related-posts {
  margin-top: 90px;
  margin-bottom: 20px;
}
.related-posts h2 {
  margin-bottom: 30px;
}
.related-posts .post-box .post-inner {
  margin-bottom: 0;
}




.blog-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.blog-grid:after {
  content: "";
  display: block;
  clear: both;
}
.blog-grid .masonry-post-item {
  float: left;
  width: 33.3333333333%;
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-grid .masonry-post-item .post-inner {
  margin-bottom: 15px;
}
.blog-grid .masonry-post-item .post-inner .inner-post {
  padding: 30px;
}
.blog-grid .masonry-post-item.post-box .entry-title {
  font-size: 24px;
  font-weight: 700;
}
.blog-grid .masonry-post-item.post-box .entry-media .post-cat {
  top: 30px;
  left: 30px;
}
.blog-grid .masonry-post-item.post-box .entry-media .post-cat a {
  padding: 8px 10px;
}
.blog-grid .masonry-post-item.post-box .entry-meta {
  margin-bottom: 10px;
}
.blog-grid .masonry-post-item.post-box .entry-meta span.comment-num {
  display: none;
}

.blog-grid.pf_5_cols .masonry-post-item {
  width: 20%;
}

.blog-grid.pf_4_cols .masonry-post-item {
  width: 25%;
}

.blog-grid.pf_2_cols .masonry-post-item {
  width: 50%;
}

@media only screen and (max-width: 993px) {
  .blog-grid .masonry-post-item,
  .blog-grid.pf_5_cols .masonry-post-item,
  .blog-grid.pf_4_cols .masonry-post-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .entry-footer .tagcloud, .entry-footer .share-post {
    float: none;
    width: 100%;
  }
  .entry-footer .share-post {
    margin-top: 30px;
  }
  .entry-footer .share-post a:first-child {
    margin-left: 0px;
  }

  .blog-post .author-bio .author-image {
    display: none;
  }
  .blog-post .author-bio .author-info {
    padding: 20px 25px;
  }

  .related-posts {
    margin-top: 40px;
  }

  .blog-grid .masonry-post-item,
  .blog-grid.pf_5_cols .masonry-post-item,
  .blog-grid.pf_4_cols .masonry-post-item,
  .blog-grid.pf_2_cols .masonry-post-item {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  blockquote {
    font-size: 20px;
  }

  .single-post .entry-content {
    padding: 50px 0 70px;
  }

  .blog-list .post-box .inner-post {
    padding: 30px;
  }

  .post-box .entry-title {
    font-size: 22px;
    line-height: 30px;
  }

  .single-page-header.post-box .post-cat a,
.single-page-header.post-box .entry-title {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  margin-top: 30px;
}
.comments-area ol, .comments-area ul {
  list-style: none;
  padding-left: 0;
}
.comments-area ol .comment-respond, .comments-area ul .comment-respond {
  margin-top: -30px;
  margin-bottom: 40px;
}
.comments-area .comments-title {
  margin-bottom: 50px;
}
.comments-area .comment-item {
  margin-bottom: 50px;
  overflow: hidden;
}
.comments-area .comment-item .gravatar {
  float: left;
}
.comments-area .comment-item .gravatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.comments-area .comment-item .comment-content:not(.pingback) {
  padding-left: 105px;
}
.comments-area .comment-item .comment-meta {
  position: relative;
}
.comments-area .comment-item .comment-meta .comment-author {
  text-transform: capitalize;
  margin-bottom: 7px;
  margin-top: -3px;
  color: #363636;
}
.comments-area .comment-item .comment-meta .comment-time {
  display: block;
  color: #a5b7d2;
  font-size: 12px;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.comments-area .comment-item .comment-meta .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #a5b7d2;
}
.comments-area .comment-item .comment-meta .comment-reply-link:hover {
  color: #fe4c1c;
}
.comments-area .comment-item .comment-text p {
  margin-bottom: 15px;
}
.comments-area ul.children {
  padding-left: 60px;
}

.comment-respond {
  background: #f0f6ff;
  padding: 50px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.comment-respond .comment-reply-title {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: -5px;
}
.comment-respond .comment-reply-title small {
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
  margin-left: 5px;
}
.comment-respond .comment-reply-title small a {
  color: #ad1010;
}
.comment-respond .comment-reply-title small a:hover {
  color: #fe4c1c;
}

.comment-form p {
  margin-bottom: 30px;
}
.comment-form p label {
  margin-left: 8px;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form .logged-in-as {
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  margin-top: -5px;
}
.comment-form .logged-in-as a {
  color: #737373;
}
.comment-form .logged-in-as a:hover {
  color: #fe4c1c;
}
.comment-form input[type=text],
.comment-form input[type=email] {
  width: 100%;
}
.comment-form .octf-btn {
  box-shadow: 8px 8px 18px 0 rgba(0, 195, 255, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0 rgba(0, 195, 255, 0.3);
  -moz-box-shadow: 8px 8px 18px 0 rgba(0, 195, 255, 0.3);
}
.comment-form .octf-btn:hover {
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .comment-respond {
    padding: 30px;
  }

  .comments-area ul.children {
    padding-left: 30px;
  }
}
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget ul li {
  position: relative;
}
.widget .tagcloud {
  padding-bottom: 16px !important;
  margin: 0 -3px;
}
.widget .tagcloud a {
  color: #707f96;
  background: #f0f6ff;
  font-size: 14px !important;
  font-weight: 500;
  padding: 10px 12px;
  margin: 0 3px;
  margin-bottom: 9px;
  line-height: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
}
.widget .tagcloud a:hover {
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  background: #001881;
  color: #fff;
}

.widget-area .widget {
  margin-bottom: 50px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  font-weight: 700;
  padding-left: 17px;
  position: relative;
}
.widget-area .widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #fe4c1c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.widget-area .widget ul:not(.recent-news) > li {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  margin-bottom: 11px;
  line-height: 24px;
}
.widget-area .widget ul:not(.recent-news) > li:last-child {
  padding: 0;
}
.widget-area .widget ul:not(.recent-news) > li a {
  color: #1a1b1e;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.widget-area .widget ul:not(.recent-news) > li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 0px;
  height: 3px;
  border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.widget-area .widget ul:not(.recent-news) > li a:hover {
  color: #001881;
  padding-left: 22px;
}
.widget-area .widget ul:not(.recent-news) > li a:hover:before {
  width: 10px;
  opacity: 1;
  visibility: visible;
  background: #001881;
}
.widget-area .widget ul:not(.recent-news) > li a:hover + span {
  color: #001881;
}
.widget-area .widget ul:not(.recent-news) > li .posts-count {
  color: #a5b7d2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget-area .widget ul:not(.recent-news) > li.recentcomments a:before {
  display: none;
}
.widget-area .widget select {
  width: 100%;
  padding: 8px;
  outline: none;
}
.widget-area .widget table caption {
  margin-bottom: 10px;
}
.widget-area .widget table td, .widget-area .widget table th {
  border-color: #aaa;
  text-align: center;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  width: 100%;
  padding: 0 48px 0 20px;
  height: 50px;
  line-height: 1;
  border-color: #e6e6e6;
  background: #fff;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
}
.search-form .search-submit {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  outline: none;
  font-size: 26px;
  color: #a5b7d2;
  padding: 0px 5px;
}
.search-form .search-submit i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  background: #fe4c1c;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search-form .search-submit i:before, .search-form .search-submit i:after {
  font-size: 17px;
  font-weight: 700;
}
.search-form .search-submit i:hover {
  background: #001881;
}

.widget .recent-news {
  padding-top: 5px;
}
.widget .recent-news li {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
}
.widget .recent-news li:not(:last-child) {
  margin-bottom: 25px;
}
.widget .recent-news .thumb {
  float: left;
  width: 70px;
  margin-right: 20px;
}
.widget .recent-news .thumb img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.widget .recent-news h6 {
  margin: -3px 0 3px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
}
.widget .recent-news h6 a {
  color: #1a1b1e;
  display: block;
}
.widget .recent-news h6 a:before {
  display: none;
}
.widget .recent-news h6 a:hover {
  color: #001881;
}
.widget .recent-news .entry-date {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #a5b7d2;
}

.instafeed-gallery .instafeed-item {
  display: inline-block;
  width: 33.33333333%;
}
.instafeed-gallery .instafeed-item a {
  display: inline-block;
  margin: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #f1f1f1;
}
.instafeed-gallery .instafeed-item a img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.author-widget_wrapper {
  padding: 30px 26px;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
  -webkit-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
  -moz-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
}
.author-widget_wrapper .author-widget_image-wrapper {
  margin-bottom: 26px;
}
.author-widget_wrapper .author-widget_title {
  margin-bottom: 10px;
  color: #fff;
}
.author-widget_wrapper .author-widget_text {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.author-widget_social a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  height: 26px;
  width: 26px;
  line-height: 26px;
  cursor: pointer;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.author-widget_social a.social-facebook {
  color: #2255ee;
}
.author-widget_social a.social-twitter {
  color: #4ccef9;
}
.author-widget_social a.social-google {
  color: #dd4b39;
}
.author-widget_social a.social-pinterest {
  color: #ff2e2e;
}
.author-widget_social a.social-linkedin {
  color: #3292ff;
}
.author-widget_social a.social-buffer {
  color: #000000;
}
.author-widget_social a.social-digg {
  color: #005be2;
}
.author-widget_social a.social-reddit {
  color: #ff4500;
}
.author-widget_social a.social-tumbleupon {
  color: #eb4924;
}
.author-widget_social a.social-tumblr {
  color: #35465c;
}
.author-widget_social a.social-vk {
  color: #45668e;
}
.author-widget_social a.social-yummly {
  color: #E16120;
}
.author-widget_social a.social-email {
  color: #E84231;
}
.author-widget_social a.social-dribbble {
  color: #ea4c89;
}
.author-widget_social a.social-instagram {
  color: #ff9000;
}
.author-widget_social a.social-youtube {
  color: #FF0000;
}
.author-widget_social a.social-pinterest {
  color: #E60023;
}
.author-widget_social a:last-child {
  margin-right: 0px;
}

/*--------------------------------------------------------------
## Responsive Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}




.service-box * {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.service-box .number-box {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
  -webkit-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
  -moz-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
}
.service-box .content-box {
  padding-left: 75px;
}
.service-box .content-box .service-box-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.service-box .content-box p:last-child {
  margin-bottom: 0;
}
.service-box .big-number {
  position: absolute;
  right: 35px;
  bottom: -13px;
  font-size: 88px;
  font-weight: 900;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1;
  color: rgba(165, 183, 210, 0.2);
  z-index: 0;
}
.service-box .overlay {
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 0;
}
.service-box:hover {
  background: none;
}
.service-box:hover .overlay {
  opacity: 1;
}
.service-box:hover .number-box {
  background: #fff;
  color: #001881;
}
.service-box:hover .content-box {
  color: #fff;
}
.service-box:hover .content-box .service-box-title {
  color: #fff;
}
.service-box:hover .big-number {
  color: rgba(255, 255, 255, 0.2);
}
.service-box .number-box svg {
  fill: #ffffff;
}
.service-box:hover .number-box svg {
  fill: #001881;
}

.service-box-s2 {
  overflow: hidden;
  position: relative;
  padding: 30px 30px 28px;
  background: #fff;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.service-box-s2 .number-box {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #001881;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(0, 195, 255, 0.15);
}
.service-box-s2 .number-box svg {
  fill:#001881;
}
.service-box-s2 .content-box {
  padding-left: 70px;
}
.service-box-s2 .content-box .service-box-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.service-box-s2 .content-box p:last-child {
  margin-bottom: 0;
}
.service-box-s2:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.s-box .icon-main {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
}
.s-box .icon-main i, .s-box .icon-main span:before {
  font-size: 25px;
  line-height: 60px;
}
.s-box .icon-main img, .s-box .icon-main svg {
  width: 25px;
}

div.active .service-box .overlay {
  opacity: 1;
}
div.active .service-box .number-box {
  background: #fff;
  color: #001881;
}
div.active .service-box .content-box {
  color: #fff;
}
div.active .service-box .content-box .service-box-title {
  color: #fff;
}
div.active .service-box .big-number {
  color: rgba(255, 255, 255, 0.2);
}
div.active .service-box-s2 {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.service-box-2 {
  padding: 70px;
  font-size: 18px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.service-box-2 .service-box-title {
  font-size: 30px;
  margin-bottom: 15px;
}
.service-box-2 p {
  margin-bottom: 40px;
}
.service-box-2 .octf-btn {
  margin-left: -70px;
  border-top-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 0;
}

@media (max-width: 600px) {
  .service-box .number-box {
    float: none;
    margin-bottom: 30px;
  }

  .service-box .content-box {
    padding-left: 0 !important;
  }
}
.icon-box {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.icon-box.s1 .icon-main, .icon-box.s4 .icon-main {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 61px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
  -webkit-box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
  -moz-box-shadow: 8px 8px 20px 0px rgba(2, 156, 236, 0.3);
}
.icon-box.s1 .icon-main i, .icon-box.s1 .icon-main span:before, 
.icon-box.s4 .icon-main i, .icon-box.s4 .icon-main span:before {
  font-size: 25px;
}
.icon-box.s1 .icon-main span, .icon-box.s4 .icon-main span {
  display: block;
}
.icon-box.s1 .icon-main img, .icon-box.s4 .icon-main img {
  max-width: 25px;
  margin-top: -5px;
}
.icon-box.s1 .icon-main svg, .icon-box.s4 .icon-main svg {
  width: 25px;
  fill: #fff;
  margin-top: 18px;
}
.icon-box.s1:hover .icon-main svg, .icon-box.s4:hover .icon-main svg {
  fill: #001881;
}
.icon-box.s1:hover .icon-main, .icon-box.s4:hover .icon-main {
  color: #001881;
  background: #fff;
  box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
  -moz-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
}
.icon-box.s1 .content-box, .icon-box.s4 .content-box {
  padding-left: 85px;
}
.icon-box .content-box .box-title {
  margin-bottom: 17px;
  font-weight: bold;
}
.icon-box .content-box .box-title a {
  color: #1a1b1e;
}
.icon-box .content-box .box-title a:hover {
  color: #fe4c1c;
}
.icon-box .content-box p:last-child {
  margin-bottom: 0;
}
.icon-box.s2 {
  padding: 47px;
  position: relative;
  overflow: hidden;
}
.icon-box.s2 .icon-main {
  color: #0160e7;
  margin-bottom: 30px;
  line-height: 1;
  text-shadow: 8px 8px 30px rgba(42, 67, 113, 0.3);
  -moz-text-shadow: 8px 8px 30px rgba(42, 67, 113, 0.3);
}
.icon-box.s2 .icon-main svg {
  fill: #0160e7;
  width: 40px;
}
.icon-box.s2 .icon-main i, .icon-box.s2 .icon-main span:before {
  font-size: 40px;
  line-height: 1;
}
.icon-box.s2 .icon-main img {
  max-width: 40px;
  margin-top: -5px;
}
.icon-box.s2:before, .icon-box.s2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.icon-box.s2:before {
  top: 0;
  left: 0;
}
.icon-box.s2:after {
  bottom: 0;
  right: 0;
}
.icon-box.s2:hover {
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.icon-box.s2:before, .icon-box.s2:after{
  opacity: 0;
}
.icon-box.s2:hover:before, .icon-box.s2:hover:after{
  opacity: 1;
}
.icon-box.s2 .content-box h5 {
  margin-bottom: 14px;
  font-size: 22px;
}
.icon-box.s3 {
  padding: 40px 27px 35px;
  position: relative;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.icon-box.s3 .icon-main {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-bottom: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
  -moz-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
}
.icon-box.s3 .icon-main svg {
  fill: #fff;
  width: 30px;
  margin-top: 20px;
}
.icon-box.s3:hover .icon-main svg {
  fill: #001881;
}
.icon-box.s3 .icon-main i, .icon-box.s3 .icon-main span:before {
  font-size: 30px;
  line-height: 70px;
}
.icon-box.s3 .icon-main img {
  max-width: 30px;
  margin-top: -5px;
}
.icon-box.s3 .bg-s3 {
  position: absolute;
  content: "";
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(90deg, rgba(236,28,36,1) 0%, rgba(19,62,216,1) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(236,28,36,1) 0%, rgba(19,62,216,1) 100%);
  background-image: linear-gradient(90deg, rgba(236,28,36,1) 0%, rgba(19,62,216,1) 100%);
}
.icon-box.s3 .content-box h5 {
  margin-bottom: 12px;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.icon-box.s3 .content-box p {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.icon-box.s3 .action-box {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.icon-box.s3 .bg-before, .icon-box.s3 .bg-after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box.s3 .bg-before {
  top: 0;
  left: 0;
}
.icon-box.s3 .bg-after {
  bottom: 0;
  right: 0;
  background-position: bottom right;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;

}
.icon-box.s3:hover .bg-before,
.icon-box.s3:hover .bg-after {
  opacity: 1;
  visibility: visible;
}
.icon-box.s3:hover .bg-s3,
.icon-box.s3:hover .action-box {
  opacity: 1;
  visibility: visible;
}
.icon-box.s3:hover .action-box {
  bottom: -26px;
}
.icon-box.s3:hover h5, .icon-box.s3:hover p {
  color: #fff;
}
.icon-box.s3:hover h5 a, .icon-box.s3:hover p a {
  color: #fff;
}
.icon-box.s3:hover h5 a:hover, .icon-box.s3:hover p a:hover {
  color: #fe4c1c;
}
.icon-box.s3:hover .icon-main {
  background: #fff;
  color: #001881;
}
.icon-box.s3.box-gradient .bg-before,
.icon-box.s3.box-gradient .bg-after {
  z-index: -2;
}
.icon-box.s3.box-gradient .bg-s3 {
  opacity: 1;
  visibility: visible;
}
.icon-box.s3.box-hover-gradient:hover .bg-before,
.icon-box.s3.box-hover-gradient:hover .bg-after {
  z-index: -2;
}
.icon-box.s3:not(.box-hover-gradient):hover .bg-s3 {
  opacity: 0;
}
.icon-box.s4 .icon-main {
  float: right;
}
.icon-box.s4 .content-box {
  text-align: right;
  padding-left: 0;
  padding-right: 85px;
}

.active .icon-box.s1 .icon-main {
  color: #001881;
  background: #fff;
  box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
  -moz-box-shadow: 6px 6px 13px 0px rgba(33, 101, 227, 0.3);
}
.active .icon-box.s2 {
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.active .icon-box.s2:before, .active .icon-box.s2:after {
  visibility: visible;
  opacity: 1;
}
.active .icon-box.s3:before {
  opacity: 1;
}
.active .icon-box.s3 h5, .active .icon-box.s3 p {
  color: #fff;
}
.active .icon-box.s3 .icon-main {
  background: #fff;
  color: #001881;
}

@media (max-width: 1024px) {
  .elementor-col-33 .icon-box.s3 {
    max-width: 370px;
    margin: auto;
  }
}
.icon-box-grid {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
  -webkit-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
  -moz-box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, 0.3);
}
.icon-box-grid .no-padding {
  padding: 0;
}
.icon-box-grid .icon-box {
  height: 100%;
  padding: 47px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.icon-box-grid .icon-box .icon-main {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1;
  text-shadow: 8px 8px 30px rgba(1, 96, 231, 0.3);
  -moz-text-shadow: 8px 8px 30px rgba(1, 96, 231, 0.3);
}
.icon-box-grid .icon-box .icon-main i, .icon-box-grid .icon-box .icon-main span:before {
  font-size: 40px;
  line-height: 1;
}
.icon-box-grid .icon-box .icon-main svg {fill: #fff;width: 40px;}
.icon-box-grid .icon-box .icon-main img {
  width: 40px;
  max-width: inherit;
}
.icon-box-grid .icon-box .content-box .box-title {
  margin-bottom: 14px;
  font-size: 22px;
  color: #fff;
}
.icon-box-grid .icon-box .content-box .box-title a {
  color: #fff;
}
.icon-box-grid .icon-box .content-box .box-title a:hover {
  color: #fe4c1c;
}
.icon-box-grid .icon-box:hover {
  color: #606060;
  background: #fff;
}
.icon-box-grid .icon-box:hover .box-title {
  color: #1a1b1e;
}
.icon-box-grid .icon-box:hover .box-title a {
  color: #1a1b1e;
}
.icon-box-grid .icon-box:hover .icon-main {
  color: #0160e7;
}
.icon-box-grid .icon-box:hover .icon-main svg {
  fill: #0160e7;
}

.team-wrap {
  text-align: center;
}
.team-wrap .team-thumb {
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.team-wrap .team-thumb img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.team-wrap .team-info {
  background: #fff;
  margin: -80px 30px 0;
  padding: 25px 25px 35px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.team-wrap .team-info h4 {
  font-weight: bold;
  margin-bottom: 3px;
}
.team-wrap .team-info h4 a {
  color: #1a1b1e;
}
.team-wrap .team-social {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
}
.team-wrap .team-social a, .team-wrap .team-social span {
  cursor: pointer;
  font-size: 15px;
  margin-right: 12px;
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #001881;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
  -moz-box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
}
.team-wrap .team-social a:hover, .team-wrap .team-social span:hover {
  box-shadow: none;
}
.team-wrap .team-social a {
  opacity: 0;
  right: -40px;
  position: relative;
  visibility: hidden;
}
.team-wrap .team-social a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.team-wrap .team-social span {
  margin-right: 0;
}
.team-wrap .team-social.active span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
  background: #fff;
  color: #001881;
}
.team-wrap .team-social.active a {
  opacity: 1;
  visibility: visible;
  right: 0;
  box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
}
.team-wrap:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.team-slider {
  margin: 0 -15px;
}
.team-slider .team-wrap {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .team-wrap {
    display: block;
    text-align: center;
  }
  .team-wrap .team-thumb {
    display: block;
    margin: 0 auto 25px;
  }
  .team-wrap .team-info {
    display: block;
    padding-left: 0;
    border: none;
  }
}
.ot-progress {
  font-weight: 500;
}
.ot-progress .pname {
  margin-bottom: 10px;
}
.ot-progress .iprogress {
  height: 10px;
  background: #f0f6ff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.ot-progress .progress-bar {
  height: 100%;
  width: 0;
  background: #001881;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.ot-progress .progress-bar.bshadow {
  box-shadow: 10px 10px 24px 0 rgba(0, 95, 255, 0.3);
  -webkit-box-shadow: 10px 10px 24px 0 rgba(0, 95, 255, 0.3);
  -moz-box-shadow: 10px 10px 24px 0 rgba(0, 95, 255, 0.3);
}

.circle-progress {
  text-align: center;
}
.circle-progress .inner-bar {
  position: relative;
  display: inline-block;
}
.circle-progress .inner-bar > span {
  position: absolute;
  width: 130px;
  height: 130px;
  line-height: 90px;
  top: 32px;
  left: 32px;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #1a1b1e;
  border: 20px solid #f0f6ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.circle-progress h4 {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0 0;
}

.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.ot-pricing-table {
  position: relative;
  text-align: center;
  padding: 30px 40px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
}
.ot-pricing-table .title-table {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 13px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #001881;
  padding: 5px 15px;
  letter-spacing: 0.5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-right-radius: 17px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 17px;
  -moz-border-radius-bottomright: 17px;
  -moz-border-radius-bottomleft: 0px;
  box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
}
.ot-pricing-table .inner-table img {
  margin-bottom: 35px;
}
.ot-pricing-table .inner-table h2 {
  font-size: 42px;
  font-weight: 500;
  color: #001881;
  margin-bottom: 3px;
}
.ot-pricing-table .inner-table h2 sup {
  margin-left: -25px;
  font-size: 30px;
}
.ot-pricing-table .inner-table > p {
  color: #a5b7d2;
  font-weight: 500;
  margin-bottom: 0;
}
.ot-pricing-table .inner-table .details {
  margin-top: 35px;
  padding-top: 28px;
  padding-bottom: 30px;
  line-height: 42px;
  border-top: 1px solid #e5e5e5;
}
.ot-pricing-table .inner-table .details ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.ot-pricing-table .octf-btn {
  margin-bottom: -26px;
}
.ot-pricing-table .octf-btn:hover {
  box-shadow: none !important;
}
.ot-pricing-table:before {
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}
.ot-pricing-table:after {
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
}
.ot-pricing-table.s2 .title-table {
  background: #0160e7;
}
.ot-pricing-table.s2 h2 {
  color: #0160e7;
}
.ot-pricing-table.s3 .title-table {
  background: #fe4c1c;
}
.ot-pricing-table.s3 h2 {
  color: #fe4c1c;
}
.ot-pricing-table:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media (max-width: 1024px) {
  .ot-pricing-table {
    max-width: 370px;
    margin: auto;
  }
}
.ot-tabs .tabs-heading {
  margin: 0px;
  display: inline-block;
  border: 1px solid #d2dbe8;
  padding: 4px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
}
.ot-tabs .tab-link {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  font-size: 16px;
  padding: 16px 28px 16px 28px;
  line-height: 1;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  background: #fe4c1c;
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  box-sizing: border-box;
  color: #fff;
  box-shadow: none;
  background: none;
  color: #a5b7d2;
  padding: 14px 28px;
  cursor: pointer;
}
.ot-tabs .tab-link:visited {
  color: #fff;
}
.ot-tabs .tab-link:hover, .ot-tabs .tab-link:focus {
  color: #fff;
}
.ot-tabs .tab-link.current, .ot-tabs .tab-link:hover {
  background: #001881;
  color: #fff;
  font-weight: 600;
  box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
}
.ot-tabs .tab-link:last-child {
  margin-right: 0 !important;
}
.ot-tabs .tab-content {
  display: none;
  background: #fff;
  padding: 30px 5px;
}
.ot-tabs .tab-content.current {
  display: inherit;
}
.ot-tabs .tab-content ul.has-icon li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 12px;
}
.ot-tabs .tab-content ul.has-icon li i {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fe4c1c;
}
.ot-tabs .tab-content ul.has-icon li i:before {
  font-size: 22px;
  line-height: 1;
}
.ot-tabs .tab-content ul.has-icon:last-child {
  margin-bottom: 0;
}
.ot-tabs .tab-content p:last-child {
  margin-bottom: 0;
}

.tab-titles .slick-list {
  padding-bottom: 15px;
}
.tab-titles .slick-dots {
  bottom: -40px;
}
.tab-titles .col-md {
  padding: 0 15px;
}
.tab-titles .title-item {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 30px 15px;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tab-titles .title-item .icon-main {
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tab-titles .title-item .icon-main i, 
.tab-titles .title-item .icon-main span:before {
  font-size: 32px;
}
.tab-titles .title-item .icon-main svg {
  width: 32px;
  fill: #fff;
}
.tab-titles .title-item h6 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tab-titles .title-item:hover, .tab-titles .title-item.tab-active {
  background: #fff;
  border-color: transparent;
}
.tab-titles .title-item:hover h6, .tab-titles .title-item.tab-active h6 {
  color: #1a1b1e;
}
.tab-titles .title-item:hover .icon-main, 
.tab-titles .title-item.tab-active .icon-main {
  color: #0160e7;
}
.tab-titles .title-item:hover .icon-main svg, 
.tab-titles .title-item.tab-active .icon-main svg {
  fill: #0160e7;
  -webkit-filter: drop-shadow( 8px 8px 18px rgba(1, 96, 231, 0.3));
  filter: drop-shadow( 8px 8px 18px rgba(1, 96, 231, 0.3));
}
.tab-titles .title-item:hover .icon-main i, 
.tab-titles .title-item.tab-active .icon-main i, 
.tab-titles .title-item:hover .icon-main span:before, 
.tab-titles .title-item.tab-active .icon-main span:before {
  text-shadow: 8px 8px 18px rgba(1, 96, 231, 0.3);
  -moz-text-shadow: 8px 8px 18px rgba(1, 96, 231, 0.3);
}

.tab-titles .title-item:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: -1;
  bottom: -8px;
  left: 50%;
  margin-left: -20px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.tab-titles .title-item.tab-active:after {
  opacity: 1;
  visibility: visible;
}

.style-2 .tab-titles .title-item:hover,
.style-2 .tab-titles .title-item.tab-active {
  border-color: #ff811b;
  background-color: #ff403e;
  background-image: -moz-linear-gradient(180deg, #ff403e, #ff811b);
  background-image: -webkit-linear-gradient(180deg, #ff403e, #ff811b);
  background-image: linear-gradient(180deg, #ff403e, #ff811b);
}
.style-2 .tab-titles .title-item:hover h6, .style-2 .tab-titles .title-item:hover .icon-main,
.style-2 .tab-titles .title-item.tab-active h6,
.style-2 .tab-titles .title-item.tab-active .icon-main {
  color: #fff;
}
.style-2 .tab-titles .title-item:hover:after,
.style-2 .tab-titles .title-item.tab-active:after {
  background-color: #ff811b;
}

#content-tabs .elementor-inner-section {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: none;
}
#content-tabs .elementor-inner-section.active {
  display: block;
}

.content-tab-section {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: none;
}
.content-tab-section.active {
  display: block;
}






.ot-counter {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  color: #1a1b1e;
  display: inline-block;
  text-align: left;
}
.ot-counter span {
  font-size: 48px;
  line-height: 1;
}
.ot-counter span.num {
  padding-left: 20px;
}
.ot-counter h6 {
  font-size: 14px;
  color: #fe4c1c;
  margin-top: 13px;
  margin-bottom: 0;
  padding-left: 20px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
.ot-counter h6:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #fe4c1c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.ot-counter.s2 h6 {
  margin-bottom: 13px;
  margin-top: 0;
}

.process-box {
  position: relative;
  padding: 85px 35px 40px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.process-box .number-box {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  font-family: "Red Hat Display", sans-serif;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -35px;
  margin-bottom: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
  -webkit-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
  -moz-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
}
.process-box .icon-main {
  margin-bottom: 30px;
  line-height: 1;
}
.process-box .icon-main i, .process-box .icon-main span:before {
  font-size: 100px;
}
.process-box .icon-main svg {
  width: 100px;
  fill: #606060;
}
.process-box .content-box .process-box-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.process-box .content-box p:last-child {
  margin-bottom: 0;
}
.process-box .p-arrow {
  position: absolute;
  top: -13px;
  right: -70px;
  z-index: 1;
}
.process-box:hover {
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  background: #fff;
}

@media (max-width: 991px) {
  .p-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .process-box {
    max-width: 370px;
    margin: auto;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  }
}
/* Process Circle */
.ot-cprocess {
  position: relative;
  display: inline-block;
  width: 500px;
}
.ot-cprocess .ot-cprocess-circle-chart {
  position: relative;
  z-index: 1;
}
.ot-cprocess .circle_logo {
  position: absolute;
  z-index: 2;
  top: 180px;
  left: 180px;
}
.ot-cprocess .ot-cprocess-item {
  position: absolute;
  z-index: 2;
}
.ot-cprocess .ot-cprocess-item .ot-cprocess-item-inner {
  width: 400px;
}
.ot-cprocess .ot-cprocess-item .ot-cprocess-item-number {
  width: 90px;
  height: 90px;
  line-height: 90px;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}
.ot-cprocess .ot-cprocess-item .ot-cprocess-item-dot {
  content: "";
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
}
.ot-cprocess .ot-cprocess-item .ot-cprocess-item-title {
  color: #1a1b1e;
  font-size: 22px;
  font-weight: 900;
}
.ot-cprocess .ot-cprocess-item .ot-cprocess-item-desc {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
}
.ot-cprocess .ot-cprocess-item.text-left {
  text-align: left;
}
.ot-cprocess .ot-cprocess-item.text-left .ot-cprocess-item-inner {
  padding-left: 140px;
}
.ot-cprocess .ot-cprocess-item.text-left .ot-cprocess-item-number {
  float: left;
}
.ot-cprocess .ot-cprocess-item.text-right {
  text-align: right;
}
.ot-cprocess .ot-cprocess-item.text-right .ot-cprocess-item-inner {
  padding-right: 140px;
}
.ot-cprocess .ot-cprocess-item.text-right .ot-cprocess-item-number {
  float: right;
}
.ot-cprocess .ot-cprocess-item.text-center .ot-cprocess-item-number {
  margin-bottom: 50px;
}

.slick-dots {
  bottom: -10px;
}
.slick-dots li button:before {
  font-size: 30px;
  color: #a5b7d2;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  font-size: 50px;
  color: #001881;
}

.ot-testimonials .testimonial-wrap {
  position: relative;
  max-width: 700px;
  padding-left: 70px;
  margin: 100px auto 135px;
}
.ot-testimonials .testimonial-wrap .testimonial-inner {
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background: #fff;
  padding: 80px 50px 70px;
  text-align: center;
}
.ot-testimonials .testimonial-wrap .testimonial-inner img {
  display: inline-block;
  margin-bottom: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 100px;
}
.ot-testimonials .testimonial-wrap .testimonial-inner .ttext {
  font-size: 22px;
  color: #1a1b1e;
  margin-bottom: 32px;
}
.ot-testimonials .testimonial-wrap .testimonial-inner h6 {
  margin-bottom: 5px;
}
.ot-testimonials .testimonial-wrap .bg-block {
  content: "";
  position: absolute;
  top: -70px;
  left: 0px;
  width: calc(50% + 90px);
  height: calc(100% + 140px);
  z-index: -1;
  box-shadow: 30px 30px 45px 0px rgba(2, 156, 236, 0.3);
  -webkit-box-shadow: 30px 30px 45px 0px rgba(2, 156, 236, 0.3);
  -moz-box-shadow: 30px 30px 45px 0px rgba(2, 156, 236, 0.3);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
}
.ot-testimonials .testimonial-wrap.no-bblock {
  margin: 8px auto 30px;
}

.ot-testimonials-heading .ot-testimonials .testimonial-wrap {
  max-width: 100%;
}
.ot-testimonials-heading .ot-testimonials .testimonial-wrap .bg-block {
  width: calc(50% + 55px);
}
.ot-testimonials-heading .ot-testimonials .testimonial-wrap.no-bblock {
  padding-left: 0px;
}
.ot-testimonials-heading .ot-testimonials .testimonial-wrap.no-bblock .slick-dots {
  bottom: -80px;
}

.ot-testimonials-slider .slick-dots {
  left: 0px;
  bottom: -145px;
}

.testicustom-slider-nav {
  position: relative;
}
.testicustom-slider-nav .slick-arrow {
  position: static;
  outline: none;
}
.testicustom-slider-nav .slick-arrow:not(.slick-disabled):hover {
  box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, 0.3);
}
.testicustom-slider-nav .slick-arrow.next-nav {
  margin-left: 14px;
}

@media only screen and (min-width: 992px) {
  .onum-row-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .ot-testimonials .slider__arrows {
    display: none;
  }
  .ot-testimonials .testimonial-wrap {
    margin: 30px 0px 0px;
    padding-left: 0px;
  }
  .ot-testimonials .testimonial-wrap .bg-block {
    display: none;
  }
  .ot-testimonials .testimonial-wrap .testimonial-inner {
    padding: 30px 15px;
  }
  .ot-testimonials .testimonial-wrap .testimonial-inner.ot-testimonials-slider .slick-dots {
    bottom: -60px;
  }
}
.message-box {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.12);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.12);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.12);
  border-radius: 33px;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.message-box .icon-main {
  float: left;
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #0160e7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.message-box .icon-main svg {
  fill: #fff;
  width: 20px;
  margin-top: 13px;
}
.message-box .icon-main span:before {
  font-size: 20px;
}
.message-box .content-box {
  padding-left: 66px;
}
.message-box .content-box h6 {
  margin-bottom: 8px;
}
.message-box .content-box p {
  margin-bottom: 0;
  line-height: 1;
}
.message-box > i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 13px;
  line-height: 1;
  margin-top: -7px;
  color: #a5b7d2;
  cursor: pointer;
}

.real-numbers {
  text-align: center;
}
.real-numbers > span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  color: #a5b7d2;
}
.real-numbers > span.active {
  color: #001881;
}
.real-numbers > span.a-switch.active {
  color: #0160e7;
}
.real-numbers .switch {
  margin: 0 10px 50px;
}
.real-numbers .chart-boxs {
  margin: 0 -37px;
  position: relative;
}
.real-numbers .chart-boxs img {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.real-numbers .chart-boxs img.img-before {
  left: -43px;
}
.real-numbers .chart-boxs img.img-after {
  right: -27px;
}
.real-numbers .chart-boxs .col-md {
  padding: 0 37px;
}
.real-numbers .chart-boxs .chart-item {
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 70px 30px 165px;
  position: relative;
  background: #fff;
}
.real-numbers .chart-boxs .chart-item h2 {
  margin-bottom: 10px;
  color: #001881;
}
.real-numbers .chart-boxs .chart-item h2.after {
  display: none;
}
.real-numbers .chart-boxs .chart-item span {
  color: #1a1b1e;
  font-weight: bold;
}
.real-numbers .chart-boxs .chart-item img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 66px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #001881;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #0160e7;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .real-numbers .chart-boxs .chart-item {
    max-width: 340px;
    margin: 0 auto 40px;
  }

  .real-numbers .chart-boxs img.img-before,
.real-numbers .chart-boxs img.img-after {
    display: none;
  }
}
.video-popup a {
  position: relative;
  z-index: 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 62px;
  font-size: 19px;
  color: #fe4c1c;
}
.video-popup a i {
  margin-left: 8%;
}
.video-popup a:hover {
  background: #001881;
  color: #fff;
}
.video-popup a:hover span {
  border-color: #001881;
}
.video-popup a span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: -1;
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.video-popup a .circle-2 {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.video-popup > span {
  margin-left: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #1a1b1e;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0.5px;
}
.video-popup .btn-inner {
  display: inline-block;
  border-radius: 50%;
}

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.elementor-section {
  z-index: 0;
}

.elementor-shape {
  z-index: -1;
}




.partners .swiper-slide-image {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
  opacity: 0.7;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.partners .swiper-slide-image:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
  opacity: 1;
}

.partners-6 .swiper-slide-image {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.8;
}
.partners-6 .swiper-slide-image:hover {
  opacity: 1;
  -webkit-filter: brightness(130%);
  /* Safari 6.0 - 9.0 */
  filter: brightness(130%);
}

.onum-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dc-text .elementor-drop-cap {
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 0 20px 20px 0 !important;
  box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.dc-text .elementor-drop-cap span {
  font-size: 24px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #fe4c1c;
}
.dc-text.dc-text-second .elementor-drop-cap span {
  color: #001881;
}
.dc-text.dc-text-third .elementor-drop-cap span {
  color: #0160e7;
}
.dc-text.dc-bg-primary .elementor-drop-cap {
  background: #fe4c1c;
}
.dc-text.dc-bg-primary .elementor-drop-cap span {
  color: #fff;
}
.dc-text.dc-bg-second .elementor-drop-cap {
  background: #001881;
}
.dc-text.dc-bg-second .elementor-drop-cap span {
  color: #fff;
}
.dc-text.dc-bg-third .elementor-drop-cap {
  background: #0160e7;
}
.dc-text.dc-bg-third .elementor-drop-cap span {
  color: #fff;
}

/*Revolution Slider*/
.elementor-widget-slider_revolution .octf-btn-icon i {
  text-align: center !important;
}

@media (max-width: 479px) {
  .elementor-widget-slider_revolution .octf-btn-icon {
    padding-left: 18px;
    font-size: 14px;
  }

  .elementor-widget-slider_revolution .octf-btn-icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
  }
}
div .custom.tp-bullets {
  counter-reset: section;
}

div .custom.tp-bullets .tp-bullet {
  background: none;
  color: #a5b7d2;
  width: auto;
  height: auto;
  margin-right: 45px;
  border-bottom: 5px solid transparent;
  text-align: center;
  font-weight: bold;
  font-family: "Red Hat Display";
  transition: all 0.3s;
}

div .custom.tp-bullets .tp-bullet:hover,
div .custom.tp-bullets .tp-bullet.selected {
  background: none;
  color: #1a1b1e;
}

div .custom.tp-bullets .tp-bullet.selected:after {
  display: block;
}

div .custom .tp-bullet:before {
  counter-increment: section;
  content: "0" counter(section) " ";
  letter-spacing: 1px;
}

div .custom .tp-bullet:after {
  content: "";
  width: calc(100% + 2px);
  height: 5px;
  border-radius: 2.5px;
  background: #001881;
  position: absolute;
  left: -1px;
  bottom: -5px;
  display: none;
}

div.elementor-widget-wrap > .elementor-element.btn-inline {
  display: inline-block;
  width: auto;
}

/*Grid Lines*/
.grid-lines {
  position: absolute;
  max-width: 1330px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.grid-lines .g-line {
  height: 100%;
  display: block;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  left: 0;
  top: 0;
  position: absolute;
}
.grid-lines .g-dot {
  position: absolute;
  top: 30%;
  left: -3px;
  background-color: #0160e7;
  height: 7px;
  width: 7px;
  border-radius: 100%;
}
.grid-lines .line-cleft {
  left: 33.3333%;
}
.grid-lines .line-cleft .g-dot {
  top: 45%;
  background-color: #001881;
}
.grid-lines .line-cright {
  left: 66.6667%;
}
.grid-lines .line-cright .g-dot {
  top: 45%;
  background-color: #001881;
}
.grid-lines .line-right {
  left: 100%;
}

.white-lines .g-line {
  background-color: rgba(255, 255, 255, 0.2);
}

.style-home4 .service-box .big-number {
  right: 20px;
}
.style-home4 .service-box .content-box {
  position: relative;
  z-index: 1;
}

.style-home5 .service-box .icon-main span {
  text-shadow: 8px 8px 18px rgba(1, 96, 231, 0.3);
  -moz-text-shadow: 8px 8px 18px rgba(1, 96, 231, 0.3);
}
.style-home5 .service-box .overlay {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .style-home4 .service-box .number-box {
    float: none;
  }
  .style-home4 .service-box .content-box {
    padding-left: 0 !important;
    margin-top: 15px;
  }
  .style-home4 .service-box .content-box .service-box-title {
    line-height: 26px;
  }
}
@media (max-width: 1329px) {
  .grid-lines .line-left,
.grid-lines .line-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .one-line-form {
    background: transparent;
    max-width: 479px;
  }
  .one-line-form > span {
    float: none;
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 15px;
    display: block;
    border-left: none !important;
  }
  .one-line-form button {
    position: relative;
    top: 0;
    right: 0;
    float: none;
  }
}


.otf-social-share a {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 1;
  margin-right: 5px;
  background-color: #222;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.otf-social-share a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.otf-social-share a:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.otf-social-share a:last-child {
  margin-right: 0px;
}
.otf-social-share a.share-facebook {
  background-color: #4661c5;
}
.otf-social-share a.share-twitter {
  background-color: #44b1e4;
}
.otf-social-share a.share-google {
  background-color: #dd4b39;
}
.otf-social-share a.share-pinterest {
  background-color: #ff2e2e;
}
.otf-social-share a.share-linkedin {
  background-color: #0073B0;
}
.otf-social-share a.share-buffer {
  background-color: #000000;
}
.otf-social-share a.share-digg {
  background-color: #005be2;
}
.otf-social-share a.share-reddit {
  background-color: #ff4500;
}
.otf-social-share a.share-tumbleupon {
  background-color: #eb4924;
}
.otf-social-share a.share-tumblr {
  background-color: #35465c;
}
.otf-social-share a.share-vk {
  background-color: #45668e;
}
.otf-social-share a.share-yummly {
  background-color: #E16120;
}
.otf-social-share a.share-email {
  background-color: #E84231;
}
.otf-social-share a.share-print {
  background-color: #4982C3;
}
.otf-social-share.shape-rounded a {
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
}
.otf-social-share.shape-circle a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.ot-countdown {
  text-align: center;
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
  color: #fff;
}
.ot-countdown li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.ot-countdown li span {
  font-size: 100px;
  font-weight: 900;
  font-family: "Red Hat Display", sans-serif;
  display: block;
  margin-bottom: 23px;
}
.ot-countdown li p {
  margin-bottom: 0;
}
.ot-countdown li.seperator {
  font-size: 100px;
  font-weight: 500;
  margin-top: -8px;
  color: #001881;
}

@media (max-width: 767px) {
  .ot-countdown {
    font-size: 16px;
  }

  .ot-countdown li span,
  .ot-countdown li.seperator {
    font-size: 42px;
  }

  .ot-countdown li span {
    margin-bottom: 15px;
  }

  .ot-countdown li.seperator {
    line-height: 55px;
  }
}





/* Subscribe Email */
.mc4wp-form-fields .subscribe-desc {
  color: #9ee8ff;
}
.mc4wp-form-fields .subscribe-inner-form {
  position: relative;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email] {
  height: 46px;
  width: 100%;
  box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 25px 0px rgba(42, 67, 113, 0.15);
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon {
  background: transparent;
  border: none;
  outline: none;
  padding: 5px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i {
  background: #fe4c1c;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i:before {
  font-size: 15px;
}



/*! elementor - v3.0.11 - 30-09-2020 */
.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  
  .elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  
  .elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  
  .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 5px; }
  
  .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px; }
  
  .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 15px; }
  
  .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 20px; }
  
  .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 30px; }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(1) {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10; }
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(2) {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9; }
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(3) {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8; }
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(4) {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7; }
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(5) {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(6) {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(7) {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(8) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(9) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(10) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  
  @media (max-width: 767px) {
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(1) {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10; }
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(2) {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9; }
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(3) {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8; }
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(4) {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7; }
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(5) {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(6) {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(7) {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(8) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(9) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(10) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .elementor-column {
      width: 100%; } }
  /*# sourceMappingURL=frontend-legacy.css.map */



  .elementor {
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual; }
    .elementor *, .elementor *:before, .elementor *:after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .elementor a {
      -webkit-box-shadow: none;
              box-shadow: none;
      text-decoration: none; }
    .elementor hr {
      margin: 0;
      background-color: transparent; }
    .elementor img {
      height: auto;
      max-width: 100%;
      border: none;
      -webkit-border-radius: 0;
              border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
      margin: 0; }
    .elementor embed,
    .elementor iframe,
    .elementor object,
    .elementor video {
      max-width: 100%;
      width: 100%;
      margin: 0;
      line-height: 1;
      border: none; }
    .elementor .elementor-custom-embed {
      line-height: 0; }
    .elementor .elementor-background-video-container,
    .elementor .elementor-background-holder,
    .elementor .elementor-background {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      overflow: hidden;
      z-index: 0;
      direction: ltr; }
    .elementor .elementor-background-video-container {
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s;
      pointer-events: none; }
      .elementor .elementor-background-video-container.elementor-loading {
        opacity: 0; }
    .elementor .elementor-background-video-embed {
      max-width: none; }
    .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .elementor .elementor-background-video {
      max-width: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .elementor .elementor-html5-video {
      -o-object-fit: cover;
         object-fit: cover; }
    .elementor .elementor-background-overlay {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute; }
    .elementor .elementor-background-slideshow {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0;
      top: 0;
      left: 0; }
      .elementor .elementor-background-slideshow__slide__image {
        width: 100%;
        height: 100%;
        background-position: center center;
        -webkit-background-size: cover;
                background-size: cover; }
  
  .elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute; }
  
  .elementor-widget-wrap > .elementor-element.elementor-fixed {
    position: fixed; }
  
  .elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%; }
  
  @media (max-width: 1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
      max-width: 100%; } }
  
  @media (max-width: 767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
      max-width: 100%; } }
  
  .elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
    z-index: 1; }
  
  .elementor-invisible {
    visibility: hidden; }
  
  .elementor-align-center {
    text-align: center; }
    .elementor-align-center .elementor-button {
      width: auto; }
  
  .elementor-align-right {
    text-align: right; }
    .elementor-align-right .elementor-button {
      width: auto; }
  
  .elementor-align-left {
    text-align: left; }
    .elementor-align-left .elementor-button {
      width: auto; }
  
  .elementor-align-justify .elementor-button {
    width: 100%; }
  
  .elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .elementor-custom-embed-play i {
      font-size: 100px;
      color: #fff;
      opacity: 0.8;
      text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .elementor-custom-embed-play.elementor-playing i {
      font-family: eicons;
      -webkit-animation: fa-spin 2s infinite linear;
              animation: fa-spin 2s infinite linear; }
      .elementor-custom-embed-play.elementor-playing i:before {
        content: '\e8fb'; }
  
  .elementor-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  
  .elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
         -o-transition-duration: 10s;
            transition-duration: 10s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear; }
    .elementor-ken-burns--out {
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }
    .elementor-ken-burns--active {
      -webkit-transition-duration: 20s;
           -o-transition-duration: 20s;
              transition-duration: 20s; }
      .elementor-ken-burns--active.elementor-ken-burns--out {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .elementor-ken-burns--active.elementor-ken-burns--in {
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3); }
  
  @media (max-width: 1024px) {
    .elementor-tablet-align-center {
      text-align: center; }
      .elementor-tablet-align-center .elementor-button {
        width: auto; }
    .elementor-tablet-align-right {
      text-align: right; }
      .elementor-tablet-align-right .elementor-button {
        width: auto; }
    .elementor-tablet-align-left {
      text-align: left; }
      .elementor-tablet-align-left .elementor-button {
        width: auto; }
    .elementor-tablet-align-justify .elementor-button {
      width: 100%; } }
  
  @media (max-width: 767px) {
    .elementor-mobile-align-center {
      text-align: center; }
      .elementor-mobile-align-center .elementor-button {
        width: auto; }
    .elementor-mobile-align-right {
      text-align: right; }
      .elementor-mobile-align-right .elementor-button {
        width: auto; }
    .elementor-mobile-align-left {
      text-align: left; }
      .elementor-mobile-align-left .elementor-button {
        width: auto; }
    .elementor-mobile-align-justify .elementor-button {
      width: 100%; } }
  
  #wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item::before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px; }
  
  #wpadminbar #wp-admin-bar-elementor_inspector > .ab-item::before {
    content: "\f348";
    top: 2px; }
  
  :root {
    --page-title-display: block; }
  
  .elementor-page-title, h1.entry-title {
    display: var(--page-title-display); }
  
  .elementor-section {
    position: relative; }
    .elementor-section .elementor-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative; }
      @media (max-width: 1024px) {
        .elementor-section .elementor-container {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .elementor-section.elementor-section-boxed > .elementor-container {
      max-width: 1140px; }
    .elementor-section.elementor-section-stretched {
      position: relative;
      width: 100%; }
    .elementor-section.elementor-section-items-top > .elementor-container {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .elementor-section.elementor-section-items-middle > .elementor-container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .elementor-section.elementor-section-items-bottom > .elementor-container {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    @media (min-width: 768px) {
      .elementor-section.elementor-section-height-full {
        height: 100vh; }
        .elementor-section.elementor-section-height-full > .elementor-container {
          height: 100%; } }
  
  .elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  
  .elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  
  .elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  
  .elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .elementor-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  
  .elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .elementor-widget-wrap > .elementor-element {
      width: 100%; }
  
  .elementor-widget {
    position: relative; }
    .elementor-widget:not(:last-child) {
      margin-bottom: 20px; }
      .elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute {
        margin-bottom: 0; }
  
  .elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
    padding: 5px; }
  
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px; }
  
  .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 15px; }
  
  .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 20px; }
  
  .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 30px; }
  
  .elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0; }
  
  @media (min-width: 768px) {
    .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
      width: 10%; }
    .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
      width: 11.111%; }
    .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
      width: 12.5%; }
    .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
      width: 14.285%; }
    .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
      width: 16.666%; }
    .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
      width: 20%; }
    .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
      width: 25%; }
    .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
      width: 30%; }
    .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
      width: 33.333%; }
    .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
      width: 40%; }
    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
      width: 50%; }
    .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
      width: 60%; }
    .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
      width: 66.666%; }
    .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
      width: 70%; }
    .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
      width: 75%; }
    .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
      width: 80%; }
    .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
      width: 83.333%; }
    .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
      width: 90%; }
    .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
      width: 100%; } }
  
  @media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
      width: 10%; }
    .elementor-column.elementor-xs-11 {
      width: 11.111%; }
    .elementor-column.elementor-xs-12 {
      width: 12.5%; }
    .elementor-column.elementor-xs-14 {
      width: 14.285%; }
    .elementor-column.elementor-xs-16 {
      width: 16.666%; }
    .elementor-column.elementor-xs-20 {
      width: 20%; }
    .elementor-column.elementor-xs-25 {
      width: 25%; }
    .elementor-column.elementor-xs-30 {
      width: 30%; }
    .elementor-column.elementor-xs-33 {
      width: 33.333%; }
    .elementor-column.elementor-xs-40 {
      width: 40%; }
    .elementor-column.elementor-xs-50 {
      width: 50%; }
    .elementor-column.elementor-xs-60 {
      width: 60%; }
    .elementor-column.elementor-xs-66 {
      width: 66.666%; }
    .elementor-column.elementor-xs-70 {
      width: 70%; }
    .elementor-column.elementor-xs-75 {
      width: 75%; }
    .elementor-column.elementor-xs-80 {
      width: 80%; }
    .elementor-column.elementor-xs-83 {
      width: 83.333%; }
    .elementor-column.elementor-xs-90 {
      width: 90%; }
    .elementor-column.elementor-xs-100 {
      width: 100%; } }
  
  @media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
      width: 10%; }
    .elementor-column.elementor-sm-11 {
      width: 11.111%; }
    .elementor-column.elementor-sm-12 {
      width: 12.5%; }
    .elementor-column.elementor-sm-14 {
      width: 14.285%; }
    .elementor-column.elementor-sm-16 {
      width: 16.666%; }
    .elementor-column.elementor-sm-20 {
      width: 20%; }
    .elementor-column.elementor-sm-25 {
      width: 25%; }
    .elementor-column.elementor-sm-30 {
      width: 30%; }
    .elementor-column.elementor-sm-33 {
      width: 33.333%; }
    .elementor-column.elementor-sm-40 {
      width: 40%; }
    .elementor-column.elementor-sm-50 {
      width: 50%; }
    .elementor-column.elementor-sm-60 {
      width: 60%; }
    .elementor-column.elementor-sm-66 {
      width: 66.666%; }
    .elementor-column.elementor-sm-70 {
      width: 70%; }
    .elementor-column.elementor-sm-75 {
      width: 75%; }
    .elementor-column.elementor-sm-80 {
      width: 80%; }
    .elementor-column.elementor-sm-83 {
      width: 83.333%; }
    .elementor-column.elementor-sm-90 {
      width: 90%; }
    .elementor-column.elementor-sm-100 {
      width: 100%; } }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .elementor-column.elementor-md-10 {
      width: 10%; }
    .elementor-column.elementor-md-11 {
      width: 11.111%; }
    .elementor-column.elementor-md-12 {
      width: 12.5%; }
    .elementor-column.elementor-md-14 {
      width: 14.285%; }
    .elementor-column.elementor-md-16 {
      width: 16.666%; }
    .elementor-column.elementor-md-20 {
      width: 20%; }
    .elementor-column.elementor-md-25 {
      width: 25%; }
    .elementor-column.elementor-md-30 {
      width: 30%; }
    .elementor-column.elementor-md-33 {
      width: 33.333%; }
    .elementor-column.elementor-md-40 {
      width: 40%; }
    .elementor-column.elementor-md-50 {
      width: 50%; }
    .elementor-column.elementor-md-60 {
      width: 60%; }
    .elementor-column.elementor-md-66 {
      width: 66.666%; }
    .elementor-column.elementor-md-70 {
      width: 70%; }
    .elementor-column.elementor-md-75 {
      width: 75%; }
    .elementor-column.elementor-md-80 {
      width: 80%; }
    .elementor-column.elementor-md-83 {
      width: 83.333%; }
    .elementor-column.elementor-md-90 {
      width: 90%; }
    .elementor-column.elementor-md-100 {
      width: 100%; } }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10; }
    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9; }
    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8; }
    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7; }
    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  
  @media (max-width: 767px) {
    .elementor-reverse-mobile > .elementor-container > :nth-child(1) {
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10; }
    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9; }
    .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8; }
    .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7; }
    .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
    .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .elementor-column {
      width: 100%; } }
  
  ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
      word-break: break-word; }
  
  .elementor-grid .elementor-grid-item {
    word-break: break-word;
    min-width: 0; }
  
  .elementor-grid-0 .elementor-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: calc(var(--grid-side-margin) / 2);
    margin-left: calc(var(--grid-side-margin) / 2); }
    .elementor-grid-0 .elementor-grid-item > div, .elementor-grid-0 .elementor-grid-item > a {
      margin-right: calc(var(--grid-side-margin) / 2);
      margin-left: calc(var(--grid-side-margin) / 2);
      margin-bottom: var(--grid-bottom-margin); }
  
  .elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  .elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap); }
  
  @media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: calc(var(--grid-side-margin) / 2);
      margin-left: calc(var(--grid-side-margin) / 2); }
      .elementor-grid-tablet-0 .elementor-grid-item > div, .elementor-grid-tablet-0 .elementor-grid-item > a {
        margin-right: calc(var(--grid-side-margin) / 2);
        margin-left: calc(var(--grid-side-margin) / 2);
        margin-bottom: var(--grid-bottom-margin); }
    .elementor-grid-tablet-1 .elementor-grid {
      grid-template-columns: repeat(1, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-2 .elementor-grid {
      grid-template-columns: repeat(2, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-3 .elementor-grid {
      grid-template-columns: repeat(3, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-4 .elementor-grid {
      grid-template-columns: repeat(4, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-5 .elementor-grid {
      grid-template-columns: repeat(5, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-6 .elementor-grid {
      grid-template-columns: repeat(6, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-7 .elementor-grid {
      grid-template-columns: repeat(7, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-8 .elementor-grid {
      grid-template-columns: repeat(8, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-9 .elementor-grid {
      grid-template-columns: repeat(9, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-10 .elementor-grid {
      grid-template-columns: repeat(10, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-11 .elementor-grid {
      grid-template-columns: repeat(11, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-tablet-12 .elementor-grid {
      grid-template-columns: repeat(12, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); } }
  
  @media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: calc(var(--grid-side-margin) / 2);
      margin-left: calc(var(--grid-side-margin) / 2); }
      .elementor-grid-mobile-0 .elementor-grid-item > div, .elementor-grid-mobile-0 .elementor-grid-item > a {
        margin-right: calc(var(--grid-side-margin) / 2);
        margin-left: calc(var(--grid-side-margin) / 2);
        margin-bottom: var(--grid-bottom-margin); }
    .elementor-grid-mobile-1 .elementor-grid {
      grid-template-columns: repeat(1, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-2 .elementor-grid {
      grid-template-columns: repeat(2, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-3 .elementor-grid {
      grid-template-columns: repeat(3, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-4 .elementor-grid {
      grid-template-columns: repeat(4, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-5 .elementor-grid {
      grid-template-columns: repeat(5, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-6 .elementor-grid {
      grid-template-columns: repeat(6, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-7 .elementor-grid {
      grid-template-columns: repeat(7, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-8 .elementor-grid {
      grid-template-columns: repeat(8, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-9 .elementor-grid {
      grid-template-columns: repeat(9, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-10 .elementor-grid {
      grid-template-columns: repeat(10, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-11 .elementor-grid {
      grid-template-columns: repeat(11, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); }
    .elementor-grid-mobile-12 .elementor-grid {
      grid-template-columns: repeat(12, 1fr);
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap); } }
  
  @media (min-width: 1025px) {
    #elementor-device-mode:after {
      content: 'desktop'; } }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    #elementor-device-mode:after {
      content: 'tablet'; } }
  
  @media (max-width: 767px) {
    #elementor-device-mode:after {
      content: 'mobile'; } }
  
  .elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
    .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  
  .elementor-field-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .elementor-field-group.elementor-field-type-submit {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .elementor-field-group .elementor-field-textual {
      width: 100%;
      max-width: 100%;
      border: 1px solid #818a91;
      background-color: transparent;
      color: #373a3c;
      vertical-align: middle;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .elementor-field-group .elementor-field-textual:focus {
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
                box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
        outline: 0; }
      .elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
        color: inherit;
        font-family: inherit;
        opacity: 0.6; }
      .elementor-field-group .elementor-field-textual:-ms-input-placeholder {
        color: inherit;
        font-family: inherit;
        opacity: 0.6; }
      .elementor-field-group .elementor-field-textual::-moz-placeholder {
        color: inherit;
        font-family: inherit;
        opacity: 0.6; }
      .elementor-field-group .elementor-field-textual:-moz-placeholder {
        color: inherit;
        font-family: inherit;
        opacity: 0.6; }
      .elementor-field-group .elementor-field-textual::-ms-input-placeholder {
        color: inherit;
        font-family: inherit;
        opacity: 0.6; }
      .elementor-field-group .elementor-field-textual::placeholder {
        color: inherit;
        font-family: inherit;
        opacity: 0.6; }
    .elementor-field-group .elementor-select-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 100%; }
      .elementor-field-group .elementor-select-wrapper select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        font-weight: inherit;
        font-style: inherit;
        text-transform: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-right: 20px; }
      .elementor-field-group .elementor-select-wrapper:before {
        content: '\e92a';
        font-family: 'eicons';
        font-size: 15px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 10px;
        pointer-events: none;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
    .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
      content: ''; }
  
  .elementor-field-subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .elementor-field-subgroup .elementor-field-option label {
      display: inline-block; }
    .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
      padding-right: 10px; }
    .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  
  .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
  .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
  .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
  .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label,
  .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
  .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
    display: inline; }
  
  .elementor-field-label {
    cursor: pointer; }
    .elementor-mark-required .elementor-field-label:after {
      content: '*';
      color: red;
      padding-left: 0.2em; }
  
  .elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
    .elementor-field-textual.elementor-size-xs {
      font-size: 13px;
      min-height: 33px;
      padding: 4px 12px;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
    .elementor-field-textual.elementor-size-md {
      font-size: 16px;
      min-height: 47px;
      padding: 6px 16px;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
    .elementor-field-textual.elementor-size-lg {
      font-size: 18px;
      min-height: 59px;
      padding: 7px 20px;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
    .elementor-field-textual.elementor-size-xl {
      font-size: 20px;
      min-height: 72px;
      padding: 8px 24px;
      -webkit-border-radius: 6px;
              border-radius: 6px; }
  
  .elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  
  .elementor-button-align-stretch .e-form__buttons__wrapper, .elementor-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  
  .elementor-button-align-center .elementor-field-type-submit,
  .elementor-button-align-center .e-form__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  
  .elementor-button-align-start .elementor-field-type-submit,
  .elementor-button-align-start .e-form__buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  
  .elementor-button-align-end .elementor-field-type-submit,
  .elementor-button-align-end .e-form__buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  
  .elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: initial;
        flex-basis: initial; }
  
  .elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: initial;
        flex-basis: initial; }
  
  @media screen and (max-width: 1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper, .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .elementor-tablet-button-align-center .elementor-field-type-submit,
    .elementor-tablet-button-align-center .e-form__buttons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .elementor-tablet-button-align-start .elementor-field-type-submit,
    .elementor-tablet-button-align-start .e-form__buttons {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .elementor-tablet-button-align-end .elementor-field-type-submit,
    .elementor-tablet-button-align-end .e-form__buttons {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
      -ms-flex-preferred-size: initial;
          flex-basis: initial; }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button {
      -ms-flex-preferred-size: initial;
          flex-basis: initial; } }
  
  @media screen and (max-width: 767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper, .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .elementor-mobile-button-align-center .elementor-field-type-submit,
    .elementor-mobile-button-align-center .e-form__buttons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .elementor-mobile-button-align-start .elementor-field-type-submit,
    .elementor-mobile-button-align-start .e-form__buttons {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .elementor-mobile-button-align-end .elementor-field-type-submit,
    .elementor-mobile-button-align-end .e-form__buttons {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
      -ms-flex-preferred-size: initial;
          flex-basis: initial; }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button {
      -ms-flex-preferred-size: initial;
          flex-basis: initial; } }
  
  .elementor-error .elementor-field {
    border-color: #d9534f; }
  
  .elementor-error .help-inline {
    color: #d9534f;
    font-size: 0.9em; }
  
  .elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1; }
    .elementor-message:before {
      content: "\e90e";
      display: inline-block;
      font-family: eicons;
      font-weight: normal;
      font-style: normal;
      vertical-align: middle;
      margin-right: 5px; }
    .elementor-message.elementor-message-danger {
      color: #d9534f; }
      .elementor-message.elementor-message-danger:before {
        content: "\e87f"; }
    .elementor-message.form-message-success {
      color: #5cb85c; }
  
  .elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none; }
    .elementor-form .elementor-button > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .elementor-form .elementor-button.elementor-size-xs {
      min-height: 33px; }
    .elementor-form .elementor-button.elementor-size-sm {
      min-height: 40px; }
    .elementor-form .elementor-button.elementor-size-md {
      min-height: 47px; }
    .elementor-form .elementor-button.elementor-size-lg {
      min-height: 59px; }
    .elementor-form .elementor-button.elementor-size-xl {
      min-height: 72px; }
  
  .elementor-element .elementor-widget-container {
    -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s; }
  
  .elementor-accordion {
    text-align: left; }
    .elementor-accordion .elementor-accordion-item {
      border: 1px solid #D4D4D4; }
      .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
        border-top: none; }
    .elementor-accordion .elementor-tab-title {
      margin: 0;
      padding: 15px 20px;
      font-weight: bold;
      line-height: 1;
      cursor: pointer;
      outline: none; }
      .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        display: inline-block;
        width: 1.5em; }
        .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
          float: right;
          text-align: right; }
        .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
          float: left;
          text-align: left; }
        .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
          display: block; }
        .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
          display: none; }
      .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
        display: none; }
      .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
        display: block; }
    .elementor-accordion .elementor-tab-content {
      display: none;
      padding: 15px 20px;
      border-top: 1px solid #D4D4D4; }
  
  @media (max-width: 767px) {
    .elementor-accordion .elementor-tab-title {
      padding: 12px 15px; }
      .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em; }
    .elementor-accordion .elementor-tab-content {
      padding: 7px 15px; } }
  
  .elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left; }
    .elementor-alert .elementor-alert-title {
      display: block;
      font-weight: bold; }
    .elementor-alert .elementor-alert-description {
      font-size: 13px; }
    .elementor-alert button.elementor-alert-dismiss {
      position: absolute;
      right: 10px;
      top: 10px;
      padding: 3px;
      font-size: 20px;
      line-height: 1;
      background: transparent;
      color: inherit;
      border: none;
      cursor: pointer; }
    .elementor-alert.elementor-alert-info {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bcdff1; }
    .elementor-alert.elementor-alert-success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #cae6be; }
    .elementor-alert.elementor-alert-warning {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #f9f0c3; }
    .elementor-alert.elementor-alert-danger {
      color: #a94442;
      background-color: #f2dede;
      border-color: #e8c4c4; }
  
  @media (max-width: 767px) {
    .elementor-alert {
      padding: 10px; }
      .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px; } }
  
  .elementor-tab-title a {
    color: inherit; }
  
  .elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
      color: #fff; }
    .elementor-button-content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .elementor-button-icon {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
      .elementor-button-icon svg {
        width: 1em; }
    .elementor-button-text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10;
      display: inline-block; }
    .elementor-button.elementor-size-xs {
      font-size: 13px;
      padding: 10px 20px;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
    .elementor-button.elementor-size-md {
      font-size: 16px;
      padding: 15px 30px;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
    .elementor-button.elementor-size-lg {
      font-size: 18px;
      padding: 20px 40px;
      -webkit-border-radius: 5px;
              border-radius: 5px; }
    .elementor-button.elementor-size-xl {
      font-size: 20px;
      padding: 25px 50px;
      -webkit-border-radius: 6px;
              border-radius: 6px; }
    .elementor-button .elementor-align-icon-right {
      margin-left: 5px;
      -webkit-box-ordinal-group: 16;
          -ms-flex-order: 15;
              order: 15; }
    .elementor-button .elementor-align-icon-left {
      margin-right: 5px;
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    .elementor-button span {
      text-decoration: inherit; }

      .elementor-widget-social-icons:not(.elementor-grid-0) .elementor-grid {
  display: inline-grid;
  grid-template-columns: var(--grid-template-columns); }

.elementor-widget-social-icons .elementor-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.elementor-social-icons-wrapper {
  font-size: 0; }

.elementor-social-icon {
  background-color: #818a91;
  font-size: 25px;
  text-align: center;
  padding: 0.5em;
  margin-right: 5px;
  cursor: pointer; }
  .elementor-social-icon i {
    color: white; }
  .elementor-social-icon:last-child {
    margin: 0; }
  .elementor-social-icon:hover {
    opacity: .9;
    color: white; }
  .elementor-social-icon-android {
    background-color: #A4C639; }
  .elementor-social-icon-apple {
    background-color: #999999; }
  .elementor-social-icon-behance {
    background-color: #1769ff; }
  .elementor-social-icon-bitbucket {
    background-color: #205081; }
  .elementor-social-icon-codepen {
    background-color: #000000; }
  .elementor-social-icon-delicious {
    background-color: #3399ff; }
  .elementor-social-icon-deviantart {
    background-color: #05cc47; }
  .elementor-social-icon-digg {
    background-color: #005be2; }
  .elementor-social-icon-dribbble {
    background-color: #ea4c89; }
  .elementor-social-icon-elementor {
    background-color: #D30C5C; }
  .elementor-social-icon-envelope {
    background-color: #ea4335; }
  .elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
    background-color: #3b5998; }
  .elementor-social-icon-flickr {
    background-color: #0063dc; }
  .elementor-social-icon-foursquare {
    background-color: #2d5be3; }
  .elementor-social-icon-freecodecamp, .elementor-social-icon-free-code-camp {
    background-color: #006400; }
  .elementor-social-icon-github {
    background-color: #333333; }
  .elementor-social-icon-gitlab {
    background-color: #e24329; }
  .elementor-social-icon-globe {
    background-color: #818a91; }
  .elementor-social-icon-google-plus, .elementor-social-icon-google-plus-g {
    background-color: #dd4b39; }
  .elementor-social-icon-houzz {
    background-color: #7ac142; }
  .elementor-social-icon-instagram {
    background-color: #262626; }
  .elementor-social-icon-jsfiddle {
    background-color: #487AA2; }
  .elementor-social-icon-link {
    background-color: #818a91; }
  .elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in {
    background-color: #0077b5; }
  .elementor-social-icon-medium {
    background-color: #00ab6b; }
  .elementor-social-icon-meetup {
    background-color: #ec1c40; }
  .elementor-social-icon-mixcloud {
    background-color: #273a4b; }
  .elementor-social-icon-odnoklassniki {
    background-color: #F4731C; }
  .elementor-social-icon-pinterest {
    background-color: #bd081c; }
  .elementor-social-icon-product-hunt {
    background-color: #da552f; }
  .elementor-social-icon-reddit {
    background-color: #ff4500; }
  .elementor-social-icon-rss {
    background-color: #f26522; }
  .elementor-social-icon-shopping-cart {
    background-color: #4CAF50; }
  .elementor-social-icon-skype {
    background-color: #00AFF0; }
  .elementor-social-icon-slideshare {
    background-color: #0077b5; }
  .elementor-social-icon-snapchat {
    background-color: #fffc00; }
  .elementor-social-icon-soundcloud {
    background-color: #ff8800; }
  .elementor-social-icon-spotify {
    background-color: #2ebd59; }
  .elementor-social-icon-stack-overflow {
    background-color: #fe7a15; }
  .elementor-social-icon-steam {
    background-color: #00adee; }
  .elementor-social-icon-stumbleupon {
    background-color: #EB4924; }
  .elementor-social-icon-telegram {
    background-color: #2CA5E0; }
  .elementor-social-icon-thumb-tack {
    background-color: #1aa1d8; }
  .elementor-social-icon-tripadvisor {
    background-color: #589442; }
  .elementor-social-icon-tumblr {
    background-color: #35465c; }
  .elementor-social-icon-twitch {
    background-color: #6441A5; }
  .elementor-social-icon-twitter {
    background-color: #1DA1F2; }
  .elementor-social-icon-viber {
    background-color: #665cac; }
  .elementor-social-icon-vimeo {
    background-color: #1ab7ea; }
  .elementor-social-icon-vk {
    background-color: #45668e; }
  .elementor-social-icon-weibo {
    background-color: #DD2430; }
  .elementor-social-icon-weixin {
    background-color: #31A918; }
  .elementor-social-icon-whatsapp {
    background-color: #25d366; }
  .elementor-social-icon-wordpress {
    background-color: #21759b; }
  .elementor-social-icon-xing {
    background-color: #026466; }
  .elementor-social-icon-yelp {
    background-color: #af0606; }
  .elementor-social-icon-youtube {
    background-color: #cd201f; }
  .elementor-social-icon-500px {
    background-color: #0099e5; }

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
  -webkit-border-radius: 10%;
          border-radius: 10%; }

.elementor-shape-circle .elementor-icon.elementor-social-icon {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.elementor-star-rating {
  color: #CCD6DF;
  font-family: eicons;
  display: inline-block; }
  .elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default; }
    .elementor-star-rating i:before {
      content: '\e934';
      display: block;
      font-size: inherit;
      font-family: inherit;
      position: absolute;
      overflow: hidden;
      color: #f0ad4e;
      top: 0;
      left: 0; }
  .elementor-star-rating .elementor-star-empty:before {
    content: none; }
  .elementor-star-rating .elementor-star-1:before {
    width: 10%; }
  .elementor-star-rating .elementor-star-2:before {
    width: 20%; }
  .elementor-star-rating .elementor-star-3:before {
    width: 30%; }
  .elementor-star-rating .elementor-star-4:before {
    width: 40%; }
  .elementor-star-rating .elementor-star-5:before {
    width: 50%; }
  .elementor-star-rating .elementor-star-6:before {
    width: 60%; }
  .elementor-star-rating .elementor-star-7:before {
    width: 70%; }
  .elementor-star-rating .elementor-star-8:before {
    width: 80%; }
  .elementor-star-rating .elementor-star-9:before {
    width: 90%; }
  .elementor-star-rating__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .elementor-star-rating__title {
    margin-right: 10px; }

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.elementor-star-rating--align-justify .elementor-star-rating__title {
  margin-right: auto; }

@media (max-width: 1024px) {
  .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
    margin-right: auto; } }

@media (max-width: 767px) {
  .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
    margin-right: auto; } }

    elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
        padding-bottom: 42.8571%; }
      
      .elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
        padding-bottom: 56.25%; }
      
      .elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
        padding-bottom: 75%; }
      
      .elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
        padding-bottom: 66.6666%; }
      
      .elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
        padding-bottom: 100%; }
      
      .elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
        padding-bottom: 177.8%; }
      
      .elementor-fit-aspect-ratio {
        position: relative;
        height: 0; }
        .elementor-fit-aspect-ratio iframe {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          border: 0;
          background-color: #000; }
        .elementor-fit-aspect-ratio video {
          width: 100%; }

          .elementor-menu-cart__toggle .elementor-button-icon {
            -webkit-box-ordinal-group: 16;
                -ms-flex-order: 15;
                    order: 15; }
          
          .elementor-element.elementor-button-info .elementor-button {
            background-color: #5bc0de; }
          
          
          
          .elementor-counter .elementor-counter-number-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 69px;
            font-weight: 600;
            color: #222222;
            line-height: 1; }
          
          .elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            white-space: pre-wrap; }
          
          .elementor-counter .elementor-counter-number-prefix {
            text-align: right; }
          
          .elementor-counter .elementor-counter-number-suffix {
            text-align: left; }
          
          .elementor-counter .elementor-counter-title {
            text-align: center;
            font-size: 19px;
            font-weight: 400;
            color: #666666;
            line-height: 2.5; }
          
          .elementor-widget-divider {
            --divider-border-style: none;
            --divider-border-width: 1px;
            --divider-color: #2C2C2C;
            --divider-icon-size: 20px;
            --divider-element-spacing: 10px;
            --divider-pattern-height: 24px;
            --divider-pattern-size: 20px;
            --divider-pattern-url: none;
            --divider-pattern-repeat: repeat-x; }
            .elementor-widget-divider .elementor-divider {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .elementor-widget-divider .elementor-divider__text {
                font-size: 15px;
                line-height: 1;
                max-width: 95%; }
              .elementor-widget-divider .elementor-divider__element {
                margin: 0 var(--divider-element-spacing);
                -ms-flex-negative: 0;
                    flex-shrink: 0; }
            .elementor-widget-divider .elementor-icon {
              font-size: var(--divider-icon-size); }
            .elementor-widget-divider .elementor-divider-separator {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin: 0;
              direction: ltr; }
            .elementor-widget-divider--view-line_text .elementor-divider-separator, .elementor-widget-divider--view-line_icon .elementor-divider-separator {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .elementor-widget-divider--view-line_text .elementor-divider-separator:before, .elementor-widget-divider--view-line_text .elementor-divider-separator:after, .elementor-widget-divider--view-line_icon .elementor-divider-separator:before, .elementor-widget-divider--view-line_icon .elementor-divider-separator:after {
                display: block;
                content: '';
                border-bottom: 0;
                -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                        flex-grow: 1;
                border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); }
            .elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type {
              -webkit-box-flex: 0;
                  -ms-flex-positive: 0;
                      flex-grow: 0;
              -ms-flex-negative: 100;
                  flex-shrink: 100; }
            .elementor-widget-divider--element-align-left .elementor-divider-separator:before {
              content: none; }
            .elementor-widget-divider--element-align-left .elementor-divider__element {
              margin-left: 0; }
            .elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type {
              -webkit-box-flex: 0;
                  -ms-flex-positive: 0;
                      flex-grow: 0;
              -ms-flex-negative: 100;
                  flex-shrink: 100; }
            .elementor-widget-divider--element-align-right .elementor-divider-separator:after {
              content: none; }
            .elementor-widget-divider--element-align-right .elementor-divider__element {
              margin-right: 0; }
            .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
              border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); }
            .elementor-widget-divider--separator-type-pattern {
              --divider-border-style: none; }
              .elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
              .elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator,
              .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
              .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after {
                width: 100%;
                min-height: var(--divider-pattern-height);
                -webkit-mask-size: var(--divider-pattern-size) 100%;
                mask-size: var(--divider-pattern-size) 100%;
                -webkit-mask-repeat: var(--divider-pattern-repeat);
                mask-repeat: var(--divider-pattern-repeat);
                background-color: var(--divider-color);
                -webkit-mask-image: var(--divider-pattern-url);
                mask-image: var(--divider-pattern-url); }
            .elementor-widget-divider--no-spacing {
              --divider-pattern-size: auto; }
            .elementor-widget-divider--bg-round {
              --divider-pattern-repeat: round; }
          
          .rtl .elementor-widget-divider .elementor-divider__text {
            direction: rtl; }
          
          .elementor-image-gallery .gallery-item {
            display: inline-block;
            text-align: center;
            vertical-align: top;
            width: 100%;
            max-width: 100%;
            margin: 0 auto; }
            .elementor-image-gallery .gallery-item img {
              margin: 0 auto; }
            .elementor-image-gallery .gallery-item .gallery-caption {
              margin: 0; }
          
          @media (min-width: 768px) {
            .elementor-image-gallery .gallery-columns-2 .gallery-item {
              max-width: 50%; }
            .elementor-image-gallery .gallery-columns-3 .gallery-item {
              max-width: 33.33%; }
            .elementor-image-gallery .gallery-columns-4 .gallery-item {
              max-width: 25%; }
            .elementor-image-gallery .gallery-columns-5 .gallery-item {
              max-width: 20%; }
            .elementor-image-gallery .gallery-columns-6 .gallery-item {
              max-width: 16.666%; }
            .elementor-image-gallery .gallery-columns-7 .gallery-item {
              max-width: 14.28%; }
            .elementor-image-gallery .gallery-columns-8 .gallery-item {
              max-width: 12.5%; }
            .elementor-image-gallery .gallery-columns-9 .gallery-item {
              max-width: 11.11%; }
            .elementor-image-gallery .gallery-columns-10 .gallery-item {
              max-width: 10%; } }
          
          @media (min-width: 480px) and (max-width: 767px) {
            .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
              max-width: 50%; } }
          
          @media (max-width: 479px) {
            .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
              max-width: 100%; } }
          
          .elementor-widget-google_maps iframe {
            height: 300px; }
          
          .elementor-heading-title {
            padding: 0;
            margin: 0;
            line-height: 1; }
          
          .elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a {
            color: inherit;
            font-size: inherit;
            line-height: inherit; }
          
          .elementor-widget-heading .elementor-heading-title.elementor-size-small {
            font-size: 15px; }
          
          .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
            font-size: 19px; }
          
          .elementor-widget-heading .elementor-heading-title.elementor-size-large {
            font-size: 29px; }
          
          .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
            font-size: 39px; }
          
          .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
            font-size: 59px; }
          
          .elementor-icon {
            display: inline-block;
            line-height: 1;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            color: #818a91;
            font-size: 50px;
            text-align: center; }
            .elementor-icon:hover {
              color: #818a91; }
            .elementor-icon i, .elementor-icon svg {
              width: 1em;
              height: 1em;
              position: relative;
              display: block; }
              .elementor-icon i:before, .elementor-icon svg:before {
                position: absolute;
                left: 50%;
                -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                        transform: translateX(-50%); }
            .elementor-icon i.fad {
              width: initial; }
          
          .elementor-view-stacked .elementor-icon {
            padding: .5em;
            background-color: #818a91;
            color: #fff;
            fill: #fff; }
          
          .elementor-view-framed .elementor-icon {
            padding: .5em;
            color: #818a91;
            border: 3px solid #818a91;
            background-color: transparent; }
          
          .elementor-shape-circle .elementor-icon {
            -webkit-border-radius: 50%;
                    border-radius: 50%; }
          
          @media (min-width: 768px) {
            .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 auto;
                      flex: 0 0 auto; }
            .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
              text-align: right;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
                  -ms-flex-direction: row-reverse;
                      flex-direction: row-reverse; }
            .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
              text-align: left;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; }
            .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
              margin: auto; }
            .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start; }
            .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
            .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
              -webkit-box-align: end;
                  -ms-flex-align: end;
                      align-items: flex-end; } }
          
          @media (max-width: 767px) {
            .elementor-widget-icon-box .elementor-icon-box-icon {
              margin-left: auto !important;
              margin-right: auto !important;
              margin-bottom: 15px; } }
          
          .elementor-widget-icon-box .elementor-icon-box-wrapper {
            text-align: center; }
          
          .elementor-widget-icon-box .elementor-icon-box-title a {
            color: inherit; }
          
          .elementor-widget-icon-box .elementor-icon-box-content {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
          
          .elementor-widget-icon-box .elementor-icon-box-description {
            margin: 0; }
          
          .elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
            overflow: hidden; }
          
          .elementor-widget .elementor-icon-list-items.elementor-inline-items {
            margin-right: -8px;
            margin-left: -8px; }
            .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
              margin-right: 8px;
              margin-left: 8px; }
              .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
                width: auto;
                left: auto;
                right: auto;
                position: relative;
                height: 100%;
                top: 50%;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                border-top: 0;
                border-bottom: 0;
                border-right: 0;
                border-left-width: 1px;
                border-style: solid;
                right: -8px; }
          
          .elementor-widget .elementor-icon-list-items {
            list-style-type: none;
            margin: 0;
            padding: 0; }
          
          .elementor-widget .elementor-icon-list-item {
            margin: 0;
            padding: 0;
            position: relative; }
            .elementor-widget .elementor-icon-list-item:after {
              position: absolute;
              bottom: 0;
              width: 100%; }
            .elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start; }
          
          .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
            -ms-flex-item-align: center;
                align-self: center;
            padding-left: 5px; }
          
          .elementor-widget .elementor-icon-list-icon {
            -ms-flex-negative: 0;
                flex-shrink: 0; }
            .elementor-widget .elementor-icon-list-icon i {
              width: 1.25em; }
            .elementor-widget .elementor-icon-list-icon svg {
              width: 1em; }
          
          .elementor-widget.elementor-list-item-link-full_width a {
            width: 100%; }
          
          .elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
          
          .elementor-widget.elementor-align-center .elementor-icon-list-item:after {
            margin: auto; }
          
          .elementor-widget.elementor-align-center .elementor-inline-items {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
          
          .elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            text-align: left; }
          
          .elementor-widget.elementor-align-left .elementor-inline-items {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; }
          
          .elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            text-align: right; }
          
          .elementor-widget.elementor-align-right .elementor-icon-list-items {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; }
          
          .elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
            left: 0; }
          
          .elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
            right: 0; }
          
          @media (max-width: 1024px) {
            .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
            .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
            .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
              margin: auto; }
            .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start; }
            .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              text-align: left; }
            .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end; }
            .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              text-align: right; }
            .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
              left: 0; }
            .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
              right: 0; } }
          
          @media (max-width: 767px) {
            .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
            .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
            .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
              margin: auto; }
            .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start; }
            .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              text-align: left; }
            .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end; }
            .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              text-align: right; }
            .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
              left: 0; }
            .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
              right: 0; } }
          
          .elementor-widget-image {
            text-align: center; }
            .elementor-widget-image .elementor-image > a,
            .elementor-widget-image .elementor-image figure > a {
              display: inline-block; }
              .elementor-widget-image .elementor-image > a img[src$=".svg"],
              .elementor-widget-image .elementor-image figure > a img[src$=".svg"] {
                width: 48px; }
            .elementor-widget-image .elementor-image img {
              vertical-align: middle;
              display: inline-block; }
            .elementor-widget-image .elementor-image.elementor-image-shape-circle {
              -webkit-border-radius: 50%;
                      border-radius: 50%; }
          
          .elementor-widget-image-box .elementor-image-box-content {
            width: 100%; }
          
          @media (min-width: 768px) {
            .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
              text-align: right;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
                  -ms-flex-direction: row-reverse;
                      flex-direction: row-reverse; }
            .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
              text-align: left;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; }
            .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
              margin: auto; }
            .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start; }
            .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
            .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
              -webkit-box-align: end;
                  -ms-flex-align: end;
                      align-items: flex-end; } }
          
          @media (max-width: 767px) {
            .elementor-widget-image-box .elementor-image-box-img {
              margin-left: auto !important;
              margin-right: auto !important;
              margin-bottom: 15px; } }
          
          .elementor-widget-image-box .elementor-image-box-img {
            display: inline-block; }
          
          .elementor-widget-image-box .elementor-image-box-title a {
            color: inherit; }
          
          .elementor-widget-image-box .elementor-image-box-wrapper {
            text-align: center; }
          
          .elementor-widget-image-box .elementor-image-box-description {
            margin: 0; }
          
          .elementor-widget-image-carousel .swiper-container {
            position: static; }
            .elementor-widget-image-carousel .swiper-container .swiper-slide figure {
              line-height: inherit; }
          
          .elementor-widget-image-carousel .swiper-slide {
            text-align: center; }
          
          .elementor-image-gallery figure img {
            display: block; }
          
          .elementor-image-gallery figure figcaption {
            width: 100%; }
          
          .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
            padding: 0; }
          
          body.elementor-page .elementor-widget-menu-anchor {
            margin-bottom: 0; }
          
          .elementor-widget-progress {
            text-align: left; }
          

            /**
 * Swiper 3.4.2
 * Customized by Elementor team
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1; }
    .swiper-container .swiper-slide figure {
      line-height: 0; }
    .swiper-container .elementor-lightbox-content-source {
      display: none; }
  
  .swiper-container-no-flexbox .swiper-slide {
    float: left; }
  
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  
  .swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  
  .swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    margin: 0 auto; }
  
  .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative; }
  
  /* Auto Height */
  .swiper-container-autoheight {
    height: auto; }
    .swiper-container-autoheight .swiper-slide {
      height: auto; }
    .swiper-container-autoheight .swiper-wrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-transition-property: height, -webkit-transform;
      transition-property: height, -webkit-transform;
      -o-transition-property: transform, height;
      transition-property: transform, height;
      transition-property: transform, height, -webkit-transform; }
  
  /* a11y */
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  
  /* IE10 Windows Phone 8 Fixes */
  .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
        touch-action: pan-y; }
  
  .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }
  
  /* Arrows */
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
            background-size: 27px 44px;
    background: no-repeat center; }
  
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto; }
  
  .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  
  .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto; }
  
  .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  
  .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }
  
  /* Pagination Styles */
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 10; }
    .swiper-pagination.swiper-pagination-hidden {
      opacity: 0; }
  
  /* Common Styles */
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%; }
  
  /* Bullets */
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #000;
    opacity: 0.2; }
  
  .swiper-pagination-fraction {
    color: #000; }
  
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  
  .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff; }
  
  .swiper-pagination-bullet-active {
    opacity: 1; }
  
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff; }
  
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000; }
  
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0); }
    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 5px 0;
      display: block; }
  
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px; }
  
  /* Progressbar */
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
              transform-origin: left top; }
  
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top; }
  
  .swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  
  .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }
  
  .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5); }
    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
      background: #fff; }
  
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000; }
  
  /* 3D Container */
  .swiper-container-3d {
    -webkit-perspective: 1200px;
            perspective: 1200px; }
    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
    .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 10; }
    .swiper-container-3d .swiper-slide-shadow-left {
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
    .swiper-container-3d .swiper-slide-shadow-right {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
    .swiper-container-3d .swiper-slide-shadow-top {
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
    .swiper-container-3d .swiper-slide-shadow-bottom {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  
  /* Coverflow */
  .swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px; }
  
  /* Cube + Flip */
  .swiper-container-cube, .swiper-container-flip {
    overflow: visible; }
  
  .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1; }
  
  .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }
  
  .swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  
  .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  
  /* Cube */
  .swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    width: 100%;
    height: 100%; }
  
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }
  
  /* Fade */
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
    .swiper-container-fade .swiper-slide .swiper-slide {
      pointer-events: none; }
  
  .swiper-container-fade .swiper-slide-active {
    pointer-events: auto; }
    .swiper-container-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto; }
  
  .swiper-zoom-container {
    width: 100%;
    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;
    text-align: center; }
    .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  
  /* Scrollbar */
  .swiper-scrollbar {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.1); }
  
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }
  
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    left: 0;
    top: 0; }
  
  .swiper-scrollbar-cursor-drag {
    cursor: move; }
  
  .elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px; }
  
  .elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2); }
  
  .elementor-swiper {
    position: relative; }
  
  .elementor-main-swiper {
    position: static; }
  
  .elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px); }
  
  .elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0; }
  
  .elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0; }
  
  .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%; }
  
  .elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: rgba(238, 238, 238, 0.9);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 1px);
            transform: translate3d(0, -50%, 1px); }
    .elementor-swiper-button-prev {
      left: 10px; }
    .elementor-swiper-button-next {
      right: 10px; }
    .elementor-swiper-button.swiper-button-disabled {
      opacity: 0.3; }
  
      

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1; }
    .dialog-close-button:not(:hover) {
      opacity: .4; }
  
  .dialog-alert-widget .dialog-buttons-wrapper > button {
    width: 100%; }
  
  .dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec; }
  
  .dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh; }
  
  @media (min-width: 1024px) {
    body.admin-bar .dialog-lightbox-widget {
      height: calc(100vh - 32px); } }
  
  @media (max-width: 1024px) {
    body.admin-bar .dialog-type-lightbox {
      position: -webkit-sticky;
      position: sticky;
      height: 100vh; } }
  
  
  
  .elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%; }
    @media (max-width: 1439px) {
      .elementor-templates-modal .dialog-widget-content {
        max-width: 990px; } }
    @media (min-width: 1440px) {
      .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px; } }
  
  .elementor-templates-modal .dialog-header {
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1; }
  
  .elementor-templates-modal .dialog-buttons-wrapper {
    background-color: #fff;
    border: none;
    display: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative; }
    .elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
      height: 40px;
      margin-left: 5px; }
      .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
        padding: 12px 36px;
        color: #fff;
        width: initial;
        font-size: 15px; }
        .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
          background-color: #39b54a; }
  
  .elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px; }
  
  .elementor-templates-modal .dialog-content {
    height: 100%; }
  
  .elementor-templates-modal .dialog-loading {
    display: none; }
  
  .elementor-templates-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50px; }
    .elementor-templates-modal__header__logo {
      line-height: 1;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer; }
      .elementor-templates-modal__header__logo-area {
        text-align: left;
        padding-left: 15px; }
        .elementor-templates-modal__header__logo-area > * {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .elementor-templates-modal__header__logo__icon-wrapper {
        margin-right: 10px;
        font-size: 12px; }
      .elementor-templates-modal__header__logo__title {
        padding-top: 2px; }
    .elementor-templates-modal__header__items-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .elementor-templates-modal__header__item {
      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;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
      .elementor-templates-modal__header__item > i {
        font-size: 20px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer; }
        .elementor-templates-modal__header__item > i:not(:hover) {
          color: #a4afb7; }
    .elementor-templates-modal__header__close--normal {
      width: 47px;
      border-left: 1px solid #e6e9ec; }
      .elementor-templates-modal__header__close--normal i {
        font-size: 18px; }
    .elementor-templates-modal__header__close--skip {
      padding: 10px;
      padding-left: 20px;
      margin-right: 10px;
      color: #fff;
      background-color: #a4afb7;
      font-size: 11px;
      font-weight: normal;
      line-height: 1;
      text-transform: uppercase;
      -webkit-border-radius: 2px;
              border-radius: 2px;
      cursor: pointer; }
      .elementor-templates-modal__header__close--skip > i {
        font-size: inherit;
        padding-left: 10px;
        margin-left: 15px;
        border-left: 1px solid; }
        .elementor-templates-modal__header__close--skip > i:not(:hover) {
          color: #fff; }
  
  
  .elementor-templates-modal__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05); }
  
  #wpadminbar #wp-admin-bar-elementor_app_site_editor a.ab-item:before {
    content: "\e91d";
    font-family: eicons;
    top: 4px;
    font-size: 13px;
    color: inherit; }
  
  .elementor-hidden {
    display: none; }
  
  .elementor-screen-only,
  .screen-reader-text,
  .screen-reader-text span,
  .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  
  .elementor-clearfix:after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0; }
  
  .e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: 0.75em;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    line-height: 1; }
    .e-logo-wrapper i {
      color: #fff;
      font-size: 1em; }
  
  
  
  /* TODO: REMOVE THIS EXCEPTION AFTER PRO 2.8 RELEASES */
  
  .elementor-progress-wrapper {
    position: relative;
    background-color: #eeeeee;
    color: #ffffff;
    height: 100%;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  
  .elementor-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out; }
  
  .elementor-progress-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px; }
  
  .elementor-progress-percentage {
    padding-right: 15px; }
  
  .elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de; }
  
  .elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c; }
  
  .elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e; }
  
  .elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f; }
  
  .elementor-progress .elementor-title {
    display: block; }
  
  @media (max-width: 767px) {
    .elementor-progress-text {
      padding-left: 10px; } }
  
  
      
  
  .last-star {
    letter-spacing: 0; }
  
  .elementor--star-style-star_unicode .elementor-star-rating {
    font-family: 'Arial', 'Helvetica', sans-serif; }
    .elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
      content: '\002605'; }
  
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none; }
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
      height: 999em;
      width: 0;
      right: 0;
      border-right-style: solid; }
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
      top: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
      top: 100%; }
  
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell; }
    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
      border-bottom-style: none; }
      .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
        bottom: 0;
        height: 0;
        width: 999em;
        border-bottom-style: solid; }
      .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
        right: 100%; }
      .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
        left: 100%; }
  
  .elementor-widget-tabs .elementor-tab-title,
  .elementor-widget-tabs .elementor-tab-title:before,
  .elementor-widget-tabs .elementor-tab-title:after,
  .elementor-widget-tabs .elementor-tab-content,
  .elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px none #D4D4D4; }
  
  .elementor-widget-tabs .elementor-tabs {
    text-align: left; }
  
  .elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden; }
  
  .elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: none; }
  
  .elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: bold;
    line-height: 1;
    border: solid transparent; }
    .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
      border-color: #D4D4D4; }
      .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after {
        display: block;
        content: '';
        position: absolute; }
  
  .elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px 10px;
    cursor: pointer; }
  
  .elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none; }
  
  @media (max-width: 767px) {
    .elementor-tabs .elementor-tab-title,
    .elementor-tabs .elementor-tab-content {
      border-style: solid;
      border-bottom-style: none; }
    .elementor-tabs .elementor-tabs-wrapper {
      display: none; }
    .elementor-tabs .elementor-tabs-content-wrapper {
      border-bottom-style: solid; }
    .elementor-tabs .elementor-tab-content {
      padding: 10px; } }
  
  @media (min-width: 768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-style: solid;
      border-left-style: none; }
    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
      border-style: solid;
      border-top-style: none; }
    .elementor-tabs .elementor-tab-mobile-title {
      display: none; } }
  
  .elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center; }
    .elementor-testimonial-wrapper .elementor-testimonial-content {
      font-size: 1.3em;
      margin-bottom: 20px; }
    .elementor-testimonial-wrapper .elementor-testimonial-name {
      line-height: 1.5;
      color: inherit;
      display: block; }
    .elementor-testimonial-wrapper .elementor-testimonial-job {
      font-size: 0.85em;
      color: inherit;
      display: block; }
    .elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
      text-align: left; }
    .elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
      text-align: right; }
    .elementor-testimonial-wrapper .elementor-testimonial-meta {
      width: 100%;
      line-height: 1; }
      .elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
        display: inline-block; }
      .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
      .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
        display: table-cell;
        vertical-align: middle; }
      .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -o-object-fit: cover;
           object-fit: cover;
        max-width: none; }
      .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
        padding-right: 15px; }
      .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
        text-align: left; }
      .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
      .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
        display: block; }
      .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
        margin-bottom: 20px; }
  
  .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff; }
  
  .elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent; }
  
  .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px; }
    .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
      width: 1em;
      height: 1em; }
  
  .elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px; }
    .elementor-widget-text-editor .elementor-drop-cap-letter {
      display: inline-block; }
  
  .elementor-toggle {
    text-align: left; }
    .elementor-toggle .elementor-tab-title {
      font-weight: bold;
      line-height: 1;
      margin: 0;
      padding: 15px;
      border-bottom: 1px solid #D4D4D4;
      cursor: pointer;
      outline: none; }
      .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
        display: inline-block;
        width: 1em; }
        .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
          float: right;
          text-align: right; }
        .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
          float: left;
          text-align: left; }
        .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
          display: block; }
        .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
          display: none; }
      .elementor-toggle .elementor-tab-title.elementor-active {
        border-bottom: none; }
        .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
          display: none; }
        .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
          display: block; }
    .elementor-toggle .elementor-tab-content {
      padding: 15px;
      border-bottom: 1px solid #D4D4D4;
      display: none; }
  
  @media (max-width: 767px) {
    .elementor-toggle .elementor-tab-title {
      padding: 12px; }
    .elementor-toggle .elementor-tab-content {
      padding: 12px 10px; } }
  
  .elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  
  .elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50%; }
  
  .elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center; }
    .elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
      opacity: 1; }
    .elementor-widget-video .elementor-custom-embed-image-overlay img {
      display: block;
      width: 100%; }
  
  .elementor-widget-video .elementor-video {
    -o-object-fit: cover;
       object-fit: cover; }
  
  .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .slick-list:focus {
      outline: none; }
    .slick-list.dragging {
      cursor: pointer; }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .slick-track:before, .slick-track:after {
      content: "";
      display: table; }
    .slick-track:after {
      clear: both; }
    .slick-loading .slick-track {
      visibility: hidden; }
  
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    .elementor-slick-slider[dir="rtl"] .slick-slide {
      float: right; }
    .slick-slide img {
      display: block; }
    .slick-slide.slick-loading img {
      display: none; }
    .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-slide {
      display: block; }
    .slick-loading .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  
  .slick-arrow.slick-hidden {
    display: none; }
  
  .elementor-slick-slider .slick-loading .slick-list {
    background: #fff; }
    .elementor-slick-slider .slick-loading .slick-list:after {
      content: '\e8fb';
      font-family: eicons;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-animation: fa-spin 2s infinite linear;
              animation: fa-spin 2s infinite linear;
      font-size: 25px;
      color: #a4afb7; }
  
  .elementor-slick-slider .slick-prev,
  .elementor-slick-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent; }
    .elementor-slick-slider .slick-prev:hover, .elementor-slick-slider .slick-prev:focus,
    .elementor-slick-slider .slick-next:hover,
    .elementor-slick-slider .slick-next:focus {
      color: transparent;
      outline: none;
      background: transparent; }
      .elementor-slick-slider .slick-prev:hover:before, .elementor-slick-slider .slick-prev:focus:before,
      .elementor-slick-slider .slick-next:hover:before,
      .elementor-slick-slider .slick-next:focus:before {
        opacity: 1; }
    .elementor-slick-slider .slick-prev.slick-disabled:before,
    .elementor-slick-slider .slick-next.slick-disabled:before {
      opacity: .25; }
    .elementor-slick-slider .slick-prev:before,
    .elementor-slick-slider .slick-next:before {
      font-family: eicons;
      font-size: 35px;
      line-height: 1;
      opacity: .75;
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  
  .elementor-slick-slider .slick-prev {
    left: -25px; }
    [dir="rtl"] .elementor-slick-slider .slick-prev {
      left: auto;
      right: -25px; }
    .elementor-slick-slider .slick-prev:before {
      content: '\e89f'; }
      [dir="rtl"] .elementor-slick-slider .slick-prev:before {
        content: '\e89e'; }
  
  .elementor-slick-slider .slick-next {
    right: -25px; }
    [dir="rtl"] .elementor-slick-slider .slick-next {
      left: -25px;
      right: auto; }
    .elementor-slick-slider .slick-next:before {
      content: '\e89e'; }
      [dir="rtl"] .elementor-slick-slider .slick-next:before {
        content: '\e89f'; }
  
  .elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  
  .elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1; }
    .elementor-slick-slider ul.slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0;
      padding: 0;
      cursor: pointer; }
      .elementor-slick-slider ul.slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
        .elementor-slick-slider ul.slick-dots li button:hover, .elementor-slick-slider ul.slick-dots li button:focus {
          outline: none; }
          .elementor-slick-slider ul.slick-dots li button:hover:before, .elementor-slick-slider ul.slick-dots li button:focus:before {
            opacity: 1; }
        .elementor-slick-slider ul.slick-dots li button:before {
          font-family: eicons;
          font-size: 6px;
          line-height: 20px;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          content: '\e914';
          text-align: center;
          opacity: .25;
          color: black;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .elementor-slick-slider ul.slick-dots li.slick-active button:before {
        opacity: .75;
        color: black; }
  
  .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px; }
    [dir="rtl"] .elementor-slick-slider .slick-arrows-inside .slick-prev {
      left: auto;
      right: 20px; }
  
  .elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px; }
    [dir="rtl"] .elementor-slick-slider .slick-arrows-inside .slick-next {
      left: 20px;
      right: auto; }
  
  .elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px; }
  
  .elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0; }
  
  .elementor-slick-slider .slick-slider .slick-prev,
  .elementor-slick-slider .slick-slider .slick-next {
    z-index: 1; }
  
  .elementor-slick-slider .slick-slide img {
    margin: auto; }
  
  
  
  .elementor-lightbox {
    --lightbox-ui-color: rgba(238, 238, 238, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px; }
    .elementor-lightbox .dialog-header {
      display: none; }
    .elementor-lightbox .dialog-widget-content {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      width: 100%;
      height: 100%; }
    .elementor-lightbox .dialog-message {
      -webkit-animation-duration: .3s;
              animation-duration: .3s; }
      .elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
        height: 100%; }
      .elementor-lightbox .dialog-message.dialog-lightbox-message {
        padding: 0; }
    .elementor-lightbox .dialog-lightbox-close-button {
      cursor: pointer;
      position: absolute;
      font-size: var(--lightbox-header-icons-size);
      right: 0.75em;
      margin-top: 13px;
      padding: .25em;
      z-index: 2;
      line-height: 1; }
    .elementor-lightbox .dialog-lightbox-close-button,
    .elementor-lightbox .elementor-swiper-button {
      color: var(--lightbox-ui-color);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 1; }
      .elementor-lightbox .dialog-lightbox-close-button:hover,
      .elementor-lightbox .elementor-swiper-button:hover {
        color: var(--lightbox-ui-color-hover); }
    .elementor-lightbox .swiper-container {
      height: 100%; }
    .elementor-lightbox .elementor-lightbox-item {
      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;
      position: relative;
      padding: 70px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%;
      margin: auto; }
      @media (max-width: 767px) {
        .elementor-lightbox .elementor-lightbox-item {
          padding: 70px 0; } }
    .elementor-lightbox .elementor-lightbox-image {
      max-height: 100%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
        opacity: 1;
        -webkit-filter: none;
                filter: none;
        border: none; }
    .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 2px;
              border-radius: 2px; }
    .elementor-lightbox .elementor-video-container {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (min-width: 1025px) {
        .elementor-lightbox .elementor-video-container {
          width: 75%; } }
      @media (max-width: 1024px) {
        .elementor-lightbox .elementor-video-container {
          width: 100%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%; } }
    .elementor-lightbox .elementor-swiper-button:focus {
      outline-width: 1px; }
    .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 15%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: var(--lightbox-navigation-icons-size); }
    .elementor-lightbox .elementor-swiper-button-prev {
      left: 0; }
    .elementor-lightbox .elementor-swiper-button-next {
      right: 0; }
    @media (max-width: 767px) {
      .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next {
        width: 20%; }
        .elementor-lightbox .elementor-swiper-button-prev i, .elementor-lightbox .elementor-swiper-button-next i {
          padding: 10px;
          background-color: rgba(0, 0, 0, 0.5); }
      .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  
  .elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  
  .elementor-slideshow__header, .elementor-slideshow__footer {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  
  .elementor-slideshow__footer {
    color: var(--lightbox-text-color); }
  
  .elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10; }
    .elementor-slideshow__header > i {
      font-size: inherit;
      cursor: pointer;
      padding: .25em;
      margin: 0 .35em; }
      .elementor-slideshow__header > i:hover {
        color: var(--lightbox-ui-color-hover); }
    .elementor-slideshow__header .elementor-slideshow__counter {
      margin-right: auto; }
    .elementor-slideshow__header .elementor-icon-share {
      z-index: 5; }
  
  .elementor-slideshow__share-menu {
    background-color: rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms; }
    .elementor-slideshow__share-menu .elementor-slideshow__share-links a {
      color: #2C2C2C; }
  
  .elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
        -ms-transform-origin: 90% 10%;
            transform-origin: 90% 10%;
    -webkit-transition: all 250ms 100ms;
    -o-transition: all 250ms 100ms;
    transition: all 250ms 100ms;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
    .elementor-slideshow__share-links a {
      text-align: left;
      color: #55595c;
      font-size: 12px;
      line-height: 2.5;
      display: block;
      opacity: 0;
      -webkit-transition: opacity 500ms 100ms;
      -o-transition: opacity 500ms 100ms;
      transition: opacity 500ms 100ms; }
      .elementor-slideshow__share-links a:hover {
        color: #000; }
      .elementor-slideshow__share-links a i {
        font-size: 1.25em;
        margin-right: 0.75em; }
    .elementor-slideshow__share-links:before {
      content: '';
      display: block;
      position: absolute;
      top: 1px;
      right: 0.5em;
      border: .45em solid;
      border-color: transparent transparent #fff transparent;
      -webkit-transform: translateY(-100%) scaleX(0.7);
          -ms-transform: translateY(-100%) scaleX(0.7);
              transform: translateY(-100%) scaleX(0.7); }
  
  .elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed; }
  
  .elementor-slideshow__title, .elementor-slideshow__description {
    margin: 0; }
  
  .elementor-slideshow__title {
    font-size: 16px;
    font-weight: bold; }
  
  .elementor-slideshow__description {
    font-size: 14px; }
  
  .elementor-slideshow--ui-hidden .elementor-slideshow__header, .elementor-slideshow--ui-hidden .elementor-slideshow__footer {
    opacity: 0;
    pointer-events: none; }
  
  .elementor-slideshow--ui-hidden .elementor-swiper-button-prev, .elementor-slideshow--ui-hidden .elementor-swiper-button-next {
    opacity: 0; }
  
  .elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%; }
  
  .elementor-slideshow--zoom-mode .elementor-slideshow__header, .elementor-slideshow--zoom-mode .elementor-slideshow__footer {
    background-color: rgba(0, 0, 0, 0.5); }
  
  .elementor-slideshow--zoom-mode .elementor-swiper-button-prev, .elementor-slideshow--zoom-mode .elementor-swiper-button-next {
    opacity: 0;
    pointer-events: none; }
  
  .elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.5); }
  
  .elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
    .elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
      opacity: 1; }
    .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
      color: #1DA1F2; }
    .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
      color: #3b5998; }
    .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
      color: #bd081c; }
    .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
      color: #a4afb7; }
  
  .elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2; }
  
  .animated {
    -webkit-animation-duration: 1.25s;
            animation-duration: 1.25s; }
    .animated.animated-slow {
      -webkit-animation-duration: 2s;
              animation-duration: 2s; }
    .animated.animated-fast {
      -webkit-animation-duration: .75s;
              animation-duration: .75s; }
    .animated.infinite {
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
    .animated.reverse {
      animation-direction: reverse; }
  
  @media (prefers-reduced-motion: reduce) {
    .animated {
      -webkit-animation: none;
              animation: none; } }
  
  .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr; }
    .elementor-shape-top {
      top: -1px; }
    .elementor-shape-bottom {
      bottom: -1px; }
    .elementor-shape[data-negative="false"].elementor-shape-bottom {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .elementor-shape[data-negative="true"].elementor-shape-top {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .elementor-shape svg {
      display: block;
      width: calc(100% + 1.3px);
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .elementor-shape .elementor-shape-fill {
      fill: #fff;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg); }
  
  #wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px; }
  
  #wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    width: 100%; }
  
  #wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
  
  .page-template-elementor_canvas.elementor-page:before {
    display: none; }
  
  .elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  
  #left-area ul.elementor-icon-list-items,
  .elementor .elementor-element ul.elementor-icon-list-items,
  .elementor-edit-area .elementor-element ul.elementor-icon-list-items {
    padding: 0; }
  
  #wpadminbar * {
    font-style: normal; }
  
  @media (max-width: 767px) {
    .elementor .elementor-hidden-phone {
      display: none; } }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet {
      display: none; } }
  
  @media (min-width: 1025px) {
    .elementor .elementor-hidden-desktop {
      display: none; } }
  /*# sourceMappingURL=frontend.css.map */

  

.elementor-2525 .elementor-element.elementor-element-8003dc8:not(.elementor-motion-effects-element-type-background), .elementor-2525 .elementor-element.elementor-element-8003dc8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
      background-color:transparent;background-image:linear-gradient(270deg, #E0040B 0%, #001881 100%);
    }
    
.elementor-2525 .elementor-element.elementor-element-8003dc8{
    transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding:0px 0px 0px 0px;
}

.elementor-2525 .elementor-element.elementor-element-8003dc8 > .elementor-background-overlay{transition:
    background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-2525 .elementor-element.elementor-element-8003dc8 > .elementor-shape-bottom .elementor-shape-fill{fill:#FFFFFF;}.elementor-2525 .elementor-element.elementor-element-8003dc8 > .elementor-shape-bottom svg{
    width:calc(129% + 1.3px);
    height:158px;
    transform:translateX(-50%) rotateY(180deg);
}

.elementor-2525 .elementor-element.elementor-element-8003dc8 > .elementor-shape-bottom{
    z-index:2;
    pointer-events:none;
}

.elementor-2525 .elementor-element.elementor-element-1c447e3{
    opacity:1;
    transform:rotate(0deg);
}
.elementor-2525 .elementor-element.elementor-element-5e352b1 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
    align-content:center;
    align-items:center;
}
.elementor-2525 .elementor-element.elementor-element-5e352b1{
    transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding:0px 0px 80px 0px;
    margin-top: -5px;
}

.elementor-2525 .elementor-element.elementor-element-5e352b1 > .elementor-background-overlay{
    transition:background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-2525 .elementor-element.elementor-element-9e97984{
    opacity:1;
    transform:rotate(0deg);
}

.elementor-2525 .elementor-element.elementor-element-9e97984 > .elementor-widget-container{
    margin:0px 0px 0px -300px;
}

.elementor-2525 .elementor-element.elementor-element-b6d0087 > .elementor-element-populated{
    margin:0px 40px 0px 40px;
}

.elementor-2525 .elementor-element.elementor-element-5cca10b .acc-item{
    margin-bottom:0px;
    border-radius:0px 0px 0px 0px;
}

.elementor-2525 .elementor-element.elementor-element-5cca10b .acc-item:not(.current){
    background-color:#001881;
}

.elementor-2525 .elementor-element.elementor-element-5cca10b .acc-item:not(.current) .acc-toggle{
    color:#FFFFFF;
}

.elementor-2525 .elementor-element.elementor-element-5cca10b .acc-item.current .acc-toggle{
    color:#001881;
}

.elementor-2525 .elementor-element.elementor-element-5cca10b .acc-toggle{
    font-family:"Effra", Sans-serif;

}.elementor-2525 .elementor-element.elementor-element-5cca10b .acc-item:not(.current) i{
    background:#FFFFFF;
    color:#E0040B;
}


/* MA Flipbox start */

.ma-el-flip-box{
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-color: transparent;
    width: 100%;
    text-align: center;
}
.ma-el-flip-box-wrapper{
    display: inline-block;
    width: 100%;

    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.ma-el-flip-box-inner{
    width:100%;
    height:200px;
    position:relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



.ma-el-flip-box-inner .ma-el-flip-box-front,
.ma-el-flip-box-inner .ma-el-flip-box-back {
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    text-align:center;
    padding: 1.875rem;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.ma-el-flip-box-front {
    z-index: 2;
}
.ma-el-flip-box-back {
    z-index: 1;
}

.ma-el-fb-animate-vertical .ma-el-flip-box-inner .ma-el-flip-box-front{ -webkit-transform:perspective(1000px)  rotateX(0deg);  -ms-transform:perspective(1000px)  rotateX(0deg);  transform:perspective(1000px) rotateX(0deg); }
.ma-el-fb-animate-vertical .ma-el-flip-box-inner .ma-el-flip-box-back{ -webkit-transform:perspective(1000px) rotateX(180deg); transform:perspective(1000px) rotateX(180deg); -ms-transform:perspective(1000px)  rotateX(180deg); }
.ma-el-fb-animate-vertical .ma-el-flip-box-inner:hover .ma-el-flip-box-front{ -webkit-transform:perspective(1000px) rotateX(180deg); transform:perspective(1000px) rotateX(180deg); -ms-transform:perspective(1000px)  rotateX(180deg); }
.ma-el-fb-animate-vertical .ma-el-flip-box-inner:hover .ma-el-flip-box-back{ -webkit-transform:perspective(1000px) rotateX(0deg); transform:perspective(1000px) rotateX(0deg); -ms-transform:perspective(1000px)  rotateX(0deg); }


.ma-el-fb-animate-horizontal .ma-el-flip-box-inner .ma-el-flip-box-front{ -webkit-transform:perspective(1000px) rotateY(0deg); transform:perspective(1000px) rotateY(0deg); -ms-transform:perspective(1000px)  rotateY(0deg); }
.ma-el-fb-animate-horizontal .ma-el-flip-box-inner .ma-el-flip-box-back{ -webkit-transform:perspective(1000px) rotateY(180deg); transform:perspective(1000px) rotateY(180deg); -ms-transform:perspective(1000px)  rotateY(180deg); }
.ma-el-fb-animate-horizontal .ma-el-flip-box-inner:hover .ma-el-flip-box-front{ -webkit-transform:perspective(1000px) rotateY(180deg); transform:perspective(1000px) rotateY(180deg); -ms-transform:perspective(1000px)  rotateY(180deg); }
.ma-el-fb-animate-horizontal .ma-el-flip-box-inner:hover .ma-el-flip-box-back{ -webkit-transform:perspective(1000px) rotateY(0deg); transform:perspective(1000px) rotateY(0deg); -ms-transform:perspective(1000px)  rotateY(0deg); }

.ma-el-fb-animate-flip.fade {
    opacity: 1;
}
.ma-el-fb-animate-fade .ma-el-flip-box-inner .ma-el-flip-box-front{opacity:1;}
.ma-el-fb-animate-fade .ma-el-flip-box-inner .ma-el-flip-box-back{opacity:0;}
.ma-el-fb-animate-fade .ma-el-flip-box-inner:hover .ma-el-flip-box-front{opacity:0;}
.ma-el-fb-animate-fade .ma-el-flip-box-inner:hover .ma-el-flip-box-back{opacity:1;}


.ma-el-flip-box-wrapper:hover .ma-el-flip-box-back,
.ma-el-flip-box-wrapper:focus .ma-el-flip-box-back {
    z-index: 2;
}
.ma-el-flip-box-wrapper:hover .ma-el-flip-box-front,
.ma-el-flip-box-wrapper:focus .ma-el-flip-box-front {
    z-index: 1;
}
.fade .ma-el-flip-box-wrapper .ma-el-flip-box-front {
    opacity: 1;
    transition: 1s;
}
.fade .ma-el-flip-box-wrapper .ma-el-flip-box-back {
    opacity: 0;
    transition: 1s;
}
.fade .ma-el-flip-box-wrapper:hover .ma-el-flip-box-front,
.fade .ma-el-flip-box-wrapper:focus .ma-el-flip-box-front {
    opacity: 0;
}
.fade .ma-el-flip-box-wrapper:hover .ma-el-flip-box-back,
.fade .ma-el-flip-box-wrapper:focus .ma-el-flip-box-back {
    opacity: 1;
}

.ma-el-fb-animate-flip .ma-el-flip-box-wrapper {
    perspective: 1000px;
}
.ma-el-fb-animate-flip .ma-el-flip-box-inner{
    transform-style: preserve-3d;
    transform: rotateX(0) rotateY(0) rotateZ(0);
    transition: 1s;
}
.ma-el-fb-animate-flip .ma-el-flip-box-front {
    transform: translate3d(0,0,1px);
}
.ma-el-fb-animate-flip .ma-el-flip-box-back {
    transform: rotateY(180deg) translate3d(0,0,0);
}
.ma-el-fb-animate-flip .ma-el-flip-box-wrapper:hover .ma-el-flip-box-inner,
.ma-el-fb-animate-flip .ma-el-flip-box-wrapper:focus .ma-el-flip-box-inner{
    transform: rotateY(180deg);
}
.up .ma-el-flip-box-front {
    transform: translate3d(0,0,1px);
}
.up .ma-el-flip-box-back {
    transform: rotateX(180deg) translate3d(0,0,0);
}
.up .ma-el-flip-box-wrapper:hover .ma-el-flip-box-inner,
.up .ma-el-flip-box-wrapper:focus .ma-el-flip-box-inner{
    transform: rotateX(180deg);
}

.box .ma-el-flip-box-front {
    transform: translate3d(0,0,100px) scale(0.85,0.85);
}
.box .ma-el-flip-box-back {
    transform: rotateY(180deg) translate3d(0,0,100px)  scale(0.85,0.85);
}
.box.up .ma-el-flip-box-back {
    transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.hideback .ma-el-flip-box-front, .hideback .ma-el-flip-box-back {
    backface-visibility: hidden;
}
.ma-el-flip-box-wrapper .ma-el-flip-box-back .flipbox-content .ma-el-fb-button {
    background: #4b00e7;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 5px 8px;
}
.ma-el-fb-animate-nananana .ma-el-flip-box-wrapper:hover .ma-el-flip-box-front,
.ma-el-fb-animate-nananana .ma-el-flip-box-wrapper:focus .ma-el-flip-box-front {
    z-index: 10;
    animation: batman 1s 2 alternate linear;
}

.ma-el-flip-box-front i, .ma-el-flip-box-back i{ font-size:32px; height:1em; width:1em;  }
.ma-el-fb-icon-view-framed{ border:1px solid #92BE43; }
.ma-el-fb-icon-shape-circle{ border-radius:50%; }
.ma-el-flip-box-wrapper .icon-wrapper{ display:inline-block; padding:0; line-height: 1; }

.ma-el-flip-box-wrapper .front-icon-title, .ma-el-flip-box-wrapper .back-icon-title{ margin:10px auto; color:#FFF; }

.ma-el-flip-box-wrapper .flipbox-content {  display: block; position: relative; top: 50%; transform: translateY(-50%);  -ms-transform: translateY(-50%)  }
.flipbox-content p{ margin-bottom: 10px; }
.ma-el-fb-button{ display:inline-block; padding: 5px 10px; }


.ma-el-flip-box-back{ background:#4b00e7; }

@media only screen and (max-width: 768px) {

    .flipbox-content, .ma-el-flip-box-front, .ma-el-flip-box-back{
        cursor:pointer;
        overflow: visible !important;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
    }
}

.blog-post .author-bio .author-info { padding: 20px 25px; }
.main-navigation ul > li.menu-item-has-children > a:after{
	margin-top: -6px;
}

.white-boxes .icon-box.s2{
	background: #fff;
}
.icon-box.s2:before, .icon-box.s2:after{
	opacity: 0;
}
.icon-box.s2:hover:before, .icon-box.s2:hover:after{
	opacity: 1;
}
.author-widget_social a:hover{
	transform: translateY(-4px);
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
    width: 33.3333333%;
}
@media (max-width: 1500px){
	header.header-fullwidth .octf-area-wrap{
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media (max-width: 1340px){
	.octf-btn-cta .btn-cta-group{
		margin-left: -25px;
	}
}
@media (max-width: 767px){
	span.wpcf7-list-item {width:50%;}
}
@media (max-width: 400px){
	span.wpcf7-list-item {width:100%;}
}

.header-fullwidth .octf-area-wrap{
    padding-left:100px;
    padding-right:100px;}

#site-logo img{
        width:200px;
}
    
#site-logo{
    padding-top:25px;
    padding-bottom:25px;
    padding-left:0;
    padding-right:0;
}

#site-navigation a{
    font-family:"Effra Light", sans-serif;
    font-size:16px;
    line-height:1.875;
    text-transform:none;
}

#site-navigation ul ul a{
    font-family:"Effra Light", sans-serif;
    font-size:16px;
    letter-spacing:normal;
    line-height:1.875;
    text-transform:none;
}

.header_mobile .mlogo_wrapper img{
    width:180px;
}

.page-header{height:300px;
}

#royal_preloader.royal_preloader_logo .royal_preloader_percentage{
    font-family:"Effra Light", sans-serif;
    font-size:13px;
    letter-spacing:2px;
    line-height:40px;
    text-align:center;
    text-transform:none;
}

.elementor-262 .elementor-element.elementor-element-9c8c468:not(.elementor-motion-effects-element-type-background), .elementor-262 .elementor-element.elementor-element-9c8c468 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(150deg, #E0040B 0%, #001881 100%);}.elementor-262 .elementor-element.elementor-element-9c8c468{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:90px 0px 90px 0px;}.elementor-262 .elementor-element.elementor-element-9c8c468 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-262 .elementor-element.elementor-element-cec3e7e{margin-top:0px;margin-bottom:80px;}.elementor-262 .elementor-element.elementor-element-1601074{opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-1601074 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-262 .elementor-element.elementor-element-9ec84a5{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-97785a0.elementor-social-icon{background-color:#FFFFFF73;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-97785a0.elementor-social-icon i{color:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-97785a0.elementor-social-icon svg{fill:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-28a9de5.elementor-social-icon{background-color:#FFFFFF85;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-28a9de5.elementor-social-icon i{color:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-28a9de5.elementor-social-icon svg{fill:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4c2b54a.elementor-social-icon{background-color:#FFFFFF82;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4c2b54a.elementor-social-icon i{color:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4c2b54a.elementor-social-icon svg{fill:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4ff84fa.elementor-social-icon{background-color:#FFF9F980;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4ff84fa.elementor-social-icon i{color:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4ff84fa.elementor-social-icon svg{fill:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43{--grid-template-columns:repeat(0, auto);--grid-column-gap:10px;--grid-side-margin:10px;--grid-row-gap:0px;--grid-bottom-margin:0px;opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-widget-container{justify-content:center;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-social-icon{font-size:13px;padding:0.5em;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-icon{border-radius:50% 50% 50% 50%;}.elementor-262 .elementor-element.elementor-element-94833d5{color:#FFFFFF;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-a061d81{color:#FFFFFF;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-8b99c3e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-262 .elementor-element.elementor-element-d8c6cd4 .elementor-spacer-inner{height:50px;}.elementor-262 .elementor-element.elementor-element-d8c6cd4{opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-d8c6cd4 > .elementor-widget-container{border-style:solid;border-width:1px 0px 0px 0px;border-color:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-0c1a563{text-align:center;opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-0c1a563 .elementor-heading-title{color:#FFFFFF;font-family:"Effra Light", Sans-serif;font-size:15px;font-weight:400;}@media(max-width:767px){.elementor-262 .elementor-element.elementor-element-0c1a563 .elementor-heading-title{line-height:24px;}}

.elementor-2525 .elementor-element.elementor-element-5cca10b .acc-item.current i{
    background:#FFFFFF;

}.elementor-2525 .elementor-element.elementor-element-5cca10b .acc-content{
    font-family:"Effra Light", Sans-serif;
    padding:-10px 0px 0px 2px;

}
.elementor-2525 .elementor-element.elementor-element-5cca10b{
    opacity:1;transform:rotate(0deg);}
    
.elementor-2525 .elementor-element.elementor-element-38d952e:not(.elementor-motion-effects-element-type-background), .elementor-2525 .elementor-element.elementor-element-38d952e > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    background-color:transparent;background-image:linear-gradient(270deg, #E0040B 0%, #001881 100%);}
    
    .elementor-2525 .elementor-element.elementor-element-38d952e{
        transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 0px 80px 0px;}
        
        .elementor-2525 .elementor-element.elementor-element-38d952e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2525 .elementor-element.elementor-element-53beb6fa .ma-el-flip-box-front{text-align:center;border-radius:0px 0px 0px 0px;background-color:#FFFFFF;}.elementor-2525 .elementor-element.elementor-element-53beb6fa .ma-el-flip-box-back{text-align:center;border-radius:0px 0px 0px 0px;background-color:#E0040B8A;}.elementor-2525 .elementor-element.elementor-element-53beb6fa .ma-el-flip-box-inner{height:300px;}.elementor-2525 .elementor-element.elementor-element-53beb6fa.ma-el-fb-animate-flipcard .ma-el-flip-box-front{transform-origin:center center calc(-300px/2);-webkit-transform-origin:center center calc(-300px/2);}.elementor-2525 .elementor-element.elementor-element-53beb6fa.ma-el-fb-animate-flipcard .ma-el-flip-box-back{transform-origin:center center calc(-{{VALUE }}px/2);-webkit-transform-origin:center center calc(-300px/2);}.elementor-2525 .elementor-element.elementor-element-53beb6fa .ma-el-flip-box-front p{color:#78909c;}.elementor-2525 .elementor-element.elementor-element-53beb6fa .ma-el-flip-box-front .icon-wrapper i{color:#FFFFFF;}.elementor-2525 .elementor-element.elementor-element-53beb6fa .back-icon-title{color:#FFF;font-family:"Effra Light", Sans-serif;font-size:24px;font-weight:500;text-transform:uppercase;}.elementor-2525 .elementor-element.elementor-element-53beb6fa .ma-el-flip-box-back p{color:#FFF;}.elementor-2525 .elementor-element.elementor-element-53beb6fa .ma-el-flip-box-back .icon-wrapper i{color:#FFF;}.elementor-2525 .elementor-element.elementor-element-53beb6fa .ma-el-flip-box-wrapper .ma-el-flip-box-back .flipbox-content .ma-el-fb-button{color:#fff;background:#4b00e7;}.elementor-2525 .elementor-element.elementor-element-53beb6fa .ma-el-flip-box-wrapper .ma-el-flip-box-back .flipbox-content .ma-el-fb-button:hover{color:#fff;background:#4b00e7;}.elementor-2525 .elementor-element.elementor-element-53beb6fa{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-1059c16a .ma-el-flip-box-front{text-align:center;border-radius:0px 0px 0px 0px;background-color:#FFFFFF;}.elementor-2525 .elementor-element.elementor-element-1059c16a .ma-el-flip-box-back{text-align:center;border-radius:0px 0px 0px 0px;background-color:#E0040B8A;}.elementor-2525 .elementor-element.elementor-element-1059c16a .ma-el-flip-box-inner{height:300px;}.elementor-2525 .elementor-element.elementor-element-1059c16a.ma-el-fb-animate-flipcard .ma-el-flip-box-front{transform-origin:center center calc(-300px/2);-webkit-transform-origin:center center calc(-300px/2);}.elementor-2525 .elementor-element.elementor-element-1059c16a.ma-el-fb-animate-flipcard .ma-el-flip-box-back{transform-origin:center center calc(-{{VALUE }}px/2);-webkit-transform-origin:center center calc(-300px/2);}.elementor-2525 .elementor-element.elementor-element-1059c16a .ma-el-flip-box-front p{color:#78909c;}.elementor-2525 .elementor-element.elementor-element-1059c16a .ma-el-flip-box-front .icon-wrapper i{color:#FFFFFF;}.elementor-2525 .elementor-element.elementor-element-1059c16a .back-icon-title{color:#FFF;font-family:"Effra Light", Sans-serif;font-size:24px;font-weight:500;text-transform:uppercase;}.elementor-2525 .elementor-element.elementor-element-1059c16a .ma-el-flip-box-back p{color:#FFF;}.elementor-2525 .elementor-element.elementor-element-1059c16a .ma-el-flip-box-back .icon-wrapper i{color:#FFF;}.elementor-2525 .elementor-element.elementor-element-1059c16a .ma-el-flip-box-wrapper .ma-el-flip-box-back .flipbox-content .ma-el-fb-button{color:#fff;background:#4b00e7;}.elementor-2525 .elementor-element.elementor-element-1059c16a .ma-el-flip-box-wrapper .ma-el-flip-box-back .flipbox-content .ma-el-fb-button:hover{color:#fff;background:#4b00e7;}.elementor-2525 .elementor-element.elementor-element-1059c16a{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-61c01135 .ma-el-flip-box-front{text-align:center;border-radius:0px 0px 0px 0px;background-color:#FFFFFF;}.elementor-2525 .elementor-element.elementor-element-61c01135 .ma-el-flip-box-back{text-align:center;border-radius:0px 0px 0px 0px;background-color:#E0040B8A;}.elementor-2525 .elementor-element.elementor-element-61c01135 .ma-el-flip-box-inner{height:300px;}.elementor-2525 .elementor-element.elementor-element-61c01135.ma-el-fb-animate-flipcard .ma-el-flip-box-front{transform-origin:center center calc(-300px/2);-webkit-transform-origin:center center calc(-300px/2);}.elementor-2525 .elementor-element.elementor-element-61c01135.ma-el-fb-animate-flipcard .ma-el-flip-box-back{transform-origin:center center calc(-{{VALUE }}px/2);-webkit-transform-origin:center center calc(-300px/2);}.elementor-2525 .elementor-element.elementor-element-61c01135 .ma-el-flip-box-front p{color:#78909c;}.elementor-2525 .elementor-element.elementor-element-61c01135 .ma-el-flip-box-front .icon-wrapper i{color:#FFFFFF;}.elementor-2525 .elementor-element.elementor-element-61c01135 .back-icon-title{color:#FFF;font-family:"Effra", Sans-serif;font-size:24px;text-transform:uppercase;}.elementor-2525 .elementor-element.elementor-element-61c01135 .ma-el-flip-box-back p{color:#FFF;}.elementor-2525 .elementor-element.elementor-element-61c01135 .ma-el-flip-box-back .icon-wrapper i{color:#FFF;}.elementor-2525 .elementor-element.elementor-element-61c01135 .ma-el-flip-box-wrapper .ma-el-flip-box-back .flipbox-content .ma-el-fb-button{color:#fff;background:#4b00e7;}.elementor-2525 .elementor-element.elementor-element-61c01135 .ma-el-flip-box-wrapper .ma-el-flip-box-back .flipbox-content .ma-el-fb-button:hover{color:#fff;background:#4b00e7;}.elementor-2525 .elementor-element.elementor-element-61c01135{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-a2056ba{margin-top:110px;margin-bottom:20px;}.elementor-2525 .elementor-element.elementor-element-21271412{text-align:center;opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-21271412 .ot-heading .sub-heading{font-family:"Effra", Sans-serif;}.elementor-2525 .elementor-element.elementor-element-21271412 .ot-heading .main-heading{color:#001881;}.elementor-2525 .elementor-element.elementor-element-189d22be{margin-top:0px;margin-bottom:90px;}.elementor-2525 .elementor-element.elementor-element-7bb7d5e input[type="reset"]{background-color:#E70000;}.elementor-2525 .elementor-element.elementor-element-7bb7d5e input[type="submit"]{background-color:#E70000;}.elementor-2525 .elementor-element.elementor-element-7bb7d5e input[type="search"]{background-color:#E70000;}.elementor-2525 .elementor-element.elementor-element-7bb7d5e{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-30bc57d8:not(.elementor-motion-effects-element-type-background), .elementor-2525 .elementor-element.elementor-element-30bc57d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E0040B;background-image:url("http://remove.com.mx/assets/img/servicios_003.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-2525 .elementor-element.elementor-element-30bc57d8 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(70deg, #001881 0%, #E0040B 100%);opacity:0.48;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2525 .elementor-element.elementor-element-30bc57d8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 0px 80px 0px;}.elementor-2525 .elementor-element.elementor-element-2ebe7ed6:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-2525 .elementor-element.elementor-element-2ebe7ed6 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(100deg, #FFFFFF 0%, #FFFFFF00 100%);}.elementor-2525 .elementor-element.elementor-element-2ebe7ed6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0% 0% 0% 010%;}.elementor-2525 .elementor-element.elementor-element-2ebe7ed6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2525 .elementor-element.elementor-element-5f3a86fa .elementor-spacer-inner{height:15px;}.elementor-2525 .elementor-element.elementor-element-5f3a86fa{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-39df2c3e .elementor-heading-title{color:#001881;font-family:"Effra", Sans-serif;font-weight:600;}.elementor-2525 .elementor-element.elementor-element-39df2c3e{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-4eb5db8e{color:#001881;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-7b9e0f29 .elementor-spacer-inner{height:10px;}.elementor-2525 .elementor-element.elementor-element-7b9e0f29{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-43c637ec .elementor-heading-title{color:#001881;font-family:"Effra", Sans-serif;font-weight:600;}.elementor-2525 .elementor-element.elementor-element-43c637ec{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-5ef5a781{color:#001881;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-2956c3d9 .elementor-heading-title{color:#001881;font-family:"Effra", Sans-serif;font-weight:600;}.elementor-2525 
        
        .elementor-element.elementor-element-2956c3d9{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-7c2c056a{color:#001881;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-78039f6 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-2525 .elementor-element.elementor-element-78039f6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-78039f6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2525 .elementor-element.elementor-element-384c016b{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-71313ed{margin-top:110px;margin-bottom:20px;}.elementor-2525 .elementor-element.elementor-element-abeaa4f{text-align:center;opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-abeaa4f .ot-heading .main-heading{color:#001881;font-family:"Effra", Sans-serif;}.elementor-2525 .elementor-element.elementor-element-adeec37{margin-top:0px;margin-bottom:90px;}.elementor-2525 .elementor-element.elementor-element-743d6fad > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2525 .elementor-element.elementor-element-743d6fad{padding:0px 0px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-1ad26e00 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 10px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-1ad26e00 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2525 .elementor-element.elementor-element-4419d12{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-4a96465a > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 5px 0px 5px;}.elementor-2525 .elementor-element.elementor-element-4a96465a > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2525 .elementor-element.elementor-element-a646498{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-49b5f294 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 10px;}.elementor-2525 .elementor-element.elementor-element-49b5f294 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2525 .elementor-element.elementor-element-2c688b9{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-afe6860 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2525 .elementor-element.elementor-element-afe6860{padding:0px 0px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-9582ad5 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 5px 0px 5px;}.elementor-2525 .elementor-element.elementor-element-9582ad5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2525 .elementor-element.elementor-element-033d0ba{color:#001881;font-family:"Effra", Sans-serif;font-size:20px;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-033d0ba > .elementor-widget-container{padding:22px 0px 0px 0px;}@media(max-width:1024px){.elementor-2525 .elementor-element.elementor-element-5e352b1:not(.elementor-motion-effects-element-type-background), .elementor-2525 .elementor-element.elementor-element-5e352b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:0px auto;}.elementor-2525 .elementor-element.elementor-element-5e352b1{padding:90px 0px 90px 0px;}.elementor-2525 .elementor-element.elementor-element-738b4cb.elementor-column > .elementor-column-wrap > .elementor-widget-wrap{justify-content:flex-start;}.elementor-2525 .elementor-element.elementor-element-738b4cb > .elementor-element-populated{margin:0px -1px 0px -32px;}.elementor-2525 .elementor-element.elementor-element-9e97984 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 40px 0px;}.elementor-2525 .elementor-element.elementor-element-b6d0087 > .elementor-element-populated{margin:0px 0px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-78039f6:not(.elementor-motion-effects-element-type-background), .elementor-2525 .elementor-element.elementor-element-78039f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:0px auto;}.elementor-2525 .elementor-element.elementor-element-78039f6{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-2525 .elementor-element.elementor-element-5e352b1:not(.elementor-motion-effects-element-type-background), .elementor-2525 .elementor-element.elementor-element-5e352b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:0px auto;}.elementor-2525 .elementor-element.elementor-element-5e352b1{margin-top:0px;margin-bottom:0px;padding:60px 0px 60px 0px;}.elementor-2525 .elementor-element.elementor-element-21271412 .ot-heading .main-heading{font-size:30px;}.elementor-2525 .elementor-element.elementor-element-abeaa4f .ot-heading .sub-heading{font-size:8px;}.elementor-2525 .elementor-element.elementor-element-abeaa4f .ot-heading .main-heading{font-size:30px;}.elementor-2525 .elementor-element.elementor-element-743d6fad{padding:15px 0px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-1ad26e00 > .elementor-element-populated{margin:0px 0px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-4a96465a > .elementor-element-populated{margin:25px 0px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-49b5f294 > .elementor-element-populated{margin:25px 0px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-afe6860{padding:15px 0px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-9582ad5 > .elementor-element-populated{margin:25px 0px 0px 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-2525 .elementor-element.elementor-element-738b4cb{width:40%;}.elementor-2525 .elementor-element.elementor-element-b6d0087{width:50%;}.elementor-2525 .elementor-element.elementor-element-1f5559be{width:100%;}}@media(min-width:1025px){.elementor-2525 .elementor-element.elementor-element-30bc57d8:not(.elementor-motion-effects-element-type-background), .elementor-2525 .elementor-element.elementor-element-30bc57d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}

        .FGM-Collage .fg-gallery-item .gallery-icon {
            opacity:0;
        }
        #gallery-1 {
            margin:0 -20px 0 -20px;
            text-align: center;
            width: 102%;
        }
        #gallery-1.FGM-Collage .fg-gallery-item {
            text-align: center;			
        }
        #gallery-1 .fg-gallery-caption {
            margin-left: 0;
        }
        #gallery-1.fastgallery_mosaic .fg-gallery-caption, 
        #gallery-1.fastgallery_mosaic .fg-gallery-caption:hover {
            background-color:rgba( 224 , 4 , 11 , 1);
        }
        #gallery-1.fastgallery_mosaic.gallery .gallery-icon .fg_zoom a, 
        #gallery-1.fastgallery_mosaic.gallery .gallery-icon .fg_zoom a:hover {
            color:#E0040B;
        }
        #gallery-1.fastgallery_mosaic.fg_style1 .fg-gallery-caption {
            color:#FFFFFF;	
        }
        #gallery-1.fastgallery_mosaic.gallery.fg_style2 .gallery-icon .fg_zoom a {
            background:rgba( 255 , 255 , 255 , 0.3);
        }
        #gallery-1.fastgallery_mosaic.fg_style2 .fg-gallery-caption {
            color:#FFFFFF;	
        }			
        #gallery-1.fastgallery_mosaic.gallery.fg_style3 .fg_zoom, #gallery-1.fastgallery_mosaic.gallery.fg_style3 .fg_zoom:hover {
            background:rgba( 224 , 4 , 11 , 1);
        }
        #gallery-1.fastgallery_mosaic.fg_style3 .fg-gallery-caption {
            color:#FFFFFF;	
        }				
        #gallery-1.fastgallery_mosaic.fg_style4 .fg-gallery-caption,			
        #gallery-1.fastgallery_mosaic.gallery.fg_style4 .gallery-icon .fg_zoom a, 
        #gallery-1.fastgallery_mosaic.gallery.fg_style4 .gallery-icon .fg_zoom a:hover {
            color:#FFFFFF;
        }
        #gallery-1.fastgallery_mosaic.gallery.fg_style4 .gallery-icon .fg_zoom a, 
        #gallery-1.fastgallery_mosaic.gallery.fg_style4 .gallery-icon .fg_zoom a:hover	{
            background:rgba( 224 , 4 , 11 , 1);
        }			
        #gallery-1.fastgallery_mosaic.gallery.fg_style5 .gallery-icon .fg_zoom a, 
        #gallery-1.fastgallery_mosaic.gallery.fg_style5 .gallery-icon .fg_zoom a:hover	{
            color:#FFFFFF;
            background-color:rgba( 224 , 4 , 11 , 1);
        }					
        #gallery-1.fastgallery_mosaic.gallery.fg_style6 .gallery-icon .fg_zoom a,
        #gallery-1.fastgallery_mosaic.gallery.fg_style6 .gallery-icon .fg_zoom a:hover {
            color:#FFFFFF;
            background:rgba( 224 , 4 , 11 , 1);				
        }
    
        #gallery-1.fastgallery_mosaic.fg_style6 .fg-gallery-caption {
            color:#FFFFFF;	
        }
        #gallery-1.fastgallery_mosaic.gallery.fg_style7 .gallery-icon .fg_zoom a,
        #gallery-1.fastgallery_mosaic.gallery.fg_style7 .gallery-icon .fg_zoom a:hover {
            color:#FFFFFF;
            background:rgba( 224 , 4 , 11 , 1);				
        }		
        #gallery-1.fastgallery_mosaic.fg_style7 .fg-gallery-caption {
            color:#FFFFFF;	
        }
        
        #gallery-1.fastgallery_mosaic.gallery.fg_style8 .gallery-icon .fg_zoom a,
        #gallery-1.fastgallery_mosaic.gallery.fg_style8 .gallery-icon .fg_zoom a:hover {
            color:#FFFFFF;
            background:rgba( 224 , 4 , 11 , 1);				
        }
    
        #gallery-1.fastgallery_mosaic.fg_style8 .fg-gallery-caption {
            color:#FFFFFF;	
        }
        
        #gallery-1.fastgallery_mosaic.gallery.fg_style9 .gallery-icon .fg_zoom a,
        #gallery-1.fastgallery_mosaic.gallery.fg_style9 .gallery-icon .fg_zoom a:hover {
            color:#FFFFFF;
            background:rgba( 224 , 4 , 11 , 1);				
        }		
        #gallery-1.fastgallery_mosaic.fg_style9 .fg-gallery-caption {
            color:#FFFFFF;	
        }
        
        #gallery-1.fastgallery_mosaic.gallery.fg_style10 .gallery-icon .fg_zoom a,
        #gallery-1.fastgallery_mosaic.gallery.fg_style10 .gallery-icon .fg_zoom a:hover {
            color:#FFFFFF;
            background:rgba( 224 , 4 , 11 , 1);				
        }		
        #gallery-1.fastgallery_mosaic.fg_style10 .fg-gallery-caption {
            color:#FFFFFF;	
        }#gallery-1.fastgallery_mosaic.gallery span {
                                font-size:20px!important;
            }
            #gallery-1.fastgallery_mosaic.gallery .gallery-icon .fg-zoom-icon {
                                margin-left:-10px!important;
                                margin-top:-40px;
            }
            #gallery-1.fastgallery_mosaic.gallery.fg_style2 .gallery-icon .fg-zoom-icon,
            #gallery-1.fastgallery_mosaic.gallery.fg_style5 .gallery-icon .fg-zoom-icon  {
                                margin-top:-10px;
            }		
            #gallery-1.fastgallery_mosaic.gallery .gallery-icon.no-caption .fg-zoom-icon {
                                margin-top:-10px!important;
            }
            #gallery-1.fastgallery_mosaic.fg_style7 .fg-gallery-caption,
            #gallery-1.fastgallery_mosaic.fg_style8 .fg-gallery-caption {
                                top:55%;
            }



            @media screen and (max-width: 760px) {
              .elementor-widget-fast-gallery-mosaic{
                display:none !important;
                clear: both;
                float: left;
                height:2px;
                display: none;
              }

              .gallery{
                display:none !important;
                clear: both;
                float: left;
                display: none;}
            }


            /*gallery*/
.gallery .content-image img {
  width: 100%;
  border-radius: 8px;
}

.gallery-pages {
  margin-top: 70px;
}

.gallery-pages .row {
  margin-bottom: 10px;
}

.popup-gallery {
  width: calc(100% - 15px * 2);
  height: auto;
  top: 50%;
  transform: translateY(-50%) !important;
  border-radius: 8px;
  margin: 15px;
  padding: 0;
}

.popup-gallery.modal-in {
  transform: translate3d(0, -200px, 0) !important;
}

.popup-gallery.modal-out {
  transform: translate3d(0, 100%, 0) !important;
}

.popup-gallery .image-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.popup-gallery .image-popup-close a i {
  font-size: 18px;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #273fdd;
  border-radius: 50%;
}

.popup-gallery .popup-image {
  background: #fff;
  border-radius: 8px;
}

.popup-gallery .popup-image img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.popup-gallery .popup-image .image-title {
  padding: 15px;
  border-radius: 0 0 8px 8px;
}

.popup-gallery .popup-image .image-title h4 {
  margin-bottom: 10px;
}



  @media only screen and (min-width: 768px) {
    .mobile-sliderremove {
      display: none !important;
    }
  }


  .swiper-wrapper{
    margin-bottom: -320px !important;
  }

  .elementor-1017 .elementor-element.elementor-element-1353766:not(.elementor-motion-effects-element-type-background), .elementor-1017 .elementor-element.elementor-element-1353766 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E0040B;background-image:url("http://remove.com.mx/assets/img/servicios_003.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1017 .elementor-element.elementor-element-1353766 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(70deg, #001881 0%, #E0040B 100%);opacity:0.48;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1017 .elementor-element.elementor-element-1353766{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 0px 80px 0px;}.elementor-1017 .elementor-element.elementor-element-35872bf3:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-1017 .elementor-element.elementor-element-35872bf3 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(100deg, #FFFFFF 0%, #FFFFFF00 100%);}.elementor-1017 .elementor-element.elementor-element-35872bf3 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0% 21% 0% 7%;}.elementor-1017 .elementor-element.elementor-element-35872bf3 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}    .elementor-1017 .elementor-element.elementor-element-1353766:not(.elementor-motion-effects-element-type-background), .elementor-1017 .elementor-element.elementor-element-1353766 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}

  .elementor-1017 .elementor-element.elementor-element-411ee4ad{color:#001881;font-family:"Effra Light", Sans-serif;opacity:1;transform:rotate(0deg);}

  .elementor-1017 .elementor-element.elementor-element-411ee4ad > .elementor-widget-container{padding:0px 0px 0px 013px;}
  .elementor-1017 .elementor-element.elementor-element-48d9630d .elementor-heading-title{color:#001881;font-family:"Effra", Sans-serif;}
  .elementor-1017 .elementor-element.elementor-element-48d9630d > .elementor-widget-container{padding:0px 0px 0px 13px;}
  .elementor-1017 .elementor-element.elementor-element-1303ee3d .elementor-heading-title{color:#001881;font-family:"Effra", Sans-serif;}
  .elementor-1017 .elementor-element.elementor-element-4061c2d1{padding:19px 0px 0px 0px;}
  .elementor-1017 .elementor-element.elementor-element-1303ee3d .elementor-heading-title{color:#001881;font-family:"Effra", Sans-serif;}.elementor-1017 .elementor-element.elementor-element-1303ee3d{opacity:1;transform:rotate(0deg);}.elementor-1017 .elementor-element.elementor-element-e7522a4{color:#001881;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-1017 .elementor-element.elementor-element-18db37bd .elementor-heading-title{color:#001881;font-family:"Effra", Sans-serif;font-weight:600;}
  .elementor-1017 .elementor-element.elementor-element-57cf32ff{color:#001881;font-family:"Effra Light", Sans-serif;opacity:1;transform:rotate(0deg);}.
  .elementor-2525 .elementor-element.elementor-element-7c2c056a > .elementor-widget-container{padding:0px 0px 0px 013px;}
.elementor-2525 .elementor-element.elementor-element-2956c3d9 > .elementor-widget-container{padding:0px 0px 0px 13px;}.elementor-2525 .elementor-element.elementor-element-2956c3d9{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-7c2c056a{color:#001881;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}
  .elementor-2525 .elementor-element.elementor-element-064757f{width:36.384%;}
  .elementor-2525 .elementor-element.elementor-element-9cfee8e{padding:19px 0px 0px 0px;}.elementor-2525 .elementor-element.elementor-element-39df2c3e .elementor-heading-title{color:#001881;font-family:"Effra", Sans-serif;font-weight:600;}.elementor-2525 .elementor-element.elementor-element-39df2c3e{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-4eb5db8e{color:#001881;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-43c637ec .elementor-heading-title{color:#001881;font-family:"Effra", Sans-serif;font-weight:600;}.elementor-2525 .elementor-element.elementor-element-43c637ec{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-5ef5a781{color:#001881;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-5f3a86fa .elementor-spacer-inner{height:15px;}.elementor-2525 .elementor-element.elementor-element-5f3a86fa{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-7b9e0f29 .elementor-spacer-inner{height:10px;}.elementor-2525 .elementor-element.elementor-element-7b9e0f29{opacity:1;transform:rotate(0deg);}.elementor-2525 .elementor-element.elementor-element-2956c3d9 .elementor-heading-title{color:#001881;font-family:"Effra", Sans-serif;font-weight:600;}
  .elementor-262 .elementor-element.elementor-element-a061d81 .elementor-text-editor{text-align:center;}.elementor-262 .elementor-element.elementor-element-a061d81{color:#FFFFFF;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-e1a644a .elementor-spacer-inner{height:50px;}.elementor-262 .elementor-element.elementor-element-e1a644a{opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-97785a0.elementor-social-icon{background-color:#FFFFFF73;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-97785a0.elementor-social-icon i{color:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-97785a0.elementor-social-icon svg{fill:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-28a9de5.elementor-social-icon{background-color:#FFFFFF85;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-28a9de5.elementor-social-icon i{color:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-28a9de5.elementor-social-icon svg{fill:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4c2b54a.elementor-social-icon{background-color:#FFFFFF82;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4c2b54a.elementor-social-icon i{color:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4c2b54a.elementor-social-icon svg{fill:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4ff84fa.elementor-social-icon{background-color:#FFF9F980;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4ff84fa.elementor-social-icon i{color:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-repeater-item-4ff84fa.elementor-social-icon svg{fill:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-fd95c43{--grid-template-columns:repeat(0, auto);--grid-column-gap:10px;--grid-side-margin:10px;--grid-row-gap:0px;--grid-bottom-margin:0px;opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-widget-container{justify-content:center;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-social-icon{font-size:13px;padding:0.5em;}.elementor-262 .elementor-element.elementor-element-fd95c43 .elementor-icon{border-radius:50% 50% 50% 50%;}.elementor-262 .elementor-element.elementor-element-8f7b19e .elementor-spacer-inner{height:50px;}.elementor-262 .elementor-element.elementor-element-8f7b19e{opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-94833d5 .elementor-text-editor{text-align:center;}.elementor-262 .elementor-element.elementor-element-94833d5{color:#FFFFFF;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-eced475 .elementor-text-editor{text-align:center;}.elementor-262 .elementor-element.elementor-element-eced475{color:#FFFFFF;font-family:"Effra Light", Sans-serif;font-weight:400;opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-8b99c3e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-262 .elementor-element.elementor-element-d8c6cd4 .elementor-spacer-inner{height:50px;}.elementor-262 .elementor-element.elementor-element-d8c6cd4{opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-d8c6cd4 > .elementor-widget-container{border-style:solid;border-width:1px 0px 0px 0px;border-color:#FFFFFF;}.elementor-262 .elementor-element.elementor-element-0c1a563{text-align:center;opacity:1;transform:rotate(0deg);}.elementor-262 .elementor-element.elementor-element-0c1a563 .elementor-heading-title{color:#FFFFFF;font-family:"Effra Light", Sans-serif;font-size:15px;font-weight:400;}@media(max-width:767px){.elementor-262 .elementor-element.elementor-element-8f7b19e .elementor-spacer-inner{height:50px;}.elementor-262 .elementor-element.elementor-element-4e309b0{width:50%;}.elementor-262 .elementor-element.elementor-element-e23c6a9{width:50%;}.elementor-262 .elementor-element.elementor-element-0c1a563 .elementor-heading-title{line-height:24px;}}@media(min-width:768px){.elementor-262 .elementor-element.elementor-element-8a99a33{width:37.447%;}.elementor-262 .elementor-element.elementor-element-4e309b0{width:28.863%;}
