/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.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;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'Calibre-SemiBold';
  src: url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/Calibre-Semibold.eot');
  src: url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/Calibre-Semibold.eot') format('embedded-opentype'), 
    url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Semibold.woff2') format('woff2'), 
      url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Semibold.woff') format('woff'), 
        url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Semibold.ttf') format('truetype'), 
          url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Semibold.svg') format('svg');
            font-weight: 500;
            font-style: normal;  
            } 

@font-face {
  font-family: 'Calibre-Medium';
  src: url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/Calibre-Medium.eot');
  src: url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/Calibre-Medium.eot') format('embedded-opentype'), 
    url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Medium.woff2') format('woff2'), 
      url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Medium.woff') format('woff'), 
        url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Medium.ttf') format('truetype'), 
          url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Medium.svg') format('svg');
            font-weight: 500;
            font-style: normal;  
            }

@font-face {
  font-family: 'Calibre-Regular';
  src: url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/Calibre-Regular.eot');
  src: url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/Calibre-Regular.eot') format('embedded-opentype'), 
    url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Regular.woff2') format('woff2'), 
      url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Regular.woff') format('woff'), 
        url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Regular.ttf') format('truetype'), 
          url('https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/fonts/Calibre-Regular.svg') format('svg');
            font-weight: 500;
            font-style: normal;  
            }

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/fa-brands-400_a7b95dbd.eot") format("embedded-opentype"), 
    url("https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/fa-brands-400_5e2f9212.woff2") format("woff2"), 
    url("https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/fa-brands-400_2ef8ba34.woff") format("woff"), 
    url("https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/fa-brands-400_98b6db59.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/fa-solid-900_46e7cec6.eot") format("embedded-opentype"), 
    url("https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/fa-solid-900_418dad87.woff2") format("woff2"), 
    url("https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/fa-solid-900_a7140145.woff") format("woff"), 
    url("https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/Azets_October2020/Font/fa-solid-900_ff8d9f8a.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}

html {
  line-height: 1.15;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.2381;
  background-color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 10px 0px 15px;
  line-height: 1.15;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin:0;
  margin-bottom: 10px;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  line-height: 1.2;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;

}

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

}

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 {
  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 {}

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

.dnd-section > .row-fluid ,
.page-center {
  padding-right: 15px;
  padding-left: 15px;
}
img {
  vertical-align: middle;
  border-style: none;
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  margin: 15px 0 20px;
  line-height: 49px;
  background: #25b86f;
  text-align: center;
  font: normal 16px/40px 'Calibre-SemiBold';
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-style: solid;
  border-width: 0;
  padding: 4.5px 30px;
  white-space:normal;
}

.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 {
  color: #0c2136;
  font: normal 21px/28px 'Calibre-SemiBold';
  display: inline-block;
  vertical-align: top;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: Red!important;
}

.hs-input,
.systems-page input[type="password"] {
  width: 100%!important;
  display: block;
  max-width: 500px;
  border: solid 2px #0c2136;
  padding: 0 13px;
  outline: none;
  font: normal 21px/28px 'Calibre-Medium';
  height: 56px;
  margin-top: 20px;
  margin-bottom: 20px;
  color:#000000;
}
.systems-page input[type="password"] {
  height: 56px!important;
  margin-top: 20px!important;
}
ul.hs-error-msgs {
  margin: 0 0 20px;
  padding: 0!important;
  list-style: none;
}
ul.hs-error-msgs li label {
  font: normal 14px/18px 'Lato', sans-serif;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  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: #bfbfbf;
}

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

.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 {
}
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 {
}

.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;
}

.field {
  margin-bottom: 18px;
}

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

.hs-form-required {
  color: red;
}

.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;
}
.comment-date {
  display: block !important;
}
.blog-comments form, .body-container-wrapper form {
  max-width: 500px;
}
.systems-page input[type="password"] {
  margin-bottom: 20px;
}
.systems-page .success {
  min-width: 1px!important;
  max-width: 500px;
  width: 100%!important;
}
@media (max-width: 767px) {
  #email-prefs-form .page-header h1 {
    font-size: 30px;
  }
  .blog-comments form, .body-container-wrapper form,
  .hs-input,
  .systems-page input[type="password"]{
    max-width: 100%;
  }
  .systems-page .success {
    min-width: 1px!important;
    max-width: 100%;
    width: 100%!important;
  }
  #email-prefs-form .page-header h2,
  #hs_cos_wrapper_subscriptions_confirmation .page-header h2 {
    font-size: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.dropdown.gerrnbg {
  /*display: none !important;*/
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: underline !important;
}

.hs-cta-wrapper .cta_button {
  background-color: rgb(26, 186, 113);
  color: rgba(44, 46, 58, 1.0);
}

.hs-cta-wrapper .cta_button:hover {
  background-color: rgb(35, 202, 122);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size:0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.table td,.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table .table {
  background-color: #fff
}

.table-sm td,.table-sm th {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
  border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
  background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
  background-color: #b8daff
}

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
  background-color: #dddfe2
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
  background-color: #cfd2d6
}

.table-success,.table-success>td,.table-success>th {
  background-color: #c3e6cb
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
  background-color: #bee5eb
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
  background-color: #ffeeba
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
  background-color: #f5c6cb
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
  background-color: #fdfdfe
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
  background-color: #c6c8ca
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th {
  background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
  background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #212529
}

.table-dark td,.table-dark th,.table-dark thead th {
  border-color: #32383e
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255,255,255,.075)
}

@media (max-width: 575.99px) {
  .table-responsive-sm {
    display:block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width: 767.99px) {
  .table-responsive-md {
    display:block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width: 991.99px) {
  .table-responsive-lg {
    display:block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width: 1199.99px) {
  .table-responsive-xl {
    display:block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1
}

.form-control:disabled,.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file,.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px)
}

.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px)
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
  color: #868e96
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40,167,69,.8);
  border-radius: .2rem
}

.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
  border-color: #28a745
}

.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
  display: block
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
  background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before {
  border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip {
  display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220,53,69,.8);
  border-radius: .2rem
}

.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
  border-color: #dc3545
}

.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
  display: block
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before {
  background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before {
  border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip {
  display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width: 576px) {
  .form-inline label {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:focus,.btn:hover {
  text-decoration: none
}

.btn.focus,.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
  opacity: .65
}

.btn:not([disabled]):not(.disabled) {
  cursor: pointer
}

.btn:not([disabled]):not(.disabled).active,.btn:not([disabled]):not(.disabled):active {
  background-image: none
}

a.btn.disabled,fieldset[disabled] a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not([disabled]):not(.disabled).active,.btn-primary:not([disabled]):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not([disabled]):not(.disabled).active:focus,.btn-primary:not([disabled]):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d
}

.btn-secondary.focus,.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(134,142,150,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96
}

.btn-secondary:not([disabled]):not(.disabled).active,.btn-secondary:not([disabled]):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76
}

.btn-secondary:not([disabled]):not(.disabled).active:focus,.btn-secondary:not([disabled]):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(134,142,150,.5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-success.disabled,.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not([disabled]):not(.disabled).active,.btn-success:not([disabled]):not(.disabled):active,.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not([disabled]):not(.disabled).active:focus,.btn-success:not([disabled]):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-info.disabled,.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not([disabled]):not(.disabled).active,.btn-info:not([disabled]):not(.disabled):active,.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not([disabled]):not(.disabled).active:focus,.btn-info:not([disabled]):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled).active,.btn-warning:not([disabled]):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not([disabled]):not(.disabled).active:focus,.btn-warning:not([disabled]):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not([disabled]):not(.disabled).active,.btn-danger:not([disabled]):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not([disabled]):not(.disabled).active:focus,.btn-danger:not([disabled]):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-light.disabled,.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled).active,.btn-light:not([disabled]):not(.disabled):active,.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not([disabled]):not(.disabled).active:focus,.btn-light:not([disabled]):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled).active,.btn-dark:not([disabled]):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not([disabled]):not(.disabled).active:focus,.btn-dark:not([disabled]):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,.btn-outline-primary:not([disabled]):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(134,142,150,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,.btn-outline-secondary:not([disabled]):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 .2rem rgba(134,142,150,.5)
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,.btn-outline-success:not([disabled]):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,.btn-outline-info:not([disabled]):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,.btn-outline-warning:not([disabled]):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,.btn-outline-danger:not([disabled]):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,.btn-outline-light:not([disabled]):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,.btn-outline-dark:not([disabled]):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
  color: #212529;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent
}

.btn-link.focus,.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none
}

.btn-link.disabled,.btn-link:disabled {
  color: #868e96
}

.btn-group-lg>.btn,.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.show {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.show {
  display: block
}

tr.collapse.show {
  display: table-row
}

tbody.collapse.show {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

.dropdown,.dropup {
  position: relative
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-toggle::after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle::after {
  display: none
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #868e96;
  white-space: nowrap
}

.btn-group,.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
  z-index: 1
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
  z-index: 1
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after {
  margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
  width: 100%
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group .custom-file,.input-group .custom-select,.input-group .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group .custom-file:focus,.input-group .custom-select:focus,.input-group .form-control:focus {
  z-index: 3
}

.input-group .custom-file+.form-control,.input-group .custom-select+.form-control,.input-group .form-control+.form-control {
  margin-left: -1px
}

.input-group .custom-select:not(:last-child),.input-group .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group .custom-select:not(:first-child),.input-group .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.input-group .custom-file:not(:last-child) .custom-file-control,.input-group .custom-file:not(:last-child) .custom-file-control::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group .custom-file:not(:first-child) .custom-file-control,.input-group .custom-file:not(:first-child) .custom-file-control::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append,.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.input-group-append .btn,.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
  color: #868e96
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef
}

.custom-control-label {
  margin-bottom: 0
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  opacity: 0
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:focus~.custom-file-control::before {
  border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #868e96
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar>.container,.navbar>.container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:not([disabled]):not(.disabled) {
  cursor: pointer
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media (max-width: 575.99px) {
  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
    padding-right:0;
    padding-left: 0
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
  }
}

@media (max-width: 767.99px) {
  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
    padding-right:0;
    padding-left: 0
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
  }
}

@media (max-width: 991.99px) {
  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
    padding-right:0;
    padding-left: 0
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
  }
}

@media (max-width: 1199.99px) {
  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
    padding-right:0;
    padding-left: 0
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%
}

.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
  color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
  color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
  color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
  color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
  color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
  color: #fff
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom {
    border-bottom-left-radius: 0
  }

  .card-group>.card:only-child {
    border-radius: .25rem
  }

  .card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count:3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #868e96;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #868e96
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:focus,.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:not([disabled]):not(.disabled) {
  cursor: pointer
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #007bff
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc
}

.badge-secondary {
  color: #fff;
  background-color: #868e96
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

.badge-success[href]:focus,.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

.badge-info[href]:focus,.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

.badge-warning[href]:focus,.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

.badge-light[href]:focus,.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width: 576px) {
  .jumbotron {
    padding:4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-primary hr {
  border-top-color: #9fcdff
}

.alert-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2
}

.alert-secondary hr {
  border-top-color: #cfd2d6
}

.alert-secondary .alert-link {
  color: #2e3133
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width .6s ease
}

.progress-bar-striped {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

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

.list-group-item:focus,.list-group-item:hover {
  z-index: 1;
  text-decoration: none
}

.list-group-item.disabled,.list-group-item:disabled {
  color: #868e96;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

a.list-group-item-primary,button.list-group-item-primary {
  color: #004085
}

a.list-group-item-primary:focus,a.list-group-item-primary:hover,button.list-group-item-primary:focus,button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff
}

a.list-group-item-primary.active,button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2
}

a.list-group-item-secondary,button.list-group-item-secondary {
  color: #464a4e
}

a.list-group-item-secondary:focus,a.list-group-item-secondary:hover,button.list-group-item-secondary:focus,button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6
}

a.list-group-item-secondary.active,button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

a.list-group-item-success,button.list-group-item-success {
  color: #155724
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb
}

a.list-group-item-success.active,button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

a.list-group-item-info,button.list-group-item-info {
  color: #0c5460
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5
}

a.list-group-item-info.active,button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

a.list-group-item-warning,button.list-group-item-warning {
  color: #856404
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1
}

a.list-group-item-warning.active,button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

a.list-group-item-danger,button.list-group-item-danger {
  color: #721c24
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7
}

a.list-group-item-danger.active,button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

a.list-group-item-light,button.list-group-item-light {
  color: #818182
}

a.list-group-item-light:focus,a.list-group-item-light:hover,button.list-group-item-light:focus,button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6
}

a.list-group-item-light.active,button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

a.list-group-item-dark,button.list-group-item-dark {
  color: #1b1e21
}

a.list-group-item-dark:focus,a.list-group-item-dark:hover,button.list-group-item-dark:focus,button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

a.list-group-item-dark.active,button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:focus,.close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.close:not([disabled]):not(.disabled) {
  cursor: pointer
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  transform: translate(0,-25%)
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0)
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2))
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
  margin-left: .25rem
}

.modal-footer>:not(:last-child) {
  margin-right: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width:500px;
    margin: 1.75rem auto
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2))
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width:800px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow::after,.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
  display: block
}

.carousel-item-next,.carousel-item-prev {
  position: absolute;
  top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform:translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

.active.carousel-item-right,.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-right,.carousel-item-next {
    -webkit-transform:translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

.active.carousel-item-left,.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-left,.carousel-item-prev {
    -webkit-transform:translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}

.carousel-control-next,.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255,255,255,.5)
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}

.carousel-indicators .active {
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

.align-baseline {
  vertical-align: baseline!important
}

.align-top {
  vertical-align: top!important
}

.align-middle {
  vertical-align: middle!important
}

.align-bottom {
  vertical-align: bottom!important
}

.align-text-bottom {
  vertical-align: text-bottom!important
}

.align-text-top {
  vertical-align: text-top!important
}

.bg-primary {
  background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
  background-color: #0062cc!important
}

.bg-secondary {
  background-color: #868e96!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
  background-color: #6c757d!important
}

.bg-success {
  background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
  background-color: #1e7e34!important
}

.bg-info {
  background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
  background-color: #117a8b!important
}

.bg-warning {
  background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
  background-color: #d39e00!important
}

.bg-danger {
  background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
  background-color: #bd2130!important
}

.bg-light {
  background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
  background-color: #dae0e5!important
}

.bg-dark {
  background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
  background-color: #1d2124!important
}

.bg-white {
  background-color: #fff!important
}

.bg-transparent {
  background-color: transparent!important
}

.border {
  border: 1px solid #e9ecef!important
}

.border-0 {
  border: 0!important
}

.border-top-0 {
  border-top: 0!important
}

.border-right-0 {
  border-right: 0!important
}

.border-bottom-0 {
  border-bottom: 0!important
}

.border-left-0 {
  border-left: 0!important
}

.border-primary {
  border-color: #007bff!important
}

.border-secondary {
  border-color: #868e96!important
}

.border-success {
  border-color: #28a745!important
}

.border-info {
  border-color: #17a2b8!important
}

.border-warning {
  border-color: #ffc107!important
}

.border-danger {
  border-color: #dc3545!important
}

.border-light {
  border-color: #f8f9fa!important
}

.border-dark {
  border-color: #343a40!important
}

.border-white {
  border-color: #fff!important
}

.rounded {
  border-radius: .25rem!important
}

.rounded-top {
  border-top-left-radius: .25rem!important;
  border-top-right-radius: .25rem!important
}

.rounded-right {
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important
}

.rounded-left {
  border-top-left-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important
}

.rounded-circle {
  border-radius: 50%!important
}

.rounded-0 {
  border-radius: 0!important
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

.d-inline-block {
  display: inline-block!important
}

.d-block {
  display: block!important
}

.d-table {
  display: table!important
}

.d-table-row {
  display: table-row!important
}

.d-table-cell {
  display: table-cell!important
}

.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}

.d-inline-flex {
  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important
}

@media (min-width: 576px) {
  .d-sm-none {
    display:none!important
  }

  .d-sm-inline {
    display: inline!important
  }

  .d-sm-inline-block {
    display: inline-block!important
  }

  .d-sm-block {
    display: block!important
  }

  .d-sm-table {
    display: table!important
  }

  .d-sm-table-row {
    display: table-row!important
  }

  .d-sm-table-cell {
    display: table-cell!important
  }

  .d-sm-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display:none!important
  }

  .d-md-inline {
    display: inline!important
  }

  .d-md-inline-block {
    display: inline-block!important
  }

  .d-md-block {
    display: block!important
  }

  .d-md-table {
    display: table!important
  }

  .d-md-table-row {
    display: table-row!important
  }

  .d-md-table-cell {
    display: table-cell!important
  }

  .d-md-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display:none!important
  }

  .d-lg-inline {
    display: inline!important
  }

  .d-lg-inline-block {
    display: inline-block!important
  }

  .d-lg-block {
    display: block!important
  }

  .d-lg-table {
    display: table!important
  }

  .d-lg-table-row {
    display: table-row!important
  }

  .d-lg-table-cell {
    display: table-cell!important
  }

  .d-lg-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display:none!important
  }

  .d-xl-inline {
    display: inline!important
  }

  .d-xl-inline-block {
    display: inline-block!important
  }

  .d-xl-block {
    display: block!important
  }

  .d-xl-table {
    display: table!important
  }

  .d-xl-table-row {
    display: table-row!important
  }

  .d-xl-table-cell {
    display: table-cell!important
  }

  .d-xl-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

.d-print-block {
  display: none!important
}

@media print {
  .d-print-block {
    display: block!important
  }
}

.d-print-inline {
  display: none!important
}

@media print {
  .d-print-inline {
    display: inline!important
  }
}

.d-print-inline-block {
  display: none!important
}

@media print {
  .d-print-inline-block {
    display: inline-block!important
  }
}

@media print {
  .d-print-none {
    display: none!important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important
}

.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important
}

.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}

.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important
}

.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important
}

.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}

.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}

.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}

.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important
}

.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important
}

.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}

.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}

.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}

.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important
}

.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important
}

.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important
}

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important
}

.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important
}

.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }

  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }

  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }

  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }

  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient:horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }

  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }

  .align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }

  .align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }

  .align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

.float-left {
  float: left!important
}

.float-right {
  float: right!important
}

.float-none {
  float: none!important
}

@media (min-width: 576px) {
  .float-sm-left {
    float:left!important
  }

  .float-sm-right {
    float: right!important
  }

  .float-sm-none {
    float: none!important
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float:left!important
  }

  .float-md-right {
    float: right!important
  }

  .float-md-none {
    float: none!important
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float:left!important
  }

  .float-lg-right {
    float: right!important
  }

  .float-lg-none {
    float: none!important
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float:left!important
  }

  .float-xl-right {
    float: right!important
  }

  .float-xl-none {
    float: none!important
  }
}

.position-static {
  position: static!important
}

.position-relative {
  position: relative!important
}

.position-absolute {
  position: absolute!important
}

.position-fixed {
  position: fixed!important
}

.position-sticky {
  position: -webkit-sticky!important;
  position: sticky!important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position:-webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none
}

.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}

.h-25 {
  height: 25%!important
}

.h-50 {
  height: 50%!important
}

.h-75 {
  height: 75%!important
}

.h-100 {
  height: 100%!important
}

.mw-100 {
  max-width: 100%!important
}

.mh-100 {
  max-height: 100%!important
}

.m-0 {
  margin: 0!important
}

.mt-0,.my-0 {
  margin-top: 0!important
}

.mr-0,.mx-0 {
  margin-right: 0!important
}

.mb-0,.my-0 {
  margin-bottom: 0!important
}

.ml-0,.mx-0 {
  margin-left: 0!important
}

.m-1 {
  margin: .25rem!important
}

.mt-1,.my-1 {
  margin-top: .25rem!important
}

.mr-1,.mx-1 {
  margin-right: .25rem!important
}

.mb-1,.my-1 {
  margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
  margin-left: .25rem!important
}

.m-2 {
  margin: .5rem!important
}

.mt-2,.my-2 {
  margin-top: .5rem!important
}

.mr-2,.mx-2 {
  margin-right: .5rem!important
}

.mb-2,.my-2 {
  margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
  margin-left: .5rem!important
}

.m-3 {
  margin: 1rem!important
}

.mt-3,.my-3 {
  margin-top: 1rem!important
}

.mr-3,.mx-3 {
  margin-right: 1rem!important
}

.mb-3,.my-3 {
  margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
  margin-left: 1rem!important
}

.m-4 {
  margin: 1.5rem!important
}

.mt-4,.my-4 {
  margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
  margin-right: 1.5rem!important
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
  margin-left: 1.5rem!important
}

.m-5 {
  margin: 3rem!important
}

.mt-5,.my-5 {
  margin-top: 3rem!important
}

.mr-5,.mx-5 {
  margin-right: 3rem!important
}

.mb-5,.my-5 {
  margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
  margin-left: 3rem!important
}

.p-0 {
  padding: 0!important
}

.pt-0,.py-0 {
  padding-top: 0!important
}

.pr-0,.px-0 {
  padding-right: 0!important
}

.pb-0,.py-0 {
  padding-bottom: 0!important
}

.pl-0,.px-0 {
  padding-left: 0!important
}

.p-1 {
  padding: .25rem!important
}

.pt-1,.py-1 {
  padding-top: .25rem!important
}

.pr-1,.px-1 {
  padding-right: .25rem!important
}

.pb-1,.py-1 {
  padding-bottom: .25rem!important
}

.pl-1,.px-1 {
  padding-left: .25rem!important
}

.p-2 {
  padding: .5rem!important
}

.pt-2,.py-2 {
  padding-top: .5rem!important
}

.pr-2,.px-2 {
  padding-right: .5rem!important
}

.pb-2,.py-2 {
  padding-bottom: .5rem!important
}

.pl-2,.px-2 {
  padding-left: .5rem!important
}

.p-3 {
  padding: 1rem!important
}

.pt-3,.py-3 {
  padding-top: 1rem!important
}

.pr-3,.px-3 {
  padding-right: 1rem!important
}

.pb-3,.py-3 {
  padding-bottom: 1rem!important
}

.pl-3,.px-3 {
  padding-left: 1rem!important
}

.p-4 {
  padding: 1.5rem!important
}

.pt-4,.py-4 {
  padding-top: 1.5rem!important
}

.pr-4,.px-4 {
  padding-right: 1.5rem!important
}

.pb-4,.py-4 {
  padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
  padding-left: 1.5rem!important
}

.p-5 {
  padding: 3rem!important
}

.pt-5,.py-5 {
  padding-top: 3rem!important
}

.pr-5,.px-5 {
  padding-right: 3rem!important
}

.pb-5,.py-5 {
  padding-bottom: 3rem!important
}

.pl-5,.px-5 {
  padding-left: 3rem!important
}

.m-auto {
  margin: auto!important
}

.mt-auto,.my-auto {
  margin-top: auto!important
}

.mr-auto,.mx-auto {
  margin-right: auto!important
}

.mb-auto,.my-auto {
  margin-bottom: auto!important
}

.ml-auto,.mx-auto {
  margin-left: auto!important
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin:0!important
  }

  .mt-sm-0,.my-sm-0 {
    margin-top: 0!important
  }

  .mr-sm-0,.mx-sm-0 {
    margin-right: 0!important
  }

  .mb-sm-0,.my-sm-0 {
    margin-bottom: 0!important
  }

  .ml-sm-0,.mx-sm-0 {
    margin-left: 0!important
  }

  .m-sm-1 {
    margin: .25rem!important
  }

  .mt-sm-1,.my-sm-1 {
    margin-top: .25rem!important
  }

  .mr-sm-1,.mx-sm-1 {
    margin-right: .25rem!important
  }

  .mb-sm-1,.my-sm-1 {
    margin-bottom: .25rem!important
  }

  .ml-sm-1,.mx-sm-1 {
    margin-left: .25rem!important
  }

  .m-sm-2 {
    margin: .5rem!important
  }

  .mt-sm-2,.my-sm-2 {
    margin-top: .5rem!important
  }

  .mr-sm-2,.mx-sm-2 {
    margin-right: .5rem!important
  }

  .mb-sm-2,.my-sm-2 {
    margin-bottom: .5rem!important
  }

  .ml-sm-2,.mx-sm-2 {
    margin-left: .5rem!important
  }

  .m-sm-3 {
    margin: 1rem!important
  }

  .mt-sm-3,.my-sm-3 {
    margin-top: 1rem!important
  }

  .mr-sm-3,.mx-sm-3 {
    margin-right: 1rem!important
  }

  .mb-sm-3,.my-sm-3 {
    margin-bottom: 1rem!important
  }

  .ml-sm-3,.mx-sm-3 {
    margin-left: 1rem!important
  }

  .m-sm-4 {
    margin: 1.5rem!important
  }

  .mt-sm-4,.my-sm-4 {
    margin-top: 1.5rem!important
  }

  .mr-sm-4,.mx-sm-4 {
    margin-right: 1.5rem!important
  }

  .mb-sm-4,.my-sm-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-sm-4,.mx-sm-4 {
    margin-left: 1.5rem!important
  }

  .m-sm-5 {
    margin: 3rem!important
  }

  .mt-sm-5,.my-sm-5 {
    margin-top: 3rem!important
  }

  .mr-sm-5,.mx-sm-5 {
    margin-right: 3rem!important
  }

  .mb-sm-5,.my-sm-5 {
    margin-bottom: 3rem!important
  }

  .ml-sm-5,.mx-sm-5 {
    margin-left: 3rem!important
  }

  .p-sm-0 {
    padding: 0!important
  }

  .pt-sm-0,.py-sm-0 {
    padding-top: 0!important
  }

  .pr-sm-0,.px-sm-0 {
    padding-right: 0!important
  }

  .pb-sm-0,.py-sm-0 {
    padding-bottom: 0!important
  }

  .pl-sm-0,.px-sm-0 {
    padding-left: 0!important
  }

  .p-sm-1 {
    padding: .25rem!important
  }

  .pt-sm-1,.py-sm-1 {
    padding-top: .25rem!important
  }

  .pr-sm-1,.px-sm-1 {
    padding-right: .25rem!important
  }

  .pb-sm-1,.py-sm-1 {
    padding-bottom: .25rem!important
  }

  .pl-sm-1,.px-sm-1 {
    padding-left: .25rem!important
  }

  .p-sm-2 {
    padding: .5rem!important
  }

  .pt-sm-2,.py-sm-2 {
    padding-top: .5rem!important
  }

  .pr-sm-2,.px-sm-2 {
    padding-right: .5rem!important
  }

  .pb-sm-2,.py-sm-2 {
    padding-bottom: .5rem!important
  }

  .pl-sm-2,.px-sm-2 {
    padding-left: .5rem!important
  }

  .p-sm-3 {
    padding: 1rem!important
  }

  .pt-sm-3,.py-sm-3 {
    padding-top: 1rem!important
  }

  .pr-sm-3,.px-sm-3 {
    padding-right: 1rem!important
  }

  .pb-sm-3,.py-sm-3 {
    padding-bottom: 1rem!important
  }

  .pl-sm-3,.px-sm-3 {
    padding-left: 1rem!important
  }

  .p-sm-4 {
    padding: 1.5rem!important
  }

  .pt-sm-4,.py-sm-4 {
    padding-top: 1.5rem!important
  }

  .pr-sm-4,.px-sm-4 {
    padding-right: 1.5rem!important
  }

  .pb-sm-4,.py-sm-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-sm-4,.px-sm-4 {
    padding-left: 1.5rem!important
  }

  .p-sm-5 {
    padding: 3rem!important
  }

  .pt-sm-5,.py-sm-5 {
    padding-top: 3rem!important
  }

  .pr-sm-5,.px-sm-5 {
    padding-right: 3rem!important
  }

  .pb-sm-5,.py-sm-5 {
    padding-bottom: 3rem!important
  }

  .pl-sm-5,.px-sm-5 {
    padding-left: 3rem!important
  }

  .m-sm-auto {
    margin: auto!important
  }

  .mt-sm-auto,.my-sm-auto {
    margin-top: auto!important
  }

  .mr-sm-auto,.mx-sm-auto {
    margin-right: auto!important
  }

  .mb-sm-auto,.my-sm-auto {
    margin-bottom: auto!important
  }

  .ml-sm-auto,.mx-sm-auto {
    margin-left: auto!important
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin:0!important
  }

  .mt-md-0,.my-md-0 {
    margin-top: 0!important
  }

  .mr-md-0,.mx-md-0 {
    margin-right: 0!important
  }

  .mb-md-0,.my-md-0 {
    margin-bottom: 0!important
  }

  .ml-md-0,.mx-md-0 {
    margin-left: 0!important
  }

  .m-md-1 {
    margin: .25rem!important
  }

  .mt-md-1,.my-md-1 {
    margin-top: .25rem!important
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .25rem!important
  }

  .mb-md-1,.my-md-1 {
    margin-bottom: .25rem!important
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .25rem!important
  }

  .m-md-2 {
    margin: .5rem!important
  }

  .mt-md-2,.my-md-2 {
    margin-top: .5rem!important
  }

  .mr-md-2,.mx-md-2 {
    margin-right: .5rem!important
  }

  .mb-md-2,.my-md-2 {
    margin-bottom: .5rem!important
  }

  .ml-md-2,.mx-md-2 {
    margin-left: .5rem!important
  }

  .m-md-3 {
    margin: 1rem!important
  }

  .mt-md-3,.my-md-3 {
    margin-top: 1rem!important
  }

  .mr-md-3,.mx-md-3 {
    margin-right: 1rem!important
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: 1rem!important
  }

  .ml-md-3,.mx-md-3 {
    margin-left: 1rem!important
  }

  .m-md-4 {
    margin: 1.5rem!important
  }

  .mt-md-4,.my-md-4 {
    margin-top: 1.5rem!important
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 1.5rem!important
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 1.5rem!important
  }

  .m-md-5 {
    margin: 3rem!important
  }

  .mt-md-5,.my-md-5 {
    margin-top: 3rem!important
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 3rem!important
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 3rem!important
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 3rem!important
  }

  .p-md-0 {
    padding: 0!important
  }

  .pt-md-0,.py-md-0 {
    padding-top: 0!important
  }

  .pr-md-0,.px-md-0 {
    padding-right: 0!important
  }

  .pb-md-0,.py-md-0 {
    padding-bottom: 0!important
  }

  .pl-md-0,.px-md-0 {
    padding-left: 0!important
  }

  .p-md-1 {
    padding: .25rem!important
  }

  .pt-md-1,.py-md-1 {
    padding-top: .25rem!important
  }

  .pr-md-1,.px-md-1 {
    padding-right: .25rem!important
  }

  .pb-md-1,.py-md-1 {
    padding-bottom: .25rem!important
  }

  .pl-md-1,.px-md-1 {
    padding-left: .25rem!important
  }

  .p-md-2 {
    padding: .5rem!important
  }

  .pt-md-2,.py-md-2 {
    padding-top: .5rem!important
  }

  .pr-md-2,.px-md-2 {
    padding-right: .5rem!important
  }

  .pb-md-2,.py-md-2 {
    padding-bottom: .5rem!important
  }

  .pl-md-2,.px-md-2 {
    padding-left: .5rem!important
  }

  .p-md-3 {
    padding: 1rem!important
  }

  .pt-md-3,.py-md-3 {
    padding-top: 1rem!important
  }

  .pr-md-3,.px-md-3 {
    padding-right: 1rem!important
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: 1rem!important
  }

  .pl-md-3,.px-md-3 {
    padding-left: 1rem!important
  }

  .p-md-4 {
    padding: 1.5rem!important
  }

  .pt-md-4,.py-md-4 {
    padding-top: 1.5rem!important
  }

  .pr-md-4,.px-md-4 {
    padding-right: 1.5rem!important
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-md-4,.px-md-4 {
    padding-left: 1.5rem!important
  }

  .p-md-5 {
    padding: 3rem!important
  }

  .pt-md-5,.py-md-5 {
    padding-top: 3rem!important
  }

  .pr-md-5,.px-md-5 {
    padding-right: 3rem!important
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 3rem!important
  }

  .pl-md-5,.px-md-5 {
    padding-left: 3rem!important
  }

  .m-md-auto {
    margin: auto!important
  }

  .mt-md-auto,.my-md-auto {
    margin-top: auto!important
  }

  .mr-md-auto,.mx-md-auto {
    margin-right: auto!important
  }

  .mb-md-auto,.my-md-auto {
    margin-bottom: auto!important
  }

  .ml-md-auto,.mx-md-auto {
    margin-left: auto!important
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin:0!important
  }

  .mt-lg-0,.my-lg-0 {
    margin-top: 0!important
  }

  .mr-lg-0,.mx-lg-0 {
    margin-right: 0!important
  }

  .mb-lg-0,.my-lg-0 {
    margin-bottom: 0!important
  }

  .ml-lg-0,.mx-lg-0 {
    margin-left: 0!important
  }

  .m-lg-1 {
    margin: .25rem!important
  }

  .mt-lg-1,.my-lg-1 {
    margin-top: .25rem!important
  }

  .mr-lg-1,.mx-lg-1 {
    margin-right: .25rem!important
  }

  .mb-lg-1,.my-lg-1 {
    margin-bottom: .25rem!important
  }

  .ml-lg-1,.mx-lg-1 {
    margin-left: .25rem!important
  }

  .m-lg-2 {
    margin: .5rem!important
  }

  .mt-lg-2,.my-lg-2 {
    margin-top: .5rem!important
  }

  .mr-lg-2,.mx-lg-2 {
    margin-right: .5rem!important
  }

  .mb-lg-2,.my-lg-2 {
    margin-bottom: .5rem!important
  }

  .ml-lg-2,.mx-lg-2 {
    margin-left: .5rem!important
  }

  .m-lg-3 {
    margin: 1rem!important
  }

  .mt-lg-3,.my-lg-3 {
    margin-top: 1rem!important
  }

  .mr-lg-3,.mx-lg-3 {
    margin-right: 1rem!important
  }

  .mb-lg-3,.my-lg-3 {
    margin-bottom: 1rem!important
  }

  .ml-lg-3,.mx-lg-3 {
    margin-left: 1rem!important
  }

  .m-lg-4 {
    margin: 1.5rem!important
  }

  .mt-lg-4,.my-lg-4 {
    margin-top: 1.5rem!important
  }

  .mr-lg-4,.mx-lg-4 {
    margin-right: 1.5rem!important
  }

  .mb-lg-4,.my-lg-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-lg-4,.mx-lg-4 {
    margin-left: 1.5rem!important
  }

  .m-lg-5 {
    margin: 3rem!important
  }

  .mt-lg-5,.my-lg-5 {
    margin-top: 3rem!important
  }

  .mr-lg-5,.mx-lg-5 {
    margin-right: 3rem!important
  }

  .mb-lg-5,.my-lg-5 {
    margin-bottom: 3rem!important
  }

  .ml-lg-5,.mx-lg-5 {
    margin-left: 3rem!important
  }

  .p-lg-0 {
    padding: 0!important
  }

  .pt-lg-0,.py-lg-0 {
    padding-top: 0!important
  }

  .pr-lg-0,.px-lg-0 {
    padding-right: 0!important
  }

  .pb-lg-0,.py-lg-0 {
    padding-bottom: 0!important
  }

  .pl-lg-0,.px-lg-0 {
    padding-left: 0!important
  }

  .p-lg-1 {
    padding: .25rem!important
  }

  .pt-lg-1,.py-lg-1 {
    padding-top: .25rem!important
  }

  .pr-lg-1,.px-lg-1 {
    padding-right: .25rem!important
  }

  .pb-lg-1,.py-lg-1 {
    padding-bottom: .25rem!important
  }

  .pl-lg-1,.px-lg-1 {
    padding-left: .25rem!important
  }

  .p-lg-2 {
    padding: .5rem!important
  }

  .pt-lg-2,.py-lg-2 {
    padding-top: .5rem!important
  }

  .pr-lg-2,.px-lg-2 {
    padding-right: .5rem!important
  }

  .pb-lg-2,.py-lg-2 {
    padding-bottom: .5rem!important
  }

  .pl-lg-2,.px-lg-2 {
    padding-left: .5rem!important
  }

  .p-lg-3 {
    padding: 1rem!important
  }

  .pt-lg-3,.py-lg-3 {
    padding-top: 1rem!important
  }

  .pr-lg-3,.px-lg-3 {
    padding-right: 1rem!important
  }

  .pb-lg-3,.py-lg-3 {
    padding-bottom: 1rem!important
  }

  .pl-lg-3,.px-lg-3 {
    padding-left: 1rem!important
  }

  .p-lg-4 {
    padding: 1.5rem!important
  }

  .pt-lg-4,.py-lg-4 {
    padding-top: 1.5rem!important
  }

  .pr-lg-4,.px-lg-4 {
    padding-right: 1.5rem!important
  }

  .pb-lg-4,.py-lg-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-lg-4,.px-lg-4 {
    padding-left: 1.5rem!important
  }

  .p-lg-5 {
    padding: 3rem!important
  }

  .pt-lg-5,.py-lg-5 {
    padding-top: 3rem!important
  }

  .pr-lg-5,.px-lg-5 {
    padding-right: 3rem!important
  }

  .pb-lg-5,.py-lg-5 {
    padding-bottom: 3rem!important
  }

  .pl-lg-5,.px-lg-5 {
    padding-left: 3rem!important
  }

  .m-lg-auto {
    margin: auto!important
  }

  .mt-lg-auto,.my-lg-auto {
    margin-top: auto!important
  }

  .mr-lg-auto,.mx-lg-auto {
    margin-right: auto!important
  }

  .mb-lg-auto,.my-lg-auto {
    margin-bottom: auto!important
  }

  .ml-lg-auto,.mx-lg-auto {
    margin-left: auto!important
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin:0!important
  }

  .mt-xl-0,.my-xl-0 {
    margin-top: 0!important
  }

  .mr-xl-0,.mx-xl-0 {
    margin-right: 0!important
  }

  .mb-xl-0,.my-xl-0 {
    margin-bottom: 0!important
  }

  .ml-xl-0,.mx-xl-0 {
    margin-left: 0!important
  }

  .m-xl-1 {
    margin: .25rem!important
  }

  .mt-xl-1,.my-xl-1 {
    margin-top: .25rem!important
  }

  .mr-xl-1,.mx-xl-1 {
    margin-right: .25rem!important
  }

  .mb-xl-1,.my-xl-1 {
    margin-bottom: .25rem!important
  }

  .ml-xl-1,.mx-xl-1 {
    margin-left: .25rem!important
  }

  .m-xl-2 {
    margin: .5rem!important
  }

  .mt-xl-2,.my-xl-2 {
    margin-top: .5rem!important
  }

  .mr-xl-2,.mx-xl-2 {
    margin-right: .5rem!important
  }

  .mb-xl-2,.my-xl-2 {
    margin-bottom: .5rem!important
  }

  .ml-xl-2,.mx-xl-2 {
    margin-left: .5rem!important
  }

  .m-xl-3 {
    margin: 1rem!important
  }

  .mt-xl-3,.my-xl-3 {
    margin-top: 1rem!important
  }

  .mr-xl-3,.mx-xl-3 {
    margin-right: 1rem!important
  }

  .mb-xl-3,.my-xl-3 {
    margin-bottom: 1rem!important
  }

  .ml-xl-3,.mx-xl-3 {
    margin-left: 1rem!important
  }

  .m-xl-4 {
    margin: 1.5rem!important
  }

  .mt-xl-4,.my-xl-4 {
    margin-top: 1.5rem!important
  }

  .mr-xl-4,.mx-xl-4 {
    margin-right: 1.5rem!important
  }

  .mb-xl-4,.my-xl-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-xl-4,.mx-xl-4 {
    margin-left: 1.5rem!important
  }

  .m-xl-5 {
    margin: 3rem!important
  }

  .mt-xl-5,.my-xl-5 {
    margin-top: 3rem!important
  }

  .mr-xl-5,.mx-xl-5 {
    margin-right: 3rem!important
  }

  .mb-xl-5,.my-xl-5 {
    margin-bottom: 3rem!important
  }

  .ml-xl-5,.mx-xl-5 {
    margin-left: 3rem!important
  }

  .p-xl-0 {
    padding: 0!important
  }

  .pt-xl-0,.py-xl-0 {
    padding-top: 0!important
  }

  .pr-xl-0,.px-xl-0 {
    padding-right: 0!important
  }

  .pb-xl-0,.py-xl-0 {
    padding-bottom: 0!important
  }

  .pl-xl-0,.px-xl-0 {
    padding-left: 0!important
  }

  .p-xl-1 {
    padding: .25rem!important
  }

  .pt-xl-1,.py-xl-1 {
    padding-top: .25rem!important
  }

  .pr-xl-1,.px-xl-1 {
    padding-right: .25rem!important
  }

  .pb-xl-1,.py-xl-1 {
    padding-bottom: .25rem!important
  }

  .pl-xl-1,.px-xl-1 {
    padding-left: .25rem!important
  }

  .p-xl-2 {
    padding: .5rem!important
  }

  .pt-xl-2,.py-xl-2 {
    padding-top: .5rem!important
  }

  .pr-xl-2,.px-xl-2 {
    padding-right: .5rem!important
  }

  .pb-xl-2,.py-xl-2 {
    padding-bottom: .5rem!important
  }

  .pl-xl-2,.px-xl-2 {
    padding-left: .5rem!important
  }

  .p-xl-3 {
    padding: 1rem!important
  }

  .pt-xl-3,.py-xl-3 {
    padding-top: 1rem!important
  }

  .pr-xl-3,.px-xl-3 {
    padding-right: 1rem!important
  }

  .pb-xl-3,.py-xl-3 {
    padding-bottom: 1rem!important
  }

  .pl-xl-3,.px-xl-3 {
    padding-left: 1rem!important
  }

  .p-xl-4 {
    padding: 1.5rem!important
  }

  .pt-xl-4,.py-xl-4 {
    padding-top: 1.5rem!important
  }

  .pr-xl-4,.px-xl-4 {
    padding-right: 1.5rem!important
  }

  .pb-xl-4,.py-xl-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-xl-4,.px-xl-4 {
    padding-left: 1.5rem!important
  }

  .p-xl-5 {
    padding: 3rem!important
  }

  .pt-xl-5,.py-xl-5 {
    padding-top: 3rem!important
  }

  .pr-xl-5,.px-xl-5 {
    padding-right: 3rem!important
  }

  .pb-xl-5,.py-xl-5 {
    padding-bottom: 3rem!important
  }

  .pl-xl-5,.px-xl-5 {
    padding-left: 3rem!important
  }

  .m-xl-auto {
    margin: auto!important
  }

  .mt-xl-auto,.my-xl-auto {
    margin-top: auto!important
  }

  .mr-xl-auto,.mx-xl-auto {
    margin-right: auto!important
  }

  .mb-xl-auto,.my-xl-auto {
    margin-bottom: auto!important
  }

  .ml-xl-auto,.mx-xl-auto {
    margin-left: auto!important
  }
}

.text-justify {
  text-align: justify!important
}

.text-nowrap {
  white-space: nowrap!important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

.text-center {
  text-align: center!important
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align:left!important
  }

  .text-sm-right {
    text-align: right!important
  }

  .text-sm-center {
    text-align: center!important
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align:left!important
  }

  .text-md-right {
    text-align: right!important
  }

  .text-md-center {
    text-align: center!important
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align:left!important
  }

  .text-lg-right {
    text-align: right!important
  }

  .text-lg-center {
    text-align: center!important
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align:left!important
  }

  .text-xl-right {
    text-align: right!important
  }

  .text-xl-center {
    text-align: center!important
  }
}

.text-lowercase {
  text-transform: lowercase!important
}

.text-uppercase {
  text-transform: uppercase!important
}

.text-capitalize {
  text-transform: capitalize!important
}

.font-weight-light {
  font-weight: 300!important
}

.font-weight-normal {
  font-weight: 400!important
}

.font-weight-bold {
  font-weight: 700!important
}

.font-italic {
  font-style: italic!important
}

.text-white {
  color: #fff!important
}

.text-primary {
  color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
  color: #0062cc!important
}

.text-secondary {
  color: #868e96!important
}

a.text-secondary:focus,a.text-secondary:hover {
  color: #6c757d!important
}

.text-success {
  color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
  color: #1e7e34!important
}

.text-info {
  color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
  color: #117a8b!important
}

.text-warning {
  color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
  color: #d39e00!important
}

.text-danger {
  color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
  color: #bd2130!important
}

.text-light {
  color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
  color: #dae0e5!important
}

.text-dark {
  color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
  color: #1d2124!important
}

.text-muted {
  color: #868e96!important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.visible {
  visibility: visible!important
}

.invisible {
  visibility: hidden!important
}

@media print {
  *,::after,::before {
    text-shadow: none!important;
    box-shadow: none!important
  }

  a,a:visited {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap!important
  }

  blockquote,pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,tr {
    page-break-inside: avoid
  }

  h2,h3,p {
    orphans: 3;
    widows: 3
  }

  h2,h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse!important
  }

  .table td,.table th {
    background-color: #fff!important
  }

  .table-bordered td,.table-bordered th {
    border: 1px solid #ddd!important
  }
}


input[type="text"]::-webkit-placeholder {
  opacity: 1;
}

input[type="text"]::-moz-placeholder {
  opacity: 1;
}

input[type="password"]::-webkit-placeholder {
  opacity: 1;
}

input[type="password"]::-moz-placeholder {
  opacity: 1;
}

input[type="search"]::-webkit-placeholder {
  opacity: 1;
}

input[type="search"]::-moz-placeholder {
  opacity: 1;
}

input[type="email"]::-webkit-placeholder {
  opacity: 1;
}

input[type="email"]::-moz-placeholder {
  opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
  opacity: 1;
}

input[type="tel"]::-moz-placeholder {
  opacity: 1;
}

input[type="date"]::-webkit-placeholder {
  opacity: 1;
}

input[type="date"]::-moz-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea::-webkit-placeholder {
  opacity: 1;
}

a:hover {
  outline: none !important;
  text-decoration: none;
}

a:active {
  outline: none !important;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

.wrapper {
  width: 100%;
}

.panel-default > .panel-heading {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
}

.panel-default {
  border-radius: 0px !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
}

a:hover, a:focus {
  text-decoration: inherit !important;
}

.officeSearchMobile {
  display: none;
}

/*header*/
.header_sec {
  width: 100%;
  float: left;
}

.topHeader {
  width: 100%;
  float: left;
  position: relative;
}

.topHeader:after {
  width: 30%;
  content: '';
  height: 30px;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.inntopHeader {
  width: 100%;
  float: left;
  position: relative;
  z-index: 11;
}

.inntopHeader ul {
  width: auto;
  float: right;
  background: #f0f0f0;
  height: 30px;
  overflow: hidden;
}

.inntopHeader ul li {
  float: left;
  font: normal 14px/31px 'Calibre-Medium';
  color: #000;
  padding: 0px 11px;
  background: #f0f0f0;
}

.inntopHeader ul li a {
  color: #000;
}

.inntopHeader ul li a img {
  width: 51px;
  margin-top: -4px;
  min-height: 10px;
}

.inntopHeader ul li a:hover {
  text-decoration: underline !important;
}

.inntopHeader ul li:first-child {
  background: transparent !important;
  padding-left: 0px;
  padding-right: 27px;
}

.inntopHeader ul li:first-child a {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/greenbg.png) no-repeat !important;
  background-size: 100% 100%;
  width: 125px;
  height: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 12px;
}

.inntopHeader ul li:first-child:hover {
  /*opacity:0.7;*/
}

.inntopHeader ul li:first-child a:hover {
  text-decoration: none!important;
}

.inntopHeader ul li:last-child {
  padding-right: 0px;
}

.inntopHeader ul li:last-child .searchDesk {
  width: 150px;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  float: left;
}

.inntopHeader ul li:last-child .searchDesk input[type="text"] {
  width: 80%;
  float: left;
  height: 30px;
  background: #f0f0f0;
  border: none;
  font: normal 14px/31px 'Calibre-Medium';
  color: #000;
  padding: 7px 7px 4px;
}

.inntopHeader ul li:last-child .searchDesk input[type="submit"], input.global-search-button {
  width: 20%;
  float: left;
  height: 30px;
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/search-icon.svg)#f0f0f0 no-repeat center center;
  border: none;
  cursor: pointer;
}

.global-search-image {
  width: 20px;
  padding-top: 5px;
}

.inntopHeader ul li:nth-child(2) {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/globe-icon.svg)#f0f0f0 no-repeat left top 7px;
  padding-left: 15px;
  padding-right: 21px;
}

.inntopHeader ul li:nth-child(3) {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/lock-icon.svg)#f0f0f0 no-repeat left top 8px;
  padding-left: 15px;
}

.bottomHeader {
  width: 100%;
  float: left;
  position: relative;
}

.innbottomHeader {
  width: 100%;
  float: left;
  /*position: relative;*/
}

.bottomHeader.fixed {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 0px 2px 0px #ccc;
}

.bottomHeader.fixed .nav_top .navbar-brand {
  margin-top: 0px;
}

/*menu*/
.nav_top {
  width: 100%;
  background: none !important;
  padding: 0px;
  box-shadow: inherit;
  margin: 0px;
  border: none;
  border-radius: 0px;
  min-height: inherit;
  position: inherit;
}

.nav_top .navbar-brand {
  width: auto;
  padding: 0px;
  margin: 0px;
  height: auto;
  margin-top: -30px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav_top .navbar-brand img {
  max-width: 100%;
}

.nav_top .navbar-collapse {
  padding: 0px;
  border: none;
  box-shadow: inherit;
  justify-content: flex-end !important;
}

.menu_sec {
  padding: 0px;
}

.menu_sec li {
  margin-left: 5px;
}

.menu_sec li:first-child {
  margin-left: 0px;
}

.menu_sec li a {
  padding: 30px 0;
  font: normal 16px/20px 'Calibre-Medium';
  color: #000 !important;
  text-decoration: none;
  float: left;
}

.menu_sec li a:hover {
  color: #25b86f !important;
}

.menu_sec li:hover a {
  color: #25b86f !important;
}

/*Carousel banner */
.banner_sec {
  width: 100%;
  position: relative;
  float: left;
}

.carousel-item {
  width: 100%;
  text-align: center;
}

.carousel-item img {
  width: 100%;
  object-fit: cover;
  height: 575px!important;
  position: relative;
}

.banoverlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
}

.banner_Itm_Inn {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  height: 100%;
}

/*.banner_Itm_Txt{ width: 100%; padding: 145px 0 0 0; position: relative; width:640px;}*/
.banner_Itm_Txt {
  width: 640px;
}

.banner_Itm_Txt strong, .banner_Itm_Txt h1 {
  font: normal 50px/54px 'Calibre-Medium';
  color: #fff;
}

.banner_Itm_Txt p {
  font: normal 21px/26px 'Calibre-Regular';
  color: #fff;
  padding-top: 15px;
}

.watchVideoPanel {
  width: 100%;
  float: left;
}

.videoBox {
  width: 215px;
  float: right;
  margin-top: -120px;
}

.videoboxPic {
  width: 100%;
  display: inline-block;
  position: relative;
}

.videoboxPic img {
  width: 100%;
}

.playbtn {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.playbtn img {
  width: 100%;
}

.videoBox h4 {
  font: normal 20px/22px 'Calibre-Medium';
  color: #000;
  padding: 20px 0px;
}

.contactPanel {
  width: 100%;
  float: left;
  padding-top: 15px;
}

.inncontentPanel {
  width: 100%;
  float: left;
  padding: 0px 145px;
}

.inncontentPanel h1, .inncontentPanel h2, .inncontentPanel h3, .inncontentPanel h4, .inncontentPanel h5, .inncontentPanel h6 {
  font: normal 40px/46px 'Calibre-Medium';
  color: #000;
}

.inncontentPanel h4, .inncontentPanel h5, .inncontentPanel h6 {
  font-size: 20px;
  line-height: 28px;
}

.inncontentPanel p a, .inncontentPanel li a {
  color: #25b86f !important;
}

.inncontentPanel p a:hover, .inncontentPanel li a:hover {
  opacity: 0.7;
}

.inncontentPanel p, .inncontentPanel li {
  font: normal 21px/26px 'Calibre-Regular';
  color: #000;
}

.inncontentPanel p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.inncontentPanel li {
  margin-top: 5px
}

.inncontentPanel li a {
  color: #000 !important;
}

.inncontentPanel ol {
  margin-top: 10px;
  padding-left: 20px;
}

.inncontentPanel ol li {
  list-style: decimal;
}

.inncontentPanel ol a {
  color: #000 !important;
}

.lifecyclePanel {
  width: 100%;
  float: left;
  background: #0c2136;
  margin-top: 90px;
}

.innlifecyclebox {
  width: 100%;
  float: left;
}

.lifecycletxtBox {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lifetxtbox {
  width: 555px;
  float: right;
}

.lifetxtbox h2 {
  margin-right: 20px;
}

.lifecycletxtBox h3, .lifecycletxtBox h2 {
  font: normal 40px/46px 'Calibre-Medium';
  color: #fff;
}

.lifecycletxtBox ul {
  width: 60%;
  display: inline-block;
  margin-top: 20px;
}

.lifecycletxtBox ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  font: normal 24px/27px 'Calibre-Medium';
  color: #fff;
  padding: 5px 0px;
  padding-right: 30px;
}

.lifecycletxtBox ul li a {
  color: #fff;
}

.lifecycletxtBox ul li a:hover {
  text-decoration: underline !important;
}

.lifecycletxtBox ul li:after {
  content: '';
  width: 28px;
  height: 19px;
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arrow-right-white.svg) no-repeat center center;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lifecyclepicBox {
  width: 100%;
  float: left;
}

.lifecyclepicBox img {
  width: 100%;
  height: 510px;
  object-fit: cover;
}

.locateMePanel {
  width: 100%;
  float: left;
  background: #25b86f;
  padding: 50px 0px 60px;
  position: relative;
}

.locateMePanel:after {
  width: 310px;
  height: 100%;
  content: '';
  background: url(/Frontend/Images/triangles-small-cta.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain !important;
}

.innlocateMePanel {
  width: 100%;
  float: left;
}

.innlocateMePanel h2 {
  font: normal 40px/46px 'Calibre-Medium';
  color: #fff;
  position: relative;
  /*padding-left: 35px;*/
}

/*.innlocateMePanel h2:before{ content:''; width:24px; height:29px; background:url(/Frontend/Images/office-icon.svg) no-repeat center center; position: absolute; left:0; top:8px;  }*/
.innlocateMePanel p {
  font: normal 21px/26px 'Calibre-Medium';
  color: #fff;
  padding-top: 15px;
  padding-right: 40px;
}

.locationSrch {
  width: 100%;
  float: left;
  margin-top: 25px;
  position: relative;
}

.locationSrch form {
  width: 650px;
}

.locationSrch input[type="text"] {
  width: 80%;
  float: left;
  height: 50px;
  border: 2px solid #fff;
  background: transparent;
  font: normal 18px/26px 'Calibre-Medium';
  color: #fff;
  padding-left: 15px;
}

.locationSrch input[type="text"]::placeholder {
  color: #fff;
  opacity: 1;
}

.locationSrch input[type="submit"] {
  width: 50px;
  height: 50px;
  float: left;
  border: 2px solid #fff;
  background: url(/Frontend/Images/green-search-icon.svg)#fff no-repeat center center;
  cursor: pointer;
}

.locationSrch input[type="text"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

.browsebtn {
  font: normal 21px/26px 'Calibre-Medium';
  color: #fff;
  text-decoration: underline !important;
  margin-top: 15px;
  display: inline-block;
}

.browsebtn:hover {
  text-decoration: underline !important;
}

.locateMe {
  width: auto;
  font: normal 18px/24px 'Calibre-Medium';
  color: #fff;
  background: url(/Frontend/Images/locate-icon.svg) no-repeat left center;
  padding-left: 32px;
  position: absolute;
  right: 400px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

a.locateMe {
  color: #fff!important;
  cursor: pointer;
}

.contactPanel2 {
  padding: 100px 0px;
  position: relative;
}

.contactPanel2:before {
  width: 550px;
  height: 100%;
  content: '';
  background: url(/Frontend/Images/triangles-bg.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% auto !important;
  background-position: left top;
}

.contactPanel2 .inncontentPanel {
  padding: 0px;
}

.learnMore {
  background: #25b86f;
  height: 40px;
  width: 140px;
  text-align: center;
  display: inline-block;
  font: normal 16px/40px 'Calibre-Medium';
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff!important;
}

.learnMore:hover {
  background: #0c2136;
  color: #fff;
}

.coltentPic {
  width: 100%;
  display: inline-block;
}

.coltentPic img {
  width: 100%;
}

.reviewSec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0px 0px;
  background: #fff;
}

.reviewSec img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.innreviewPanel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.innreviewBox {
  width: 540px;
  background: #25b86f;
  padding: 70px;
}

.innreviewBox p {
  font: normal 28px/32px 'Calibre-Regular';
  color: #fff;
}

.innreviewBox p strong {
  position: relative;
  padding-left: 15px;
}

.innreviewBox p img {
  width: 60px;
  height: 45px !important;
  background-size: contain !important;
  margin-top: -15px;
}

.innreviewBox em {
  font: normal 21px/26px 'Calibre-Medium';
  color: #fff;
  margin-top: 30px;
  display: inline-block;
}

.clientStory {
  color: #0c2136;
  font: normal 21px/26px 'Calibre-Medium';
  display: block;
  margin-top: 15px;
}

.clientStory b {
  font-weight: normal;
  position: relative;
}

.clientStory:hover b {
  /*text-decoration: underline!important;*/
  /*color:#0c2136*/
}

.clientStory b:after {
  width: 28px;
  height: 19px;
  background: url(/Frontend/Images/arrow-right-blue.svg) no-repeat center center;
  position: absolute;
  right: -40px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.relatedNewsSec {
  width: 100%;
  float: left;
  background: #fff;
  padding: 90px 0px;
}

.innrelatedNews {
  width: 100%;
  float: left;
}

.innrelatedNews h2 {
  font: normal 40px/46px 'Calibre-Medium';
  color: #000;
  float: left;
}

.viewMore {
  width: auto;
  float: right;
  color: #25b86f;
  font: normal 21px/26px 'Calibre-Medium';
  padding-right: 40px;
  margin-top: 12px;
}

.viewMore:hover em {
  text-decoration: underline;
}

.viewMore em {
  position: relative;
  font-style: inherit;
}

.viewMore em:after {
  width: 28px;
  height: 19px;
  background: url(/Frontend/Images/arrow-right-green.svg) no-repeat center center;
  position: absolute;
  right: -40px;
  top: 41%;
  content: '';
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.innrelatedboxes {
  width: 100%;
  display: inline-block;
}

.relatedLt {
  width: 100%;
  float: left;
}

.relatedBox {
  width: 100%;
  display: inline-block;
  background: #f2f2f2;
  padding: 20px;
  margin-top: 30px;
  min-height: 185px;
  padding-top: 28px;
  padding-left: 35px;
  padding-right: 35px;
}

.relatedBox h4 {
  color: #000;
  font: normal 24px/27px 'Calibre-Medium';
}

.relatedBox h4 a {
  border-bottom: 1px solid transparent;
  color: #000 !important;
}

.relatedBox h4 a:hover {
  border-bottom: 1px solid #000;
  color: #000 !important;
}

.relatedBox em {
  font: normal 16px/20px 'Calibre-Regular';
  color: 000;
  margin-top: 15px;
  position: absolute;
  bottom: 25px;
  padding-right: 40px;
}

.relatedBox em b {
  color: #3b74b4;
  font-weight: normal;
  padding-left: 10px;
}

.relatedBox em b a {
  color: #3b74b4 !important;
  border-bottom: 1px solid transparent;
}

.relatedBox em b a:hover {
  border-bottom: 1px solid #3b74b4;
}

.relatedRt {
  width: 100%;
  float: left;
  background: #0c2136;
  padding: 25px;
  margin-top: 30px;
}

.relatedRt h4 {
  font: normal 32px/36px 'Calibre-Medium';
  color: #fff;
}

.relatedRt .media {
  width: 100%;
  margin-top: 23px;
}

.relatedRt .media .media-body p {
  font: normal 24px/27px 'Calibre-Medium';
  color: #fff;
}

.relatedRt .media .media-body p a {
  color: #fff;
}

.relatedRt .media .media-body p a:hover {
  text-decoration: underline !important;
}

.signupLine {
  width: 100%;
  display: inline-block;
}

.signupLine p {
  color: #47c077;
  font: normal 24px/27px 'Calibre-Medium';
  position: relative;
  padding-left: 35px;
  margin-top: 15px;
}

.signupLine p a {
  margin-left: 15px;
}

.signupLine p:before {
  width: 25px;
  height: 30px;
  background: url(/Frontend/Images/icon2.png) no-repeat center center;
  content: '';
  position: absolute;
  left: 0;
  top: 23px;
}

.getinTouch {
  width: 100%;
  float: left;
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/triangles.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 0px;
  line-height: 18px;
}

.inngetinTouch {
  width: 100%;
  display: inline-block;
}

.getinTouchLt {
  width: 100%;
  display: inline-block;
}

.getinTouchLt h2 {
  font: normal 40px/46px 'Calibre-Medium';
  color: #fff;
  margin:0;
}

.getinTouchLt p {
  padding: 0px;
  margin: 0px;
  font: normal 21px/26px 'Calibre-Regular';
  color: #fff;
  margin-top: 20px;
}

.getinTouchLt ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  margin-top: 15px;
  display: inline-block;
}

.getinTouchLt ul li {
  display: inline-block;
  font: normal 28px/36px 'Calibre-Regular';
  color: #fff;
  position: relative;
  padding: 0px 40px;
  font-weight: 600;
  letter-spacing: 1.14px;
}

.getinTouchLt ul li:nth-child(1) {
  padding-left: 30px;
}

.getinTouchLt ul li a {
  color: #fff;
}

.getinTouchLt ul li a:hover {
  text-decoration: underline !important;
}

.getinTouchLt ul li:nth-child(1):before {
  width: 20px;
  height: 20px;
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/phone-icon-white.svg) no-repeat center center;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
}

.getinTouchLt ul li:nth-child(2):before {
  width: 30px;
  height: 21px;
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/mail-icon-white.svg) no-repeat center center;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
}

.getinTouchRt {
  width: 100%;
  display: inline-block;
  text-align: center;
  min-height: 165px;
  position: relative;
}

.getinTouchRt .callback {
  font: normal 16px/40px 'Calibre-Medium';
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  display: inline-block;
  width: 80%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.getinTouchRt .callback:hover {
  background: #fff;
  color: #3c7abe;
}

.footerSec {
  width: 100%;
  float: left;
  background: #0c2136;
}

.innfooterSec {
  width: 100%;
  float: left;
  padding: 45px 0px;
}

.footerBox {
  width: 100%;
  display: inline-block;
}

.footerBox h4 {
  font: normal 24px/27px 'Calibre-Medium';
  color: #fff;
}

.footerBox ul {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.footerBox ul li {
  width: 100%;
  display: inline-block;
  font: normal 16px/24px 'Calibre-Regular';
  color: #fff;
  padding: 2px 0px;
}

.footerBox ul li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footerBox ul li:hover a {
  color: #5d91cb;
}

.socialLink ul li {
  width: auto;
  padding-right: 10px;
}

.innbottomfooter {
  width: 100%;
  display: inline-block;
  padding-bottom: 25px;
}

.innbottomfooter p {
  font: normal 16px/24px 'Calibre-Regular';
  color: #fff;
}

.innbottomfooter p a {
  text-transform: uppercase;
  color: #47c077;
}

/*search*/
.search {
  width: auto;
  position: absolute;
  right: 60px;
  top: 8px;
  z-index: 99;
  cursor: pointer;
  display: none;
}

.searh_bx input[type="text"] {
  width: 25px;
  height: 30px;
  background: url(/Frontend/Images/srchglass.png) no-repeat right center ;
  border: none;
  font-size: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-size: 20px !important;
}

.searh_bx input[type="text"]:focus {
  width: 200px;
  font: normal 12px/13px 'Calibre-Regular';
  color: #34495e;
  background-color: #fff !important;
  padding: 0 14px;
  cursor: text;
  background-position: 98% center;
  padding-right: 40px;
  background-image: url(/Frontend/Images/srchglass.png);
  border: 1px solid #b5beca;
}

/*end search*/
/*aboutUs Page*/
.aboutContentSec {
  width: 100%;
  float: left;
}

.innaboutContentSec {
  width: 100%;
  float: left;
  padding: 90px 0px;
}

.abtcontentBox {
  width: 100%;
  display: inline-block;
  padding-right: 60px;
  padding-top: 25px
}

.abtcontentBox.card {
  padding-right: unset;
  padding-top: unset;
}

.abtcontentBox h1, .abtcontentBox h2 {
  font: normal 40px/46px 'Calibre-Medium';
  color: #000;
}

.abtcontentBox h2, .abtcontentBox h3, .abtcontentBox h4, .abtcontentBox h5 {
  margin-bottom: 10px;
}

.abtcontentBox p {
  font: normal 21px/26px 'Calibre-Regular';
  color: #000;
  padding-bottom: 15px;
}

.abtcontentPic {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.abtcontentPic img {
  width: 100%;
}

.innaboutContentSec .row.reverse {
  flex-direction: row-reverse;
  /*margin-top:75px;*/
}

/*.innaboutContentSec .row:nth-child(2) .abtcontentBox{ padding-left:60px; padding-right:0px;}*/
.innaboutContentSec .row {
  padding-bottom: 60px;
}

.innaboutContentSec .row:last-child {
  padding-bottom: 0px;
}

.apartSec {
  width: 100%;
  float: left;
  background: #f2f2f2;
  padding: 60px 0px;
}

.innapartSec {
  width: 100%;
  float: left;
}

.innapartSec h2 {
  font: normal 40px/46px 'Calibre-Medium';
  color: #000;
}

.innapartSec p {
  font: normal 21px/26px 'Calibre-Regular';
  color: #000;
  padding-top: 15px;
  padding-right: 250px;
}

.innapartSec ul {
  width: 100%;
  display: inline-block;
  font-size: 0px;
  margin-top: 30px;
}

.innapartSec ul li {
  display: inline-block;
  width: auto;
  font: normal 32px/36px 'Calibre-Medium';
  color: #000;
  padding: 0px 60px;
  position: relative;
}

.innapartSec ul li a {
  color: #000 !important;
}

.innapartSec ul li:hover h4 a {
  border-bottom: 1px solid #000;
}

.innapartSec ul li:first-child {
  padding-left: 0px;
}

.innapartSec ul li .media {
  align-items: center;
}

.innapartSec ul li:after {
  content: '';
  width: 28px;
  height: 19px;
  background: url(/Frontend/Images/arrow-right-blue.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.counterSec {
  width: 100%;
  float: left;
  padding: 50px 0px;
  background: url(/Frontend/Images/triangles-bg11.png) #8d3f76 repeat-x;
  background-size: 100%;
}

.inncounterSec {
  width: 100%;
  display: inline-block;
}

.counterBox {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.counterBox strong, .counterBox h3 {
  font: normal 75px/85px 'Calibre-Medium';
  color: #fff;
}

.counterBox p {
  font: normal 21px/26px 'Calibre-Regular';
  color: #fff;
  padding-top: 15px;
}

.azetsFamilyBoxes {
  width: 100%;
  float: left;
  padding: 90px 0px;
}

.azetsFamilyBoxes .inncontentPanel {
  text-align: center;
}

.innazetsFamilyBoxes {
  width: 100%;
  float: left;
  margin-top: 75px;
}

.falimyBox {
  width: 100%;
  display: inline-block;
  padding: 0px 75px;
}

.familyBoxPic {
  width: 100%;
  display: inline-block;
}

.familyBoxPic img {
  width: 100%;
  display: inline-block;
}

.familyBoxtxt {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.familyBoxtxt h3 {
  font: normal 32px/36px 'Calibre-Medium';
  color: #000;
  padding-top: 25px;
}

.familyBoxtxt p {
  font: normal 21px/26px 'Calibre-Regular';
  color: #000;
  padding-top: 15px;
}

.reviewSec.abtpagereview img {
  height: 550px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: none;
}

.abtrelaternews .owl-prev {
  width: 28px;
  height: 19px;
  background: url(/Frontend/Images/arrow-right-blue.svg) no-repeat center center !important;
  text-indent: -9999px;
  float: right;
}

.abtrelaternews .owl-next {
  width: 28px;
  height: 19px;
  background: url(/Frontend/Images/arrow-left-blue.svg) no-repeat center center !important;
  text-indent: -9999px;
  float: right;
  margin-right: 10px;
}

.abtrelaternews .owl-dots {
  display: none;
}

.abtrelaternews .owl-nav {
  margin-top: 35px;
}

.abtrelaternews .innrelatedboxes .item {
  padding: 0px 15px;
}

.abtrelaternews .innrelatedboxes .item:first-child {
  padding-left: 0px !important;
}

.combinepanel {
  width: 100%;
  float: left;
}

.inncombinepanel {
  width: 100%;
  float: left;
}

.inncombinepanel .locateMePanel {
  /*padding: 75px 0px;*/
  background: #25b86f;
  min-height: 379px;
}

.inncombinepanel .innlocateMePanel {
  width: 823px;
  float: right;
}

.inncombinepanel .locateMePanel:after {
  display: none;
}

.inncombinepanel .locationSrch form {
  width: 420px;
}

.inncombinepanel .locateMe {
  right: 125px;
}

.combinepanel .getinTouchRt {
  min-height: inherit;
  margin-top: 15px;
}

.combinepanel .getinTouch {
  padding: 50.5px 0px;
  min-height: 379px;
  background: #3b74b4;
  position: relative;
}

.combinepanel .getinTouch:after {
  content: '';
  width: 170px;
  height: 245px;
  background: url(/Frontend/Images/design.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.inncombinepanel .inngetinTouch {
  width: 332px;
  float: left;
  padding-left: 25px;
}

.combinepanel .getinTouchRt .callback {
  position: inherit;
  left: inherit;
  top: inherit;
  transform: translate(0%,0%);
  -moz-transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  width: 100%;
}

/*caseStudies start*/
/*Banner start*/
.casestudiesBR .carousel-item:before {
  right: 0;
  left: 0;
  margin: 0 auto;
  top: inherit;
  bottom: 0;
  transform: rotateX(180deg);
}

.casestudiesBR .carousel-item:after {
  width: 257px;
  height: 369px;
  right: 0;
  top: 0;
  left: inherit;
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/hero-1-triangles.png) no-repeat right;
  background-size: cover!important;
}

/*filterBy*/
.filterBy {
  width: 100%;
  padding: 55px 0 62px;
  background-color: #f2f2f2;
  text-align: center;
  float: left;
}

.filterBy select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 2px solid #0c2136;
  -webkit-appearance: none;
  -moz-appearance: none;
  font: normal 19px/45px 'Calibre-Medium';
}

.filterBy select.tinynav {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arr.png) no-repeat right 10px center;
}

.filterBy select.tinynav:focus {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arr.png) no-repeat right 10px center;
}

.filterBy b {
  display: block;
  font: normal 30px/50px 'Calibre-Medium';
}

/*caseStudies Body*/
.casestudiesBody {
  width: 100%;
  padding: 100px 0 100px 0;
  float: left;
}

.newsBody {
  padding-top: 25px;
}

.casetext {
  width: 100%;
  padding-top: 20px;
}

.casestudiesBody .row .col-md-6:nth-of-type(odd) {
  padding-right: 30px;
}

.casestudiesBody .row .col-md-6:nth-of-type(even) {
  padding-left: 30px;
}

.caseBodyBox {
  width: 100%;
  margin-top: 60px;
}

.caseBodyImg {
  width: 100%;
}

.caseBodyImg img {
  width: 100%;
}

.casetext h5, .casetext h3 {
  font: normal 32px/36px 'Calibre-Medium';
}

.casetext h5 a, .casetext h3 a {
  color: #000;
}

.casetext h5 a:hover, .casetext h3 a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.casetext p {
  font: normal 21px/24px 'Calibre-Regular';
  margin-top: 20px;
}

/*caseStudies end*/
/*case study start*/
.casestudyBody {
  width: 100%;
  float: left;
  padding: 60px 0;
}

.greenBox {
  width: 100%;
  float: left;
  padding: 0 145px;
  padding-top: 40px;
}

.casestudyBody .innreviewBox {
  width: 100%;
  float: left;
  padding: 54px 98px 49px 66px;
}

.greenBox .innreviewBox p {
  font: normal 32px/36px 'Calibre-Medium';
}

.headingThee {
  padding-top: 40px;
}

.casestudyBody .inncontentPanel h4, .casestudyBody .inncontentPanel h3 {
  font: normal 32px/36px 'Calibre-Medium';
}

.casestudyBody .inncontentPanel ul, .rte ul {
  padding-top: 15px;
  padding-bottom: 15px !important;
}

.casestudyBody .inncontentPanel ul li, .rte ul li {
  font: normal 21px/24px 'Calibre-Regular';
  padding-left: 28px;
  padding-bottom: 8px;
  position: relative;
}

.casestudyBody .inncontentPanel ul li:before, .rte ul li:before {
  position: absolute;
  width: 17px;
  height: 1.5px;
  content: "";
  left: 0;
  top: 12px;
  background-color: #000;
}

.casestudyBody .clientStory {
  color: #25b86f;
}

.casestudyBody .clientStory:hover b {
  text-decoration: underline !important;
}

.casestudyTop {
  width: 100%;
  float: left;
  padding: 0px 0;
  position: relative;
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/payrollbg.png) no-repeat left top;
  background-size: auto 100%;
}

.casestudyInn {
  padding: 0 145px;
}

.casestudyInn ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: inline-block;
  font-size: 0px;
}

.casestudyInn ul li {
  display: inline-block;
  width: 33.33%;
  padding: 50px 0px;
}

/*.casestudyTop:before{position: absolute; content: "";width: 740px; height: 200px;top: 0;left: 0; background: url(/Frontend/Images/triangle-2.png) no-repeat left;background-size: 640px; }*/
.casestudyTop p {
  font: normal 21px/24px 'Calibre-Regular';
  margin:0;
  padding:0;
}

.casestudyTop b {
  font: normal 32px/36px 'Calibre-Medium';
  display: block;
  text-transform: capitalize;
}

.casestudyBody .clientStory b:after {
  background: url(/Frontend/Images/arrow-right-green.svg) no-repeat center center;
}

.casetext h4, .casetext h3 {
  font: normal 32px/36px 'Calibre-Medium';
}

.youMight .innrelatedNews h2 {
  text-align: center;
  width: 100%;
}

.innyouMight {
  width: 100%;
  float: left;
}

/*case study end*/
/*banner*/
.careerBnner .carousel-item:before {
  right: 25%;
  top: 0;
}

.careerBnner .carousel-item:after {
  width: 250px;
  height: 550px;
  right: 0;
  top: 0;
  left: inherit;
  background: url(/Frontend/Images/) no-repeat right;
  background-size: cover!important;
}

/*career start*/
.careerBox {
  background-color: #f2f2f2;
}

/*career sec*/
.careerSec .container .row:nth-of-type {
  flex-direction: row-reverse;
}

/*bottomBG*/
.bottomBG {
  width: 100%;
  background-size: cover;
  background: url(/Frontend/Images/bottomCareerbg.jpg) no-repeat center;
  background-size: cover;
  float: left;
  height: 584px;
}

/*careee end*/
/*experiencedHire start*/
.exprienceSec .learnMore {
  width: 255px;
}

.collaborative .counterBox strong, .collaborative .counterBox h3 {
  font: normal 32px/36px 'Calibre-Medium';
}

.exprienceSec .abtcontentPic img {
  width: 100%;
}

/*vaccine*/
.vaccine {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 0 90px;
}

.vaccineInner {
  width: 100%;
  border: 4px solid #8d3f76;
  height: 358px;
  display: flex;
  align-items: center;
  justify-content: center
}

.vaccineInner strong {
  font: normal 32px/36px 'Calibre-Medium';
  color: #8d3f76;
}

/*experiencedHire end*/
/*life at azets start*/
/*banner*/
.lifeBnner .carousel-item:before {
  right: 90px;
}

/*explore*/
.explore {
  width: 100%;
  float: left;
  padding: 90px 0;
  background-color: #f2f2f2;
}

.exploreInner {
  width: 100%;
  float: left;
}

.explore .inncontentPanel {
  padding: 0;
}

.mediaLeft img {
  max-width: 100%;
}

.exploreInner .media-body a {
  width: 100%;
  background: url(/Frontend/Images/arrow-right-blue.svg) no-repeat right 16px center;
  font: normal 32px/36px 'Calibre-Medium';
  color: #000;
  display: inline-block;
  padding: 0 50px 0 30px;
}

.exploreInner .media {
  margin-top: 50px;
  align-items: center;
}

/*vaccin*/
.explVC {
  padding-top: 90px;
}

.banoverpic {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 100%;
  object-fit: inherit !important;
  height: auto !important;
}

.homebanner .carousel-item::before, .homebanner .carousel-item::after {
  display: none;
}

/*menu*/
.menu_sec li.dropdown {
  position: inherit;
  border-bottom: 4px solid white;
}
.menu_sec > li.dropdown > a:first-child:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/ArrowDown.svg) no-repeat right 0px center;
}
.menu_sec > li.dropdown:hover > a:first-child:after {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/ArrowUp.svg) no-repeat right 0px center;
}

.menu_sec > li.dropdown:hover {
  background-color: #ECECF0;
  border-bottom: 4px solid #26CF7C;
}

.menu_sec > li.dropdown {
  padding-left: 10px;
  padding-right: 30px;
}

.menu_sec li.dropdown .dropdown-menu {
  width: 100% !important;
}

.menu_sec li.dropdown .dropdown-menu .row {
  margin: 0px;
}

.menu_sec li.dropdown .dropdown-menu .col-md-6 {
  padding: 0px;
}

.menu_sec li.dropdown .menuleft {
  background: #0c2136;
  width: 100%;
}

.menu_sec li.dropdown .menuright {
  background: #fff;
  width: 100%;
}

.menu_sec li.dropdown .menuright {
  padding: 95px 50px 70px;
  height: 100%;
}

.menu_sec li.dropdown .menuleft {
  padding: 60px 0px 0px 50px;
  height: 100%;
}

.innmenuleft {
  width: 555px;
  float: right;
  padding-right: 50px;
}

.menu_sec li.dropdown .menuleft ul {
  margin-bottom: 75px;
}

.dropdown-menu {
  padding: 0px !important;
}

.menuleft h4, .menuleft h4.heading-link a {
  color: #fff;
  margin:0;
  font: normal 40px/45px 'Calibre-Medium';
  padding-top: 35px;
}

.menuleft h4.heading-link a {
  color: #fff !important;
  font: normal 40px/45px 'Calibre-Medium';
  float: unset;
  padding: 0px;
  margin: 0px
}

.menuleft h4.heading-link a:hover {
  text-decoration: underline!important;
}

.menuleft ul li {
  width: 100%;
  display: inline-block;
  color: #fff;
  font: normal 24px/26px 'Calibre-Medium';
  margin: 0px !important;
  margin-bottom: -1px!important;
}

.menu_sec li .menuleft ul li a {
  width: 100%;
  display: inline-block;
  padding: 4px 0 !important;
  color: #fff !important;
  font: normal 24px/28px 'Calibre-Medium' !important;
}

.menuleft ul {
  margin-top: 18px;
}

.menuright .picbox {
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
}

.menuright .picbox .pic {
  width: 100%;
}

.menuright .picbox .pic img {
  max-width: 100%;
}

.menuright .picbox p {
  color: #2C2E3A;
  font: normal 24px/26px 'Calibre-Medium';
  padding: 0;
}

.menuright .picbox .text {
  width: 100%;
  padding: 20px 0;
}

.redmor {
  color: #fff !important;
  position: relative;
  font: normal 21px/26px 'Calibre-Medium' !important;
}

.redmor b:after {
  content: '';
  width: 28px;
  height: 19px;
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arrow-right-blue.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.redmor b {
  display: inline-block;
  padding-right: 36px;
}

.menu_sec li a.redmor {
  color: #2C2E3A !important;
  padding: 0px !important;
}

.nav_top .dropdown.gerrnbg .dropdown-menu, .nav_top .dropdown.gerrnbg1 .dropdown-menu {
  background: #fff !important;
}

.menu_sec li .menuleft ul li a:hover {
  text-decoration: underline !important;
}

.nav_top .dropdown.gerrnbg1 .menuleft {
  background: #25b86f;
}

.menu_sec li .menuleft ul li.sumnnu a {
  padding-right: 36px;
}

.menu_sec li .menuleft ul li.sumnnu a.arrow {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arrow-right.svg) no-repeat right 15px center; 
}

.menuhovtab {
  display: none;
}

.menucontct {
  display: none;
}

.menucontct a {
  background: #25b86f;
}

.backmenu {
  display: none;
  background: #fff !important;
  padding: 19px 21px 13px;
}

.backmenu span {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arrw3r.png) no-repeat left top -2px;
  display: inline-block;
  padding-left: 40px;
  background-position: 4px 1px;
}

/*life at azets end*/
/*(04-08-2020)*/
/*career page start*/
.careerBnner .carousel-item:before {
  display: none;
}

.careerBnner .carousel-item:after {
  display: none;
}

.careerBox {
  background-color: #f2f2f2;
}

.careerBox {
  padding: 111px 0 113px;
}

.careerSec .container .row:nth-of-type {
  flex-direction: row-reverse;
}

.bottomBG {
  width: 100%;
  background-size: cover;
  background: url(/Frontend/Images/bottomCareerbg.jpg) no-repeat center;
  background-size: cover;
  float: left;
  height: 584px;
}

.careerBox .familyBoxPic img {
  width: 100%;
  object-fit: cover;
  height: 228px;
}

.careerBox .falimyBox {
  padding: 0px 69px;
}

.careerSec .learnMore, .careerBox .learnMore {
  width: 210px;
  height: 49px;
  line-height: 49px;
  margin-top: 32px;
}

.careerSec .learnMore {
  margin-top: 23px;
}

/*.careerSec .innaboutContentSec .row:nth-child(2){margin-top: 130px;}*/
/*careee page end*/
/*experiencedHire page start*/
.exprienceSec .learnMore {
  width: 255px;
  height: 49px;
  line-height: 49px;
  margin-top: 23px;
}

.collaborative .counterBox strong, .collaborative .counterBox h3 {
  font: normal 32px/36px 'Calibre-Medium';
}

.exprienceSec .abtcontentPic img {
  width: 100%;
}

.exprienceSec .abtcontentBox {
  padding-right: 58px;
}

.collapgBG {
  background: url(/Frontend/Images/collaborativebg.svg)#8d3f76 no-repeat;
  background-size: cover;
}

/*vaccine*/
.vaccine {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 0 90px;
}

.vaccineInner {
  width: 100%;
  border: 4px solid #8d3f76;
  height: 358px;
  display: flex;
  align-items: center;
  justify-content: center
}

.vaccineInner strong {
  font: normal 32px/36px 'Calibre-Medium';
  color: #8d3f76;
}

/*experiencedHire end*/
/*life at azets page start*/
/*explore*/
.explore {
  width: 100%;
  float: left;
  padding: 90px 0;
  background-color: #f2f2f2;
}

.exploreInner {
  width: 100%;
  float: left;
}

.explore .inncontentPanel {
  padding: 0;
}

.mediaLeft img {
  max-width: 100%;
}

.exploreInner .media-body a {
  width: 100%;
  background: url(/Frontend/Images/arrow-right-blue.svg) no-repeat right 16px center;
  font: normal 32px/36px 'Calibre-Medium';
  color: #000;
  display: inline-block;
  padding: 0 50px 0 30px;
}

.exploreInner .media {
  margin-top: 50px;
  align-items: center;
}

/*vaccin*/
.explVC {
  padding-top: 90px;
}

/*life at azets end*/
/*how to join start*/
.howTo {
  width: 100%;
  text-align: center;
  padding: 100px 0;
}

.howTo .exploreInner .media-body a {
  text-align: left;
  padding: 0 51px 0 15px;
  background-position: center right 30px;
}

.howtojoingBan em {
  display: inline-block;
  font: normal 32px/34px 'Calibre-Medium';
  color: #fff;
  padding-top: 30px;
}

.howtojoingBan em a {
  display: inline-block;
  color: #fff;
}

.howtojoingBan em i {
  margin-right: 10px;
}

.howtojoingBan .banner_Itm_Inn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.howtojoingBan .banner_Itm_Txt {
  padding: 20px 0!important;
}

.howtoBoxx .learnMore {
  width: 210px;
  height: 49px;
  line-height: 49px;
  margin-top: 23px;
}

/*vaccin*/
.howToVaccin {
  padding-bottom: 20px;
}

/*hiring*/
.hiring {
  width: 100%;
  padding: 0;
  float: left;
  background: url(/Frontend/Images/large-triangle.svg) no-repeat top left;
}

/*how to join end*/
/*busForSale start*/
.busForSale {
  width: 100%;
  float: left;
  padding: 20px 0 80px;
}

.busForInn {
  width: 100%;
}

.busForBox {
  width: 100%;
}

.busForBox h4, .busForBox h3 {
  font: normal 32px/36px 'Calibre-Medium';
  padding-top: 60px;
}

.busForBox h4 a, .busForBox h3 a {
  color: #25b86f;
  display: inline-block;
  min-width: 318px;
}

/*.busForBox h4 a:after {width: 28px; height: 19px;background: url(/Frontend/Images/arrow-right-green.svg) no-repeat center right;
position: absolute;right: 40%;top: 50%;content: '';transform: translateY(-50%);
-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);}*/
.busForBox p {
  font: normal 21px/26px 'Calibre-Regular';
  padding-top: 12px;
  color: #0c2136;
}

.busForBox h4 em, .busForBox h3 em {
  padding-right: 29px;
  background: url(/Frontend/Images/arrow-right-green.svg) no-repeat center right;
  background-size: 28px;
  cursor: pointer;
}

/*bus banner*/
.howToBanner .carousel-item:before {
  right: 0;
  top: inherit;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.howToBanner .carousel-item:after {
  left: inherit;
  right: 0;
  top: 0;
  bottom: inherit;
  background: url(/Frontend/Images/bandesign3.png) no-repeat;
}

/*busForSale end*/
/*financeStudies start*/
.financeStudies {
  width: 100%;
  padding: 65px 0 115px;
  float: left;
}

.financeStuInn {
  width: 100%;
}

.financeBox {
  width: 100%;
  margin-top: 55px;
}

.financeImg {
  width: 100%;
  border: 2px solid #f2f2f2;
}

.financeImg img {
  width: 100%;
}

.financeText {
  width: 100%;
}

.financeText strong, .financeText h3 {
  font: normal 32px/36px 'Calibre-Medium';
  display: block;
  margin-top: 24px;
}

.financeText strong a, .financeText h3 a {
  color: #000;
}

.financeStuInn .row .col-sm-6:nth-of-type(odd) {
  padding-right: 36px;
}

.financeStuInn .row .col-sm-6:nth-of-type(even) {
  padding-left: 36px;
}

.financeBtn {
  padding: 0 59px;
  height: 49px;
  color: #fff;
  background-color: #25b86f;
  text-align: center;
  display: grid;
  margin: 0 auto;
  margin-top: 42px;
  font: normal 16px/20px 'Calibre-Medium';
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  place-items: center;
}

.financeBtn:hover {
  background-color: #3b74b4;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*filterBy*/
.filterBy {
  width: 100%;
  padding: 55px 0 62px;
  background-color: #f2f2f2;
  text-align: center;
  float: left;
}

.filterBy select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 2px solid #0c2136;
  -webkit-appearance: none;
  -moz-appearance: none;
  font: normal 19px/45px 'Calibre-Medium';
}

.filterBy select.minimal {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arr.png) no-repeat right 10px center;
}

.filterBy select.minimal:focus {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arr.png) no-repeat right 10px center;
}

.filterBy b {
  display: block;
  font: normal 32px/50px 'Calibre-Medium';
}

/*financeStudies end*/
.banoverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
}

/*news page*/
.newsFilter .row {
  padding-right: 311px;
}

.newsBody b {
  display: inline-block;
  font: normal 16px/20px 'Calibre-Regular';
  color: #000;
  padding-top: 10px;
}

.newsBody b em {
  display: inline-block;
  padding-left: 20px;
  color: #3b74b4;
  font-family: 'Calibre-Medium';
  font-style: normal;
}

.newsBody .blogtags b em {
  padding-left: 0px;
}

.newBtn {
  width: 100%;
  text-align: center;
}

.newBtn .learnMore {
  width: 210px;
  height: 49px;
  line-height: 49px;
  margin-top: 60px;
}

.newsBody .caseBodyImg img {
  width: 100%;
  object-fit: cover;
  height: 245px;
}

/*newsitem page*/
.newsitemauthor .col-sm-6:nth-child(2) .lifetxtbox {
  background: #f2f2f2;
}

.newsitemauthor {
  width: 100%;
  display: inline-block;
}

.newsitemauthorInr {
  width: 100%;
}

.newsitemauthorBox {
  width: 100%;
  background: #0c2136;
  min-height: 482px;
}

.newsitemauthorItm {
  width: 555px;
  float: right;
  padding: 56px 0 20px;
  padding-right: 20px;
}

.newsitemauthorBoxRig {
  width: 100%;
  background: #f2f2f2;
  min-height: 482px;
}

.newsitemauthorItmRig {
  width: 555px;
  float: left;
  padding: 56px 0 20px 80px;
}

.newsitemauthorBox h2, .newsitemauthorBoxRig h2 {
  font: normal 40px/45px 'Calibre-Medium';
}

.newsitemauthorBox h2 {
  color: #fff;
}

.newsitemauthorBoxRig h2 {
  color: #000;
}

.authorMedia {
  width: 100%;
  padding-top: 35px;
}

.authorMedia img {
  width: 81px;
  height: 81px;
  object-fit: cover;
  margin-right: 22px;
}

.authorMedia h3 {
  font: normal 32px/35px 'Calibre-Medium';
  color: #fff;
}

.authorMedia b {
  display: inline-block;
  font: normal 21px/28px 'Calibre-Regular';
  color: #fff;
  width: 100%;
}

.authorMedia em {
  display: inline-block;
  font: normal 21px/28px 'Calibre-Regular';
  color: #47c077;
  font-style: normal;
  width: 100%;
}

.newsitemauthorBox .newBtn {
  text-align: left;
}

.newsitemauthorBox .learnMore {
  margin-top: 37px;
}

.newsitemauthorBox .newBtn .learnMore:hover {
  background: #fff;
  color: #25b86f;
}

.newsitemauthorBox .clientStory {
  color: #62c87f;
  margin-top: 78px;
}

.newsitemauthorBox .clientStory b::after {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arrow-right-green.svg) no-repeat center center;
}

.newsitemauthorBoxRig ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 29px;
}

.newsitemauthorBoxRig ul li {
  font: normal 24px/27px 'Calibre-Medium';
  color: #000;
  margin-top: 11px;
}

.newsitemauthorBoxRig ul li a {
  display: inline-block;
  color: #000;
  min-width: 274px;
  position: relative;
}

.newsitemauthorBoxRig ul li a b {
  font-weight: normal;
}

.newsitemauthorBoxRig ul li a:after {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arrow-right-blue.svg) no-repeat center right;
  background-size: 100%;
  cursor: pointer;
  width: 28px;
  height: 19px;
  position: absolute;
  right: -50px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*findan office page */
.findanofficeSec {
  width: 100%;
  display: inline-block;
}

.findanofficeLeft {
  width: 100%;
  background: #f2f2f2;
}

.findanofficeForm {
  width: 555px;
  float: right;
  padding: 60px 30px 60px 0;
}

.findanofficeForm h2, .findanofficeForm h1 {
  font: normal 32px/36px 'Calibre-Medium';
  color: #000;
}

.findanofficeFild {
  width: 390px;
  margin-top: 28px;
  border: solid 2px #25b86f;
  display: inline-block;
}

.findanofficeFild {
  position: relative;
}

.findanofficeFild img.loadingicon {
  position: absolute;
  top: 20px;
  right: 70px;
  width: 20px;
}

.findanofficeFild input[type="text"] {
  width: 86%;
  float: left;
  height: 58px;
  border: none;
  background: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  padding: 0 13px;
  font: normal 21px/24px 'Calibre-Medium';
}

.findanofficeFild input[type="submit"], .findanofficeFild input[type="button"] {
  width: 14%;
  background: url(/Frontend/Images/srchicon3.png)no-repeat center #25b86f;
  float: right;
  border: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  height: 58px;
  cursor: pointer;
}

.findanofficeFild input::placeholder {
  color: #000;
  opacity: 1 !important;
}

.locationMe {
  background: url(/Frontend/Images/locate-icon.svg)no-repeat left 15px center #25b86f;
  background-color: #25b86f;
  padding: 0 20px 0 55px;
  height: 50px;
  font: normal 16px/50px 'Calibre-Medium';
  text-transform: uppercase;
  border: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  color: #fff;
  margin-top: 29px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.browseDir {
  display: inline-block;
  font: normal 21px/24px 'Calibre-Medium';
  border-bottom: solid 1px #25b86f;
  color: #25b86f;
  margin-top: 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.browseDir:hover {
  color: #0c2136;
  border-color: #0c2136;
}

.havantSec {
  width: 100%;
  position: relative;
  min-height: 420px;
}

/*.havantSec:before{position: absolute; right: 90px; top: 120px; background: url(/Frontend/Images/havantLogo.png)no-repeat;
width: 25px; height: 18px; background-size: 100%; content: "";}*/
.havantinr {
  width: 555px;
  float: right;
  padding-top: 60px;
}

.havantBox {
  width: 100%;
}

.havantBox img {
  width: 80px;
  /*height: 50px; */
  margin-right: 20px;
}

.havantBox h3 {
  font: normal 32px/35px 'Calibre-Medium';
  color: #000;
}

.havantBox b {
  font: normal 21px/35px 'Calibre-Regular';
  color: #47c077;
}

.officecontace {
  width: 100%;
}

.officecontace h4 {
  font: normal 24px/27px 'Calibre-Medium';
  color: #000;
  padding-top: 26px;
}

.officecontace p {
  font: normal 21px/25px 'Calibre-Regular';
  color: #000;
  padding-top: 10px;
}

.officecontace p a {
  color: #000;
}

.havantinr .browseDir {
  margin-top: 35px;
}

.officeBtn {
  width: 100%;
}

.officeBtn ul li {
  float: left;
  width: 50%;
}

.officeBtn ul li .learnMore {
  width: 100%;
  height: 63px;
  line-height: 63px;
  margin-top: 50px;
}

.officeBtn ul li:last-child .learnMore {
  background: #3b74b4;
}

.officeBtn ul li:last-child .learnMore:hover {
  background: #0c2136;
}

.findanofficemap {
  width: 100%;
}

.findanofficemap iframe {
  height: 877px;
  width: 100%;
}

/*office page*/
.officemap iframe {
  height: 565px;
  width: 100%;
}

.officemap {
  width: 100%;
}

.officepgSec .findanofficeLeft {
  background: #0c2136;
  min-height: 525px;
}

.officepgSec .findanofficeForm {
  padding-top: 84px;
  padding-bottom: 97px;
}

.officepgSec .findanofficeForm h1 {
  font-size: 50px;
  color: #fff;
}

.officepgSec .findanofficeForm b {
  font: normal 21px/25px 'Calibre-Regular';
  color: #fff;
  display: inline-block;
  padding-top: 7px;
}

.officepgSec .officecontace h4, .officepgSec .officecontace p {
  color: #fff;
}

.officepgSec .officecontace p a {
  color: #fff;
}

.officepgSec .learnMore {
  width: 210px;
  height: 51px;
  line-height: 51px;
  margin-top: 38px;
}

.officepgSec .learnMore:hover {
  background: #fff;
  color: #0c2136;
}

.officepprofileSec {
  width: 100%;
  padding: 93px 0 67px;
}

.officepprofileInr {
  width: 100%;
}

.officepprofileLaft h2 {
  font: normal 40px/45px 'Calibre-Medium';
  color: #000;
}

.officepprofileLaft p {
  font: normal 21px/30px 'Calibre-Regular';
  color: #000;
  padding-top: 19px;
}

.officepprofileRight {
  width: 100%;
  padding-left: 49px;
}

.officepprofileRight .innreviewBox {
  background: none;
  padding: 0;
  padding-right: 38px;
}

.officepprofileRight .innreviewBox p {
  color: #000;
}

.officepprofileRight .authorMedia h3,.officepprofileRight .authorMedia b {
  color: #000;
  font-size: 21px;
  font-family: 'Calibre-Medium';
  line-height: 23px;
}

.officepprofileRight .authorMedia .media-body {
  padding-top: 19px;
}

.officeteamSec {
  width: 100%;
  padding-bottom: 113px;
}

.officeteamInr {
  width: 100%;
}

.officeteamInr h2 {
  font: normal 40px/45px 'Calibre-Medium';
  color: #000;
}

.officeteamBox {
  width: 100%;
  margin-top: 60px;
}

.officeteamImg {
  width: 100%;
}

.officeteamImg img {
  width: 100%;
  object-fit: cover;
  height: 198px;
}

.officeteamText {
  width: 100%;
  padding-top: 13px;
  min-height: 92px;
}

.officeteamText h4 {
  font: normal 24px/27px 'Calibre-Medium';
  color: #000;
}

.officeteamText h4 a {
  color: #000;
}

.officeteamText b {
  font: normal 21px/25px 'Calibre-Regular';
  color: #000;
  display: inline-block;
}

.officeteamBox .learnMore {
  width: 100%;
  margin-top: 5px;
  height: 49px;
  line-height: 49px;
}

.differOfi {
  width: 100%;
}

.differOfi .clientStory {
  color: #25b86f;
  margin-top: 90px;
}

.differOfi .clientStory b::after {
  background: url(/Frontend/Images/arrow-right-green.svg) no-repeat center center;
}

/*All people*/
.peoplePgInr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.peopleseset {
  width: auto;
}

.peopleseset a {
  display: inline-block;
  font: normal 21px/25px 'Calibre-Medium';
  color: #25b86f;
  border-bottom: solid 1px #25b86f;
}

.peopleseset em {
  display: inline-block;
  font: normal 21px/25px 'Calibre-Medium';
  color: #0c2136;
  padding-left: 40px;
}

.peopleSerchSec {
  width: 100%;
  display: inline-block;
}

.peopleSerchInr {
  width: 100%;
}

.peopleSerchLeft {
  width: 100%;
  background: #25b86f;
  min-height: 346px;
}

.peopleSerchRight {
  width: 100%;
  background: #f2f2f2;
  display: inline-block;
  min-height: 346px;
}

.peopleSerchBox {
  width: 442px;
  float: right;
  padding: 55px 62px 0 0;
}

.peopleSerchBox h2 {
  font: normal 32px/50px 'Calibre-Medium';
  color: #fff;
}

.peopleSerchInput {
  width: 100%;
}

.peopleSerchInput input[type="text"] {
  width: 100%;
  float: left;
  height: 58px;
  border: solid 2px #fff;
  background: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  padding: 0 13px;
  font: normal 21px/24px 'Calibre-Medium';
  color: #fff;
  background: none;
  margin-top: 26px;
}

.peopleSerchInput input::placeholder {
  color: #fff;
  opacity: 1 !important;
}

.peopleSerFilter {
  width: 668px;
  float: left;
  padding-left: 62px;
}

.peopleSerFilter .filterBy {
  text-align: left;
}

.peopleSerFilter .filterBy .form {
  padding-top: 28px;
}

.peopleSerFilter .filterBy select.minimal {
  color: #000;
}

.peoplePgSec {
  padding-top: 80px;
}

.pepeopleBnner .carousel-item img {
  object-position: top;
}

/*lotions directory page*/
.restWorldSec {
  width: 100%;
  padding: 93px 0 138px;
  display: inline-block;
}

.restWorldInr {
  width: 100%;
}

.restWorldTab {
  width: 100%;
}

.restWorldTab ul.nav-pills li {
  display: inline-block;
  padding-left: 10px;
}

.restWorldTab ul.nav-pills li:first-child {
  padding-left: 0;
}

.restWorldTab ul.nav-pills li a {
  display: inline-block;
  padding: 0 26px;
  width: 273px;
  height: 85px;
  font: normal 32px/85px 'Calibre-Medium';
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.restWorldTab ul.nav-pills li a:hover {
  background: #25b86f;
  color: #fff;
}

.restWorldTab ul.nav-pills li a.active {
  background: #25b86f;
  color: #fff;
}

.restWorldBox {
  width: 100%;
  padding-top: 8px;
}

.restWorldItem {
  width: 100%;
  padding-top: 60px;
}

.restWorldItem h3 {
  font: normal 32px/36px 'Calibre-Medium';
  color: #000;
}

.restWorldItem ul, .restWorldItem ol {
  padding-top: 23px;
}

.restWorldItem ul li, .restWorldItem ol li {
  display: inline-block;
  padding-right: 44px;
  font: normal 21px/27px 'Calibre-Regular';
  color: #25b86f;
  padding-left: 0;
}

.restWorldItem ul li:last-child, .restWorldItem ol li:last-child {
  padding-right: 0;
}

.restWorldItem ul li a, .restWorldItem ol li a {
  color: #25b86f;
}

/*profile page start*/
.profilepg .findanofficeForm b {
  display: inline-block;
  width: 100%;
  padding-top: 8px;
}

.profilepg .findanofficeForm em a {
  width: 100%;
  font: normal 21px/25px 'Calibre-Regular';
  color: #47c077;
  display: inline;
}

.profilepg .findanofficeForm span.separator {
  color: #ffffff;
  font-style: normal;
}

.profilepg .findanofficeForm a {
  color: #fff;
  font-size: 20px;
  margin-top: 8px;
  display: block;
}

.profilepg .learnMore {
  margin-top: 36px !important;
}

.imgProfilePg {
  width: 100%;
  position: relative;
}

.imgProfilePg img {
  height: 565px;
  object-fit: cover;
  width: 100%;
}

.imgProfilePg:after {
  width: 269px;
  height: 379px;
  background: url(/Frontend/Images/triangles-profile.png) no-repeat;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain !important;
}

.profilepg .findanofficeLeft {
  min-height: 550px;
}

.profilepg .findanofficeForm {
  padding-top: 162px;
  padding-bottom: 10px;
}

.profilepgService .newsitemauthorBoxRig {
  width: 100%;
  min-height: auto;
  background: none;
}

.profilepgService .newsitemauthorItmRig {
  width: 100%;
  float: inherit;
  padding: 0;
  padding-left: 90px;
}

.profilepgService .newsitemauthorBoxRig ul {
  padding-top: 4px;
}

.profilepgService .col-md-6:nth-child(2) .newsitemauthorBoxRig ul:nth-child(2) {
  padding-bottom: 26px;
}

.profilepg .learnMore {
  width: 183px;
  height: 45px;
  line-height: 45px;
  margin-top: 29px;
  font-size: 16px !important;
}

/*8_6_2020*/
.sectorbnrbtmcont {
  padding: 104px 0 92px;
  /*background: url(/Frontend/Images/sectortringle.png) no-repeat left top;*/
}

.servicesinclud {
  width: 100%;
  padding: 101px 0 117px;
  float: left;
  background: #f2f2f2;
}

.servicesincludcont {
  width: 100%;
}

.servicesincludcont h2 {
  font: normal 40px/46px 'Calibre-Medium';
  color: #000;
}

.servicesincludcont p {
  font: normal 21px/26px 'Calibre-Regular';
  color: #000;
  padding-top: 19px;
}

.servicesincludcont ul li {
  font: normal 24px/30px 'Calibre-Medium';
  color: #000;
  width: 50%;
  float: left;
  padding: 0 65px;
}

.servicesincludcont ul li a {
  color: #000 !important;
  width: 100%;
  background: url(/Frontend/Images/arrow-right-blue.svg) no-repeat right center;
  display: inline-block;
}

.servicesincludcont ul li:nth-child(odd) {
  padding-left: 0px;
}

.servicesincludcont ul li:nth-child(even) {
  padding-right: 0px;
}

.servicesincludcont ul {
  width: 100%;
  padding-top: 20px;
  display: inline-block;
}

.servicesincludcont ul li a:hover {
  text-decoration: underline !important;
}

.specialtem {
  background: url(/Frontend/Images/spcilsttembg.jpg) #fff no-repeat left top;
}

.specialtem .getinTouchLt h2, .specialtem .getinTouchLt p {
  color: #000;
}

.contFrOfficeFil.getinTouchLt h2, .contFrOfficeFil.getinTouchLt p {
  color: #000!important;
}

.specialtem .getinTouchRt select {
  border: 2px solid #0c2136;
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arr.png) no-repeat right 20px center;
  font: normal 21px/24px 'Calibre-Medium';
  padding: 0 15px;
  color: #000;
  width: 330px;
  display: inline-block;
  text-align: left;
  background-size: 12px;
  height: 56px;
  -webkit-appearance: none;
}

.specialtem .inngetinTouch .row {
  align-items: center;
}

.specialtem .getinTouchRt {
  min-height: auto;
}

.teamslidersec .container-fluid {
  padding: 0px;
}

.teamslidersec .carousel-item::before, .teamslidersec .carousel-item::after {
  position: inherit;
  content: none;
}

.teamslidersec .findanofficeForm {
  text-align: left;
}

.teamslidersec .imgProfilePg img {
}

.teamslder {
  width: 100%;
}

.slderarw {
  width: auto;
  float: left;
  position: absolute;
  bottom: 128px;
  left: 15%;
  font-size: 0px;
}

.teamslidersec .imgProfilePg img {
  height: 565px;
  object-fit: cover;
}

.slderarw a {
  margin: 0 7px;
}

.teamslidersec .findanofficeForm {
  padding-top: 128px;
}

.slderarw a:first-child {
  margin-left: 0px;
}

.sldertembtm {
  width: 100%;
  position: relative;
}

.sldertembtm .row {
  margin: 0px;
}

.sldertembtm .col-sm-6 {
  padding: 0px;
}

.sldertembtm .findanofficeForm {
  padding: 0px !important;
}

.meetallbtn {
  width: 100%;
  background: #25b86f;
  padding: 22px 0;
}

.meetallbtn a {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px !important;
  font: normal 21px/30px 'Calibre-Medium';
}

.findabtbtn {
  width: 100%;
  padding: 25px 0;
  padding-left: 37px;
}

.findabtbtn a {
  font: normal 16px/24px 'Calibre-Medium';
  color: #3b74b4;
  text-transform: uppercase;
}

.secondlvelcont .innreviewBox b {
  display: inline-block;
  padding-top: 20px;
  font: normal 21px/24px 'Calibre-Medium';
  color: #0c2136;
  display: block;
}

.secondlvelcont .innreviewBox b a {
  color: #0c2136;
  display: inline-block;
  padding-right: 45px;
  background: url(/Frontend/Images/arrow-right-blue.svg) no-repeat right center;
}

.inncontentPanel b {
  font: normal 24px/30px 'Calibre-Medium';
  color: #3b74b4;
  display: block;
  padding-top: 19px;
}

.inncontentPanel b a {
  color: #3b74b4;
  padding: 1px 0 4px;
  display: inline-block;
  padding-left: 35px;
  background: url(/Frontend/Images/dwnldarw.png) no-repeat left top 3px;
}

.explorehver .exploreInner .media, .exploreInner .media-body a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.explorehver .exploreInner .media {
  position: relative;
  min-height: 110px;
  display: flex;
  align-items: center;
  padding: 16px;
  margin: 0px !important;
}

.apslink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.explorehver .exploreInner .media:hover {
  background: #25b86f;
}

.explorehver .exploreInner .media:hover .media-body a {
  color: #fff;
}

.explorehver .exploreInner .media:hover .media-body a {
  background: url(/Frontend/Images/whitearw2.png) no-repeat right 16px center;
}

.explorehver .mediaLeft .img2 {
  display: none;
}

.explorehver .exploreInner .media:hover .mediaLeft .img2 {
  display: block;
}

.explorehver .exploreInner .media:hover .mediaLeft .img1 {
  display: none;
}

.explorehver .exploreInner {
  padding-top: 12px;
  padding-bottom: 12px;
}

.explorehver .exploreInner .media .media-body a {
  background-position: right 16px center;
}

.explorehvrclor .exploreInner {
  padding-top: 30px;
}

.explorehvrclor .media:hover {
  background: #8e3f76 !important;
}

/*search results page*/
.serchAccountantSec {
  width: 100%;
  display: inline-block;
  padding: 64px 0 62px;
  background: #25b86f;
}

.serchAccountantInr {
  width: 100%;
}

.serchAccountantInr h3 {
  font: normal 32px/36px 'Calibre-Regular';
  color: #fff;
  padding-bottom: 45px;
}

.serchAccountantInr h3 b {
  font-family: 'Calibre-Medium';
}

.serchAccountantSec .locationSrch {
  width: 445px !important;
  margin-top: 0;
}

.serchAccountantSec .locationSrch input[type="text"], .serchAccountantSec .locationSrch input[type="submit"] {
  height: 56px;
}

.serchAccountantSec .locationSrch input[type="text"] {
  font-size: 21px;
  padding: 0 15px;
}

.serchaccTabSec {
  width: 100%;
  padding: 39px 0 95px;
}

.serchaccTabInr {
  width: 100%;
}

.serchaccTab {
  width: 100%;
}

.serchaccTab ul li {
  font: normal 24px/27px 'Calibre-Regular';
  color: #000;
  padding-right: 40px;
}

.serchaccTab ul li:last-child {
  padding-right: 0;
}

.serchaccTab ul li em {
  font-style: normal;
  font-family: 'Calibre-Medium';
}

.serchaccTab ul li a {
  display: inline-block;
  color: #000;
}

.serchaccTab ul li a.active {
  color: #3b74b4;
  font-family: 'Calibre-Medium';
}

.serchacInerContent {
  width: 100%;
}

.serchItm {
  width: 100%;
  padding-top: 54px;
  display: inline-block;
}

.serchItm h1, .serchItm h3 {
  color: #25b86f;
  font: normal 32px/36px 'Calibre-Medium';
}

.serchItm h1 a, .serchItm h3 a {
  color: #25b86f;
}

.serchItm b {
  color: #000;
  font: normal 21px/25px 'Calibre-Medium';
  padding-top: 4px;
  display: inline-block;
}

.serchItm p {
  color: #000;
  font: normal 21px/25px 'Calibre-Regular';
  padding-top: 10px;
}

/*contact form office page*/
.contFrOfficSec {
  width: 100%;
  padding: 94px 0 133px;
  display: inline-block;
}

.contFrOfficIr {
  width: 100%;
}

.contFrOfficIr b {
  color: #25b86f;
  font: normal 21px/28px 'Calibre-Medium';
}

.contFrOfficeFil {
  width: 100%;
  padding-top: 30px;
}

.contFrOfficeFil label {
  color: #0c2136;
  font: normal 21px/28px 'Calibre-Medium';
}

.contFrOfficeFil input[type="text"], .contFrOfficeFil input[type="email"], .contFrOfficeFil input[type="date"], .contFrOfficeFil input[type="tel"], .contFrOfficeFil input[type="password"], .contFrOfficeFil select, .contFrOfficeFil textarea {
  width: 100%;
  border: solid 2px #0c2136;
  padding: 0 13px;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  font: normal 21px/28px 'Calibre-Medium';
  color: #000;
  -webkit-appearance: none;
  resize: none;
  height: 56px;
  margin-top: 20px;
}

.contFrOfficeFil select {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arr.png) no-repeat right 10px center;
  padding-right: 30px;
}

.contFrOfficeFil textarea {
  height: 335px;
  padding: 20px 13px;
}

.contFrOfficeSubmit .learnMore {
  border: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  cursor: pointer;
  margin-top: 43px;
  width: 210px;
  height: 49px;
  line-height: 49px;
}

.fstElement {
  width: 100%;
  border: solid 2px #0c2136;
  margin-top: 20px;
  min-height: 56px;
  font: normal 21px/28px 'Calibre-Medium';
  color: #000000;
}

.fstMultipleMode .fstControls {
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arr.png) no-repeat right 10px center;
  width: 100%;
}

.fstResultItem {
  font: unset;
}

.fstMultipleMode .fstQueryInputExpanded {
  color: #000000;
}

.fstMultipleMode .fstQueryInputExpanded::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
  /* Firefox */
}

.fstMultipleMode .fstQueryInputExpanded:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

.fstMultipleMode .fstQueryInputExpanded::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

.fstChoiceItem {
  border-color: #25b86f;
  background-color: #25b86f;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 10px
}

.checkOffice {
  width: 100%;
  padding-top: 55px;
}

.checkOffice input[type="checkbox"] {
  display: none;
}

.checkOffice input[type="checkbox"] + label {
  background: url(/Frontend/Images/check.png)no-repeat;
  background-position: left top !important;
  color: #000;
  font: normal 21px/25px 'Calibre-Regular';
  padding: 3px 0;
  padding-left: 42px;
}

.checkOffice input[type="checkbox"]:checked + label {
  background: url(/Frontend/Images/checked.png)no-repeat;
}

/*Modal start */
.custompopup .modal-header {
  padding: 0;
  margin: 0;
  border: none;
}

.custompopup .modal-content {
  border-radius: 0;
  padding: 16px;
}

.custompopup .close {
  opacity: 1 !important;
}

.custompopup .modal-body {
  padding: 0;
  margin: 0;
}

.custompopupBody {
  padding: 20px 100px 50px;
  text-align: center;
}

.titlepopupBtn li {
  display: inline-block;
  padding-right: 14px;
  color: #000;
  font: normal 30px/36px 'Calibre-Medium';
}

.titlepopupBtn li img {
  max-width: 100%;
}

.titlepopupBtn li:last-child {
  padding-right: 0;
}

.custompopupBody p {
  padding-top: 22px;
  color: #000;
  font: normal 21px/25px 'Calibre-Regular';
}

.popupBtn li {
  display: inline-block;
  padding-right: 43px;
}

.popupBtn li:last-child {
  padding-right: 0;
}

.popupBtn .learnMore {
  width: 210px;
  height: 49px;
  line-height: 49px;
}

.logopopupBtn li {
  display: inline-block;
}

.logopopupBtn {
  text-align: center;
  margin-top: 44px;
}

.logopopupBtn li a {
  max-width: 100%;
}

/*hover buttons*/
.learnMore:hover {
  background: #2c985d;
}

.clientStory {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.clientStory:hover b {
  text-decoration: none;
}

.busForBox h4 a:hover, .busForBox h3 a:hover {
  color: #2c985d;
}

.busForBox h4 a, .busForBox h3 a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.busForBox h4, .busForBox h3 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.casestudyBody .clientStory:hover {
  color: #2c985d;
}

.casestudyBody .clientStory:hover b {
  text-decoration: none !important;
}

.casestudyBody .clientStory {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.financeBtn:hover {
  background: #2c985d;
}

.newsitemauthorBox .newBtn .learnMore:hover {
  background: #2c985d;
  color: #fff;
}

.newsitemauthorBox .clientStory:hover {
  color: #2c985d;
  text-decoration: none!important;
}

.officepgSec .learnMore:hover {
  background: #2c985d;
  color: #fff;
}

.differOfi .clientStory:hover {
  color: #2c985d;
}

.reviewSec .clientStory:hover {
  color: #0c2136;
}

.abtrelaternews .viewMore:hover {
  color: #2c985d;
  text-decoration: none;
}

.abtrelaternews .viewMore:hover em {
  text-decoration: none;
}

.relatedNewsSec .viewMore:hover em {
  text-decoration: none !important;
}

/*(07-08-2020)*/
.abtrelaternews .viewMore {
  margin-right: 15px;
}

.abtrelaternews .owl-nav {
  margin-right: 15px;
}

.bottomBG img {
  width: 100%;
  height: 584px;
  object-fit: cover;
}

.bottomBG {
  background: none;
  height: inherit;
}

.findanofficemap iframe {
  height: 898px;
}

.officepgSec .findanofficeLeft {
  min-height: 565px;
}

/*bannertriang1*/
.bannertriang1 .carousel-item::before {
  right: 313px;
  background-size: 100% !important;
}

.bannertriang1 .carousel-item::after {
  background: url(/Frontend/Images/triange1.png)no-repeat 0 0;
  width: 278px;
  height: 349px;
  background-size: 100% !important;
  left: 100px;
}

/*bannertriang2*/
.bannertriang2 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:before {
  background: url(/Frontend/Images/triange3.png)no-repeat 0 0;
  width: 421px;
  height: 369px;
  background-size: 100% !important;
  right: 76px;
}

.bannertriang2 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:after {
  background: url(/Frontend/Images/triange2.png)no-repeat 0 0;
  width: 139px;
  height: 132px;
  background-size: 100% !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*bannertriang3*/
.bannertriang3 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:before {
  right: 531px;
  background-size: 100% !important;
}

.bannertriang3 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:after {
  background: url(/Frontend/Images/triange1.png)no-repeat 0 0;
  width: 278px;
  height: 349px;
  background-size: 100% !important;
  left: auto;
  right: 177px;
}

/*bannertriang4*/
.bannertriang4 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:before {
  right: 331px;
  background-size: 100% !important;
}

.bannertriang4 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:after {
  background: url(/Frontend/Images/triange4.png)no-repeat 0 0;
  width: 328px;
  height: 263px;
  background-size: 100% !important;
  left: auto;
  right: 461px;
}

.banner_sec.homebanner .carousel-inner .carousel-item .banner_Itm_Inn:after {
  width: 154px;
  height: 305px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: contain !important;
}

.banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:before {
  background: url(/Frontend/Images/triange3.png)no-repeat 0 0;
  width: 421px;
  height: 369px;
  background-size: 100% !important;
  right: 76px;
}

.banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:after {
  background: url(/Frontend/Images/triange1.png)no-repeat 0 0;
  width: 278px;
  height: 349px;
  background-size: 100% !important;
  left: 100px;
}

.accorSec {
  width: 100%;
  display: inline-block;
  padding: 0px 145px;
  margin-top: 40px;
}

.accorSec #accordion .card {
  border-color: #8a959f;
  border-radius: 0px;
  margin-bottom: 24px;
}

.accorSec #accordion .card .card-header .card-link {
  color: #25b86f;
  font: normal 21px/28px 'Calibre-Medium';
  width: 100%;
  display: inline-block;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 53px;
  padding-right: 53px;
}

.accorSec #accordion .card .card-body {
  padding-top: 0px;
  padding-left: 52px;
  padding-right: 53px;
  padding-bottom: 34px;
}

.accorSec #accordion .card .card-body p {
  color: #000;
  font: normal 21px/25px 'Calibre-Regular';
  padding: 0px;
  padding-bottom: 15px;
}

.accorSec #accordion .card .card-header {
  padding: 0px;
  border-bottom: none;
}

.accorSec #accordion .card .card-header .card-link {
  background: url(/Frontend/Images/minus.jpg)#fff no-repeat right 41px center;
  background-size: 30px;
}

.accorSec #accordion .card .card-header .card-link.collapsed {
  background: url(/Frontend/Images/plus.png)#fff no-repeat right 41px center;
  background-size: 30px;
}

.explorehver.topserv .exploreInner .media:hover {
  background: none;
}

.explorehver .exploreInner .media:hover .mediaLeft .img1 {
  display: block;
}

.explorehver.topserv .exploreInner .media:hover .mediaLeft .img2 {
  display: none;
}

.explorehver.topserv .exploreInner .media:hover .media-body a {
  background-image: url(/Frontend/Images/arrow-right-blue.svg);
}

.explorehver.topserv .exploreInner .media:hover .media-body a {
  color: #000;
  text-decoration: underline !important;
}

/* new code*/
.joineventSec {
  width: 100%;
  float: left;
  background-size: cover !important;
  position: relative;
}

.innjoineventSec {
  width: 100%;
  display: inline-block;
  height: 449px;
  position: relative;
}

.inncontentCover {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9;
}

.innjoineventSec .media {
  align-items: center;
}

.innjoineventSec .media .media-body h4 {
  color: #fff;
  font: normal 50px/50px 'Calibre-Medium';
}

.innjoineventSec .media .media-body p {
  color: #fff;
  font: normal 24px/28px 'Calibre-Medium';
  padding: 0px;
}

.innjoineventSec p {
  color: #fff;
  font: normal 21px/28px 'Calibre-Regular';
  padding-top: 20px;
  padding-right: 250px;
}

.viewevent {
  width: 210px;
  height: 49px;
  background: #25b86f;
  display: inline-block;
  color: #fff;
  font: normal 16px/49px 'Calibre-Medium';
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}

.viewevent:hover {
  background: #2c985d;
}

.blueoverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(59,116,180,0.5);
}

/* end new code */
/* -------------------- Fade Carousel ----------------------- */
.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out 1.7s;
  left: 0;
  top: 0;
  position: absolute;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
  z-index: 9999999;
}

.carousel.carousel-fade .carousel-item:first-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 1.7s;
}

.carousel.carousel-fade .carousel-item:second-child {
  top: auto;
  position: relative;
  transition: opacity ease-out 1.7s;
}

.carousel-item .img-fluid {
  margin: 0 auto;
}

.carousel img {
  /*opacity: 0.5;*/
  filter: alpha(opacity=50);
}

/* -------------------- End Fade Carousel ----------------------- */
/*panel 2-9-20*/
.panelBoth {
  width: 100%;
  float: left;
  background: #25b86f;
  position: relative;
}

.panelBoth:after {
  width: 33.33%;
  height: 100%;
  background: #3b74b4;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.innpanelboth {
  width: 100%;
  /*display:inline-block; */
  position: relative;
  z-index: 9;
  /*padding:55px 0px 40px;*/
}

.innpanelboth .col-sm-8, .innpanelboth .col-sm-4 {
  padding-top: 55px;
  padding-bottom: 40px;
}

.innpanelboth .col-sm-4.blue {
  background-color: #3b74b4;
}

.innpanelbothLt {
  width: 100%;
  float: left;
}

.innpanelbothLt h2 {
  font: normal 40px/46px 'Calibre-Medium';
  color: #fff;
  position: relative;
  padding-left: 35px;
}

.innpanelbothLt h2::before {
  content: '';
  width: 24px;
  height: 29px;
  background: url(/Frontend/Images/office-icon.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 8px;
  background-size: contain !important;
}

.innpanelbothLt p {
  font: normal 21px/26px 'Calibre-Medium';
  color: #fff;
  padding-top: 15px;
}

.innpanelbothRt {
  width: 100%;
  float: left;
  padding-left: 45px;
}

.panelBoth .getinTouchRt .callback {
  position: inherit;
  left: inherit;
  top: inherit;
  transform: translate(0%,0%);
  -moz-transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  width: 100%;
}

.panelBoth .getinTouchRt {
  min-height: inherit;
  margin-top: 15px;
}

.innpanelbothLt .locateMe {
  right: 125px;
  background: url(/Frontend/Images/locate-icon.svg) no-repeat left center;
}

.innpanelbothLt .locationSrch form {
  width: 420px;
}

.panelBoth:before {
  content: '';
  width: 170px;
  height: 245px;
  background: url(/Frontend/Images/design.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}

.application-form iframe {
  width: 100%;
  border: 0px;
  height: 2000px;
}

/*jobalart*/
.jobalartbottomSec {
}

.jobalartbottomSec .inncontentPanel {
  padding: 0px 0px 35px;
}

.jobalarttopSec {
  padding: 25px 0px;
}

.explorehver.jobalarttopSec .exploreInner {
  padding-top: 0px;
}

.jobalartbottomSec .contFrOfficeFil select.custom-select {
  outline: none !important;
  border-radius: 0px !important;
}

.jobalartbottomSec .contFrOfficeFil select.custom-select option {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 5px 0px 5px;
}

.jobalartbottomSec .custom-select:focus {
  border: solid 2px #0c2136 !important;
  box-shadow: inherit !important;
}

.jobalartbottomSec input[type="date"] {
  width: 100%;
  border: solid 2px #0c2136;
  padding: 0 13px;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  font: normal 21px/28px 'Calibre-Medium';
  color: #000;
  -webkit-appearance: none;
  resize: none;
  height: 56px;
  margin-top: 20px;
  background: url(/Frontend/Images/dateicon.png)#fff no-repeat right 10px center;
  background-size: 30px;
}

/*currentopporSec*/
.currentopporSec {
  width: 100%;
  float: left;
  padding: 61px 0 100px;
}

.currentopporInn {
  width: 100%;
  float: left;
}

.currentopporInn strong {
  /*display: block;
  font: normal 40px/46px 'Calibre-Medium';
  color: #000;*/
}

.tabcontent {
  width: 100%;
  display: none;
  float: left;
}

.tabtest {
  width: 100%;
  float: left;
  margin-top: 42px;
  border-bottom: 2px solid #25b86f;
}

.tabtest ul li {
  display: inline-block;
  font: normal 21px/25px 'Calibri';
}

.tabtest ul li a {
  color: #000;
  padding: 10px 23px;
  display: inline-block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabtest ul li a:hover, .tabtest ul li.current a {
  color: #fff;
  background-color: #25b86f;
}

.projecttext {
  width: 100%;
  float: left;
  padding: 30px 0;
}

.currentopporInn .contFrOfficeFil {
  padding-top: 0px;
}

.currentopporInn .contFrOfficeFil label {
  margin-top: 13px;
}

.currentopporInn .contFrOfficeFil input[type="text"], .currentopporInn .contFrOfficeFil input[type="email"], .currentopporInn .contFrOfficeFil input[type="date"], .currentopporInn .contFrOfficeFil input[type="tel"], .currentopporInn .contFrOfficeFil input[type="password"], .currentopporInn .contFrOfficeFil select, .currentopporInn .contFrOfficeFil textarea {
  margin-top: 8px;
  height: 33px;
  font: normal 18px/24px 'Calibri';
}

.projecttext .col-md-3 {
  flex: 30%;
  max-width: 30%;
}

.projecttext .col-md-4 {
  flex: 15.60%;
  max-width: 15.60%;
}

.currentoppormap {
  width: 100%;
  float: left;
  margin-top: 46px;
}

.currentoppormap iframe {
  width: 100%;
  border: none;
  height: 500px;
}

.topul {
  width: 100%;
  float: left;
  padding: 18px 10px 18px 26px;
}

.topul ul li {
  display: inline-block;
  color: #000;
  font: normal 21px/25px 'Calibre-Medium';
  padding-right: 45px;
}

.leftbox {
  width: 100%;
  float: left;
}

.leftbox strong {
  /*   color: #000;
  font: normal 32px/36px 'Calibre-Medium';
  display: block;*/
}

.rightbox {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  padding: 23px 16px 18px;
}

.pgstyle2 {
  width: 100%;
  float: left;
}

.pgstyle2 h2 {
  color: #000;
  font: normal 24px/27px 'Calibre-Medium';
}

.pgstyle2 p {
  color: #000;
  font: normal 21px/25px 'Calibri';
  margin-top: 12px;
}

.rightboxmap {
  width: 100%;
  float: left;
  margin-top: 23px;
}

.rightboxmap img {
  width: 100%;
}

.rightboxmap iframe {
  width: 100%;
  border: none;
  height: 138px;
}

.parplebox {
  width: 100%;
  float: left;
  background-color: #8d3f76;
  padding: 20px;
  margin-top: 30px;
}

.parplebox ul li {
  color: #fff;
  font: normal 21px/29px 'Calibri';
}

.parplebox ul li b {
  font-weight: normal;
  min-width: 120px;
  display: inline-block;
}

.pgstyle {
  width: 100%;
  float: left;
}

.pgstyle h2 {
  color: #000;
  font: normal 24px/27px 'Calibre-Medium';
  margin-top: 36px;
}

.pgstyle h3 {
  color: #000;
  font: normal 22px/25px 'Calibre-Medium';
  margin-top: 25px;
}

.pgstyle h4 {
  color: #000;
  font: normal 20px/24px 'Calibre-Medium';
  margin-top: 20px;
}

.pgstyle h5 {
  color: #000;
  font: normal 18px/22px 'Calibre-Medium';
  margin-top: 15px;
}

.pgstyle p, .pgstyle li {
  color: #000;
  font: normal 21px/25px 'Calibri';
}

.pgstyle p a {
  color: #000;
}

.pgstyle li a {
  color: #000;
}

.pgstyle p {
  margin-top: 15px;
}

.pgstyle li {
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
}

.pgstyle ul, .pgstyle ol {
  margin-top: 20px;
}

.pgstyle li:after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #000;
}

.greenbtn {
  display: inline-block;
  background: #25b86f;
  font: normal 16px/40px 'Calibre-Medium';
  padding: 0 38px;
  border: 2px solid #25b86f;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.greenbtn:hover {
  background: #fff;
  color: #25b86f;
}

.pgstyle ol li:after {
  display: none;
}

.pgstyle ol li {
  padding-left: 0px;
}

.gropbtn {
  width: 100%;
  float: left;
}

.gropbtn ul {
  margin-top: 0;
}

.gropbtn ul li {
  display: inline-block;
  padding: 0;
  padding-right: 20px;
  margin-top: 0;
}

.gropbtn ul li:after {
  display: none;
}

.gropbtn ul li .greenbtn {
  border: 2px solid #25b86f;
  color: #25b86f;
  margin-top: 28px;
  background-color: #fff;
}

.gropbtn ul li .greenbtn i {
  padding-right: 5px;
}

.gropbtn ul li .greenbtn:hover {
  background: #25b86f;
  color: #fff;
}

.innfaQ {
  width: 100%;
  float: left;
}

.innfaQ .card {
  margin-top: 16px;
  border: none;
  border: 1px solid #000;
}

.innfaQ .card-header a .topul {
  display: block;
  background: url(/Frontend/Images/arrow1.png)no-repeat right 26px center;
}

.innfaQ .card-header {
  border-radius: 0;
  border: none;
  padding: 0;
  background-color: #fff;
}

.innfaQ .card-body {
  padding: 1px 0 20px 0px;
  background-color: #fff;
}

.innfaQ .card-header .collapsed .topul {
  color: #000;
  background: url(/Frontend/Images/arrow2.png)no-repeat right 26px center #fff;
}

.midjob {
  width: 100%;
  float: left;
  padding: 18px 26px 43px;
}

/*22-9-20*/
.mapModal .modal-dialog {
  max-width: 600px;
  margin-top: 120px;
}

.mapModal .modal-dialog iframe {
  width: 100%;
  border: none;
  height: 400px;
}

.mapModal .close {
  width: 40px;
  height: 40px;
  background: #000;
  opacity: 1;
  position: absolute;
  right: -20px;
  z-index: 9;
  border-radius: 50%;
  padding: 0px;
  color: #fff;
  text-shadow: inherit;
  top: -20px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 5000px) {
  .nav_top .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0px;
    border: none;
    background: #fff !important;
    width: 150px;
    padding: 0px;
    border-radius: 0;
    left: 0;
    right: inherit;
    padding: 5px 8px 8px;
    box-shadow: inherit;
  }

  .nav_top .dropdown:hover .dropdown-menu {
    max-height: 660px;
    opacity: 1;
    visibility: visible;
    border: solid 1px #c5c9d3;
  }

  .menu_sec li .menuleft ul li.sumnnu a:hover {
    color: #25b86f !important;
  }

  .menu_sec li .menuleft ul li.sumnnu a.arrow:hover {
    background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arrow-right.svg) no-repeat right 15px center;
  }

  .navbar-expand-md .navbar-collapse.menumob {
    display: none !important;
  }
}

@media (min-width: 3000px) and (max-width: 5999px) {
  .slderarw {
    left: 37.6%;
  }

  /*1-9-20*/
  .combinepanel .container-fluid .inncombinepanel .col-sm-8 {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .combinepanel .container-fluid .inncombinepanel .col-sm-4 {
    flex: 0 0 45%;
    max-width: 45%;
  }

  /*panel 2-9-20*/
  .panelBoth:after {
    width: 45%;
  }
}

@media (min-width: 2500px) and (max-width: 2999px) {
  .carousel-item img {
    height: 650px!important;
  }

  .lifecyclepicBox img {
    height: 700px;
    object-position: center;
  }

  /*panel 2-9-20*/
  .panelBoth:after {
    width: 41.66%;
  }
}

@media (min-width: 2000px) and (max-width: 2499px) {
  .lifecyclepicBox img {
    height: 620px;
    object-position: top;
  }

  /*panel 2-9-20*/
  .panelBoth:after {
    width: 39%;
  }
}

@media (min-width: 1800px) and (max-width: 1999px) {
  .slderarw {
    left: 19%;
  }

  /*panel 2-9-20*/
  .panelBoth:after {
    width: 37%;
  }
}

@media (min-width: 1700px) and (max-width: 1799px) {
  .slderarw {
    left: 17%;
  }

  /*panel 2-9-20*/
  .panelBoth:after {
    width: 37%;
  }
}

@media (min-width: 1500px) and (max-width: 1699px) {
  /*(07-08-2020)*/ /*bannertriang1*/ .bannertriang1 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:after {
    left: 0;
    width: 184px;
    height: 231px;
  }

  .bannertriang1 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:before {
    right: 237px;
    width: 104px;
    height: 105px;
  }

  /*bannertriang2*/
  .bannertriang2 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:before {
    width: 316px;
    height: 279px;
    right: 42px;
  }

  .bannertriang2 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:after {
    width: 100px;
    height: 95px;
  }

  /*bannertriang3*/
  .bannertriang3 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:after {
    right: 66px;
  }

  .bannertriang3 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:before {
    right: 343px;
  }

  /*bannertriang4*/
  .bannertriang4 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:before {
    width: 101px;
    height: 99px;
  }

  .bannertriang4 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:after {
    width: 244px;
    height: 195px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .carousel-item img {
    height: 500px!important;
  }

  .casestudiesBR .carousel-item::after {
    width: 180px;
    height: 258px;
    background-size: contain !important;
  }

  /*(07-08-2020)*/
  /*bannertriang1*/
  .bannertriang1 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:after {
    left: 0;
    width: 184px;
    height: 231px;
  }

  .bannertriang1 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:before {
    right: 237px;
    width: 104px;
    height: 105px;
  }

  /*bannertriang2*/
  .bannertriang2 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:before {
    width: 316px;
    height: 279px;
    right: 42px;
  }

  .bannertriang2 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:after {
    width: 100px;
    height: 95px;
  }

  /*bannertriang3*/
  .bannertriang3 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:after {
    right: 66px;
  }

  .bannertriang3 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:before {
    right: 343px;
  }

  /*bannertriang4*/
  .bannertriang4 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:before {
    width: 101px;
    height: 99px;
  }

  .bannertriang4 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:after {
    width: 244px;
    height: 195px;
  }

  /*panel 2-9-20*/
  .panelBoth:after {
    width: 35.33%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .carousel-item img {
    height: 460px!important;
  }

  .banner_Itm_Txt {
    padding: 110px 0 0 0;
  }

  .lifecyclepicBox img {
    height: 480px;
  }

  .casestudiesBR .carousel-item::after {
    width: 180px;
    height: 258px;
    background-size: contain !important;
  }

  /*(04-08-2020)*/
  /*career page start*/
  .careerBnner .carousel-item img {
    height: 466px;
  }

  /*life at azets page start*/
  .lifeBnner .carousel-item img {
    object-position: top right;
  }

  /*8_6_2020*/
  .sectorbnrbtmcont {
    padding: 80px 0;
    background-size: 600px;
  }

  .servicesinclud {
    padding: 80px 0;
  }

  .servicesincludcont ul li {
    font-size: 22px;
  }

  .servicesincludcont p {
    font-size: 18px;
  }

  /*(07-08-2020)*/
  /*bannertriang1*/
  .bannertriang1 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:after {
    left: 0;
    width: 88px;
    height: 110px;
  }

  .bannertriang1 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:before {
    right: 237px;
    width: 78px;
    height: 78px;
  }

  .bannertriang1 .banner_Itm_Txt {
    padding-left: 46px;
    width: 476px;
  }

  /*bannertriang2*/
  .bannertriang2 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:before {
    width: 195px;
    height: 173px;
    right: 0;
  }

  .bannertriang2 .carousel-item::after {
    width: 100px;
    height: 95px;
  }

  .bannertriang2 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:after {
    width: 73px;
    height: 69px;
  }

  /*bannertriang3*/
  .bannertriang3 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:after {
    right: 16px;
    width: 208px;
    height: 260px;
  }

  .bannertriang3 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:before {
    right: 343px;
    width: 102px;
    height: 99px;
    right: 222px;
  }

  /*bannertriang4*/
  .bannertriang4 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:before {
    width: 83px;
    height: 82px;
    right: 276px;
  }

  .bannertriang4 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:after {
    right: 380px;
    width: 199px;
    height: 158px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner_Itm_Txt strong, .banner_Itm_Txt h1 {
    font-size:40px;
    line-height: 46px;
  }

  .banner_Itm_Txt p {
    font-size: 19px;
    line-height: 24px;
    padding-top: 10px;
  }

  .banner_Itm_Txt {
    padding: 70px 0 0 0;
  }

  .carousel-item::after {
    width: 100px!important;
    height: 198px!important;
  }

  .carousel-item::before {
    width: 100px;
  }

  .lifetxtbox {
    width: 465px;
  }

  .locateMe {
    right: 220px;
  }

  .carousel-item img {
    height: 340px!important;
  }

  .lifecyclepicBox img {
    height: 400px;
  }

  .reviewSec img {
    height: 450px;
  }

  .innreviewBox {
    width: 500px;
    padding: 50px;
  }

  /*aboutUs Page*/
  .abtcontentBox h1, .abtcontentBox h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .abtcontentBox p {
    font-size: 19px;
    line-height: 24px;
  }

  .abtcontentBox {
    padding-right: 30px;
  }

  .innaboutContentSec {
    padding: 60px 0px;
  }

  .innaboutContentSec .row:nth-child(2) .abtcontentBox {
    padding-left: 30px;
  }

  .innapartSec ul li {
    font-size: 22px;
    line-height: 26px;
  }

  .counterBox strong, .counterBox h3 {
    font-size: 60px;
    line-height: 64px;
  }

  .counterBox p {
    font-size: 18px;
    line-height: 22px;
  }

  .azetsFamilyBoxes {
    padding: 60px 0px;
  }

  .innazetsFamilyBoxes {
    margin-top: 50px;
  }

  .familyBoxtxt p {
    font-size: 19px;
    line-height: 26px;
  }

  .familyBoxtxt h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .reviewSec.abtpagereview img {
    height: 440px;
    object-position: -170px 0px;
  }

  .relatedNewsSec.abtrelaternews {
    padding: 60px 0px;
  }

  .relatedNewsSec.abtrelaternews .relatedBox h4 {
    font-size: 22px;
  }

  .inncombinepanel .innlocateMePanel {
    width: 630px;
  }

  .inncombinepanel .locateMePanel {
    padding: 50px 0px;
  }

  .inncombinepanel .inngetinTouch {
    width: 300px;
  }

  .combinepanel .getinTouch {
    padding: 38.5px 0px;
  }

  /*filterby*/
  .filterBy b {
    font-size: 30px;
    line-height: 50px;
  }

  .filterBy select {
    height: 50px;
    font-size: 17px;
  }

  /*casestudies*/
  .casetext h5, .casetext h3 {
    font-size: 28px;
  }

  .casetext p {
    font-size: 19px;
  }

  .casestudiesBR .carousel-item::after {
    width: 200px;
    height: 230px;
    background-size: contain !important;
  }

  .casestudyTop {
    background-size: 68% 100%;
  }

  /*career*/
  /*bottombg*/
  .bottomBG {
    height: 450px;
  }

  /*life at avets*/
  .exploreInner .media-body a {
    font-size: 26px;
    line-height: 32px;
  }

  .explore {
    padding: 70px 0;
  }

  /*menu*/
  .menuleft h4, .menuleft h4.heading-link a {
    font-size: 28px;
  }

  .menu_sec li .menuleft ul li a, .menuright .picbox p {
    font-size: 20px;
    line-height: 25px;
  }

  .innmenuleft {
    width: 465px;
  }

  /*(04-08-2020)*/
  /*career page start*/
  .bottomBG {
    height: 419px;
  }

  .careerBnner .carousel-item img {
    height: 356px!important;
  }

  .careerBnner .banner_Itm_Txt {
    padding: 66px 0 0 0;
  }

  /*experiencedHire page start*/
  .vaccineInner {
    height: 306px;
  }

  /*life at azets page start*/
  .exploreInner .media-body a {
    font-size: 26px;
    line-height: 32px;
  }

  .explore {
    padding: 70px 0;
  }

  .lifeBnner .carousel-item img {
    object-position: right !important;
  }

  .lifeBnner .banner_Itm_Txt {
    left: 118px;
  }

  /*bus to sale*/
  /*banner*/
  .busForSale {
    padding-bottom: 60px;
  }

  .busForBox h4, .busForBox h3 {
    font-size: 30px;
    line-height: 34px;
    padding-top: 40px;
  }

  .busForBox p {
    font-size: 19px;
    line-height: 24px;
    padding-top: 8px;
  }

  /*financeStudies*/
  .financeText strong, .financeText h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .financeStuInn .row .col-sm-6:nth-of-type(even) {
    padding-left: 30px;
  }

  .financeStuInn .row .col-sm-6:nth-of-type(odd) {
    padding-right: 30px;
  }

  .financeStudies {
    padding: 20px 0 70px;
  }

  /*howtoJoin page*/
  .howtoBoxx .falimyBox {
    padding: 0px 37px;
  }

  .hiring .inncontentPanel {
    padding: 0px 73px;
  }

  /*bus to sale*/
  /*banner*/
  .busForSale {
    padding-bottom: 60px;
  }

  .busForBox h4, .busForBox h3 {
    font-size: 30px;
    line-height: 34px;
    padding-top: 40px;
  }

  .busForBox p {
    font-size: 19px;
    line-height: 24px;
    padding-top: 8px;
  }

  /*financeStudies*/
  .financeText strong, .financeText h3 {
    font-size: 23px;
    line-height: 30px;
  }

  .financeStuInn .row .col-sm-6:nth-of-type(even) {
    padding-left: 30px;
  }

  .financeStuInn .row .col-sm-6:nth-of-type(odd) {
    padding-right: 30px;
  }

  .financeStudies {
    padding: 20px 0 70px;
  }

  .financeImg img {
    width: 291px;
  }

  .financeImg {
    text-align: center;
  }

  /*filterby*/
  .filterBy b {
    font-size: 30px;
    line-height: 50px;
  }

  .filterBy select {
    height: 50px;
    font-size: 17px;
  }

  /*news page*/
  .newsFilter .row {
    padding-right: 0;
  }

  /*newsitem page*/
  .newsitemauthorItm {
    padding: 50px 30px 20px;
  }

  .newsitemauthorItm, .newsitemauthorItmRig {
    width: 100%;
  }

  .newsitemauthorItmRig {
    padding: 50px 30px 20px;
  }

  .authorMedia {
    padding-top: 26px;
  }

  .newsitemauthorBoxRig ul {
    padding-top: 15px;
  }

  .newsitemauthorBoxRig ul li {
    font-size: 22px;
  }

  .authorMedia h3 {
    font-size: 30px;
  }

  .newsitemauthorBox .clientStory {
    margin-top: 44px;
  }

  .newsitemauthorBox, .newsitemauthorBoxRig {
    min-height: 422px;
  }

  /*findan office page */
  .findanofficeForm {
    width: 100%;
    padding: 50px 20px 30px 30px;
  }

  .havantinr {
    width: 100%;
    padding: 50px 0px 0px 30px;
  }

  .findanofficemap iframe {
    height: 823px;
  }

  /*office page*/
  .officepgSec .findanofficeForm h1 {
    font-size: 40px;
  }

  .officepgSec .findanofficeForm b {
    font-size: 19px;
  }

  .officepprofileSec {
    padding: 60px 0 51px;
  }

  .officepprofileLaft p {
    padding-top: 12px;
    font-size: 18px;
    line-height: 26px;
  }

  .officepprofileRight {
    padding-left: 0;
  }

  .officepprofileLaft h2, .officeteamInr h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .officeteamText h4 {
    font-size: 20px;
  }

  .differOfi .clientStory {
    margin-top: 45px;
  }

  .officeteamSec {
    padding-bottom: 74px;
  }

  /*All people*/
  .pepeopleBnner .carousel-item img {
    object-position: right !important;
  }

  .peopleSerchBox {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .peopleSerFilter {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .peopleSerFilter .filterBy .form {
    padding-top: 24px;
  }

  /*lotions directory page*/
  .restWorldSec {
    padding: 74px 0 98px;
  }

  .restWorldItem ul li, .restWorldItem ol li {
    padding-right: 30px;
  }

  .restWorldItem {
    padding-top: 46px;
  }

  .restWorldTab ul.nav-pills li a {
    font-size: 30px;
  }

  .restWorldItem h3 {
    font-size: 30px;
  }

  /*profile page start*/
  .profilepg .findanofficeForm {
    padding-top: 103px;
  }

  .imgProfilePg img {
    height: 454px;
  }

  .profilepg .findanofficeLeft {
    min-height: 454px;
  }

  .profilepgService .newsitemauthorItmRig {
    padding-left: 22px;
  }

  /*8_6_2020*/
  .sectorbnrbtmcont {
    padding: 70px 0;
    background-size: 500px;
  }

  .servicesinclud {
    padding: 70px 0;
  }

  .servicesincludcont ul li {
    font-size: 22px;
  }

  .servicesincludcont p {
    font-size: 18px;
  }

  .specialtem .getinTouchRt select {
    width: 275px;
  }

  .teamslidersec .imgProfilePg img {
    height: 454px;
  }

  .meetallbtn a {
    font-size: 18px;
  }

  .meetallbtn {
    padding: 20px 16px;
  }

  .findabtbtn {
    padding: 23px 0;
    padding-left: 25px;
  }

  .slderarw {
    bottom: 90px;
    left: 16px;
  }

  .teamslidersec .findanofficeForm {
    padding-top: 90px;
  }

  .specialtem {
    background-size: 600px;
  }

  .explorehver .mediaLeft img {
    width: 50px;
  }

  .explorehver .exploreInner .media {
    min-height: 100px;
  }

  /*search results page*/
  .serchAccountantSec {
    padding: 50px 0 43px;
  }

  .serchAccountantInr h3 {
    font-size: 30px;
    padding-bottom: 36px;
  }

  /*contact form office page*/
  .contFrOfficSec {
    padding: 60px 0 84px;
  }

  .contFrOfficeFil textarea {
    height: 200px;
  }

  /*(07-08-2020)*/
  .bottomBG {
    height: inherit;
  }

  .bottomBG img {
    height: 402px;
  }

  .findanofficemap iframe {
    height: 852px;
  }

  /*bannertriang1*/
  .bannertriang1 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:after {
    left: 0;
    width: 88px;
    height: 110px;
  }

  .bannertriang1 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:before {
    right: 237px;
    width: 78px;
    height: 78px;
  }

  .bannertriang1 .banner_Itm_Txt {
    padding-left: 77px;
    width: 516px;
  }

  /*bannertriang2*/
  .bannertriang2 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:before {
    width: 195px;
    height: 173px;
    right: 0;
  }

  .bannertriang2 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:after {
    width: 73px;
    height: 69px;
  }

  /*bannertriang3*/
  .bannertriang3 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:after {
    right: 7px;
    width: 165px;
    height: 207px;
  }

  .bannertriang3 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:before {
    right: 343px;
    width: 72px;
    height: 70px;
    right: 222px;
  }

  /*bannertriang4*/
  .bannertriang4 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:before {
    width: 57px;
    height: 56px;
    right: 84px;
  }

  .bannertriang4 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:after {
    right: 166px;
    width: 155px;
    height: 123px;
  }

  .imgProfilePg::after {
    width: 170px;
    height: 220px;
  }

  /* new code*/
  .innjoineventSec {
    height: 400px;
  }

  .innjoineventSec .media .media-body h4 {
    font-size: 44px;
    line-height: 46px;
  }

  .innjoineventSec .media .media-body p {
    font-size: 22px;
    line-height: 24px;
  }

  .innjoineventSec p {
    font-size: 20px;
    line-height: 24px;
  }

  /*panel 2-9-20*/
  .innpanelbothRt {
    padding-left: 0px;
  }

  .innpanelbothLt .locateMe {
    right: 90px;
  }

  .panelBoth::after {
    width: 37%;
  }
}

@media only screen and (max-width: 991px) {
  .nav_top .navbar-toggler {
    border-color: #fff;
    background: #fff;
  }

  .nav_top .navbar-toggler {
    padding: 10px;
    margin-right: 0;
  }

  .nav_top .navbar-toggler .icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 1px;
    background-color: #0c2136;
  }

  .nav_top .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 6px;
  }

  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }

  .navbar-toggler {
    margin-right: 15px;
  }

  .navbar-toggler {
    padding: 10px;
  }

  /*casestudies*/
  .casetext h5, .casetext h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .casetext p {
    font-size: 16px;
  }

  /*vbannner case studies*/
  .carousel-item:before {
    height: 54px;
  }

  /*casestudy*/
  .casestudyTop p {
    font-size: 19px;
    line-height: 27px;
  }

  .casestudyTop b {
    font-size: 24px;
    line-height: 29px;
  }

  .casestudyBody {
    padding: 30px 0;
  }

  .greenBox {
    padding: 0 30px;
    padding-top: 30px;
  }

  .inncontentPanel.headingThee {
    padding-top: 30px;
  }

  .greenBox .innreviewBox p {
    font-size: 25px;
    line-height: 30px;
  }

  .casestudyBody .inncontentPanel ul li, .rte ul li {
    font-size: 17px;
  }

  .casestudyTop:before {
    width: 589px;
    height: 137px;
    background-size: 380px;
  }

  .casestudyBody .innreviewBox {
    padding: 30px 55px 30px 50px;
  }

  .casestudyBody .inncontentPanel ul, .rte ul {
    padding-bottom: 40px;
  }

  .casestudyInn {
    padding: 0px 30px;
  }

  .casestudyTop {
    background-size: 60% auto;
    background-repeat: repeat-y;
  }

  /*career*/
  /*bottombg*/
  .bottomBG {
    height: 380px;
  }

  /*exprience vaccine*/
  .vaccineInner strong {
    font-size: 28px;
  }

  .collaborative .counterBox strong, .collaborative .counterBox h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .exprienceSec .abtcontentPic img {
    max-width: 100%;
    width: auto;
  }

  /*life at avets*/
  .exploreInner .media-body a {
    font-size: 26px;
    line-height: 32px;
  }

  .exploreInner .media {
    margin-top: 30px;
  }

  .explore {
    padding: 60px;
  }

  .exploreInner .row .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }

  /*menu*/
  .menuleft h4, .menuleft h4.heading-link a {
    font-size: 28px !important;
  }

  .menu_sec li .menuleft ul li a, .menuright .picbox p {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  /*(04-08-2020)*/
  /*bus to sale*/
  .busForSale {
    padding-bottom: 30px;
    padding-top: 0;
  }

  .busForBox h4, .busForBox h3 {
    font-size: 28px;
    line-height: 32px;
    padding-top: 30px;
  }

  .busForBox p {
    font-size: 17px;
    line-height: 21px;
    padding-top: 8px;
  }

  .busForBox h4 a:after {
    right: 20%;
  }

  /*financeStudies*/
  .financeText strong, .financeText h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .financeStuInn .row .col-sm-6:nth-of-type(even) {
    padding-left: 15px;
  }

  .financeStuInn .row .col-sm-6:nth-of-type(odd) {
    padding-right: 15px;
  }

  .financeStudies {
    padding: 20px 0 70px;
  }

  .financeImg img {
    width: 291px;
  }

  .financeImg {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_Itm_Txt strong, .banner_Itm_Txt h1 {
    font-size:30px;
    line-height: 34px;
  }

  .banner_Itm_Txt p {
    font-size: 19px;
    line-height: 24px;
    padding-top: 10px;
  }

  .banner_Itm_Txt {
    padding: 60px 0 0 0;
  }

  .carousel-item::after {
    width: 80px;
    height: 159px;
  }

  .carousel-item::before {
    width: 80px;
  }

  .lifetxtbox {
    width: 345px;
  }

  .menu_sec li {
    margin-left: 8px;
  }

  .menu_sec li a {
    font-size: 15px;
  }

  .nav_top .navbar-brand {
    width: 130px;
  }

  .inncontentPanel {
    padding: 0px 30px;
  }

  .inncontentPanel h1, .inncontentPanel h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .inncontentPanel p, .inncontentPanel li {
    font-size: 19px;
    line-height: 24px;
  }

  .contactPanel {
    padding-top: 0px;
  }

  .lifecyclePanel {
    margin-top: 60px;
  }

  .lifecycletxtBox h3, .lifecycletxtBox h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .lifecycletxtBox ul {
    width: 90%;
  }

  .lifecycletxtBox ul li {
    font-size: 20px;
    line-height: 24px;
  }

  .lifecyclepicBox img {
    height: 365px;
  }

  .innlocateMePanel h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .innlocateMePanel p {
    font-size: 19px;
    line-height: 24px;
  }

  .innlocateMePanel p br {
    display: none;
  }

  .locateMe {
    right: inherit;
    position: inherit;
    transform: translateY(0%) !important;
    top: inherit;
    margin-top: 10px;
    display: inline-block;
  }

  .locationSrch form {
    width: 100%;
    display: inline-block;
  }

  .contactPanel2 {
    padding: 50px 0px !important;
  }

  .innreviewBox p {
    font-size: 24px;
    line-height: 28px;
  }

  .innreviewBox {
    width: 400px;
    padding: 40px;
  }

  .reviewSec img {
    height: 380px;
  }

  .innrelatedNews h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .viewMore {
    font-size: 18px;
    line-height: 24px;
  }

  .relatedBox h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .relatedRt {
    padding: 15px;
  }

  .relatedRt h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .relatedRt .media .media-body p {
    font-size: 18px;
    line-height: 20px;
  }

  .signupLine p {
    font-size: 17px;
    line-height: 20px;
  }

  .signupLine p .learnMore {
    margin-top: 0px;
  }

  .signupLine p::before {
    top: 5px;
  }

  .relatedNewsSec {
    padding: 50px 0px;
  }

  .getinTouch {
    padding: 30px 0px;
    background-size: cover;
  }

  .getinTouchLt h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .getinTouchLt p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
  }

  .getinTouchLt ul li {
    font-size: 22px;
  }

  .footerBox h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .carousel-item img {
    height: 300px!important;
  }

  .innpanelboth .col-sm-4.blue {
    background-color: unset;
  }

  .innpanelboth .col-sm-4 {
    padding-top: 0px;
  }

  /*aboutUs Page*/
  .abtcontentBox h1, .abtcontentBox h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .abtcontentBox p {
    font-size: 19px;
    line-height: 24px;
  }

  .abtcontentBox {
    padding-right: 0px;
  }

  .innaboutContentSec {
    padding: 30px 0px;
  }

  .innaboutContentSec .row:nth-child(2) .abtcontentBox {
    padding-left: 30px;
  }

  .innapartSec ul li {
    font-size: 20px;
    line-height: 24px;
  }

  .counterBox strong, .counterBox h3 {
    font-size: 42px;
    line-height: 46px;
  }

  .counterBox p {
    font-size: 17px;
    line-height: 22px;
  }

  .azetsFamilyBoxes {
    padding: 60px 0px;
  }

  .innazetsFamilyBoxes {
    margin-top: 50px;
  }

  .familyBoxtxt p {
    font-size: 18px;
    line-height: 24px;
  }

  .familyBoxtxt h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .reviewSec.abtpagereview img {
    height: 450px;
    object-position: -300px 0px;
  }

  .relatedNewsSec.abtrelaternews {
    padding: 60px 0px;
  }

  .relatedNewsSec.abtrelaternews .relatedBox h4 {
    font-size: 22px;
  }

  .inncombinepanel .innlocateMePanel {
    width: 100%;
  }

  .inncombinepanel .locateMePanel {
    padding: 50px 15px;
    min-height: auto;
  }

  .inncombinepanel .inngetinTouch {
    width: 300px;
  }

  .combinepanel .getinTouch {
    padding: 38.5px 0px;
  }

  .innaboutContentSec .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .innaboutContentSec .row:nth-child(2) {
    margin-top: 0px;
  }

  .innaboutContentSec .row:nth-child(2) .abtcontentBox {
    padding-left: 0;
  }

  .abtcontentPic {
    margin-top: 25px;
  }

  .innapartSec p {
    padding-right: 0px;
    font-size: 19px;
  }

  .apartSec {
    padding: 45px 0px;
  }

  .innapartSec h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .innapartSec ul li {
    padding: 0px 30px;
  }

  .innapartSec ul li .media img {
    width: 50px;
    margin-right: 5px !important;
  }

  .innapartSec ul li::after {
    right: -15px;
  }

  .counterSec {
    padding: 35px 0px;
  }

  .falimyBox {
    padding: 0px 0px;
  }

  .combinepanel .inncombinepanel .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .combinepanel .inncombinepanel .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .inncombinepanel .locateMe {
    right: 0;
  }

  .inncombinepanel .inngetinTouch {
    width: 100%;
    height: inherit;
    padding: 0px 25px;
  }

  .combinepanel .getinTouch {
    min-height: inherit;
  }

  .combinepanel .getinTouch::after {
    width: 110px;
    height: 185px;
  }

  .inncombinepanel .locateMe {
    display: block;
  }

  /*filter*/
  .filterBy {
    padding: 35px 0
  }

  .filterBy b {
    font-size: 25px;
    line-height: 40px;
  }

  .filterBy select {
    height: 40px;
    font-size: 15px;
    line-height: 36px;
  }

  /*casestudies*/
  .casetext h5, .casetext h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .casetext p {
    font-size: 15px;
  }

  .casestudiesBody {
    padding: 0 0 60px;
  }

  .casestudiesBR .carousel-item::after {
    width: 135px;
    height: 194px;
    background-size: contain !important;
  }

  /*casestudy*/
  .casetext h4, .casetext h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .youMight {
    padding-top: 60px;
  }

  /*exprienced*/
  .vaccine {
    padding-bottom: 60px;
  }

  .vaccineInner {
    height: 300px;
  }

  /*life*/
  .explVC {
    padding-top: 60px;
  }

  /*menu*/
  .menuleft h4, .menuleft h4.heading-link a {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .menu_sec li .menuleft ul li a, .menuright .picbox p {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .menu_sec li a {
    padding: 16px 0;
  }

  .menu_sec li.dropdown .menuleft, .menu_sec li.dropdown .menuright {
    padding: 14px 22px;
  }

  .menu_sec li .menuleft ul li.sumnnu a {
    /*background-size: 20px !important;*/
  }

  .innmenuleft {
    width: 325px;
    padding-right: 22px;
  }

  /*(04-08-2020)*/
  /*career page start*/
  .careerBnner .carousel-item img {
    height: 275px!important;
  }

  .careerBnner .banner_Itm_Txt {
    padding: 30px 0 0 0;
  }

  .careerBox .falimyBox {
    padding: 0px 0;
  }

  .careerSec .learnMore, .careerBox .learnMore {
    width: 177px;
    height: 44px;
    line-height: 44px;
    margin-top: 24px;
  }

  .careerSec .abtcontentPic img {
    width: 377px;
  }

  .careerSec .abtcontentPic {
    margin-top: 30px;
  }

  /*.careerSec .innaboutContentSec .row:nth-child(2) {margin-top: 0;}*/
  .bottomBG {
    height: 297px;
  }

  /*exprienced page*/
  .vaccine {
    padding-bottom: 60px;
  }

  .vaccineInner {
    height: 230px;
  }

  .collapgBG .counterBox p {
    font-size: 15px;
    line-height: 19px;
  }

  .exprienceSec .abtcontentPic img {
    max-width: 100%;
    width: 265px !important;
  }

  .vaccineInner strong {
    font-size: 28px;
  }

  .collaborative .counterBox strong, .collaborative .counterBox h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .exprienceSec .abtcontentBox {
    padding-right: 0 !important;
  }

  /*life at avets*/
  .exploreInner .media-body a {
    font-size: 26px;
    line-height: 32px;
  }

  .exploreInner .media {
    margin-top: 30px;
  }

  .explore {
    padding: 60px;
  }

  .exploreInner .row .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }

  .explVC {
    padding-top: 60px;
  }

  .lifeBnner .carousel-item img {
    object-position: top right;
  }

  .exploreInner .media-body a {
    font-size: 21px;
    line-height: 22px;
  }

  .exprienceSec .learnMore {
    width: 220px;
  }

  .lifeBnner .banner_Itm_Txt {
    left: 118px;
  }

  /*how to join page*/
  .howTo .exploreInner .media-body a {
    background-position: center right 15px;
  }

  .howtojoingBan .carousel-item img {
    height: 356px!important;
  }

  .howtojoingBan em {
    font-size: 20px;
    padding-top: 11px;
  }

  .howtojoingBan em i {
    margin-right: 4px;
  }

  /*busfor Sale*/
  .busForBox h4 a, .busForBox h3 a {
    min-width: auto;
  }

  .busForBox h4 em, .busForBox h3 em {
    padding-right: 54px;
  }

  .busForBox h4, .busForBox h3 {
    font-size: 25px;
    padding-top: 17px;
  }

  .busForInn {
    padding-top: 30px;
  }

  /*financeStudies*/
  .financeText strong, .financeText h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .financeImg img {
    width: 238px;
  }

  .financeImg {
    text-align: center;
  }

  .financeBox {
    margin-top: 38px;
  }

  /*filter*/
  .filterBy {
    padding: 35px 0
  }

  .filterBy b {
    font-size: 25px;
    line-height: 40px;
  }

  .filterBy select {
    height: 40px;
    font-size: 15px;
    line-height: 36px;
  }

  /*news page*/
  .newsFilter .row {
    padding-right: 0;
  }

  .newsBody .caseBodyImg img {
    height: 189px;
  }

  .newsBody .casetext h4, .newsBody .casetext h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .newsBody b {
    padding-top: 10px;
  }

  .newBtn .learnMore {
    margin-top: 46px;
  }

  /*newsitem page*/
  .newsitemauthorItm {
    padding: 36px 30px 20px;
  }

  .newsitemauthorItmRig {
    padding: 36px 30px 20px;
  }

  .authorMedia {
    padding-top: 26px;
  }

  .newsitemauthorBoxRig ul {
    padding-top: 15px;
  }

  .newsitemauthorBoxRig ul li {
    font-size: 20px;
  }

  .newsitemauthorBoxRig ul li a::after {
    width: 21px;
    height: 16px;
    right: -23px;
  }

  .authorMedia h3 {
    font-size: 30px;
  }

  .newsitemauthorBox .clientStory {
    margin-top: 44px;
  }

  .newsitemauthorBox, .newsitemauthorBoxRig {
    min-height: 379px;
  }

  .newsitemauthorBox h2, .newsitemauthorBoxRig h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .authorMedia h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .newsitemauthorBox .learnMore {
    margin-top: 37px;
    width: 166px;
  }

  .authorMedia b, .authorMedia em {
    font-size: 18px;
    line-height: 22px;
  }

  .newsitemauthorItm, .newsitemauthorItmRig {
    width: 100%;
  }

  /*findan office page */
  .findanofficeForm {
    width: 100%;
    padding: 30px 20px 30px 30px;
  }

  .havantinr {
    width: 100%;
    padding: 50px 0px 0px 30px;
  }

  .findanofficemap iframe {
    height: 816px;
  }

  .findanofficeForm h2, .findanofficeForm h1 {
    font-size: 27px;
    line-height: 30px;
  }

  .findanofficeFild {
    width: 100%;
  }

  .findanofficeFild input[type="text"] {
    width: 80%;
    height: 50px;
    font-size: 18px;
  }

  .findanofficeFild input[type="submit"], .findanofficeFild input[type="button"] {
    width: 20%;
    height: 50px;
  }

  .browseDir {
    font-size: 18px;
  }

  .havantBox h3 {
    font-size: 27px;
    line-height: 30px;
  }

  .havantBox b {
    font-size: 19px;
  }

  .officecontace h4 {
    font-size: 22px;
  }

  .officecontace p {
    font-size: 18px;
    line-height: 22px;
  }

  /*office page*/
  .officepgSec .findanofficeForm h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .officepgSec .findanofficeForm b {
    font-size: 19px;
  }

  .officepprofileSec {
    padding: 44px 0 46px;
  }

  .officepprofileLaft p {
    padding-top: 12px;
    font-size: 18px;
    line-height: 26px;
  }

  .officepprofileRight {
    padding-left: 0;
  }

  .officepprofileLaft h2, .officeteamInr h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .officeteamText h4 {
    font-size: 20px;
  }

  .differOfi .clientStory {
    margin-top: 34px;
  }

  .officeteamSec {
    padding-bottom: 52px;
  }

  .officepgSec .findanofficeForm {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .officepgSec .findanofficeLeft {
    min-height: 445px;
  }

  .officemap iframe {
    height: 445px;
  }

  .officepprofileRight .innreviewBox p {
    font-size: 17px;
    line-height: 21px;
  }

  .officepprofileRight .authorMedia h3, .officepprofileRight .authorMedia b {
    font-size: 20px;
  }

  .authorMedia img {
    margin-right: 16px;
  }

  .officepprofileSec .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .officepprofileRight {
    padding-top: 30px;
  }

  .officeteamSec .col-md-3 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  /*All people*/
  .pepeopleBnner .carousel-item img {
    object-position: right !important;
  }

  .peopleSerchBox {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }

  .peopleSerFilter {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .peopleSerFilter .filterBy .form {
    padding-top: 24px;
  }

  .peopleSerchBox h2 {
    font-size: 25px;
    line-height: 40px;
  }

  .peopleSerchInput input[type="text"] {
    height: 40px;
    font-size: 15px;
  }

  .peopleSerchLeft, .peopleSerchRight {
    min-height: 237px;
  }

  .peoplePgSec {
    padding-top: 45px;
  }

  /*lotions directory page*/
  .restWorldSec {
    padding: 57px 0 72px;
  }

  .restWorldItem ul li, .restWorldItem ol li {
    padding-right: 15px;
    line-height: 28px;
    font-size: 18px;
    line-height: 22px;
  }

  .restWorldItem {
    padding-top: 22px;
  }

  .restWorldTab ul.nav-pills li a {
    font-size: 28px;
    height: 85px;
    height: 70px;
    line-height: 70px;
  }

  .restWorldItem h3 {
    font-size: 22px;
  }

  .restWorldItem ul, .restWorldItem ol {
    padding-top: 16px;
  }

  /*profile page start*/
  .profilepg .findanofficeForm {
    padding-top: 103px;
  }

  .imgProfilePg img {
    height: 454px;
  }

  .profilepg .findanofficeLeft {
    min-height: 454px;
  }

  .profilepgService .newsitemauthorItmRig {
    padding-left: 0px;
  }

  .profilepgService .col-md-6:nth-child(2) .newsitemauthorBoxRig ul:nth-child(2) {
    padding-bottom: 0;
  }

  .profilepgService .newsitemauthorBox h2, .profilepgService .newsitemauthorBoxRig h2 {
    padding-top: 25px;
  }

  /*8_6_2020*/
  .sectorbnrbtmcont {
    padding: 60px 0;
    background-size: 500px;
  }

  .servicesinclud {
    padding: 60px 0;
  }

  .servicesincludcont ul li {
    font-size: 21px;
  }

  .servicesincludcont p {
    font-size: 18px;
  }

  .specialtem .getinTouchRt select {
    width: 100%;
    height: 50px;
    font-size: 16px;
    background-position: right 10px center;
  }

  .teamslidersec .imgProfilePg img {
    height: 454px;
  }

  .meetallbtn a {
    font-size: 18px;
  }

  .meetallbtn {
    padding: 20px 16px;
  }

  .findabtbtn {
    padding: 23px 0;
    padding-left: 25px;
  }

  .slderarw {
    bottom: 90px;
    left: 16px;
  }

  .teamslidersec .findanofficeForm {
    padding-top: 90px;
  }

  .specialtem {
    background-size: 600px;
  }

  .servicesincludcont ul li a {
    background-size: 24px;
  }

  .explorehver .mediaLeft img {
    width: 50px;
  }

  .explorehver .exploreInner .media {
    min-height: 90px;
    padding: 10px 14px;
  }

  .explorehver .exploreInner .media-body a {
    background-size: 23px !important;
  }

  /*search results page*/
  .serchAccountantSec {
    padding: 50px 0 43px;
  }

  .serchAccountantInr h3 {
    font-size: 27px;
    padding-bottom: 30px;
    line-height: 32px;
  }

  .serchaccTab ul li {
    font-size: 20px;
    line-height: 24px;
    padding-right: 30px;
  }

  .serchItm {
    padding-top: 35px;
  }

  .serchItm h1, .serchItm h3 {
    font-size: 25px;
    line-height: 28px;
  }

  .serchItm b {
    font-size: 19px;
    line-height: 22px;
  }

  .serchItm p {
    font-size: 18px;
    line-height: 23px;
  }

  .serchaccTabSec {
    padding: 39px 0 55px;
  }

  /*contact form office page*/
  .contFrOfficSec {
    padding: 45px 0 64px;
  }

  .contFrOfficeFil textarea {
    height: 150px;
  }

  .contFrOfficeFil input[type="text"], .contFrOfficeFil input[type="email"], .contFrOfficeFil input[type="date"], .contFrOfficeFil input[type="tel"], .contFrOfficeFil input[type="password"], .contFrOfficeFil select, .contFrOfficeFil textarea {
    font-size: 18px;
  }

  .contFrOfficeFil {
    padding-top: 17px;
  }

  .checkOffice input[type="checkbox"] + label {
    background-position: left top 10px !important;
    font-size: 20px;
  }

  .checkOffice {
    padding-top: 33px;
  }

  /*Modal start */
  .custompopupBody {
    padding: 20px 30px 40px;
  }

  .custompopupBody p br {
    display: none;
  }

  .custompopupBody p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
  }

  .titlepopupBtn li {
    font-size: 22px;
    line-height: 27px;
  }

  .titlepopupBtn li img {
    width: 150px;
  }

  .popupBtn .learnMore {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }

  .popupBtn li {
    padding-right: 7px;
  }

  .logopopupBtn li img {
    width: 100px;
  }

  .logopopupBtn {
    margin-top: 27px;
  }

  /*(07-08-2020)*/
  .bottomBG {
    height: inherit;
  }

  .bottomBG img {
    height: 306px;
  }

  .findanofficemap iframe {
    height: 801px;
  }

  .bannertriang1 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:after {
    left: 0;
    width: 88px;
    height: 110px;
  }

  .bannertriang1 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:before {
    right: 41px;
    width: 57px;
    height: 57px;
  }

  .bannertriang1 .banner_Itm_Txt {
    padding-left: 77px;
    width: 516px;
  }

  /*bannertriang2*/
  .bannertriang2 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:before {
    width: 122px;
    height: 108px;
    right: 0;
  }

  .bannertriang2 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:after {
    width: 53px;
    height: 50px;
    left: 0;
    transform: inherit;
  }

  .bannertriang2 .banner_Itm_Inn {
    padding-left: 54px;
  }

  /*bannertriang3*/
  .bannertriang3 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:after {
    right: 7px;
    width: 141px;
    height: 174px;
  }

  .bannertriang3 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:before {
    width: 54px;
    height: 53px;
    right: 148px;
  }

  /*bannertriang4*/
  .bannertriang4 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:before {
    width: 50px;
    height: 48px;
    right: 7px;
  }

  .bannertriang4 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:after {
    right: 61px;
    width: 90px;
    height: 71px;
  }

  .accorSec {
    padding: 0px 30px;
  }

  .accorSec #accordion .card .card-body p {
    font-size: 19px;
    line-height: 24px;
  }

  .imgProfilePg::after {
    width: 170px;
    height: 220px;
  }

  /* new code*/
  .innjoineventSec {
    height: 320px;
  }

  .innjoineventSec .media .media-body h4 {
    font-size: 40px;
    line-height: 42px;
  }

  .innjoineventSec .media .media-body p {
    font-size: 22px;
    line-height: 24px;
  }

  .innjoineventSec p {
    font-size: 20px !important;
    line-height: 24px;
    padding-right: 0px;
  }

  /*panel 2-9-20*/
  .innpanelbothRt {
    padding-left: 0px;
    margin-top: 70px;
  }

  .innpanelbothLt .locateMe {
    right: inherit;
    display: block;
    position: inherit;
    left: inherit;
    top: inherit;
  }

  .innpanelboth .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .innpanelboth .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .panelBoth::after {
    width: 100%;
    height: 270px;
    top: inherit;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  input.global-search-button svg {
    width: 100%;
  }

  .lifecycletxtBox ul li:after {
    display: none;
  }

  .nav_top .navbar-brand {
    margin: 0px;
  }

  .banner_Itm_Txt strong, .banner_Itm_Txt h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .banner_Itm_Txt p {
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
  }

  .banner_Itm_Txt {
    padding: 0 0 0 0;
  }

  .carousel-item::after {
    width: 80px;
    height: 159px;
  }

  .carousel-item::before {
    width: 80px;
  }

  .lifetxtbox {
    width: 100%;
    padding: 15px;
  }

  .menu_sec li {
    margin-left: 0px;
  }

  .menu_sec li a {
    font-size: 15px;
    width: 100%;
    padding: 7px 0px;
  }

  .nav_top .navbar-brand {
    width: 130px;
  }

  .inncontentPanel {
    padding: 0px;
  }

  .inncontentPanel h1, .inncontentPanel h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .inncontentPanel p, .inncontentPanel li {
    font-size: 18px;
    line-height: 22px;
  }

  .contactPanel {
    padding-top: 0px;
  }

  .lifecyclePanel {
    margin-top: 45px;
  }

  .lifecycletxtBox h3, .lifecycletxtBox h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .lifecycletxtBox ul {
    width: 90%;
  }

  .lifecycletxtBox ul li {
    font-size: 20px;
    line-height: 24px;
  }

  .lifecyclepicBox img {
    height: 365px;
  }

  .innlocateMePanel h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .innlocateMePanel p {
    font-size: 19px;
    line-height: 24px;
  }

  .innlocateMePanel p br {
    display: none;
  }

  .locateMe {
    right: inherit;
    position: inherit;
    transform: translateY(0%) !important;
    top: inherit;
    margin-top: 10px;
    display: inline-block;
  }

  .locateMeDesktop {
    display: none!important;
  }

  .officeSearchDesktop {
    display: none;
  }

  .officeSearchMobile {
    display: block;
  }

  .locationSrch form {
    width: 100%;
    display: inline-block;
  }

  .contactPanel2 {
    padding: 50px 0px !important;
  }

  .innreviewBox p {
    font-size: 24px;
    line-height: 28px;
  }

  .innreviewBox {
    width: 370px;
    padding: 30px;
  }

  .reviewSec img {
    height: 380px;
  }

  .innrelatedNews h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .viewMore {
    font-size: 18px;
    line-height: 24px;
  }

  .relatedBox h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .relatedRt {
    padding: 45px;
  }

  .relatedRt h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .relatedRt .media .media-body p {
    font-size: 18px;
    line-height: 20px;
  }

  .signupLine p {
    font-size: 17px;
    line-height: 20px;
  }

  .signupLine p .learnMore {
    margin-top: 0px;
    margin-left: 0px;
  }

  .signupLine p::before {
    top: 5px;
  }

  .relatedNewsSec {
    padding: 40px 0px;
  }

  .getinTouch {
    padding: 30px 0px;
    background-size: cover;
    padding-bottom: 50px;
  }

  .getinTouchLt h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .getinTouchLt p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
  }

  .getinTouchLt ul li {
    font-size: 22px;
  }

  .footerBox h4 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 15px;
  }

  .topHeader {
    display: none;
  }

  .bottomHeader {
    padding: 10px 0px;
  }

  .videoBox {
    width: 150px;
    margin-top: -50px;
  }

  .carousel-item img {
    height: 260px!important;
  }

  .videoBox h4 {
    font-size: 16px;
    line-height: 18px;
    padding: 5px 15px;
  }

  .innlifecyclebox .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .lifecycletxtBox {
    position: inherit;
    transform: translateY(0%) !important;
  }

  .inncontentPanel .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .innrelatedboxes .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .innrelatedboxes .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .inngetinTouch .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .inngetinTouch .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .getinTouchRt {
    min-height: auto;
    margin-top: 45px;
  }

  .innfooterSec .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .innfooterSec {
    padding: 30px 0px;
  }

  .search {
    display: block;
  }

  .playbtn {
    width: 30px;
    height: 30px;
  }

  .innreviewBox p img {
    max-width: 78px;
    height: auto;
    object-position: 0px !important;
  }

  /*aboutUs Page*/
  .abtcontentBox h1, .abtcontentBox h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .abtcontentBox h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .abtcontentBox h4, .abtcontentBox h5 {
    font-size: 24px;
    line-height: 22px;
  }

  .abtcontentBox p {
    font-size: 18px;
    line-height: 24px;
  }

  .abtcontentBox {
    padding-right: 0px;
    padding-top: 0px;
  }

  .innaboutContentSec {
    padding: 30px 0px;
  }

  .innaboutContentSec .row:nth-child(2) .abtcontentBox {
    padding-left: 30px;
  }

  .innapartSec ul li {
    font-size: 20px;
    line-height: 24px;
  }

  .counterBox strong, .counterBox h3 {
    font-size: 42px;
    line-height: 46px;
  }

  .counterBox p {
    font-size: 17px;
    line-height: 22px;
  }

  .azetsFamilyBoxes {
    padding: 60px 0px;
  }

  .innazetsFamilyBoxes {
    margin-top: 50px;
  }

  .familyBoxtxt p {
    font-size: 18px;
    line-height: 24px;
  }

  .familyBoxtxt h3 {
    font-size: 24px;
    line-height: 26px;
  }

  .reviewSec.abtpagereview img {
    height: 350px;
    object-position: -240px 0px;
  }

  .relatedNewsSec.abtrelaternews {
    padding: 60px 0px;
  }

  .relatedNewsSec.abtrelaternews .relatedBox h4 {
    font-size: 22px;
  }

  .inncombinepanel .innlocateMePanel {
    width: 100%;
  }

  .inncombinepanel .locateMePanel {
    padding: 50px 15px;
    min-height: auto;
  }

  .inncombinepanel .inngetinTouch {
    width: 300px;
  }

  .combinepanel .getinTouch {
    padding: 38.5px 0px;
  }

  .innaboutContentSec .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .innaboutContentSec .row:nth-child(2) {
    margin-top: 0px;
  }

  .innaboutContentSec .row:nth-child(2) .abtcontentBox {
    padding-left: 0;
  }

  .abtcontentPic {
    margin-top: 25px;
  }

  .innapartSec p {
    padding-right: 0px;
    font-size: 19px;
  }

  .apartSec {
    padding: 45px 0px;
  }

  .innapartSec h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .innapartSec ul li {
    padding: 0px 30px;
  }

  .innapartSec ul li .media img {
    width: 50px;
    margin-right: 5px !important;
  }

  .innapartSec ul li::after {
    right: 10px;
  }

  .counterSec {
    padding: 35px 0px;
  }

  .falimyBox {
    padding: 0px 0px;
  }

  .combinepanel .inncombinepanel .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .combinepanel .inncombinepanel .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .inncombinepanel .locateMe {
    right: 0;
  }

  .inncombinepanel .inngetinTouch {
    width: 100%;
    height: inherit;
    padding: 0px 15px;
  }

  .combinepanel .getinTouch {
    min-height: inherit;
  }

  .combinepanel .getinTouch::after {
    width: 110px;
    height: 185px;
  }

  .innapartSec ul li {
    padding: 10px 0px !important;
    width: 50%;
  }

  .inncounterSec .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
  }

  .relatedNewsSec.abtrelaternews .relatedBox h4 {
    font-size: 18px;
  }

  .inncombinepanel .locateMe {
    display: block;
  }

  /*casestudies*/
  .caseBodyBox {
    margin-top: 30px;
  }

  .casestudiesBody .row .col-md-6:nth-of-type(odd) {
    padding-right: 15px;
  }

  .casestudiesBody .row .col-md-6:nth-of-type(even) {
    padding-left: 15px;
  }

  .casestudiesBody {
    padding: 25px 0 50px;
  }

  .casestudiesBR .carousel-item::after {
    width: 125px;
    height: 180px;
    background-size: contain !important;
  }

  /*filter*/
  .filterBy {
    padding: 35px 0
  }

  .filterBy b {
    font-size: 18px;
    line-height: inherit;
  }

  .filterBy select {
    height: 40px;
    font-size: 15px;
    line-height: 38px;
  }

  /*casestudies*/
  .casetext h5, .casetext h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .casetext p {
    font-size: 15px;
  }

  .casestudiesBody {
    padding: 0 0 60px;
  }

  .form {
    padding-top: 10px;
  }

  .filterBy .col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*casestudy*/
  .greenBox {
    padding: 0 ;
    padding-top: 30px;
  }

  .casestudyInn {
    padding: 0;
  }

  .casestudyTop b {
    font-size: 22px;
    line-height: 32px;
  }

  .casestudyTop p {
    font-size: 18px;
    line-height: 28px;
  }

  .casestudyBody .innreviewBox {
    padding: 25px 29px 25px 36px;
  }

  .greenBox .innreviewBox p {
    font-size: 21px;
    line-height: 30px;
  }

  .casestudyInn ul li {
    padding: 25px 0px;
  }

  .youMight {
    padding-top: 30px;
  }

  /*casestudy*/
  .casetext h4, .casetext h3 {
    font-size: 24px;
    line-height: 30px;
  }

  /*career*/
  /*bottombg*/
  .bottomBG {
    height: 380px;
  }

  /*exprienced*/
  .vaccine {
    padding-bottom: 30px;
  }

  .vaccineInner strong {
    font-size: 24px;
  }

  .vaccineInner {
    height: 240px;
  }

  /*lifeavets*/
  .explVC {
    padding-top: 30px;
  }

  /*life at avets*/
  .exploreInner .media-body a {
    font-size: 24px;
    line-height: 30px;
    padding: 0 16px 0 10px;
    background: url(/Frontend/Images/arrow-right-blue.svg) no-repeat right 0px center;
  }

  .explore {
    padding: 30px;
  }

  /*menu*/
  .bottomHeader .page-center {
    max-width: 100%;
    padding: 0px;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #0c2136;
    width: 100%;
    z-index: 111;
  }

  .menu_sec li a {
    color: #fff !important;
    font-size: 24px !important;
    padding: 19px 21px 13px;
    float: left;
  }

  .dropdown-toggle::after {
    display: none!important;
  }

  .menu_sec li a.dropdown-toggle {
    background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/arrow-right-white.svg) no-repeat right 15px center
  }

  .bottomHeader {
    padding: 0px;
  }

  .nav_top .navbar-toggler {
    margin: 10px 15px 10px 0;
  }

  .search {
    top: 18px;
    right: 73px;
  }

  .nav_top .navbar-brand {
    margin-left: 15px;
  }

  .menu_sec {
    padding: 0;
  }

  .menucontct {
    display: block;
  }

  .menucontct a:hover {
    color: #fff !important;
  }

  /*.navbar-nav .dropdown-menu{ position: relative;}*/
  .menu_sec li.dropdown .dropdown-menu {
    /*display: block;*/
    border: none !important;
    border-radius: 0px;
    position: absolute;
    top: 0px;
  }

  /*.navbar-collapse{ overflow: hidden;}
  .navbar-collapse{ display: block; top: -100%; position: fixed;}
  .navbar-collapse.show{ top: 62px;}

  .menu_sec li.dropdown .dropdown-menu {
  display: block;
  position: fixed;
  right: -100%;
  border: none !important;
  border-radius: 0px;
  top: 60px; left:inherit;
}*/
  .tbbob {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .tbbob.open1aps {
    z-index: 1;
  }

  .menu_sec li.dropdown .menuleft, .menu_sec li.dropdown .menuright {
    padding: 0;
  }

  .menu_sec li .menuleft ul li a {
    padding: 10px 21px 10px !important
  }

  .menu_sec li .menuleft ul li {
    font-size: 24px !important;
  }

  .menu_sec li .menuleft ul li a, .menuright .picbox p {
    font-size: 24px !important;
  }

  .nav_top .dropdown.gerrnbg1 .menuleft {
    background: #0c2136;
  }

  .menuleft h4, .menuleft h4.heading-link a {
    padding: 7px 21px 7px;
    background: #25b86f;
  }

  .menuleft h4, .menuleft h4.heading-link a {
    font-size: 24px !important;
    line-height: 37px;
    margin-bottom: 14px;
    display: block;
    float: left;
    width: 100%;
  }

  .dnon {
    display: none !important;
  }

  .nav_top .dropdown.gerrnbg .dropdown-menu, .nav_top .dropdown.gerrnbg1 .dropdown-menu {
    background: #0c2136 !important;
  }

  .menuleft ul {
    margin-top: 0;
  }

  .menu_sec li.dropdown .menuright {
    background: #fff;
  }

  .menu_sec li a.backmenu {
    display: block;
    color: #25b86f !important;
  }

  .menuhovtab {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0c2136;
    height: 900px;
  }

  .menudesk {
    display: none !important;
  }

  .menumob {
    display: block;
    top: -100%;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    overflow: auto;
  }

  .menumob.show {
    top: 62px;
  }

  /*.menumob{ overflow-x: hidden;}*/
  .nav_top .dropdown.gerrnbg .dropdown-menu {
    display: block !important;
    left: inherit !important;
    right: -100%;
  }

  .nav_top .dropdown.gerrnbg .dropdown-menu.show {
    right: 0px;
  }

  .nav_top .dropdown.gerrnbg .dropdown-menu.open1 {
    right: 0px;
    display: none;
  }

  .menu_sec li a {
    position: relative;
    z-index: 1;
  }

  .menuhovtab.current1 {
    z-index: 1;
  }

  .header_sec {
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 111;
  }

  .banner_sec {
    padding-top: 61px;
  }

  /*(04-08-2020)*/
  /*career page start*/
  .bottomBG {
    height: 223px;
  }

  .careerSec .abtcontentBox {
    padding-top: 25px;
  }

  .careerBox .falimyBox {
    padding: 0;
  }

  .careerSec .learnMore, .careerBox .learnMore {
    width: 155px;
    height: 44px;
    line-height: 44px;
    margin-top: 24px;
  }

  /*.careerSec .innaboutContentSec .row:nth-child(2) {margin-top:0px;}*/
  .careerSec .abtcontentPic img {
    width: 318px;
  }

  /*exprienced page start*/
  .vaccine {
    padding-bottom: 30px;
  }

  .vaccineInner strong {
    font-size: 24px;
  }

  .vaccineInner {
    height: 159px;
  }

  .exprienceSec .abtcontentPic img {
    max-width: 100%;
    width: 265px !important;
  }

  .expriencedhireBanner .carousel-item img {
    object-position: left;
  }

  .collapgBG .counterBox strong, .collapgBG .counterBox h3 {
    font-size: 24px;
    line-height: 26px;
  }

  .exprienceSec .abtcontentBox {
    padding-right: 0 !important;
  }

  .collapgBG .inncounterSec .col-sm-3 {
    padding-top: 10px;
  }

  .collapgBG .counterBox p {
    padding-top: 9px;
  }

  /*lifeavets*/
  .explVC {
    padding-top: 30px;
  }

  .exploreInner .media-body a {
    font-size: 24px;
    line-height: 30px;
    padding: 0 16px 0 10px;
    background: url(/Frontend/Images/arrow-right-blue.svg) no-repeat right 0px center;
  }

  .explore {
    padding: 30px;
  }

  .explore .col-sm-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .exploreInner .media-body a {
    font-size: 21px;
    line-height: 22px;
    padding: 0 27px 0 14px;
  }

  /*howtojoin*/
  .hiring {
    background-position: center;
  }

  .howTo .exploreInner .media-body a {
    background-position: center right 15px;
    padding: 0 51px 0 20px;
  }

  .howtojoingBan .carousel-item img {
    height: 356px!important;
    object-position: left;
  }

  .howtojoingBan em {
    font-size: 20px;
    padding-top: 11px;
  }

  .howtojoingBan em i {
    margin-right: 4px;
  }

  .howtoBoxx .learnMore {
    width: 162px;
  }

  .howTo .exploreInner .media {
    margin-top: 30px;
  }

  /*bus to sale page*/
  .busForBox p {
    font-size: 15px;
    line-height: 19px;
    padding-top: 8px;
  }

  .busForBox h4 a, .busForBox h3 a {
    min-width: auto;
  }

  .busForBox h4 em, .busForBox h3 em {
    padding-right: 30px;
    background-size: 19px;
  }

  .busForBox h4, .busForBox h3 {
    font-size: 24px;
    padding-top: 17px;
    line-height: 28px;
  }

  .busForInn {
    padding-top: 10px;
  }

  /*financeStudies*/
  .financeText strong, .financeText h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }

  .financeStuInn .row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .financeBtn {
    height: 42px;
    font-size: 15px;
    padding: 0 40px;
    margin-top: 30px;
  }

  .financeStudies {
    padding: 0 0 40px;
  }

  .financeBox {
    margin-top: 40px;
  }

  .financeImg img {
    width: 214px;
  }

  /*filter*/
  .filterBy {
    padding: 35px 0
  }

  .filterBy b {
    font-size: 18px;
    line-height: inherit;
  }

  .filterBy select {
    height: 40px;
    font-size: 15px;
    line-height: 38px;
  }

  .filterByStudies .filterBy b {
    text-align: left;
  }

  .filterByStudies {
    text-align: left;
  }

  .filterByStudies .col-sm-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*news page*/
  .newsFilter .row {
    padding-right: 0;
  }

  .newsBody .caseBodyImg img {
    height: 189px;
  }

  .newsBody .casetext h4, .newsBody .casetext h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .newsBody b {
    padding-top: 10px;
  }

  .newBtn .learnMore {
    margin-top: 46px;
  }

  .newsBody .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .newsBody .row {
    justify-content: center;
  }

  .newsFilter {
    text-align: left;
  }

  /*newsitem page*/
  .newsitemauthorItm {
    padding: 36px 30px 30px;
  }

  .newsitemauthorItm, .newsitemauthorItmRig {
    width: 100%;
  }

  .newsitemauthorItmRig {
    padding: 36px 30px 30px;
  }

  .authorMedia {
    padding-top: 26px;
  }

  .newsitemauthorBoxRig ul {
    padding-top: 15px;
  }

  .newsitemauthorBoxRig ul li {
    font-size: 20px;
  }

  .newsitemauthorBoxRig ul li a::after {
    width: 21px;
    height: 16px;
    right: -23px;
  }

  .authorMedia h3 {
    font-size: 30px;
  }

  .newsitemauthorBox .clientStory {
    margin-top: 29px;
  }

  .newsitemauthorBox, .newsitemauthorBoxRig {
    min-height: auto;
  }

  .newsitemauthorBox h2, .newsitemauthorBoxRig h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .authorMedia h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .newsitemauthorBox .learnMore {
    margin-top: 27px;
    width: 140px;
    height: 44px;
    line-height: 44px;
  }

  .authorMedia b, .authorMedia em {
    font-size: 18px;
    line-height: 22px;
  }

  .newsitemauthor .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*findan office page */
  .findanofficeForm {
    width: 100%;
    padding: 30px 20px 30px 30px;
  }

  .havantinr {
    width: 100%;
    padding: 50px 30px 30px 30px;
  }

  .findanofficemap iframe {
    height: 485px;
  }

  .findanofficeForm h2, .findanofficeForm h1 {
    font-size: 27px;
    line-height: 30px;
  }

  .findanofficeFild {
    width: 72%;
  }

  .findanofficeFild input[type="text"] {
    width: 80%;
    height: 50px;
    font-size: 18px;
  }

  .findanofficeFild input[type="submit"], .findanofficeFild input[type="button"] {
    width: 20%;
    height: 50px;
  }

  .browseDir {
    font-size: 18px;
  }

  .havantBox h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .havantBox b {
    font-size: 16px;
    line-height: 20px;
  }

  .officecontace h4 {
    font-size: 20px;
    padding-top: 20px;
  }

  .officecontace p {
    font-size: 18px;
    line-height: 22px;
  }

  .findanofficeSec .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .findanofficeLeft {
    margin-top: 63px;
  }

  .officeBtn ul li .learnMore {
    margin-top: 29px;
    height: 45px;
    line-height: 45px;
  }

  .havantBox img {
    width: 43px;
    height: 47px;
    margin-right: 16px;
  }

  .havantinr .browseDir {
    margin-top: 18px;
  }

  /*office page*/
  .officepgSec .findanofficeForm h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .officepgSec .findanofficeForm b {
    font-size: 19px;
  }

  .officepprofileSec {
    padding: 30px 0 41px;
  }

  .officepprofileLaft p {
    padding-top: 12px;
    font-size: 18px;
    line-height: 26px;
  }

  .officepprofileRight {
    padding-left: 0;
  }

  .officepprofileLaft h2, .officeteamInr h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .officeteamText h4 {
    font-size: 20px;
  }

  .differOfi .clientStory {
    margin-top: 34px;
  }

  .officeteamSec {
    padding-bottom: 52px;
  }

  .officepgSec .findanofficeForm {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .officepgSec .findanofficeLeft {
    min-height: 445px;
  }

  .officemap iframe {
    height: 364px;
  }

  .officepprofileRight .innreviewBox p {
    font-size: 17px;
    line-height: 21px;
  }

  .officepprofileRight .authorMedia h3, .officepprofileRight .authorMedia b {
    font-size: 20px;
  }

  .authorMedia img {
    margin-right: 16px;
  }

  .officepprofileSec .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .officepprofileRight {
    padding-top: 30px;
  }

  .officeteamSec .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*All people*/
  .pepeopleBnner .carousel-item img {
    object-position: right !important;
  }

  .peopleSerchBox {
    width: 100%;
    padding: 30px;
  }

  .peopleSerFilter {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .peopleSerFilter .filterBy .form {
    padding-top: 24px;
  }

  .peopleSerchBox h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .peopleSerchInput input[type="text"] {
    height: 40px;
    font-size: 15px;
  }

  .peopleSerchLeft, .peopleSerchRight {
    min-height: auto;
  }

  .peoplePgSec {
    padding-top: 45px;
  }

  /*lotions directory page*/
  .restWorldSec {
    padding: 50px 0 62px;
  }

  .restWorldItem ul li, .restWorldItem ol li {
    padding-right: 15px;
    line-height: 28px;
    font-size: 18px;
    line-height: 22px;
  }

  .restWorldItem {
    padding-top: 13px;
  }

  .restWorldTab ul.nav-pills li a {
    font-size: 24px;
    padding: 0 18px;
    height: 55px;
    line-height: 55px;
    width: 219px;
  }

  .restWorldItem h3 {
    font-size: 22px;
  }

  .restWorldItem ul, .restWorldItem ol {
    padding-top: 10px;
  }

  /*profile page start*/
  .profilepg .findanofficeForm {
    padding-top: 44px;
  }

  .imgProfilePg img {
    height: 454px;
  }

  .profilepg .findanofficeLeft {
    min-height: 392px;
  }

  .profilepgService .newsitemauthorItmRig {
    padding-left: 0px;
  }

  .profilepgService .col-md-6:nth-child(2) .newsitemauthorBoxRig ul:nth-child(2) {
    padding-bottom: 0;
  }

  .profilepgService .newsitemauthorBox h2, .profilepgService .newsitemauthorBoxRig h2 {
    padding-top: 25px;
  }

  .profilepg .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .profilepg .findanofficeForm {
    padding-top: 0;
  }

  .profilepg .findanofficeLeft {
    display: flex;
    align-items: center;
  }

  /*8_6_2020*/
  .sectorbnrbtmcont {
    padding: 50px 0;
    background-size: 500px;
  }

  .servicesinclud {
    padding: 50px 0;
  }

  .servicesincludcont ul li {
    font-size: 21px;
  }

  .servicesincludcont p {
    font-size: 18px;
  }

  .specialtem .getinTouchRt select {
    width: 300px;
    height: 50px;
    font-size: 16px;
    background-position: right 10px center;
  }

  .teamslidersec .imgProfilePg img {
    height: 392px;
  }

  .meetallbtn a {
    font-size: 17px !important;
  }

  .meetallbtn {
    padding: 20px 16px;
  }

  .findabtbtn {
    padding: 15px;
  }

  .slderarw {
    bottom: 60px;
    left: 16px;
  }

  .teamslidersec .findanofficeForm {
    padding-top: 60px;
  }

  .specialtem {
    background-size: 600px;
  }

  .servicesincludcont ul li a {
    background-size: 24px;
  }

  .findabtbtn a {
    font-size: 14px;
    line-height: 20px;
  }

  .teamslidersec .findanofficeLeft {
    margin: 0px;
  }

  .meetallbtn, .findabtbtn {
    min-height: 74px;
    display: flex;
    align-items: center;
  }

  .servicesincludcont ul li {
    padding: 0 15px;
  }

  .inncontentPanel b {
    font-size: 19px;
  }

  .inncontentPanel b a {
    background-size: 17px;
    background-position: left top 6px;
  }

  .secondlvelcont .innreviewBox b {
    font-size: 17px;
  }

  .secondlvelcont .innreviewBox b a {
    background-size: 20px;
    padding-right: 33px;
  }

  .secondlvelcont .innreviewBox b {
    padding-top: 17px;
  }

  .explorehver .mediaLeft img {
    width: 45px;
  }

  .explorehver .exploreInner .media {
    min-height: 80px;
    padding: 10px 14px;
  }

  .explorehver .exploreInner .media-body a {
    background-size: 23px !important;
    background-position: right 0px center !important;
  }

  /*search results page*/
  .serchAccountantSec {
    padding: 40px 0 45px;
    margin-top: 63px;
  }

  .serchAccountantInr h3 {
    font-size: 24px;
    padding-bottom: 28px;
    line-height: 28px;
  }

  .serchaccTab ul li {
    font-size: 19px;
    line-height: 24px;
    padding-right: 24px;
  }

  .serchItm {
    padding-top: 35px;
  }

  .serchItm h1, .serchItm h3 {
    font-size: 25px;
    line-height: 28px;
  }

  .serchItm b {
    font-size: 19px;
    line-height: 22px;
  }

  .serchItm p {
    font-size: 18px;
    line-height: 23px;
  }

  .serchaccTabSec {
    padding: 39px 0 55px;
  }

  .serchAccountantSec .locationSrch {
    width: 381px !important;
  }

  /*contact form office page*/
  .contFrOfficSec {
    padding: 35px 0 50px;
  }

  .contFrOfficeFil input[type="text"], .contFrOfficeFil input[type="email"], .contFrOfficeFil input[type="date"], .contFrOfficeFil input[type="tel"], .contFrOfficeFil input[type="password"], .contFrOfficeFil select, .contFrOfficeFil textarea {
    font-size: 18px;
    margin-top: 11px;
    font-size: 18px;
    height: 48px;
  }

  .contFrOfficeFil label {
    line-height: 20px;
    font-size: 18px;
  }

  .contFrOfficeFil textarea {
    height: 100px;
  }

  .contFrOfficeFil {
    padding-top: 17px;
  }

  .checkOffice input[type="checkbox"] + label {
    background-position: left top 10px !important;
    font-size: 20px;
    background-size: 20px !important;
    padding-left: 29px;
  }

  .checkOffice {
    padding-top: 20px;
  }

  .contFrOfficeSubmit .learnMore {
    width: 167px;
    line-height: 43px;
    margin-top: 28px;
    height: 43px;
  }

  /*Modal start */
  .custompopupBody {
    padding: 20px 30px 40px;
  }

  .custompopupBody p br {
    display: none;
  }

  .custompopupBody p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
  }

  .titlepopupBtn li {
    font-size: 22px;
    line-height: 27px;
  }

  .titlepopupBtn li img {
    width: 150px;
  }

  .popupBtn .learnMore {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }

  .popupBtn li {
    padding-right: 7px;
  }

  .logopopupBtn li img {
    width: 100px;
  }

  .logopopupBtn {
    margin-top: 27px;
  }

  /*(07-08-2020)*/
  .bottomBG {
    height: inherit;
  }

  .bottomBG img {
    height: 246px;
  }

  /*bannertriang1*/
  .bannertriang1 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:after {
    left: 0;
    width: 88px;
    height: 110px;
  }

  .bannertriang1 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:before {
    right: 0;
    width: 46px;
    height: 46px;
  }

  .bannertriang1 .banner_Itm_Txt {
    padding-left: 53px;
    width: 100%;
    padding-right: 21px;
  }

  /*bannertriang2*/
  .bannertriang2 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:before {
    width: 87px;
    height: 77px;
    right: 0;
    right: 0;
  }

  .bannertriang2 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:after {
    width: 53px;
    height: 50px;
    left: 0;
    transform: inherit;
  }

  .bannertriang2 .banner_Itm_Inn {
    padding-left: 54px;
    padding-right: 17px;
  }

  /*bannertriang3*/
  .bannertriang3 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:after {
    right: 0;
    width: 61px;
    height: 76px;
  }

  .bannertriang3 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:before {
    width: 36px;
    height: 36px;
    right: 77px;
  }

  /*bannertriang4*/
  .bannertriang4 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:before {
    width: 50px;
    height: 48px;
    right: 7px;
  }

  .bannertriang4 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:after {
    right: 61px;
    width: 90px;
    height: 71px;
  }

  .accorSec {
    padding: 0px;
  }

  .accorSec #accordion .card .card-body p {
    font-size: 18px;
    line-height: 22px;
    padding-top: 15px;
  }

  .accorSec #accordion .card .card-header .card-link {
    font-size: 19px;
    line-height: 24px;
  }

  .accorSec #accordion .card .card-header .card-link.collapsed {
    background-size: 20px;
  }

  .accorSec #accordion .card .card-header .card-link {
    background-size: 20px;
  }

  .imgProfilePg::after {
    width: 120px;
    height: 145px;
  }

  .innjoineventSec {
    height: 320px;
  }

  .innjoineventSec .media .media-body h4 {
    font-size: 34px;
    line-height: 36px;
  }

  .innjoineventSec .media .media-body p {
    font-size: 22px;
    line-height: 24px;
  }

  .innjoineventSec p {
    font-size: 18px !important;
    line-height: 22px;
    padding-right: 0px;
  }

  /*panel 2-9-20*/
  .innpanelbothRt {
    padding-left: 0px;
    margin-top: 70px;
  }

  .innpanelbothLt .locateMe {
    right: inherit;
    display: block;
    position: inherit;
    left: inherit;
    top: inherit;
  }

  .innpanelboth .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .innpanelboth .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .panelBoth::after {
    width: 100%;
    height: 270px;
    top: inherit;
    bottom: 0;
  }

  .innpanelboth {
    padding: 35px 0px 35px;
  }

  .innpanelbothLt h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .innpanelbothLt h2::before {
    top: 5px;
  }

  .innpanelbothLt p {
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
  }

  .browsebtn {
    font-size: 19px;
    line-height: 24px;
  }

  .innpanelboth .col-sm-4.blue {
    background-color: unset;
  }

  .innpanelboth .col-sm-8, .innpanelboth .col-sm-4.blue {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .teamslidersec .imgProfilePg img {
    height: unset!important;
  }

  /*4.9.2020*/
  .navbar-collapse {
    left: inherit !important;
  }

  .menu_sec li {
    position: relative;
  }

  .menu_sec li.dropdown .dropdown-menu {
    position: fixed;
    height: 100%;
    padding-top: 63px !important;
    overflow: auto; 
  }

  .menu_sec li a.backmenu {
    border-top: 1px solid #0c2136;
  }
  .menu_sec li .menuleft ul li a.backmenu {
    color: #25b86f !important;
  }

  .menu_sec {
    position: relative;
  }

  .menuleft ul {
    margin-top: 0;
    float: left;
  }

  .dropdown-menu {
    margin: 0px;
  }

  .mobmed {
    position: relative;
    width: 100%;
    z-index: 11111;
    display: inline-block;
    background: #fff;
  }

  .nav_top .navbar-toggler {
    float: right;
  }

  .nav_top .navbar-brand {
    padding: 14px 0;
  }

  .menumob.show {
    top: 0;
  }

  .navbar-collapse {
    padding-top: 76px !important;
  }

  .menumob {
    display: none;
    top: 100%;
  }

  /*jobalart*/
  .jobalartbottomSec input[type="date"] {
    height: 48px;
  }

  /*currentopporSec*/
  .currentopporSec {
    padding: 30px 0 40px;
  }

  .currentopporInn strong {
    font-size: 26px;
    line-height: 30px;
  }

  .tabtest {
    margin-top: 20px;
  }

  .tabtest ul li a {
    padding: 5px 20px;
  }

  .currentopporInn .contFrOfficeFil label {
    margin-top: 10px;
    font-size: 16px;
  }

  .currentopporInn .contFrOfficeFil input[type="text"], .currentopporInn .contFrOfficeFil input[type="email"], .currentopporInn .contFrOfficeFil input[type="date"], .currentopporInn .contFrOfficeFil input[type="tel"], .currentopporInn .contFrOfficeFil input[type="password"], .currentopporInn .contFrOfficeFil select, .currentopporInn .contFrOfficeFil textarea {
    font-size: 14px;
    line-height: 20px;
  }

  .topul ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .currentopporInn strong {
    font-size: 26px;
    line-height: 30px;
  }

  .topul {
    padding: 14px 10px 14px 15px;
  }

  .midjob {
    padding: 14px 15px 24px;
  }

  .pgstyle2 h2 {
    font-size: 19px;
    line-height: 22px;
  }

  .pgstyle2 p {
    font-size: 15px;
    line-height: 20px;
  }

  .tabtest ul li {
    font-size: 17px;
    line-height: 22px;
  }

  .pgstyle h2 {
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .pgstyle h3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .pgstyle h4 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .pgstyle h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .pgstyle p, .pgstyle li {
    font-size: 15px;
    line-height: 21px;
  }

  .pgstyle ul, .pgstyle ol {
    margin-top: 10px;
  }

  .pgstyle li::after {
    top: 10px;
    width: 8px;
  }

  .greenbtn {
    font-size: 15px;
    line-height: 29px;
    padding: 0 26px;
    margin-top: 16px;
  }

  .gropbtn ul li .greenbtn {
    margin-top: 16px;
  }

  .gropbtn ul {
    margin-top: 0;
  }

  .projecttext .col-md-4 {
    flex: 50%;
    max-width: 50%;
  }

  .projecttext .col-md-2 {
    flex: 50%;
    max-width: 50%;
  }

  .projecttext {
    padding: 20px 0;
  }

  .innfaQ .card-header .collapsed .topul {
    background-size: 14px !important;
    background-position: right 20px center !important;
  }

  .innfaQ .card-header a .topul {
    background-size: 14px !important;
    background-position: right 20px center !important;
  }

  .rightbox {
    padding: 15px 10px;
    margin-top: 20px;
  }

  .parplebox ul li {
    font-size: 15px;
    line-height: 22px;
  }

  .parplebox {
    margin-top: 15px;
    padding: 14px;
  }

  .currentopporInn .contFrOfficeFil label {
    margin-top: 10px;
  }

  .projecttext .col-md-3 {
    flex: 50%;
    max-width: 50%;
  }

  .innfaQ .card {
    margin-top: 12px;
  }

  .rightboxmap iframe {
    height: 160px;
  }

  .parplebox ul li b {
    min-width: 100px;
  }

  .currentoppormap {
    margin-top: 20px;
  }

  .currentoppormap iframe {
    height: 250px;
  }

  /*22-9-20*/
  .mapModal .modal-dialog {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 100px;
  }

  .mapModal .modal-dialog iframe {
    height: 230px;
  }

  .mapModal .close {
    width: 35px;
    height: 35px;
    right: -15px;
    top: -15px;
  }
  .menumob .navbar-nav > li.dropdown > ul ul li a.backmenu {
    padding: 17px 21px 10px!important;
  }
  .menumob .navbar-nav > li.dropdown > ul ul li a.backmenu span {
    background-position: 3px 3px;
  }
}

@media only screen and (max-width: 575px) {
  .newsBody b em {
    padding-left:0px;
  }

  .videoBox {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .videoBox h4 {
    font-size: 16px;
    line-height: 18px;
    padding: 15px 15px;
    text-align: center;
  }

  .innlocateMePanel h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .innlocateMePanel h2::before {
    top: 0px;
  }

  .locateMePanel::after {
    width: 155px;
    height: 155px;
  }

  .innreviewBox p {
    font-size: 20px;
    line-height: 24px;
  }

  .innreviewBox em {
    font-size: 18px;
    line-height: 24px;
  }

  .clientStory {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
  }

  .carousel-item img {
    height: 261px!important;
  }

  .carousel-item::after {
    width: 60px;
    height: 119px;
  }

  .innreviewBox {
    width: 300px;
    padding: 15px;
  }

  .contactPanel2::before {
    width: 200px;
    height: 200px;
  }

  .relatedBox {
    /* min-height: auto;*/
  }

  .signupLine p .learnMore {
    display: block;
  }

  .signupLine p::before {
    top: 2px;
  }

  .getinTouchLt ul li {
    font-size: 19px;
  }

  .search {
    right: 71px;
  }

  /*aboutUs Page*/
  .reviewSec.abtpagereview img {
    height: 350px;
    object-position: -335px 0px;
  }

  .relatedNewsSec.abtrelaternews {
    padding: 45px 0px;
  }

  .azetsFamilyBoxes {
    padding: 45px 0px;
  }

  .innazetsFamilyBoxes {
    margin-top: 0px;
  }

  .falimyBox {
    margin-top: 25px;
  }

  /*bannnerser casestudies*/
  .carousel-item:before {
    height: 40px;
  }

  .casestudiesBR .carousel-item::after {
    width: 75px;
    background-size: contain !important;
    background-position: top right;
  }

  /*casestudies*/
  .casetext h5, .casetext h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .casetext p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
  }

  /*career*/
  /*bottombg*/
  .bottomBG {
    height: 230px;
  }

  /*caseStudy*/
  .casestudyTop {
    background: none;
    padding: 15px 0px;
    background: #f3f3f3;
  }

  .casestudyInn ul li {
    padding: 5px 0px;
    width: 100%;
    text-align: center;
  }

  .casestudyBody .inncontentPanel h4, .casestudyBody .inncontentPanel h3 {
    font-size: 24px;
    line-height: 26px;
  }

  /*exprience*/
  .exprienceSec .learnMore {
    width: 215px;
  }

  .collaborative .inncounterSec .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*lifeat avets*/
  .exploreInner .media-body a {
    padding: 0 40px 0 30px;
  }

  .exploreInner .row .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*(04-08-2020)*/
  /*career page*/
  /*bottombg*/
  .bottomBG {
    height: 214px;
  }

  /*caseStudy*/
  .casestudyInn .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }

  /*exprience page*/
  .exprienceSec .learnMore {
    width: auto;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    padding: 0 10px;
  }

  .collaborative .inncounterSec .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .vaccineInner {
    height: 92px;
  }

  .vaccineInner strong {
    font-size: 21px;
  }

  .vaccineInner {
    border-width: 2px;
  }

  /*lifeat avets*/
  .exploreInner .media-body a {
    padding: 0 40px 0 30px;
  }

  .exploreInner .row .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .exploreInner .media {
    margin-top: 20px;
  }

  /*how to join*/
  .howtoBoxx .inncontentPanel h2 br {
    display: none;
  }

  .howtoBoxx .familyBoxPic img {
    height: 262px;
    object-fit: cover;
  }

  .howtoBoxx {
    padding: 29px 0px;
  }

  /*bus to work*/
  .busForBox h4 a:after, .busForBox h3 a:after {
    right: 30%;
  }

  .casestudyTopnewsitem .casestudyInn ul li {
    text-align: left !important;
    width: 50%;
  }

  /*profile page start*/
  .profilepg .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .profilepg .findanofficeLeft {
    min-height: auto;
  }

  .imgProfilePg img {
    height: 348px;
  }

  .profilepg .learnMore {
    width: auto;
    height: 39px;
    line-height: 39px;
    padding: 0 18px;
    font-size: 16px !important;
  }

  .profilepg .findanofficeForm {
    padding-top: 29px;
  }

  /*8_6_2020*/
  .servicesincludcont ul li {
    padding: 0px !important;
    width: 100%;
  }

  .servicesincludcont ul li {
    font-size: 19px;
  }

  .servicesincludcont ul li a {
    background-size: 21px;
  }

  .specialtem .getinTouchRt select {
    width: 270px;
  }

  .teamslder > .row {
    flex-direction: column-reverse;
  }

  .teamslidersec .findanofficeForm {
    /*padding: 30px 15px 45px;*/
    min-height: auto;
  }

  .teamslder .row {
    margin: 0px;
  }

  .teamslder .col-sm-6 {
    padding: 0px;
  }

  .meetallbtn, .findabtbtn {
    min-height: auto;
    padding: 15px;
    text-align: center;
    display: inline-block;
  }

  .meetallbtn .findanofficeForm {
    text-align: center;
  }

  .slderarw {
    bottom: 13px;
    left: 15px;
  }

  .slderarw img {
    width: 24px;
  }

  .explore {
    padding: 30px 0;
  }

  .explorehver .exploreInner .media {
    min-height: 70px;
    padding: 10px;
  }

  /*search results page*/
  .serchaccTab ul li:first-child {
    width: 100%;
  }

  .serchaccTab ul li {
    padding-top: 8px;
  }

  .serchItm {
    padding-top: 28px;
  }

  .serchItm h1, .serchItm h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .serchItm p {
    font-size: 16px;
    line-height: 22px;
  }

  .serchaccTabSec {
    padding: 30px 0 30px;
  }

  /*contact form office page*/
  .contFrOfficSec {
    padding: 35px 0 30px;
  }

  .checkOffice input[type="checkbox"] + label {
    font-size: 16px;
  }

  /*(07-08-2020)*/
  .bottomBG {
    height: inherit;
  }

  .bottomBG img {
    height: 191px;
  }

  /*bannertriang1*/
  .bannertriang1 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:after {
    left: 0;
    width: 53px;
    height: 67px;
  }

  .bannertriang1 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(1) .banner_Itm_Inn:before {
    right: 0;
    width: 46px;
    height: 46px;
  }

  .bannertriang1 .banner_Itm_Txt {
    padding-left: 53px;
    width: 100%;
    padding-right: 21px;
  }

  /*bannertriang2*/
  .bannertriang2 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:before {
    width: 66px;
    height: 60px;
    right: 0;
    right: 0;
  }

  .bannertriang2 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:after {
    width: 43px;
    height: 41px;
    left: 0;
    transform: inherit;
  }

  .bannertriang2 .banner_Itm_Inn {
    padding-left: 45px;
    padding-right: 55px;
  }

  /*bannertriang4*/
  .bannertriang4 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:before {
    width: 40px;
    height: 37px;
    right: 7px;
  }

  .bannertriang4 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:after {
    right: 52px;
    width: 60px;
    height: 48px;
  }

  /*panel 2-9-20*/
  .innpanelboth {
    padding: 25px 0px 30px;
  }

  .innpanelbothLt h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .innpanelbothRt {
    margin-top: 40px;
  }

  .panelBoth::after {
    height: 245px;
  }
}

@media only screen and (max-width: 480px) {
  .banner_Itm_Txt {
    width: 100%;
  }

  .carousel-item::before {
    width: 50px;
  }

  .carousel-item::after {
    width: 50px;
    height: 100px;
  }

  .inncontentPanel h1, .inncontentPanel h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .lifecycletxtBox h3, .lifecycletxtBox h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .lifecyclepicBox img {
    height: 270px;
  }

  .browsebtn {
    font-size: 18px;
    line-height: 24px;
  }

  .innreviewBox {
    width: 100%;
  }

  .innreviewBox p img {
    width: 38px;
    height: 30px !important;
  }

  .innreviewPanel {
    position: inherit;
    left: inherit;
    top: inherit;
  }

  .innreviewPanel .container {
    padding: 0px;
  }

  .reviewSec img {
    height: 200px;
  }

  .relatedBox {
    margin-top: 20px;
  }

  .relatedRt {
    /*padding: 20px;*/
  }

  .innbottomfooter p {
    font-size: 15px;
    line-height: 20px;
  }

  .footerBox h4 {
    font-size: 19px;
    line-height: 22px;
  }

  .banner_Itm_Txt strong, .banner_Itm_Txt h1 {
    font-size: 36px !important;
    line-height: 1em;
  }

  .banner_Itm_Txt p {
    font-size: 15px;
    line-height: 18px;
  }

  /*aboutUs Page*/
  .abtcontentBox h1, .abtcontentBox h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .abtcontentBox h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .abtcontentBox h4, .abtcontentBox h5 {
    font-size: 20px;
    line-height: 26px;
  }

  .abtcontentBox p {
    font-size: 16px;
    line-height: 22px;
  }

  .apartSec {
    padding: 35px 0px;
  }

  .innapartSec h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .innapartSec p {
    font-size: 17px;
    line-height: 22px;
  }

  .innapartSec ul li {
    width: 100%;
  }

  .reviewSec.abtpagereview img {
    height: 250px;
    object-position: top;
  }

  .inncombinepanel .locationSrch form {
    width: 100%;
  }

  /*case study*/
  .youMight .innrelatedNews h2 {
    font-size: 22px;
  }

  .youMight .casetext h4, .casetext h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .menuleft h4, .menuleft h4.heading-link a {
    font-size: 20px !important;
    line-height: 30px;
  }

  .menu_sec li .menuleft ul li a, .menuright .picbox p, .menu_sec li a {
    font-size: 20px !important;
  }

  .menu_sec li a.dropdown-toggle, .menu_sec li .menuleft ul li.sumnnu a,.backmenu span {
    background-size: 18px !important;
  }

  .menu_sec li a {
    padding: 16px 21px 8px;
  }

  .backmenu span {
    background-position: left top 4px;
    padding-left: 26px;
  }

  /*(04-08-2020)*/
  /*career page start*/
  .bottomBG {
    height: 136px;
  }

  /*lifeat avets*/
  .exploreInner .media {
    margin-top: 11px;
  }

  .mediaLeft img {
    width: 40PX;
  }

  .exploreInner .media-body a {
    background-size: 20px;
  }

  .exprienceSec .abtcontentPic img {
    max-width: 100%;
    width: 210px !important;
  }

  /*how to join*/
  .howtoBoxx .familyBoxPic img {
    height: 194px;
  }

  .hiring .inncontentPanel h4, .hiring .inncontentPanel h3 {
    font-size: 24px;
  }

  .hiring .inncontentPanel {
    padding: 0;
  }

  .hiring .inncontentPanel ul {
    padding-bottom: 0;
  }

  /*financeStudies*/
  .financeStuInn .row .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*************/
  .careerSec .abtcontentPic img {
    width: 100%;
  }

  /*news page*/
  .newsBody .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .newBtn .learnMore {
    width: 155px;
    height: 44px;
    line-height: 44px;
  }

  /*newsitem page*/
  .newsitemauthorBox h2, .newsitemauthorBoxRig h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .newsitemauthorItm, .newsitemauthorItmRig {
    padding: 28px 15px 25px;
  }

  .authorMedia img {
    width: 70px;
    height: 70px;
    margin-right: 17px;
  }

  .newsitemauthorBoxRig ul li {
    font-size: 19px;
    margin-top: 6px;
  }

  .casestudyTopnewsitem .casestudyInn ul li {
    text-align: left !important;
  }

  /*findan office page */
  .findanofficeForm h2, .findanofficeForm h1 {
    font-size: 24px;
    line-height: 27px;
  }

  .findanofficeFild {
    width: 100%;
  }

  .findanofficeFild input[type="text"] {
    height: 40px;
    font-size: 18px;
  }

  .findanofficeFild input[type="submit"], .findanofficeFild input[type="button"] {
    height: 40px;
  }

  /*office page*/
  .officeteamSec .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .officeteamImg img {
    height: 306px;
  }

  .officeteamText {
    min-height: auto;
  }

  .officeteamBox .learnMore {
    margin-top: 20px;
  }

  .officepgSec .findanofficeLeft {
    min-height: auto;
  }

  .officepgSec .learnMore {
    width: auto;
    height: 40px;
    line-height: 40px;
    margin-top: 29px;
    font-size: 13px;
    padding: 0 10px;
  }

  /*All people*/
  .peoplePgInr {
    display: inherit;
  }

  .peopleseset {
    width: 100%;
    padding-top: 20px;
  }

  /*lotions directory page*/
  .restWorldTab ul.nav-pills li a {
    width: auto;
    padding: 0 20px;
    font-size: 22px;
  }

  .restWorldSec {
    padding: 30px 0 30px;
  }

  .restWorldItem h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .restWorldItem ul li, .restWorldItem ol li {
    font-size: 16px;
    padding-right: 10px;
  }

  /*search results page*/
  .serchAccountantInr h3 {
    font-size: 20px;
    padding-bottom: 23px;
    line-height: 26px;
  }

  .serchAccountantSec .locationSrch {
    width: 100% !important;
  }

  .serchAccountantSec {
    padding: 30px 0 38px;
  }

  .serchAccountantSec .locationSrch input[type="text"], .serchAccountantSec .locationSrch input[type="submit"] {
    height: 44px;
    font-size: 18px;
  }

  .serchAccountantSec .locationSrch input[type="submit"] {
    height: 44px;
  }

  /*Modal start */
  .custompopupBody {
    padding: 20px 10px 0;
  }

  .titlepopupBtn li {
    font-size: 19px;
    line-height: 26px;
  }

  .custompopupBody p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 9px;
  }

  .popupBtn .learnMore {
    font-size: 13px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }

  /*(07-08-2020)*/
  .bottomBG img {
    height: 149px;
  }

  .bottomBG {
    height: auto;
  }

  /*bannertriang1*/
  .bannertriang1 .banner_Itm_Txt {
    padding-left: 39px;
    width: 100%;
    padding-right: 21px;
  }

  /*bannertriang2*/
  .bannertriang2 .banner_Itm_Inn {
    padding-right: 0;
  }

  .bannertriang2 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(2) .banner_Itm_Inn:before {
    width: 55px;
    height: 50px;
    right: 0;
    right: 0;
  }

  /*bannertriang3*/
  .bannertriang3 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:before {
    width: 32px;
    height: 31px;
    right: 66px;
  }

  .bannertriang3 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(3) .banner_Itm_Inn:after {
    right: 0;
    width: 42px;
    height: 50px;
  }

  /*bannertriang4*/
  .bannertriang4 .carousel-item::before, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:before {
    width: 36px;
    height: 34px;
    right: 4px;
  }

  .bannertriang4 .carousel-item::after, .banner_sec.homebanner .carousel-inner .carousel-item:nth-child(4) .banner_Itm_Inn:after {
    right: 37px;
    width: 45px;
    height: 36px;
  }

  .restWorldTab ul.nav-pills li {
    padding: 0px;
  }

  .restWorldTab ul.nav-pills li a {
    width: auto;
  }

  .popupBtn li {
    padding-right: 0px;
  }

  /* new code*/
  .innjoineventSec .media .media-body h4 {
    font-size: 24px;
    line-height: 24px;
  }

  .innjoineventSec .media .media-body p {
    font-size: 16px !important;
    line-height: 18px;
  }

  .innjoineventSec p {
    font-size: 17px !important;
    line-height: 20px;
    padding-right: 0px;
    padding-top: 10px;
  }

  .viewevent {
    width: 160px;
    height: 45px;
    line-height: 45px;
  }

  /*panel 2-9-20*/
  .innpanelbothLt h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .innpanelbothLt .locationSrch form {
    width: 100%;
  }

  .panelBoth::after {
    height: 44%;
  }
}

@media only screen and (max-width: 400px) {
  /*currentopporSec*/ .projecttext {
    padding-top: 12px;
  }

  .projecttext .col-md-4 {
    flex: 100%;
    max-width: 100%;
  }

  .projecttext .col-md-2 {
    flex: 100%;
    max-width: 100%;
  }

  .projecttext .col-md-3 {
    flex: 100%;
    max-width: 100%;
  }

  .parplebox ul li {
    font-size: 14px;
  }

  .parplebox ul li b {
    min-width: 80px;
  }

  .parplebox {
    padding: 12px 10px;
  }
}

@media only screen and (max-width: 360px) {
  /*(04-08-2020)*/ /*busfor Sale page*/ .busforSaleBan .carousel-item img {
    object-position: left;
  }

  .filterByStudies .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*findan office page */
  .officeBtn ul li {
    width: 100%;
  }

  .officeBtn ul li:last-child .learnMore {
    margin-top: 10px;
  }

  .findanofficemap iframe {
    height: 320px;
  }

  .havantSec::before {
    right: 6px;
  }

  /*office page*/
  .officeteamImg img {
    height: 211px;
  }

  /*newsitem page*/
  .casestudyTopnewsitem .casestudyInn ul li {
    text-align: left !important;
    width: 100%;
  }

  /*lotions directory page*/
  .restWorldTab ul.nav-pills li a {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }

  /*profile page start*/
  .newsitemauthorBoxRig ul li a::after {
    right: 20px;
  }

  /*Modal start */
  .titlepopupBtn li {
    padding-top: 10px;
  }

  .custompopupBody {
    padding-top: 10px;
  }

  /*(07-08-2020)*/
  .bottomBG img {
    height: 116px;
  }

  .bottomBG {
    height: auto;
  }
}

/**

* Owl Carousel v2.2.0

* Copyright 2013-2016 David Deutsch

* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)

*/
/*

*  Owl Carousel - Core

*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*

*  Owl Carousel - Animate Plugin

*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*

*  Owl Carousel - Auto Height Plugin

*/
.owl-height {
  transition: height 500ms ease-in-out;
}

/*

*  Owl Carousel - Lazy Load Plugin

*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*

*  Owl Carousel - Video Plugin

*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#slvj-window {
  width: 100%;
  min-height: 100%;
  z-index: 30;
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
}

#slvj-window, #slvj-window * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#slvj-background-close {
  width: 100%;
  min-height: 100%;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}

#slvj-back-lightbox {
  max-width: 700px;
  height: auto;
  margin: 10px auto;
  z-index: 32;
}

.slvj-lightbox {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 9999;
}

#slvj-close-icon {
  background-image: url(/Frontend/Images/close.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  width: 32px;
  height: 32px;
  border: 1px solid #25b86f;
  border-radius: 50% !important;
}

#slvj-video-embed iframe {
  width: 710px !important;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

#slvj-close-icon:hover {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #slvj-back-lightbox {
    max-width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  iframe {
    width: 90% !important;
    height: 300px;
  }

  #slvj-close-icon {
    top: 75px;
  }
}

@media only screen and (max-width: 575px) {
  iframe {
    width: 90% !important;
    height: 250px;
  }
}

@media only screen and (max-width: 480px) {
  iframe {
    width: 90% !important;
    height: 200px;
  }
}

.locationSrch input[type="button"] {
  width: 50px;
  height: 50px;
  float: left;
  border: 2px solid #fff;
  background: url(/Frontend/Images/green-search-icon.svg)#fff no-repeat center center;
  cursor: pointer;
  background-size: 21px 21px;
}

.fullwidth-image image {
  width: 100%;
}

.banner_Itm_Txt svg {
  padding-top: 7px;
}

.google-map {
  width: 100%;
}

.casestudyBody {
  padding-top: 50px;
  padding-bottom: 90px;
}

.casestudyBody .inncontentPanel ul {
  padding-bottom: 0px;
}

.explorehvrclor .media:hover {
  background: unset;
}

.media:hover .media-body a {
  text-decoration: underline;
}

.officepgSec .findanofficeForm h2, .officepgSec .findanofficeForm h2 a {
  font-size: 50px;
  color: #fff;
}

.banoverlay {
  background: rgba(0,0,0,0.2);
}

.triangleBackground {
  background: url(/Frontend/Images/sectortringle.png) no-repeat left top;
}

.teamslidersec .imgProfilePg img {
  height: 565px;
}

.mediaLeft img {
  width: 64px;
}

.abtcontentBox ul {
  padding-bottom: 0px;
}

.abtcontentBox ul {
  padding-top: 15px;
  padding-bottom: 15px !important;
}

.abtcontentBox ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.abtcontentBox ul li {
  font: normal 21px/24px 'Calibri';
  padding-left: 28px;
  padding-bottom: 8px;
  position: relative;
  margin-left: 10px;
}

.abtcontentBox ul li p {
  padding-top: 0px;
}

.abtcontentBox ul li:before {
  position: absolute;
  width: 17px;
  height: 1.5px;
  content: "";
  left: 0;
  top: 12px;
  background-color: #000;
}

.dropdown-toggle::after {
  display: none;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.innrelatedNews a.viewMore:hover {
  color: #25b86f;
  opacity: 0.8;
}

.inncontentPanel img {
  max-width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .officepgSec .findanofficeForm h2, .officepgSec .findanofficeForm h2 a {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .officepgSec .findanofficeForm h2, .officepgSec .findanofficeForm h2 a {
    font-size: 35px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .officepgSec .findanofficeForm h2, .officepgSec .findanofficeForm h2 a {
    font-size: 30px;
    line-height: 38px;
  }
}

/*slider arrows fix*/
@media (min-width: 3000px) and (max-width: 5999px) {
  .slderarw {
    left: 37.6%;
  }

  .combinepanel .container-fluid .inncombinepanel .col-sm-8 {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .combinepanel .container-fluid .inncombinepanel .col-sm-4 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 2500px) and (max-width: 2999px) {
  .slderarw {
    left: 29.5%;
  }

  .combinepanel .container-fluid .inncombinepanel .col-sm-8 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .combinepanel .container-fluid .inncombinepanel .col-sm-4 {
    flex: 0 0 41.667%;
    max-width: 41.667%;
  }
}

@media (min-width: 2000px) and (max-width: 2499px) {
  .slderarw {
    left: 22.5%;
  }

  .combinepanel .container-fluid .inncombinepanel .col-sm-8 {
    flex: 0 0 61%;
    max-width: 61%;
  }

  .combinepanel .container-fluid .inncombinepanel .col-sm-4 {
    flex: 0 0 39%;
    max-width: 39%;
  }
}

@media (min-width: 1700px) and (max-width: 1999px) {
  .combinepanel .container-fluid .inncombinepanel .col-sm-8 {
    flex: 0 0 63%;
    max-width: 63%;
  }

  .combinepanel .container-fluid .inncombinepanel .col-sm-4 {
    flex: 0 0 37%;
    max-width: 37%;
  }
}

@media (min-width: 1800px) and (max-width: 1999px) {
  .slderarw {
    left: 19%;
  }
}

@media (min-width: 1700px) and (max-width: 1799px) {
  .slderarw {
    left: 17%;
  }
}

@media (min-width: 1500px) and (max-width: 1699px) {
  .slderarw {
    left: 18%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .slderarw {
    left: 13%;
  }

  .combinepanel .container-fluid .inncombinepanel .col-sm-8 {
    flex: 0 0 64.667%;
    max-width: 64.667%;
  }

  .combinepanel .container-fluid .inncombinepanel .col-sm-4 {
    flex: 0 0 35.333%;
    max-width: 35.333%;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .slderarw {
    left: 9%;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .slderarw {
    left: 5%;
  }
}

/*!
* Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,.fab,.fad,.fal,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite
}

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

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

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

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image:url();
  background: url(https://8270561.fs1.hubspotusercontent-na1.net/hubfs/8270561/raw_assets/public/Azets_One/images/loading1.gif) center no-repeat #fff;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item {
  width: 100%;
  text-align: center;
}


.carousel-item img {
  width: 100%;
  object-fit: cover;
  position: relative;
}
.banner_Itm_Txt h1 {
  margin: 0;
  padding: 0;
}
.banner_Itm_Txt p {
  padding-bottom: 0;
}
.no-banner .body-container-wrapper {
  padding-top: 30px;
}

.fab {
  font-family: Font Awesome\ 5 Brands;
}

.fa-linkedin-in:before {
  content: "\F0E1";
  font-size: 17px;
}

.fa-twitter:before {
    content: "\F099";
  font-size: 17px;
}
.fa-facebook:before {
  content: "\f39e";
  font-size: 17px;
}
/* ******************************************************************************
*********************************************************************************
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 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.mobmed img.hs-image-widget {
  width: 100%!important;
  max-width: 159px;
}


.header_sec {
  line-height: 18px;
}
.header_sec {
  background: #fff;
}
.cst-ftr-grp {
  clear:both; 
}

.drop-col {
  width: 100%;
  display: none;
  float: left;
}

.drop-col.current {
  display: block;
}

.menu_sec li.dropdown .menuright {
  background: #fff !important;
  border-left: solid 1px #C5C9D3;
}

.header_sec.no-nav .bottomHeader .nav_top {
  height: 80px;
}
.header_sec {
  min-height: 110px;
}

.header_sec.no-nav {
  min-height: 80px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .header_sec.no-nav .bottomHeader .nav_top {
    height: 52px;
  }
  .header_sec {
    min-height: 82px;
  }
  .header_sec.no-nav {
    min-height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .header_sec.no-nav .bottomHeader .nav_top {
    height: 63px;
  }
  .header_sec {
    min-height: 63px;
  }
  .header_sec.no-nav {
    min-height: 61.52px;
  }
  .menu_sec li.dropdown .menuleft ul.level-3 > li > a {
    margin-bottom: -2px!important;
  }
  .menu_sec li.dropdown .menuleft ul.submenu.level-2 ul.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
  }
  .menu_sec li.dropdown .menuleft ul.submenu.level-2 ul.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visiblity .2s;
  }
  .menu_sec li.dropdown .menuleft ul.submenu.level-2 > .dropdown > a.dropdown-toggle {
    background: none;
  }
}

.body-container-wrapper {
  clear: both;
}

.se-pre-con
{
  display: none !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.cst-ftr-grp {
  background-color: #0c2136;
}
.cst-ftr-grp.no-nav {
  padding-top: 20px;
}
.cst-ftr-grp h1, .cst-ftr-grp h2, .cst-ftr-grp h3, .cst-ftr-grp h4, .cst-ftr-grp h5, .cst-ftr-grp h6 {
  padding: 0px;
  margin: 0px;
}
.cst-ftr-grp ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

.innbottomfooter {
  width: 100%;
  display: inline-block;
  padding-bottom: 25px;
}
.innbottomfooter p {
  font: normal 16px/24px 'Calibre-Regular';
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.innfooterSec {
  width: 100%;
  float: left;
  padding: 45px 0px;
}

@media only screen and (max-width: 767px) {
  .innfooterSec {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .innbottomfooter p {
    font-size: 15px;
    line-height: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: 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;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.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-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.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 {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.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 {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.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;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.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__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.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 Grid Listing with Sidebar            */

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

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

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

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.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;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .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 Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.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: 90%;
    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;
}


.next-posts-link.load-more.p-hide {
  display: none !important;
}

.col-md-12.show-content.p-hide {
  display: block;
}
.col-md-12.show-content {
  display: none;
}

.listing-content h1, .listing-content h2, .listing-content h3, .listing-content h4, .listing-content h5, .listing-content h6 {
  margin: 0;
}

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

.newsitemauthor .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.innrelatedNews h2 {
  margin: 0;
}

.blog-comments form {
  max-width: 500px;
}

@media (max-width: 767px) { 
  .blog-comments form {
    max-width: 100%;
  }
}

div#infscr-loading img,
div#infscr-loading {
  display: none!important;
}
.filterBy ul.l_tinynav1, .filterBy h3 {
  display: none;
}
h3:empty {
  margin: 0;
  display: none;
}

ul.hs-error-msgs li {
  padding: 0!important;
}
ul.hs-error-msgs li:before {
  display: none;
}
.newsBody .blogtags b em a {
    text-transform: capitalize;
}

.author-header
{
  background: rgba(12,33,54,1.0);
  color: #fff;
}

.author-header .blog-header__title, .author-header .blog-header__subtitle
{
  text-align: left;
  color: #fff;
}

.author-header .blog-header__inner {
  padding-left: 14px;
}

@media (min-width: 768px) {
  .author-header .blog-header__inner {
      max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .author-header .blog-header__inner
  {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .author-header .blog-header__inner
  {
    max-width: 1140px !important;
  }
}

.blog-header__author-social-links
{
  text-align: left !important;
}

.blog-header__author-social-links a {
  background: rgba(12,33,54,1.0) !important;
  vertical-align:middle;
  text-align: center;
  width: auto !important;  
}

.author-header h1 
{
  margin-top: 150px;
}

.blog-header__author-social-links svg {
  top: 10px !important;
}
/* ******************************************************************************
*********************************************************************************
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: 10rem 0;
  text-align: center;
  position: relative;
}
.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: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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;
}