/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | 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 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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: bolder;
}

/**
 * 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.5em;
}

/* 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section>.row-fluid>div {
  background: #fff;
  padding: 10px;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2%;
}
.banner-section .dnd-section>.row-fluid>div {
  background: transparent;
  padding: 0;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width:992px){
  .dnd-section > .row-fluid {
    padding:0 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
  background-color: #f4f4f4;
}

@font-face {
  font-family: 'arabic';
  src: url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/2917A1_1_0.ttf) format("ttf"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/JannaLT-Regular.woff) format("woff"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/JannaLT-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/glyphicons-halflings-regular.ttf) format("ttf"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/glyphicons-halflings-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "icomoon";
  src: url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/icomoon.ttf) format("ttf"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/icomoon.woff) format("woff"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/icomoon.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "zu-regular";
  src: url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/TitilliumWeb-Regular.ttf) format("ttf"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/TitilliumWeb-Regular.woff) format("woff"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/TitilliumWeb-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "zu-bold";
  src: url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/TitilliumWeb-Bold.ttf) format("ttf"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/TitilliumWeb-Bold.woff) format("woff"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/TitilliumWeb-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "zu-semibold";
  src: url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/TitilliumWeb-SemiBold.ttf) format("ttf"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/TitilliumWeb-SemiBold.woff) format("woff"),
    url(https://147343457.fs1.hubspotusercontent-eu1.net/hubfs/147343457/raw_assets/public/Zayed_University_April2021/fonts/TitilliumWeb-SemiBold.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline:none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

img{
  max-width:100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
}

h3.form-title{
  font-size:19px;
  padding: 10px;
  margin:0;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: normal !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  vertical-align: middle;
  border-style: solid;
  border-width:1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top:14px;
  opacity:1;
  background: linear-gradient(to bottom, rgba(187,111,111,1) 0%, rgba(167,87,100,1) 47%, rgba(141,57,79,1) 100%);
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #333333;
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px !important;
  line-height: 1.428571429;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #b94a48 !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px !important;
}

.hs-input, input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border-width: 1px;
  border-style:solid;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input#hs-pwd-widget-password {
  margin-top: 0 !important;
  height: 34px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display:inline-block;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #999999;
}

.hs-input::-webkit-input-placeholder {
  color: #999999;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #b94a48;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b94a48;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.hs-form-field, .field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #b94a48;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


@media (max-width:767px){
  form{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}

.header__container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.notice {
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.header-col-10{
  padding: 5px;
  margin: 0;
  clear:both;
}

.header-col-10 p{
  font-family: 'zu-semiBold';
  font-weight: bold;
  font-size:14px;
  padding: 0;
  margin: 0;
  clear:both;
  float: left;
}

.header-col-10 p span{
  width: 5%;
  font-size:21px;
  margin-top: 5px;
  transition: .9s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  float: left;
}

.fa-bell:before {
  content: "\f0f3";
}

.header-col-10 p a{
  border-left: solid 1px #fff;
  font-size:14px;
  font-family: 'zu-semiBold';
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  float: left;
  color:white;
  margin-left: 2px;
}

.header-col-10 p a:hover{
  color:white;
}

.header-col-2{
  padding: 5px;
  float: left;
}

.fa-phone:before {
  content: "\f095";
}

.header-col-2 p{
  font-family: 'zu-semiBold';
  font-weight: bold;
  font-size:14px;
  padding: 0;
  margin: 0;
  clear:both;
  color:white;
  float: left;
}

.header-col-2 p span{
  width: 5%;
  font-size:21px;
  margin-top: 5px;
  transition: .9s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  float: left;
}

.header-col-2 p text{
  border-left: solid 1px #fff;
  font-size:14px;
  font-family: 'zu-semiBold';
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  float: right;
  color:white;
  margin-left: 17px;
}

.header-col-2 p a:hover{
  color:white;
}

.header-middle-wrapper{
  display: block;
  position: relative;
  background-color: #fff;
  padding-bottom: 10px;
  z-index: 1500;
  transition: .9s;
  height: auto;
}

.header-middle-wrapper{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.header-col-12{
  display:block;
  padding:0;
  margin:0;
  width: 100%;
  float: left;
}
.header__logo a{
  height: 119px;
  margin-top: 11px;
  display: block;
}

.header__logo a img{
  display: block;
  margin-top: 10px;
  transition: all .9s;
  float: left;
  margin-left: 0;
  width:auto !important;
  max-width: 88px;
  height:auto;
  vertical-align: middle;
}

.header_logo a{
  display: block;
  margin-top: 10px;
  transition: all .9s;
  float: left;
  margin-left: 0;
  width: 100%;
  height: 105px;
  margin-top: 25px;
  display: block;
}

.header_logo a img{
  width:auto !important;
  max-width: 104px;
  height:auto;
  vertical-align: middle;
}

.header-column-10{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.utilities-icons {
  float: right;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
}

.utilities-icons ul{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: right;
  clear:both;
}

.utilities-icons ul li{
  float:right;
}

.utilities-icons ul li a{
  color: #000;
  padding: 0;
  float: right;
  border: none;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.utilities-icons ul li a:hover{
  color: #333;
}

.utilities-icons ul li{
  display:inline-block;
}

.utilities-icons ul li a span{
  font-size:16px;
  transition: .9s;
}

.utilities-icons ul li:nth-child(2) a span{
  font-size: 17px;
  margin-top: -2px;
}

.utilities-icons ul li:first-child a span{
  font-size: 21px;
  margin-top: -2px;
}


.fa-cogs:before {
  content: "\f085";
}

.top-links {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 1px;
  width:100%;
}

.language-switch {
  margin: 0;
  padding: 0;
  width: 25%;
  position: relative;
  min-height: 1px;
  float: right;
  margin-top: 0px;
}
.lang-setting .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover{
  transform: scale(1.05);
  color: #ad5b5d;
}

.search-box-area {
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 1px;
  font-size: 14px;
}

.search-box-area .nav-form {
  float: right;
  color: #6c2e3d;
  line-height: 1.5;
  font-family: zu-regular;
  padding:0px;
  width: 100%;
}

.search-box-area .input-group {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #ccc;
  position: relative;
  display: table;
  border-collapse: separate;
  font-size: 14px;
  width: 100%;
}

.search-box-area .input-group .form-control {
  background-color: #fff;
  color: #000;
  border: none;
  max-height: 32px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.search-box-area .form-control::-webkit-input-placeholder {
  color: #999;
}

.search-box-area .input-group-btn {
  width: 0%;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  border-collapse: separate;
}
.search-box-area .input-group-btn .btn {
  background: none !important;
  border: none;
  padding: 6px 8px;
  z-index: 2;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  color: #333333;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  margin: 0;
  margin-right: -1px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-box-area .glyphicon-search:before {
  color: #000;
}

.glyphicon-search:before {
  content: "\e003";
}


.top-links-menu {
  margin-top: 5px;
  float: right;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.top-links-menu .hs_cos_wrapper .hs-menu-wrapper >ul{
  margin: 0;
  padding: 0;
  list-style: none;
  clear:both;
  width: 100%;
  text-align: right;
}

.top-links-menu .hs_cos_wrapper .hs-menu-wrapper >ul >li{
  display: inline-block;
  clear:both;
  display: inline-block;
  clear: both;
  margin-left: -2.7px;
}

.top-links-menu .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  color: #000;
  font-family: 'zu-semiBold';
  float: right;
  padding: 0 15px;
  font-size: 14px;
  border-right: solid 0px #ad5b5d;
  transition: all .5s ease;
  border-radius: 0 !important;
}

.top-links-menu .hs_cos_wrapper .hs-menu-wrapper >ul >li:last-child >a{
  border-right:solid 2px transparent;
}


.top-links-menu .hs_cos_wrapper .hs-menu-wrapper >ul >li >a:hover{
  transform: scale(1.05);
  color: #ad5b5d;
}


.lang-setting {
  position: relative;
  float: right;
  margin-left: 5px;
  margin-top: 10px;
}


.header-main-wrapper{
  margin-left: 0;
  margin-right: 0;
  max-height: 57px;
  background-color: #ad5b5d;
  transition: all .5s ease;
  font-family: zu-regular;
  line-height: 1.5;
}

.header-main-wrapper .header__container{
  padding: 0 2% !important;
}

.container-fluid{
  padding: 0;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
  font-family: zu-regular;
}


.header-inner-wrapper{
  margin-bottom: 0;
  border-color: transparent;
  background-color: #f3f3f3;
  border-radius: 5px;
  z-index: 100;
  border-width: 0 0 1px;
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
  line-height: 1.5;
  font-family: zu-regular;
}

.navbar-header{
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-toggle {
  border-color: #ddd;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0;
}

.navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}
.navbar-brand {
  color: #333;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.custom-menu-primary .navigation-primary{
  margin-right: -15px;
  margin-left: -15px;
}


.custom-menu-primary .navigation-primary >ul{
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 7.5px -15px;
}

.custom-menu-primary .navigation-primary >ul >li{
  position: static;
  display: block;
}

.custom-menu-primary .navigation-primary > ul > li > a{
  font-family: "zu-semiBold";
  color: #343434;
  font-size: 15.4px;
  line-height: 57px;
  padding: 0 24px;
  position: relative;
  display: block;
}


.custom-menu-primary .navigation-primary >ul >li >ul .menu-search{
  display: table-cell;
  color: #fff;
  animation: mainMenuslideDown .4s ease-in-out;
}


@keyframes mainMenuslideDown{
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}


.custom-menu-primary .navigation-primary >ul >li >ul .menu-search >li{
  display: table-cell;
}

.menu-search{
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-menu-primary .navigation-primary>ul>li>ul .menu-search >li >ul{
  list-style:none;
  padding:10px 0 0;
  margin:0;
}
ul.submenu {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}
.menu-img-container {
    margin-top: 10px;
}
.custom-menu-primary .navigation-primary>ul>li:first-child>ul .menu-search >li >ul >li:first-child >a,
.custom-menu-primary .navigation-primary>ul>li:first-child>ul .menu-search:nth-child(4) >li >ul >li:nth-child(5)>a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(2)>ul .menu-search >li >ul >li:first-child >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search >li >ul >li:first-child >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(2) >li >ul >li:nth-child(3) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(4) >li >ul >li:nth-child(4) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(4) >li >ul >li:nth-child(6) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(6)>ul .menu-search:nth-child(3) >li >ul >li:first-child >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(7)>ul .menu-search >li >ul >li:first-child >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(7)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(3) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(7)>ul .menu-search:nth-child(4) >li >ul >li:nth-child(5) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(8)>ul .menu-search >li >ul >li:first-child >a{
  color: #343434;
  font-size: 13px;
  border-bottom: solid 1px #fff;
  padding-bottom: 4px;
  width: auto;
  display: inline-block;
  margin: 0px 0 0px;
  padding: 5px 5px 5px 5px;
  font-weight: 500;
  line-height: 1.1;
  background: transparent;
  cursor:text;
  text-decoration: none !important;
  font-family: "zu-bold";
  border-left: solid 3px #8c1f2f;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.custom-menu-primary .navigation-primary>ul>li>ul .menu-search >li >ul >li:nth-child(2) >a:hover{
  text-decoration:underline;
}
ul.submenu.level-4 {
    padding: 0;
}
.custom-menu-primary .navigation-primary>ul>li>ul .menu-search >li >ul >li >a,.custom-menu-primary .navigation-primary ul li ul .menu-search li ul li a{
  color: #343434;
  width: 100%;
  display: block;
  font-size:11.9px;
  background: transparent;
  font-family: "zu-regular";
  font-weight: normal;
      padding-left: 5px;
    border-left: solid 3px #f2f2f2;
}

.custom-menu-primary .navigation-primary>ul>li:first-child>ul .menu-search:nth-child(2) >li >ul >li:nth-child(4) >a{
  /* color: #fff;
  font-size: 13px;
  border-bottom: solid 1px #fff;
  padding-bottom: 4px;
  width: auto;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: "zu-semiBold";
  */
}
.custom-menu-primary .navigation-primary>ul>li:first-child>ul .menu-search:nth-child(2) >li >ul >li:nth-child(4) >a:hover{
  cursor:text;
}


.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(1) >li >ul >li:nth-child(1) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(1) >li >ul >li:nth-child(3) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(2) >li >ul >li:nth-child(1) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(1) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(4) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(6) >a
{

}

.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(1) >li >ul >li:nth-child(1) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(1) >li >ul >li:nth-child(3) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(2) >li >ul >li:nth-child(1) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(1) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(4) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(3)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(6) >a:hover{
  cursor:text;
}


.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(1) >li >ul >li:nth-child(1) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(2) >li >ul >li:nth-child(1) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(1) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(5) >a
{

}
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(1) >li >ul >li:nth-child(1) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(2) >li >ul >li:nth-child(1) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(1) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(4) >li >ul >li:nth-child(5) >a:hover{
  cursor:text;
}



.custom-menu-primary .navigation-primary>ul>li:nth-child(6)>ul .menu-search:nth-child(2) >li >ul >li:nth-child(1) >a
{

}
.custom-menu-primary .navigation-primary>ul>li:nth-child(6)>ul .menu-search:nth-child(2) >li >ul >li:nth-child(1) >a:hover{
  cursor:text;
}



.custom-menu-primary .navigation-primary>ul>li:nth-child(7)>ul .menu-search:nth-child(1) >li >ul >li:nth-child(1) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(7)>ul .menu-search:nth-child(2) >li >ul >li:nth-child(1) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(7)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(1) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(7)>ul .menu-search:nth-child(2) >li >ul >li:nth-child(3) >a,
.custom-menu-primary .navigation-primary>ul>li:nth-child(7)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(5) >a
{
 
}
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(1) >li >ul >li:nth-child(1) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(2) >li >ul >li:nth-child(1) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(3) >li >ul >li:nth-child(1) >a:hover,
.custom-menu-primary .navigation-primary>ul>li:nth-child(4)>ul .menu-search:nth-child(4) >li >ul >li:nth-child(5) >a:hover{
  cursor:text;
}


.custom-menu-primary .navigation-primary>ul>li>ul .menu-search >li >ul >li >a{
  color: #343434;
  width: 100%;
  display: block;
  font-size:11.9px;
  background: transparent;
  margin-top:0px;
}


.custom-menu-primary .navigation-primary>ul>li>ul .menu-search:nth-child(4) >li .menu-img-container{
  margin-top: 10px;
  overflow: hidden;
  max-width: 220px;
}

.custom-menu-primary .navigation-primary>ul>li>ul .menu-search:nth-child(4) >li .menu-img-container img{
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  width: 100%;
}


.lang-setting{
  width: 25%;
  margin-top: -34px;
  display: block;
}

.lang-setting .hs_cos_wrapper .hs-menu-wrapper >ul{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 4px;
  float: right;
}

.lang-setting .hs_cos_wrapper .hs-menu-wrapper >ul >li{
  position:relative;
}

.lang-setting .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  color: #000000;
  font-family: arabic;
}


.lang-setting .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul{
  position: absolute;
  right: 0;
  top: 100%;
  text-decoration: none;
  list-style: none;
  padding: 5px;
  background-color: #565452;
  color: #fff;
  width: 120px;
  display: none;
  z-index: 555;
  margin-top: 0;
  margin-bottom: 10px;
}

.lang-setting .hs_cos_wrapper .hs-menu-wrapper >ul >li:hover >ul{
  display:block;
}

.lang-setting .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li{
  color: #fff;
  padding: 5px;
  border-bottom: solid 1px #676562;
  font-size: 13px;
  text-align: right;
  background-color: #565452 !important;
  line-height: 1.5;
  font-family: zu-regular;
  position: relative;
}

.lang-setting .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li:first-child:hover{
  background:transparent !important;
}

.lang-setting .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li:hover{
  background-color: #676562 !important;
}

.lang-setting span.down-arrow:hover {
  background-color: #565452;
}

.lang-setting .hs_cos_wrapper .hs-menu-wrapper > ul >li > ul > li >a{
  font-size: 12.6px;
  font-family: zu-regular;
  color: white;
}

.lang-setting .hs_cos_wrapper .hs-menu-wrapper > ul > li > ul > li:nth-child(2) > a:after{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  transition: .5s;
  color: #333;
  content: '\f00c';
  position: absolute;
  left: 5px;
}


span.fa.fa-caret-down.down-arrow{
  position: relative;
  float: right;
  margin-left: 5px;
  margin-top: 10px;
  color: #000;
}

.custom-menu-primary .navigation-primary>ul>li>ul .menu-search >li{
  display:inline-block;
}








/* Tooltip */

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0;
  color:white;
}

.tooltip.in {
  opacity: .9;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: 0;
  padding: 0 5px;
  right: calc(100% + 20px);
  left: auto !important;
}

.tooltip.bottom .tooltip-inner {
  font-size: 12px;
}

.tooltip-inner {
  padding: 3px 8px;
  color:white;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
  background-clip: padding-box;
  white-space: nowrap;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97);
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97);
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97);
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33,33,33,.97);
}

.tooltip.left .tooltip-arrow {
  top: 50% !important;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33,33,33,.97);
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97);
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97);
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97);
}



/* Mega-menu Form Styling  */

.search-box {
  margin-top: 10px;
  font-size: 11.9px;
}

.search-box span {
  padding-bottom: 3px;
  font-family: "zu-regular";
  color: #fff;
}

.search-box{
  background:transparent;
  padding:0;
}

.search-box .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}


.search-box .input-group .form-control {
  border-radius: 0;
  border: none;
  padding: 0;
  line-height: 1px;
  height: 25px;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.search-box .form-control::-webkit-input-placeholder {
  color: #999;
}

.search-box .form-control:placeholder {
  color: #999;
}

.search-box .input-group-btn {
  border: none;
  border-radius: 0;
  background-color: #fff;
  padding: 1px 0;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.search-box .input-group-btn:last-child>.btn {
  z-index: 2;
  background-color: #bd6a6c;
  border-radius: 0;
  padding: 1px 5px;
  margin-left: -1px;
}

.search-box .input-group-btn>.btn {
  position: relative;
  border-color: #cccccc;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glyphicon-search:before {
  content: "\e003";
  color:white;
}

.custom-menu-primary .navigation-primary>ul>li>ul .menu-search>li>ul>li>a:hover{
  text-decoration:underline;
}


/* End */

@media(min-width:768px){
  .navbar-header {
    float: left;
  }
  .navbar-header{
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-brand {
    margin-left: -15px;
  }

  .custom-menu-primary .navigation-primary{
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    clear:both;
  }

  .custom-menu-primary .navigation-primary >ul{
    float: left;
    margin: 0;
  }

  .custom-menu-primary .navigation-primary >ul >li{
    float: left;
  }

}

@media (min-width:992px){
  .custom-menu-primary .navigation-primary >ul >li:hover >ul{
    display: table;
    left: 0;
    right: 0;
    background-color: #fff;
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    font-family: zu-semiBold;
    color: #343434;
    padding-bottom: 15px;
    transition: all .5s ease;
  }

  .header__group {
    min-height: 220px;
    background: #fff;
  }
  .header__group.lp {
    min-height: 140px;
  }
  .custom-menu-primary .navigation-primary>ul>li:hover{
    background: -webkit-linear-gradient(top,rgba(118,42,43,1) 0%,rgba(118,42,43,1) 6%,rgba(150,69,70,1) 19%,rgba(189,106,107,1) 100%);
    background: -o-linear-gradient(top,rgba(118,42,43,1) 0%,rgba(118,42,43,1) 6%,rgba(150,69,70,1) 19%,rgba(189,106,107,1) 100%);
    background: -ms-linear-gradient(top,rgba(118,42,43,1) 0%,rgba(118,42,43,1) 6%,rgba(150,69,70,1) 19%,rgba(189,106,107,1) 100%);
    background: linear-gradient(to bottom,rgba(118,42,43,1) 0%,rgba(118,42,43,1) 6%,rgba(150,69,70,1) 19%,rgba(189,106,107,1) 100%);
    color: #fff;
  }

  /* Fixed Header */

  .header__group.fixed-header .notice{
    display:none;
  }

  .header__group.fixed-header .header-middle-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
    z-index: 99999;
    width: 100%;
    background: #fff;
    animation: header-slide-down .9s;
    border-bottom: solid 4px #ad5b5d;
  }

  @keyframes header-slide-down{
    0% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(0%);
    }
  }

  .header__group.fixed-header .header__logo a{
    height:60px;
    margin-top:0px;
  }

  .header__group.fixed-header .header__logo a img{
    display: block;
    margin-top: -5px;
    transition: all .9s;
    float: left;
    margin-left: 0;
    width: auto !important;
    max-width: 55px;
    height: 60px;
    vertical-align: middle;
    margin-left: 1px;
  }

  .header__group.fixed-header .header_logo a {
    height:60px;
    margin-top: 12px;
  }

  .header__group.fixed-header .header_logo a img {
    display: block;
    margin-top: 10px;
    transition: all .9s;
    float: left;
    margin-left: 0;
    width: auto !important;
    max-width: 55px;
    height: 47px;
    vertical-align: middle;
  }
  .mobile-header-items{
    display:none;
  }
  .header__group.fixed-header .top-links-menu {
    margin-top: 5px;
  }
  .custom-menu-primary .navigation-primary >ul >li >ul{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    padding: 0;
    transition: all .5s ease;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

}


@media (min-width:1200px){
  .header__container{
    width: 100%;
    padding: 0 2%;
  }
  .header-col-10{
    width: 83.33333333%;
    float:left;
  }
  .header-col-10 p a{
    width: 92.66666667%;
  }
  .header-col-2{
    width: 16.66666667%;
  }
  .header-col-1{
    width: 8.33333333%;
    float:left;
  }
  .header-column-10{
    width: 91.66666667%;
    float: left;
  }
  .utilities-icons, .top-links { 
    width:100%;
  }
  .search-box-area{
    width:75%;
  }
  .top-links-menu {
    width: 75%;
  }

  .header-main-wrapper .header__container{
    padding: 0px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-brand {
    display:none;
  }
  .custom-menu-primary .navigation-primary >ul >li >ul{
    width: 100%;
    clear:both;
  }
  .custom-menu-primary .navigation-primary >ul >li >ul .menu-search{
    width: 25%;
    float: left;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .header__container{
    width: 100%;
    padding: 0 2%;
  }
  .header-col-10{
    width: 83.33333333%;
    float:left;
  }
  .header-col-10 p a{
    width: 92.66666667%;
  }
  .header-col-2{
    width: 16.66666667%;
  }
  .header-col-1{
    width: 8.33333333%;
    float:left;
  }
  .header-column-10{
    width: 91.66666667%;
    float: left;
  }
  .utilities-icons, .top-links { 
    width:100%;
  }
  .search-box-area{
    width:75%;
  }
  .top-links-menu {
    width: 75%;
  }

  .header-main-wrapper .header__container{
    padding: 0px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-brand {
    display:none;
  }
  .custom-menu-primary .navigation-primary >ul >li >ul{
    width: 100%;
    clear:both;
  }
  .custom-menu-primary .navigation-primary >ul >li >ul .menu-search{
    width: 25%;
    float: left;
  }
  .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 14.3px;
    padding: 0 12px;
  }
  .top-links-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    padding: 0 9px;
  }
  .banner-container{
    width: 100%;
    padding: 0% 2%;
  }
  .sub-banner-container {
    width: 100%;
  }
}


@media (max-width: 991px){
  .header-col-1{
    padding: 0;
    margin-top: -10px;
  }

  .header-main-wrapper{
    max-height: 100%;
    overflow: hidden;
    background-image: none;
    background-color: #fff !important;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    transition: all .5s ease;
  }

  .header-main-wrapper .header__container{
    padding:0px !important
  }
  .container-fluid {
    padding: 0 !important;
  }
  .navbar-header {
    margin-left: -10px;
    margin-right: -10px;
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
    cursor:pointer;
  }
  .navbar-toggle:hover, .navbar-toggle:focus{
    background-color: #ddd;
    border-color:#ddd;
  }
  .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left:0px !important;
  }
  .custom-menu-primary{
    display:none;
  }

  .custom-menu-primary .navigation-primary >ul{
    margin: 7.5px -5px;
    padding-left: 0;
    list-style: none;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary >ul >li{
    position: relative;
    display: block;
    float: none;
  }
  .custom-menu-primary .navigation-primary >ul >li >a{
    color: #333;
    font-size: 11.9px;
    font-family: "zu-semiBold";
    padding: 0 25px;
    position: relative;
    display: block
  }
  .custom-menu-primary .navigation-primary>ul>li:hover>a{
    color: #343434;
  }
  .child-trigger{
    position: relative;
    float: right;
    display: block;
    top: 0;
    height: 100%;
    z-index: 10000;
    font-size: 2em;
    width: 30%;
    text-align: right;
    padding-right: 5px;
    text-decoration: none;
    color: #555;
    font-family: "zu-regular";
    background-color: transparent;
  }
  .child-trigger {
    position: absolute;
    top: -6px;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    color:#555555;
  }
  .child-trigger:before {
    content: "+";
  }
  .child-open.child-trigger:before {
    content: "-";
  }
  .custom-menu-primary .navigation-primary>ul>li:hover .child-trigger{
    color:#555555;
  }

  .custom-menu-primary .navigation-primary>ul>li >ul{
    display: none;
    left: 0;
    right: 0;
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    font-family: zu-semiBold;
    color: #343434;
    padding-bottom: 15px;
    width: 100%;
    z-index: 9999;
    position: relative;
    float: none;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul .menu-search{
    width: 33.33333333%;
  }

  .custom-menu-primary .navigation-primary>ul>li:hover{
  }

  .custom-menu-primary .navigation-primary>ul>li >ul .menu-search >li .child-trigger{
    display:none;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul .menu-search:nth-child(4)>li .menu-img-container img{
    display:none;
  }

  .mobile-header-items{
    margin-right: 0;
    padding: 0;
    margin-top: -10px;
    width: 30%;
    margin: 0;
    float: right;
  }

  .mobile-header-items a{
    text-align: right;
    float: right;
    width: 100%;
    display: inline;
    padding: 0;
    border: none;
    color: #000;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #000;
    font-family: 'zu-bold';
  }
  .mobile-header-items a:hover{
    color: #000;
  }
}


@media (max-width:991px){
  .header-col-10 {
    width: 75%;
    float:left;
  }
  .header-col-2 {
    width:25%;
    float: right;
  }
  .header-col-2 p{
    width:100%;
  }
  .notice p{
    font-size:10px;
  }

  .header-col-2 p text, .header-col-10 p a{
    font-size: 10.5px;
  }

  .header-col-10 p a{
    width: 73%;
    border-left:none;
  }

  span.fa.fa-phone:before{
    display:none
  }

  .header-col-10 p span{
    font-size: 16px;
    margin-top: 4px;
  }

  .header-col-2 p text{
    border-left:none;
  }

  .header-middle-wrapper{
    border-bottom: solid 4px #ad5b5d;
    padding-right: 0;
    padding-left: 0;
  }

  .header-middle-wrapper .header__container{
    margin-top: 0px;
    padding: 0 2%;
  }

  .header-col-12{
    padding: 10px;
    display:block;
  }

  .header-col-1{
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
  }

  .header__logo a {
    height: 65px;
    margin-top: 10px;
    margin-left: 32px;
  }

  .header__logo a img {
    height: 60px;
    max-width: 145.45px;
    width: auto !important;
  }

  .header_logo a{
    height: 65px;
    margin-top: 21px;
    margin-left: 39px;
  }

  .header_logo a img{
    height: 60px;
    max-width: 145.45px;
    width: auto !important;
  }

  .top-links, .utilities-icons{
    display:none;
  }
  .header-col-2 p text {
    border-left: none !important;
  }
  .header-col-10 p a {
    width: 73%;
    border-left: none !important;
  }
  .header__container {
    margin: 0 auto;
    padding-right: 19.17px;
    padding-left: 19.17px;
  }
  .header-col-10 p a {
    width: 76%;
    border-left: none !important;
    margin-left: 0px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul .menu-search >li{
    display:table-cell;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul .menu-search>li>ul{
    display:block !important;
  }
  .header-column-10 {
    display: none;
  }
  .mobile-header-items a:first-child {
    font-family: 'arabic';
  }
  .custom-menu-primary .navigation-primary>ul>li>ul{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
  }
}


@media (max-width:767px){
  .custom-menu-primary .navigation-primary>ul {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-menu-primary .navigation-primary {
    margin-right: 0;
    margin-left: 0;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    padding: 0 20px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul {
    padding-left: 0;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul .menu-search {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul .menu-search:last-child {
    margin-bottom: 0;
  }
}


@media (max-width:420px){
  .header_logo a{
    margin-left: -34px;
  }
  .header__logo a{
    margin-left: 0px;
  }
  .header__container{
    padding: 0 2%;
  }
}


/* Banner Style */

.banner-container{
  margin:0 auto;
}

.sub-banner {
  position: relative;
}

.sub-banner-container {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: auto;
  opacity: 1;
  transition: .9s;
  min-height: 1px;
}

.sub-banner-container img {
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.banner-container{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px){
  .banner-container{
    width: 100%;
    padding: 0% 2%;
  }
  .sub-banner-container {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.clear-fix-height {
  height: 10px;
  overflow: hidden;
  clear:both;
}


.footer__container{
  margin-right: auto;
  margin-left: auto;
}

.footer-col-12{
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 1px;
}

.footer-col-3{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 0;
}

.footer-title h5,
.rss-listing-wrapper h3{
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  font-family: "zu-semiBold";
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
  display:block;
  font-weight: 500;
  line-height: 1.1;
  padding-left: 5px;
  color:white;
}

.footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul{
  padding: 0;
  margin:0;
  list-style:none;
  margin-bottom: 20px;
}

.footer-menu-wrapper  .hs_cos_wrapper .hs-menu-wrapper >ul >li:first-child{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.footer-menu-wrapper  .hs_cos_wrapper .hs-menu-wrapper >ul >li{
  background: none;
  border: none;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 1px;
  line-height: 1.5;
  font-family: zu-regular;
}

.footer-menu-wrapper  .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  color: #fff;
  font-size: 11.9px;
  font-family: "zu-regular";
}

.footer-menu-wrapper  .hs_cos_wrapper .hs-menu-wrapper >ul >li >a:hover{
  text-decoration:underline;
}

.footer-menu.footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul{
  margin-bottom:0px;
}

.image-wrapper {
  float: left;
  padding: 5px 0px 5px 0px;
  width: 100%;
  background: none;
  border: none;
  position: relative;
  display: block;
  margin-bottom: -1px;
}

.image-wrapper a.imgcontainer {
  width: 48%;
  height: 45px;
  position: relative;
  color: #fff;
  display: block;
  margin-right: 5px;
  float: left;
}
.image-wrapper a.imgcontainer img {
  width: 100%;
  height: 100%;
  position: absolute;
  vertical-align: middle;
  border: 0;
}

.image-wrapper a.imgcontainer img:first-child {
  z-index: 1;
}

.image-wrapper a.imgcontainer:hover img:first-child  {
  z-index: -999;
}

.image-wrapper a.imgcontainer img:nth-child(2) {
  z-index: -999;
}
.image-wrapper a.imgcontainer:hover img:nth-child(2) {
  z-index: 1;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item {
  background: none;
  border: none;
  float: left;
  padding: 5px 0px 0px 0px;
  position: relative;
  display: block;
  line-height: 1.5;
  font-family: zu-regular;
  font-size: 14px;
  margin-bottom:8px;
}

.list-group-item text {
  color: #fff;
  font-size: 11.9px;
  line-height: 1.5;
  font-family: zu-regular;
  position: relative;
  top: -10px;
}

.downloads-addons .hs_cos_wrapper ul{
  list-style:none;
  padding:0;
  margin:0;
  display: inline-flex;
  flex-direction: row-reverse;
}

.downloads-addons .hs_cos_wrapper ul li{
  display:inline-block;
}

.downloads-addons .hs_cos_wrapper ul li:first-child a{
  color: #fff;
  font-size: 11px;
  font-family: "zu-regular";
  display: block;
  margin-right: 10px;
  float: right;
}


.downloads-addons .hs_cos_wrapper ul li:nth-child(2) a{
  color: #fff;
  font-size: 11px;
  font-family: "zu-regular";
  display: block;
  margin-right: 5px;
  float: right;
}
.downloads-addons .hs_cos_wrapper ul li:nth-child(2) a i{
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 21px;
  display: inline-block;
  color: #8CCE8F;
  transition: .9s;
}

.downloads-addons .hs_cos_wrapper ul li:nth-child(2) a:hover i{
  color: #fff;
}

.downloads-addons .hs_cos_wrapper ul li:nth-child(3) a{
  color: #fff;
  font-size: 11px;
  font-family: "zu-regular";
  display: block;
  margin-right: 5px;
  float: right;
}
.downloads-addons .hs_cos_wrapper ul li:nth-child(3) a i{
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 21px;
  display: inline-block;
  color: #DE5D4F;
  transition: .9s;
}
.downloads-addons .hs_cos_wrapper ul li:nth-child(3) a:hover i{
  color: #fff;
}

.downloads-addons .hs_cos_wrapper ul li:nth-child(4) a{
  color: #fff;
  font-size: 11px;
  font-family: "zu-regular";
  display: block;
  margin-right: 5px;
  float: right;
}

.downloads-addons .hs_cos_wrapper ul li:nth-child(4) a i{
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 21px;
  display: inline-block;
  color: #1DA1F2;
  transition: .9s;
}

.downloads-addons .hs_cos_wrapper ul li:nth-child(4) a:hover i{
  color: #fff;
}
.downloads-addons .hs_cos_wrapper ul li a{
  vertical-align: middle;
  border:0;
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.footer-column-6{
  margin-top: 5px !important;
}

.phone-number-wrapper{
  margin: 0;
  margin-top: -12px;
  color: #fff;
  padding: 0;
  float: left;
  position: relative;
  min-height: 1px
}

.footer-col-6, .footer-column-6{
  margin: 0;
  padding: 0;
  position: relative;
}

.footer-col-4, .footer-col-8{
  margin: 0;
  padding: 0;
  position: relative;
}

.footer-col-8{
  position: relative;
  min-height: 1px
}

.footer-col-4 i{
  font-size: 35px;
  float: left;
  color: #fff;
  margin-top: 10px;
  margin-left:0;
  transition: .9s;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-phone:before {
  content: "\f095";
}

.phone-number span{
  display: block;
  text-align: left;
  margin-top: 10px;
  font-size: 11.9px !important;
  font-family: "zu-regular";
  color: #fff;
}

.phone-number small{
  text-align: left;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px !important;
}

.fa-envelope:before {
  content: "\f0e0";
}

.email span{
  display: block;
  text-align: left;
  margin-top: 10px;
  font-size: 11.9px !important;
  font-family: "zu-regular";
  color: #fff;
}


.email small{
  text-align: left;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px !important;
}

.social-icon-wrapper {
  position: relative;
  margin: 10px 25px 10px 0;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  margin-left: -10px;
}

.social-icon-wrapper ul{
  list-style:none;
  padding:0;
  margin:0;
}


.social-icon-wrapper ul li{
  border-radius: 4px;
  display: inline-block;
  float: left;
  margin-left: 5px;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
}

.social-icon-wrapper ul li a{
  background-color: #d5d5d5;
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  line-height: 1.5;
  color: #474747;
}

.social-icon-wrapper ul li a span{
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
}

.social-icon-wrapper ul li:last-child a span{
  font-size: 14px;
  line-height: 15px;
}

.social-icon-wrapper ul li:first-child a:hover {
  background-color: #c92028;
  color:white;
}

.social-icon-wrapper ul li:nth-child(2) a:hover {
  background-color: #395a97;
  color:white;
}

.social-icon-wrapper ul li:nth-child(3) a:hover {
  background-color: #5fc9ee;
  color:white;
}

.social-icon-wrapper ul li:nth-child(4) a:hover {
  background-color: #c877a1;
  color:white;
}

.social-icon-wrapper ul li:nth-child(5) a:hover {
  background-color: #c877a1;
  color:white;
}

.social-icon-wrapper ul li:nth-child(6) a:hover {
  background-color: #fca938;
  color:white;
}

.fa-youtube:before {
  content: "\f167";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.footer-info {
  background-image: none;
  background-color: #363430;
  clear: both;
  float: left;
  padding: 0 0 7px 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  color: #fff;
  position: relative;
  min-height: 1px;
  width: 100%;
  max-width: 100%;
}



.links-wrapper{
  display: block;
  width: 100%;
  position: relative;
  font-family: zu-regular;
  line-height: 1.5;
  font-size: 14px;
  color:white;
}

.links-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul{
  list-style:none;
  padding:0;
  margin:0;
}

.links-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li{
  display:inline-block;
}

.links-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li:first-child >a{
  padding-left: 0px;
}

.links-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  display: inline-block;
  padding-right: 11px;
  padding-left: 10px;
  border-right: solid 1px #fff;
  color: #fff;
  font-size: 11.2px;
  text-decoration: none;
  line-height: 10px; 
  font-family: "zu-regular";
}

.links-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li:last-child >a{
  border-right:none;
}

.text-wrapper{
  text-align: left;
  color: #fff;
  line-height: 1.5;
  font-family: "zu-regular";
}

.text-wrapper p{
  margin-bottom:0px;
}

.text-wrapper p{
  font-size: 11.9px;
  line-height: 40px;
  text-align: left;
  font-family: "zu-regular";
  color: #fff;
}

.clear{
  clear:both;
}

.copyright-wrapper p{
  font-size:13.3px;
  color:white;
  font-family: "zu-regular";
  margin: 0;
  line-height: 57px;
  text-align: left;
}

.footer-col-9{
  float: left;
  position: relative;
  min-height: 1px;
}

.footer-col-3{
  float: right;
  position: relative;
  min-height: 1px; 
}


.footer-logo-image a{
  width: 120px;
  height: 100px;
  display: block;
  cursor: pointer;
  float: right;
  margin-right: 5px;
}

.footer-logo-image a img{
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;

}


.footer-col-5{
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  color: #fff;
}

.footer-col-5 a{
  float: left;
  position: relative;
  width:260px;
  height:65px;
}


.footer-col-5 a.imgcontainer img {
  position: absolute;
  vertical-align: middle;
  border: 0;
  margin-top: 6px;
  width:260px;
  height:65px;
}

.footer-col-5 a.imgcontainer img:first-child {
  z-index: 1;
}
.footer-col-5 a.imgcontainer:hover img:first-child {
  z-index: -999;
}

.footer-col-5 a.imgcontainer img:nth-child(2) {
  z-index: -999;
  margin-top: 6px;
  position: absolute;
  vertical-align: middle;
  border: 0;
  width:260px;
  height:65px;
}

.footer-col-5 a.imgcontainer:hover img:nth-child(2) {
  z-index: 1;
}

.footer-col-1{
  float:left;
}

.footer-col-4{
  padding:0;
  margin:0;
  float:left;
}


.footer-col-4 a{
  float: left;
  position: relative;
  width:150px;
  height:65px;
}


.footer-col-4 a.imgcontainer img {
  position: absolute;
  vertical-align: middle;
  border: 0;
  margin-top: 6px;
  width:150px;
  height:65px;
}

.footer-col-4 a.imgcontainer img:first-child {
  z-index: 1;
}

.footer-col-4 a.imgcontainer:hover img:first-child {
  z-index: -999;
}

.footer-col-4 a.imgcontainer img:nth-child(2) {
  z-index: -999;
  margin-top: 6px;
  position: absolute;
  vertical-align: middle;
  border: 0;
  width:150px;
  height:65px;
}

.footer-col-4 a.imgcontainer:hover img:nth-child(2) {
  z-index: 1;
}

.footer-column6{
  display:flex;
}

.footer-spacing{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.search-box-area .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}




/* SliderFix */

.sliderFix {
  position: fixed;
  position: -webkit-fixed;
  width: 34px;
  top: 35%;
  right: auto;
  left: 100%;
  transform: translate3d(-34px,35%,0);
  -webkit-transform: translate3d(-34px,35%,0);
  min-height: 200px;
  z-index: 9999999;
  line-height: 1.5;
}

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

.sliderFix ul li {
  width: 100%;
  position: relative;
}

.sliderFix ul li a {
  width: 34px;
  display: block;
  text-align: center;
  position: relative;
  line-height: 34px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  background: #ad5b5d;
  transition: all .15s cubic-bezier(.25,.46,.45,.94);
  font-family: "zu-regular";
}

.sliderFix ul li a span {
  color: #fff;
  transition: .9s;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-bar-chart:before {
  content: "\f080";
}

.sliderFix ul li a b.titleSidbar {
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  display: none;
  position: absolute;
  right: 128%;
  top: 4px;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
  transition: all .5s ease;
  white-space: nowrap;
  font-weight:700;
}

.sliderFix ul li:hover a{
  color: #fff;
  transform: scale(1.15) translate(-7px);
  background-color: #ad5b5d;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.fa-chevron-left:before {
  content: "\f053";
}

.sliderFix ul li a span {
  color: #fff;
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.links-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover{
  text-decoration:none;
}

.col-sm-9.col-lg-9.col-md-9.no-margin.no-padding.pull-left.frmgroupns{
  width: 81% !important;
}

.col-sm-3.col-lg-3.pull-right.no-margin.no-padding{
  width:19% !important;
}


.footer-col-3.footer-logo-image.clearfix{
  padding-right:0px !important;
}

.sliderFix ul li a span img{
  vertical-align:middle;
}

/* End */


.embed-responsive.iframe-container{
  margin-left: -4px;
  width: 100%;
  height: 100%;
  float: left;
  padding-bottom: 37%;
  margin-top: 4px;
}

.embed-responsive.iframe-container form{
  background-color:transparent;
  padding:0px;
  clear:both;

}

.embed-responsive.iframe-container form .hs-email{
  width: 78%;
  float: left;
  margin-bottom: 0px;
}

.embed-responsive.iframe-container form  .hs-input{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.embed-responsive.iframe-container form  .hs-submit{
  width: 15%;
  float: left;
}

.embed-responsive.iframe-container form .hs-button{
  width: 34px;
  height: 34px;
  background: #BBBBBB !important;
  border-radius: 5px;
  display: block;
  position: relative;
  border: solid 1px #BBBBBB;
  font-size: 0;
  margin-top:4px;
}

.embed-responsive.iframe-container form .hs-submit .actions{
  position:relative;
}

.embed-responsive.iframe-container form .hs-submit .actions:before{
  content: "\e072";
  color: #333;
  position: absolute;
  top: 22%;
  left: 25%;
  z-index: 9;
  font-family: 'Glyphicons Halflings';
}

.footer-col-3 .rss-listing-wrapper{
  padding-left: 0;
  margin-bottom: 20px;
  background: none;
  margin-top: 0;
  display:block;
}

.footer-col-3 .hs-rss-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background: none;
  border: none;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 1px;
}

.footer-col-3 .hs-rss-title{
  color: #fff;
  font-size: 11.9px;
  font-family: "zu-regular";
}

.footer-col-3 .hs-rss-title:hover{
  text-decoration: underline;
}

.footer-col-3 .hs-rss-byline{
  color: #868686;
  margin-right: 5px;
  font-style: italic;
  font-size: 9.8px !important;
  font-family: "zu-regular";
}

.footer-col-3 .hs-rss-description p,
.footer-col-3 .hs-rss-description p a{
  color: #868686;
  font-size: 11.2px;
  font-family: "zu-regular";
}

.footer-logo-images ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-logo-images ul > div {
  width: 50%;
  float: left;
}
.footer-logo-images ul .right_group{
  padding: 0 15px;
}
.footer-logo-images ul .left_group li {
  width: 41.66666667%;
  float: left;
  margin-right: 8.33333333%;
  min-height: 65px;
  margin-top: 6px;
}
.footer-logo-images ul li a img{
  position: absolute;
}
.footer-logo-images ul li a img:nth-child(2) {
  z-index: -999;
}
.footer-logo-images ul li a:hover img:nth-child(2) {
  z-index: 1;
}
.footer-logo-images ul li a:hover img:first-child{
  z-index: -999;
}
.footer-logo-images ul .right_group li {
  width: 33.33333333%;
  float: left;
  min-height: 65px;
}

.footer-logo-images ul li a {
  position: relative;
  display: block;
}
.rss-listing-wrapper h3 .rss-feeds {
  margin-right: 5px;
}

@media (min-width:1200px){
  .footer__container{
    width: 100%;
    max-width: 1300px;
    padding: 0 2%;
  }

  .footer-col-12{
    width: 100%;
    float: left;
  }

  .footer-col-3{
    width:25%;
    float:left;
  }

  .phone-number-wrapper{ 
    width: 100%;
  }
  .footer-col-6{
    width:50%;
    float: left;
  }
  .footer-column-6{
    width:50%;
    float: right;
  }
  .footer-col-4{
    width: 33.33333333%;
    float: left;
  }
  .footer-col-8{
    width: 66.66666667%;
    float: left;
  }

  .footer-col-9{
    width: 75%;
  }
  .footer-col-3{
    width: 25%;
  }
  .footer-col-5{
    width: 41.66666667%;
  }

  .footer-col-1{
    width: 8.33333333%;
  }

  .footer-col-4{
    width: 33.33333333%;
  }
}


@media (min-width: 992px){
  .footer-col-3 {
    width: 25%;
    float: left;
  }
  .image-wrapper a.imgcontainer img{
    height: auto;
  }
  .image-wrapper a.imgcontainer{
    width: 47%;
  }
  .footer-col-6, .footer-column-6 {
    width: 100%;
    float: none;
  }
  .social-icon-wrapper ul li {
    margin-left: 4px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 992px){
  .sliderFix{
    display: none;
  }
  .image-wrapper a.imgcontainer img{
    height: auto;
  }
}



@media (min-width: 320px) and (max-width: 992px){
  .footer__container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-12{
    width: 100%;
    display: block;
  }
  .footer-col-3, .list-group-item{
    float:none;
  }
  .footer-col-4{
    width: 33.33333333%;
    float:left;
  }
  .footer-col-8{
    width: 66.66666667%;
    float:left;
  }
  .social-icon-wrapper, .embed-responsive.iframe-container, .footer-middle-wrapper, .footer-info, .footer-logo-image {
    display:none;
  }
  .copyright-wrapper p{
    text-align:center;
  }
  .footer-col-9{
    float:none;
  }

  .phone-number-wrapper{
    width: 100%;
    max-width: 100%;
  }
  .phone-number-wrapper .footer-col-6{
    width: 50%;
    float: left;
  }
  .phone-number-wrapper .footer-column-6 {
    width: 50%;
    float: left;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a {
    font-size: 11.9px;
  }
  .footer-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul {
    margin-bottom: 30px;
    display: block;
  }
  .footer-title h5,
  .rss-listing-wrapper h3{
    font-size:16.1px;
  }
  .phone-number span{
    font-size:11.9px !important;
  }
  .copyright-wrapper p{
    font-size:11.9px !important;
  }
  .image-wrapper a.imgcontainer {
    width: 25%;
    height: 45px;
    position: relative;
    color: #fff;
    display: block;
    margin-right: 17px;
    float: left;
  }

}

@media (max-width:992px) and (min-width:600px){
  .image-wrapper a.imgcontainer{
    height: 54px;
  }
}


@media (max-width:479px){
  .image-wrapper a.imgcontainer{
    width: 48%;
    height: 54px;
    margin-right: 5px;
  }
  .list-group-item text {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .image-wrapper {
    padding-bottom: 10px;
  }
  .footer-title h5 {
    font-size: 14px;
  }
  .footer-col-3 {
    margin-bottom: 30px;
  }
}

@media (max-width:420px){
  .copyright-wrapper p{
    font-size:9.8px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.blog-post__body img{
  width:auto !important;
}
.banner-text {
  padding: 0px 30px 0px 0px;
}
.blog-header {
  background-color: transparent;
  text-align: center;
}
.blog-list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*     justify-content: center; */
  gap:20px;
}
.blog-items {
  max-width: calc(50% - 10px);
  width: 100%;
  margin-top: 0 !important;
}
.blog-items .blog-index__post.blog-index__post--small{
  display:flex !important;
  flex-direction:row;
}
.blog-items .blog-index__post-image.blog-index__post-image--small {
  width: 100%;
  float: none;
  min-height: 180px !important;
  border-right: 4px solid #900028;
  display: inline-block;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
}
.blog-items .blog-index__post-image.blog-index__post-image--small img{
    max-width: 100%;
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}
.blog-banner-wrap .row-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}


.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

@keyframes aTagAnim {
  0% {
    width: 0
  }

  50% {
    width: 50%
  }

  100% {
    width: 100%
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}


.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}


.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
  .blog-items{
    max-width:100%;
    margin:0px;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}


.blog-sidebar {
  padding-top: 3.9rem;
}


.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}
.banner.banner-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sub-banner-container {
  background-image:url('https://8981146.fs1.hubspotusercontent-na1.net/hubfs/8981146/ZU-1.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px !important;
}
.overlay {
  padding: 50px 0px;
  min-height: 350px;
  background-color: #ffffffe0;
}
.hs-blog-post .banner-wrapper{
  padding-top:40px; 
}
.banner-text p, .content p {
  color: #000;
  font-size:18px;
  text-align:justify;
  font-family: zu-regular,Helvetica,Arial,Lucida,sans-serif;
}
.banner-text h2 {
  font-size: 38px;
}
.sub-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4e4e4;
}
.quick-links-wrap {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
}
.links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:40px;
}
.links a {
  background-color: #900028;
  color: #fff;
  width: 20%;
  text-align: center;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all ease .5s;
  font-size:16px;
  padding: 20px;
  text-transform:capitalize;
}
.links a:hover {
  transform: scale(1.1);
  color: #900028;
  background: transparent;
  border: 2px solid #ad5b5d;
}
.breadcrumb-wrapper {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 12%, rgba(0, 153, 0, 0) 100%);
}

.breadcrumb-wrapper ul {
  margin: 0px;
  padding: 10px 0px;
  list-style: none;
  display: flex;
  gap: 10px;
}

.breadcrumb-wrapper ul li {
}

.breadcrumb-wrapper ul li a {
  color: #fff;
  font-size: 16px;
}

.breadcrumb-wrapper ul li:first-child:after {
  content: "/";
  font-size: 13px;
  margin-left: 5px;
  color: #fff;
}

.breadcrumb-wrapper ul li:last-child a {
  cursor: text;
}

.breadcrumb-wrapper ul li:first-child a:hover, .breadcrumb-wrapper ul li:first-child:hover:after {
  color: #ad5b5d;
}
.blog-switch-wrapper {
  //border-bottom: 2px solid #900028;
  margin-bottom: 50px;
}

.language-filters {
  display: flex;
  justify-content: space-between;
}

.language-filters span {
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px;
  width: 300px;
  text-align: center;
  border: 2px solid #900028;
  border-radius: 0px;
  cursor: pointer;
   
}

.language-filters span.active, .language-filters span:hover {
  background-color: #900028;
  color: #ffffff;
}

/* Mobile Blog Sidebar */ 

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }
  .banner-text {
    padding: 0px 20px 20px 20px;
  }
  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}


.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 100%;
    /* padding: 30px;*/
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}


/* Blog Style */

.content-wrapper{
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
  font-size:14px;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.breadcrumbs {
  width: 100%;
  margin-bottom: 10px;
  clear: both;
  background-color: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: .95em;
  font-weight: bold;
  padding: 7px;
  text-align: left;
  float: left;
  color: #333;
  line-height: 1.5;
}


.breadcrumbs a {
  display: inline-block;
  float: left;
  font-size: 13px;
  margin-right: 10px;
  color: #333;
  font-weight: normal;
}

.breadcrumbs a:hover{
  text-decoration: none;
  color: #ad5b5d;
}

.breadcrumbs a:after {
  content: "/";
  margin-left: 5px;
  font-size: 13px;
}

.breadcrumbs a:last-child{
  cursor:text;
  font-weight:bold;
  color:#333333;
  font-size:13px;
}

.breadcrumbs a:last-child:after{
  content: "";
}

.blog-col-2{
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 1px;
  color: #333;
  line-height: 1.5;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
.middle-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  transition: .9s;
  opacity: 1;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
}


.more-options-container {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
}

.more-options {
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: 30px;
  width: 100%;
}

.more-options a {
  color: #fff;
  padding: 0;
  display: block;
  margin: 0 auto;
  width: 30px;
  background: rgba(187,111,111,1);
  background: -moz-linear-gradient(top,rgba(187,111,111,1) 0%,rgba(167,87,100,1) 47%,rgba(141,57,79,1) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(187,111,111,1)),color-stop(47%,rgba(167,87,100,1)),color-stop(100%,rgba(141,57,79,1)));
  background: -webkit-linear-gradient(top,rgba(187,111,111,1) 0%,rgba(167,87,100,1) 47%,rgba(141,57,79,1) 100%);
  background: -o-linear-gradient(top,rgba(187,111,111,1) 0%,rgba(167,87,100,1) 47%,rgba(141,57,79,1) 100%);
  background: -ms-linear-gradient(top,rgba(187,111,111,1) 0%,rgba(167,87,100,1) 47%,rgba(141,57,79,1) 100%);
  background: linear-gradient(to bottom,rgba(187,111,111,1) 0%,rgba(167,87,100,1) 47%,rgba(141,57,79,1) 100%);
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
    
}



a#more-options span.fa-bars {
  width: 12px;
  color: #fff;
  transition: .9s;
}

.fa-bars:before {
  content: "\f0c9";
}

.blog-col-10{
  float: none;
  padding-right: 0;
  margin-right: 0;
  padding-left: 15px;
}

.blog-col-10{
  position: relative;
  min-height: 1px;
  color: #333;
  line-height: 1.5;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  width: 70% !important;
  padding: 0 !important;
}

.page-content-wrapper {
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
  min-height: 1px
}


.page-content{
  background-color: #fff;
  padding: 50px;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 1px;
}

.page-content h2 {
  font-size: 19px;
  padding-left: 0;
  margin: 0;
  padding: 5px;
    
  color: #ad5b5d;
  font-weight: 500;
  line-height: 1.1;
}

.blog-index{
  padding:0;
  margin:0;   
  position: relative;
  min-height: 1px;
  margin-top: 20px;
}
.blog-index__post.blog-index__post--small:first-child{
  margin-top: 0px;
}

.blog-index__post.blog-index__post--small{
  display: block;
  /*   padding-bottom: 10px; */
  overflow: hidden;
  zoom: 1;
  margin-top: 15px;
  color: #333;
  line-height: 1.5;
}

.blog-index__post-image.blog-index__post-image--small{
  width: auto;
  max-width: 25%;
  padding-right: 5px;
  margin-right: 2px;
  color: #333;
   
  transition: .3s;
  position: relative;
  float: left;
}

.blog-index__post-image.blog-index__post-image--small img{
  display: block;
  max-width: 184px;
  margin: 0 auto;
  vertical-align: middle;
  border: 0;
  color: #333;
  object-fit: cover;
  width: 100%;
}

.blog-index__post-inner-card{
  box-shadow:none !important;
  line-height: 1.5;
  font-size: 14px;
}

.blog-index__post-content.blog-index__post-content--small{
  /*   display: table-cell;
  vertical-align: top; */
  font-size: .9em;
  color: #2e2e2e;
    
  width: 100%;
  overflow: hidden;
  zoom: 1;
  line-height: 1.5;
  margin-top:-7px;
  border:1px solid #ccc;
  border-top:0px;
  border-bottom:4px solid #900028;
  min-height: 320px;
  margin-bottom: 30px;
  position: relative;
}
small.date {
  background-color: #e5e5e5;
  display: inline-block;
  margin:10px 0px;
  padding: 6px;
  width: 100%;
  font-size: 16px;
}
.blog-post__body ul {
  margin-top: 20px;
  padding: 0px 16px;
  margin-bottom: 0;
}
.date {
  font-style: italic;
  color: #2e2e2e;
  font-size:85%;
   
}

.blog-index__post-content.blog-index__post-content--small h4{
  color: #780b20;
  font-size:28px;
  line-height: 38px;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  padding:15px 15px 0px;
}

.blog-index__post-content.blog-index__post-content--small p{
  text-align: left;
  font-size: 16px;
  color: #2e2e2e; 
  line-height: 1.5;
  margin: 0 0 10px;
  padding:15px 15px 0px;
}

.blog-index__post-content.blog-index__post-content--small a{
  cursor:pointer;
  position: relative;
}

.blog-post__read-more a{
  display: block;
  float: right;
  color: #900028;
  transition: .3s;
  position: relative;
  font-size: 18px; 
  line-height: 1.5;
}
.blog-index__post-image.blog-index__post-image--small:hover:before {
  content: '';
  position: absolute;
  height: 2px;
  background: #900028;
  left: 0;
  bottom: -4px;
  width: 100%;
  display: block;
  animation: aTagAnim 1000ms ease-in-out normal;
}
.blog-post__read-more.clearfix {
  position: absolute;
  bottom: 10px;
  padding-left:15px;
}
.banner-img {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  margin-bottom: 30px;
}
.blog-index__post-image.blog-index__post-image--small:hover, .blog-index__post-content.blog-index__post-content--small a:hover {
  color: #900028;
  transform: scale(1.01);
  text-decoration: none;
}

.blog-index__post-content.blog-index__post-content--small a:hover:before {
  content: '';
  position: absolute;
  height: 2px;
  background: #900028;
  left: 0;
  bottom: -1px;
  width: 100%;
  display: block;
  animation: aTagAnim 1000ms ease-in-out normal;
}

.blog-pagination{
  color: #333;
   
  transition: .3s;
  position: relative;
}

.blog-pagination a {
  padding: 10px;
  text-align: center;
  background-color: #9a495c;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  margin: 0 auto;
  display:block;
  border-radius: 5px;
  text-decoration: none;
    
  cursor: pointer;
  width: 50%;
  margin-top: 40px;
  line-height: 1.5;
  color: #000000;
} 

.blog-pagination a:hover {
  color: #9d5057;
   
  transform: scale(1.01);
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  color: #9a495c !important;
  transition: .3s;
  position: relative;
  outline: 0;
  padding: 10px;
  text-align: center;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  width: 50%;
  margin-top: 40px;
}

.blog-pagination a:hover::before {
  content: '';
  position: absolute;
  height: 2px;
  background: #ad5b5d;
  left: 0;
  bottom: -4px;
  width: 100%;
  display: block;
  animation: aTagAnim 1000ms ease-in-out normal;
}


.hs-blog-listing{
  background-color:transparent !important;
}

.blog-sidebar-archive-filter ul.l_tinynav1, .blog-sidebar-archive-filter h3 {
  display: none;
}

.blog-post{
  box-shadow:none !important;
}

.blog-post__body p{
  text-align: left;
  font-size: 15px;
  color: #2e2e2e;
    
  line-height: 1.5;
}

.blog-post__title{
  font-size:21px;
  padding: 5px;
  padding-left: 0;
  margin: 0;
    
  color: #ad5b5d;
  font-weight: 500;
  line-height: 1.1;
}

.content-wrapper{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.blog-sidebar-archive-filter ul{
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 0;
  width: auto;
  color: #333;
  line-height: 1.5;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
.blog-sidebar-archive-filter ul li{
  position: relative;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #ccc;
  display: block;
  margin-bottom: -1px;
}

.blog-sidebar-archive-filter ul li a{
    
  text-align: left;
  text-decoration: none;
  font-size: 11.34px;
  width: 90%;
  color: #333;
  padding: 10px 15px;
  display: block;
}

.blog-sidebar-archive-filter ul li a:hover{
  color: #ad5b5d;
}

span.filter-link-count{
  display:none;
}
.blog-comments form textarea {
  min-height: 134px;
}
.hs-blog-post .date {
    
}
.blog_tag_filter{   
  background-color: #900028;
}
.blog_tag_filter .blog-tag-filter__title {
  color: #0d2547;
  font-weight: 300;
  flex: 0 1 150px;
  font-size: 18px;
}
.blog_tag_filter .blog-tag-filter__select-wrapper {
  border-bottom: 1px solid #d0d0d0;
  display: inline-block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.blog-tag-filter .blog-tag-filter__select {
  color: #fff;
  width: 100%;
  font-size: 18px;
}
.blog-tag-filter .blog-tag-filter__select-wrapper:after {
  color: #fff;
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 55%;
  transform: translateY(-50%);
}
.blog-tag-filter .blog-tag-filter__select:focus {
  border: none;
  outline: none;
}
.blog-pagination-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.blog-pagination-center a {
  padding: 5px 10px;
  width: auto;
  border: none;
  margin: 0px;
  box-shadow: none;
  border-radius: 0px;
  background: #900028;
  color: #fff;
    border: 1px solid #900028;
}
.blog-pagination-center a.active {
    color: #900028;
    background: #fff;
}
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}

.blog-pagination-right, .blog-pagination-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.blog-pagination-right a, .blog-pagination-left a {
  padding: 5px 10px;
  width: auto;
  border: 1px solid #900028;
  margin: 0px;
  box-shadow: none;
  border-radius: 0px;
  background: #900028;
  color: #fff;
}
.blog-pagination a:hover {
  background-color: #fff;
  border-color: #900028;
  color: #900028 !important;
  box-shadow: none;
  transform: initial;
  margin: 0px;
  text-decoration: none;
  border: 1px solid #900028;
  border-radius: 0px;
  padding: 5px 10px;
  transition: initial;
}

.blog-pagination a:hover:before {
  content: normal;
}




@media (min-width:1200px){
  .content-wrapper{
    width: 100%;
    padding: 0% 2%;
  }
  .blog-col-2{
    width: 16.66666667%;
    float: left;
  }
  .more-options-container {
    display: none;
  }
  .blog-col-10{
    width: 83.33333333%;
  }
  .page-content-wrapper {
    width: 100%;
    float:left;
  }
  .page-content{
    float: left;
  }
}
@media (max-width:1200px){
  .blog-index__post-content.blog-index__post-content--small {
    min-height: 380px;
  }
}
@media (min-width:992px){
  .submenu-close {
    display:none;
  }
  .sidebar_close_icon {
    display: none;
  }
  .blog-comments form {
    max-width: 767px;
    margin: 2em auto 0;
  }

}

@media (max-width:991px){
  .middle-row{
    display:block;
  }
  select#tinynav1{
    display:none;
  }
  .blog-col-10{
    padding-left:0px;
  }
  .breadcrumbs{
    margin-bottom:30px;
  }
  .more-options-container{
    margin-top: -29px;
  }

  .middle-row .left-bar {
    position: fixed;
    z-index: 9999;
    width: auto;
    top: 0;
    display: block !important;
    left: -80%;
    background-color: #f4f4f4;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 185px;
  }

  .middle-row .left-bar.open {
    -webkit-animation: slideIn .15s forwards;
    -webkit-animation-delay: .15s;
    animation: slideIn .15s forwards;
    animation-delay: .15s;
  }
  @keyframes slideIn{
    0% {
      left: -25%;
    }
    100% {
      left: 0;
    }
  }

  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
  }
  .open>a {
    outline: 0;
  }
  .close {
    float: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
  }
  .middle-row .submenu-close {
    opacity: 1;
    position: absolute;
    left: 76px;
    padding: 5px;
    color: #6c2e3d;
    top: -6px;
    z-index: 9999;
    opacity:0;
  }
  .close.submenu-close.hidden-lg.hidden-md.open{
    opacity:1;
  }
  .sidebar_close_icon {
    opacity: 1;
    z-index: 99;
    position: absolute;
    right: 0;
    padding: 5px;
    top: 0;
    color: #6c2e3d;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
      
    cursor: pointer;
  }
  .blog-index__post-image.blog-index__post-image--small img {
    height: auto;
  }
  .links {
    display: block;
  }
  .links a {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner-img {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50px;
    margin-bottom: 0;
    background-position: center;
  }
  .page-content {
    background-color: #fff;
    padding: 20px;
  }
  .sub-banner-container {
    background-image: url(https://f.hubspotusercontent40.net/hubfs/8981146/header_abtUsGS_small.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 100% !important;
    padding: 60px;
  }
  .sub-banner {
    display: block;
  }

  .blog-index__post-content.blog-index__post-content--small {
    min-height: 460px;
  }
}
@media(max-width:767px){
  .blog-index__post-content.blog-index__post-content--small {
    min-height: 370px;
  }
}
.breadcrumb-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.language-filter span {
  padding: 0px 5px;
}
.language-filter {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  background: #ad5b5d;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
}
span.arabic {
  margin: 0px 10px;
}
.breadcrumbs{
  margin-bottom:0px; 
}
.language-filter .active {
  color: #fff;
  border: 2px solid #fff;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 15rem 10px;
  text-align: center;
  position: relative;
  z-index: 999;
  background: #fff;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #c4c7ca;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 30rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 100px 10px;
  background: #fff;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: auto !important;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

form#email-prefs-form h1,
.systems-page h1 {
  font-size: 28px;
}
form#email-prefs-form h2,
.systems-page h2 {
  font-size: 21px;
}
.systems-page h3 {
  font-size: 22px;
}