*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 15px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Enhanced code for stacking columns */
@media (max-width: 768px) {
  .dnd-column {
    display: block;
    width: 100%;
    float: none;  /* Ensure columns do not float */
    clear: both;  /* Clear any floats to prevent layering */
    margin: 0;    /* Reset margins if necessary */
    padding: 0;   /* Adjust padding as needed */
  }
}
@font-face { font-family: "Font Awesome 6 Brands"; 
  src: url(//22084516.fs1.hubspotusercontent-na1.net/hubfs/22084516/raw_assets/public/Andrews_Cooper_December_2022/fonts/fa-brands-400.woff2) format("woff2"), 
    url(//22084516.fs1.hubspotusercontent-na1.net/hubfs/22084516/raw_assets/public/Andrews_Cooper_December_2022/fonts/fa-brands-400.ttf) format("truetype"); 
  font-style: normal;
  font-weight: 400; 
  font-display: block; 
}


@font-face {
  font-family: "Font Awesome 5 Free"; 
  src: url(//22084516.fs1.hubspotusercontent-na1.net/hubfs/22084516/raw_assets/public/Andrews_Cooper_December_2022/fonts/fa-solid-900.woff2) format("woff2"),
    url(//22084516.fs1.hubspotusercontent-na1.net/hubfs/22084516/raw_assets/public/Andrews_Cooper_December_2022/fonts/fa-solid-900.ttf) format("truetype"); 
  font-weight: 900;
  font-display: block; 
}

@font-face { 
  font-family: "FontAwesome";
  src: url(//22084516.fs1.hubspotusercontent-na1.net/hubfs/22084516/raw_assets/public/Andrews_Cooper_December_2022/fonts/fontawesome-webfont.eot) format("embedded-opentype"), 
    url(//22084516.fs1.hubspotusercontent-na1.net/hubfs/22084516/raw_assets/public/Andrews_Cooper_December_2022/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//22084516.fs1.hubspotusercontent-na1.net/hubfs/22084516/raw_assets/public/Andrews_Cooper_December_2022/fonts/fontawesome-webfont.woff) format("woff"),
    url(//22084516.fs1.hubspotusercontent-na1.net/hubfs/22084516/raw_assets/public/Andrews_Cooper_December_2022/fonts/fontawesome-webfont.ttf) format("truetype");
    font-style: normal;
  font-weight: normal; 
}



/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//22084516.fs1.hubspotusercontent-na1.net/hubfs/22084516/raw_assets/public/Andrews_Cooper_December_2022/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrcVIT9d4cw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #ffffff;
  font-size: 18px;
  font-family: 'Poppins',sans-serif;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-x: hidden;
  margin: 0;
  color: #000000;
}

/* Paragraphs */

p {
  line-height: 1.8;
  margin: 0 0 20px;
}

/* Anchors */

a {
  background-color: transparent;
  cursor: pointer;
  color: #00b7ff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.4;
  color: #000000;
}

/* Lists */

ul {
  list-style: disc;
}

ul, ol {
  margin: 0 0 1.5em 0.875em;
}



ol {
  list-style: decimal;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}


/* Code blocks */

code {
  font-family: monospace, monospace;
  font-size: 1em;
  color: #e83e8c;
  word-break: break-word;
}

/* Blockquotes */

blockquote {
  background-color: #EFEFEF;
  border: none;
  color: #030303;
  padding: 30px;
  margin: 30px 0 0 30px;
  position: relative;
  padding: 30px 30px 30px 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
}

/* Horizontal rules */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

img{
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border-style: none;
}
/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  
  position: relative;
  margin-bottom: 25px;
}

/* Labels */

form label {
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
  color: #201F26;
  font-family: Poppins;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  outline: none;
  vertical-align: inherit;
  width: 100%;
  font-size: 16px;
  margin: 0;
  padding: 12px;
  height: 50px;
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  box-shadow: none;
  color: #787878;
  transition: all .5s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%!important;
}


form input[type=email]:focus,
form input[type=file]:focus, 
form input[type=number]:focus,
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=text]:focus,
form select:focus, 
form textarea:focus {
  background: #fff;
  border-color: #919191;
  color: #919191;
  outline: none;
  transition: all .5s;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */


form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}


form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  color: #ffffff;
  background-color: #201f26;
  background-image: none ;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #333;
  border: 0;
  transition: all .5s;
  font-size: 16px;
  margin: 0;
  line-height: 1.15;
  outline: none;
  padding: 12px;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;

}

form .hs-button:active, 
form .hs-button:focus, 
orm .hs-button:hover,
form input[type=submit]:active,
form input[type=submit]:focus,
form input[type=submit]:hover {
  color: #000000;
  background-color: #ffffff;
  background-image: none ;
  transition: all .5s;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


form .input {
  margin: 0;
  width: 100%;
}
form {
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 5px 5px 10px 1px #201f26;
  margin: 20px 0 0 0;
  padding: 5% 5% 5% 5%;
}


.hs-error-msg {
  color: #e80000;
  margin: 0;
  margin-right: 10px;
  font-size: 15px;
  line-height: 1.6;
}

form .inputs-list>li {
  margin: 0;
}

.hs-input.invalid.error {
  border-color: #e80000;
}

.hs_error_rollup label {
  color: #e80000;
  margin: 0;
  margin-right: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.form-columns-2 > div:first-child {
    padding: right:15px;
    padding-right: 15px;
}


@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
    .form-columns-2 > div:first-child {
    padding-right: 0;
}
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.outer-header{
  transition:all ease .3s;
}

header.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 99;
  margin-top: 0px;
  width: 100%;
  position: fixed;
  height: 100px;
  transition:all ease .3s;
  background-color: #201f26;
}

.header-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.header-logo {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 9;
}

.header-desk-menu {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.header-logo a {
  display: block;
  max-width: 270px;
  overflow: hidden;
}


.header-logo img {
  width: 100%!important;
}


.main-navigation-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: relative;
  z-index: 1;
}

.main-navigation-wrap nav {
  display: none!important;
}

.header-btn {
  margin-left: 20px;
  text-align: center;
  white-space: nowrap;
  display: none;
}

.header-btn a {
  background-color: #991600;
  color: #ffffff;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  letter-spacing: 0.5px;
  border-radius: 3px;
}
.outer-header {
  position: relative;
  z-index: 101;
}
.header-menu nav > ul {
  font-size: 0; 
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu nav > ul > li {
  position: relative;
  display: inline-block;
  list-style: none;
}

.header-menu nav > ul > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  padding: 20px 15px;
  letter-spacing: 0.5px;
  color: #ffffff;
  position: relative;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
}

.header-menu nav > ul ul {
  display: none; 
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 99;
  text-align: left;
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
  list-style: none;
}

.header-menu nav > ul ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  display: block;
}

.header-menu nav > ul ul li a {
  color: #333;
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: capitalize;
  font-family: Poppins;
  line-height: 1.5;
}

.header-menu nav>ul>li:first-child>a {
  padding-left: 0;
}



.header-menu nav>ul>li>a:after {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 900;
  margin-left: 8PX;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  content: "\f0d7";
  top: 1px;
  position: relative;
}

.header-menu nav > ul > li:hover > a {
  background-color: hsla(0,0%,100%,0);
  color: #72acc1;
}

.header-menu nav>ul>li:hover a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-menu nav>ul>li:last-child>a {
  padding-right: 0;
}

.header-btn a:hover {
  background-color: #72acc1;
  color: #ffffff;
}

.header-menu nav>ul ul li a:hover {
  color: #4d9ebc;
}

.header-menu nav>ul>li:hover ul {
  display: block;
}


.mobile-menu-container{
  display:none;
}
.outer-header {
  min-height: 100px;
}





@media (min-width: 992px){
  .header-desk-menu {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .header-logo{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .main-navigation-wrap nav {
    display: block!important;
  }
  .header-btn {
    display: block!important;
  }
}


@media (min-width: 576px) and (max-width: 991px) {
  .newClass .header-logo img {
    width: 210px!important;
  }
}


@media only screen and (max-width: 1920px){
  .header .page-center {
    padding: 0 5%;
  }
}

@media (max-width: 991px){
  header.header {
    padding: 30px 0 20px 0;
  }


  .header-logo a {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }


  header.header {
    height: auto;
  }

  .mobile-menu-container {
    background-color: #201f26;
    display: block;
    position: relative;
    z-index: 100;
  }
  .mobile-menu-container .slicknav_menu .slicknav_btn {
    text-decoration: none;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    vertical-align: middle;
    line-height: 1.125em;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    background-color: transparent;
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

    float: none;

  }

  span.slicknav_menutxt {
    text-shadow: none;
    font-weight: normal;
    display: block;
    line-height: 1.188em;
    float: left;
    color: #ffffff;

  }
  .slicknav_menu .slicknav_no-text {
    margin: 0;
  }
  .mobile-menu-container .slicknav_menu .slicknav_icon {
    margin-left: 0;
    margin-right: 10px;
  }
  .slicknav_btn .slicknav_icon {
    width: 22px;
    height: 16px;
    display: block;
    position: relative;
    margin-top: 1px;
  }

  .slicknav_menu .slicknav_icon {
    float: left;
  }

  span.slicknav_icon-bar {
    background-color: #ffffff;
    display: block;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  span.slicknav_icon-bar:first-child {
    display: block;
  }
  .slicknav_btn .slicknav_icon span:first-child:before {
    top: -6px;
  }
  .slicknav_btn .slicknav_icon span:first-child:before, .slicknav_btn .slicknav_icon span:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    -webkit-transition-delay: 0.5s, 0s;
    -moz-transition-delay: 0.5s, 0s;
    -ms-transition-delay: 0.5s, 0s;
    -o-transition-delay: 0.5s, 0s;
    transition-delay: 0.5s, 0s;
    -webkit-transition-duration: 0.5s, 0.5s;
    -moz-transition-duration: 0.5s, 0.5s;
    -ms-transition-duration: 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
    color: #fff;
    background-color: #ffffff;
  }
  .slicknav_btn .slicknav_icon span:first-child:after {
    top: 6px;
  }
  .mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_icon span , 
  .slicknav_menu .slicknav_btn:hover .slicknav_icon span:first-child:after , 
  .mobile-menu-container .slicknav_menu .slicknav_btn:hover .slicknav_icon span:first-child:before {
    background-color: #72acc1;
  }

  .newClass header.header {
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 3%);
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
    padding: 10px 0;
    text-align: center;
  }

  .slicknav_menu nav > ul {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 22px 21px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 22px 21px rgb(0 0 0 / 10%);
    list-style: none;
    display:none;
    padding: 0;
    margin: 0;
  }

  .slicknav_menu nav > ul > li {
    border-top: 1px solid #e6e6e6;
    position: relative;
    display: block;
    display: flex;
    flex-wrap: wrap;
  }

  .slicknav_menu nav>ul>li>a:first-child {
    width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    color: #333333;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    display: block;
  }

  .slicknav_menu nav > ul ul {
    display: none; 
    margin: 0;
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
    overflow: hidden;
    padding: 0;

    width: 100%;
  }

  .slicknav_menu nav > ul ul li {
    border-top: 1px solid #e6e6e6;
    position: relative;
    display: block;
  }

  .slicknav_menu nav > ul ul li a {
    text-transform: capitalize;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    display: block;
  }
  .slicknav_menu nav > ul span:after {
    content: "";
    border-left: 1px solid #e6e6e6;
    width: 45px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }


  .slicknav_menu nav>ul>li>a.slicknav_item {
    border-left: 1px solid #e6e6e6;
    width: 45px!important;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 45px;
  }

  .slicknav_menu nav>ul>li .child-trigger {
    border-left: 1px solid #e6e6e6;
    width: 45px;
  }
  .slicknav_menu nav>ul>li.nav-active ul {
    display: block;
  }
  .slicknav_menu nav>ul>li>a.slicknav_item > div > i {
    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;
  }

  .slicknav_menu nav>ul>li>a.slicknav_item > div > i:before {
    content: "\f067";
  }

  .slicknav_menu nav>ul>li span.submenu-toggle {
    display: none;
  }

  .nav-active.slicknav_menu nav > ul ul {
    display: block!important;
  }
  .child-trigger:hover {
    text-decoration: none
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  .child-trigger i:after {
    position: absolute;
    content: ''
  }
  .child-trigger i,.child-trigger i:after {
    width: 9px;
    height: 2px;
    background-color: #fff;
    display: block
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  .child-trigger i,.child-trigger i:after {
    background-color: #000
  }
  .slicknav_menu nav>ul>li.nav-active .child-trigger i:after {
    display: none;
  }
  .slicknav_open .slicknav_menu .slicknav_btn .slicknav_icon span:first-child:before{
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.5s;
    -moz-transition-delay: 0s, 0.5s;
    -ms-transition-delay: 0s, 0.5s;
    -o-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s;
  }
  .slicknav_open .slicknav_menu .slicknav_btn .slicknav_icon span:first-child:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.5s;
    -moz-transition-delay: 0s, 0.5s;
    -ms-transition-delay: 0s, 0.5s;
    -o-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s;
  }

  .slicknav_open .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon> span.slicknav_icon-bar {
    background-color: transparent !important;
  }
  .outer-header {
    background-color: #201f26;
  }
  .newClass .header-logo img {
    width: 210px!important;
  }
  .header-logo img {
    width: 210px!important;
    margin: 0 auto;
    display: block;
  }
  .outer-header {
    min-height: 113px !important;
  }
  html {
    overflow: hidden;
    overflow-y: auto;
  }
  .slicknav_menu nav>ul>li>a:hover {
    color: #72acc1;
  }

  .child-trigger:hover  i, 
  .child-trigger:hover  i:after {
    background-color: #72acc1;

  }

  .child-triggr {
    cursor: pointer;
  }

  .slicknav_menu nav>ul>li .child-trigger {
    cursor: pointer;
  }
}
@media (max-width: 767px){

  header.header{
    height:auto;
  }
  header.header {
    padding: 20px 0;
    padding-top: 30px;
  }
  .custom-post-pagination a.next-posts-link {
    float: none;
    border-top: 1px solid #ececec;
    margin-top: 15px;
    width: 100%;
    clear: both;
    padding-top: 15px;
  }

  .custom-post-pagination a.previous-posts-link {
    width: 100%;
  }

  .custom-post-pagination a.next-posts-link:before {
    margin-top: 10px;
  }
  h3.cmnt_title {
    font-size: 18px;
  }
}


@media (max-width: 575px) {
  .newClass .header-logo img {
    width: 120px!important;
  }
}
footer.footer {
  position: relative;
  z-index: 10;
  color: #ffffff;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-top {
  background-color: #201f26;
}

.footer-bottom {
  text-align: left;
  color: #ffffff;
  background-color: #201f26;
  padding: 30px 0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 0px;
}

.page-center {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.footer-bottom .footer-row {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.footer-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ftb-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.ft-copyright {
  text-align: right;
  font-size: 16px;
}

.ft-copyright p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  display: inline-block;
  margin: 0;
}


.social-profile {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

.social-profile ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-profile ul li {
  margin: 0 8px;
  display: inline-block;
  list-style: none;
  line-height: 1;
}

.social-profile ul li a {
  font-size: 20px;
  color: #ffffff;
  background-color: rgba(255,255,255,0.1);
  display: block;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.social-profile ul li a i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

.fa-linkedin:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}

.social-profile ul li a:hover {
  background-color: #991600;
}

.footer-inner-wrapper {
  padding-top: 40px;
  padding-bottom: 0px;

}


.ftt-col{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;

}


.ftt-col .hs-menu-wrapper > ul > li > a {
  font-size: 18px;
  font-weight: 600;
  line-height: 0.25;
  text-transform: none;
  position: relative;
  font-family: 'Raleway',sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
  display: block;
}

.ftt-col .hs-menu-wrapper > ul {
  display: block;
}

.ftt-col .hs-menu-wrapper > ul ul {
  margin: 0;
  padding: 0;
  display: block;
}

.ftt-col .hs-menu-wrapper > ul ul li {
  border-bottom-color: rgba(114,172,193,0.2);
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.ftt-col .hs-menu-wrapper > ul ul li a {
  color: #72acc1;
  display: inline-block;
  line-height: 1.4;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}


.ftt-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.ftt-col4 img {
  width: 100%!important;
}

.ftt-col .hs-menu-wrapper>ul ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ftt-col>div {
  font-size: 15px;
  margin-bottom: 30px;
}

.ftt-col .hs-menu-wrapper>ul ul li a:hover {
  color: #991600;
}


#back-to-top {
  bottom: 20px;
  display: block;
  position: fixed;
  right: 20px;
  z-index: 99991;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
#back-to-top a {
  background-color: #ffffff;
  color: #030303;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  display: block;
  font-size: 18px;
  -webkit-transition: color 0.5s, background 0.5s, border 0.5s;
  -moz-transition: color 0.5s, background 0.5s, border 0.5s;
  -ms-transition: color 0.5s, background 0.5s, border 0.5s;
  -o-transition: color 0.5s, background 0.5s, border 0.5s;
  transition: color 0.5s, background 0.5s, border 0.5s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
}
#back-to-top a:hover {
  color: #fff;
}
.fa {
  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;
}
.fa-angle-up:before {
  content: "\f106";
}

#back-to-top a:hover {
  border-color: #991600;
  background-color: #991600;
}
footer.footer.lp_footer .footer-bottom {
  padding-bottom: 7px;
  padding-top: 10px;
}







@media (min-width: 576px){
  .ftt-col{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px){
  .ftt-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ftb-col1{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ftb-col2{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ftt-col>div{
    margin-bottom: 0;
  }
} 



@media only screen and (max-width: 1920px){
  .footer .page-center {
    padding: 0 5%;
  } 
  .ftt-col4 img {
    max-width: 100%;
   width: 100%!important;
  }
}

@media screen and (max-width: 991px){
  .social-profile {
    margin-bottom: 30px;
  }   
  .footer-bottom {
    text-align: center;
  }
  .ft-copyright {
    text-align: center;
  }
}

@media screen and (max-width: 575px){
  .social-profile {
    margin-bottom: 20px;
  }  
  .ftt-col4>div {
    margin-bottom: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}