* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-family: Albert Sans; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  body {
    margin: 0;
  }
  html {
  scroll-behavior: smooth !important;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  audio,
  canvas,
  progress,
  video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a:active, a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: 700;
  }
  dfn {
    font-style: italic;
  }
  mark {
    background: #000;
    color: #fff;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: Albert Sans;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type="button"], /* 1 */
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
  }
  
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  
  legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
  }
  
  
  textarea {
    overflow: auto;
  }
  
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
  }
  ::-moz-selection {
    background: #d0cfcf;
    color: #000;
    text-shadow: none;
  }
  ::selection {
    background: #d0cfcf;
    color: #000;
    text-shadow: none;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  textarea {
    resize: vertical;
  }
  .page-content {
    padding: 0 60px;
  }
  
  .page-content .v-split-container > .v-split {
    margin: auto;
    width: 1400px;
    max-width: 100%;
  
  }
  html, body {
    margin: 0;
    padding: 0;
  }
  body {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: Albert Sans;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
    font-family: Albert Sans;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 40px 0 20px;
    padding: 0;
  }
  h1{
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
  h3 {
    font-size: 40px;
    line-height: 50px;
  }
  h4 {
    font-size: 35px;
    line-height: 45px;
  }
  h5 {
    font-size: 30px;
    line-height:40px;
  }
  h6 {
    font-size: 25px;
    line-height: 35px;
  }
  /* Common Styles */
  
  
  code, dl, dt, dd, form,
  fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"],
  address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    font-size: 16px;
    color: #000;
    font-size: 16px;
  }
  address {
    color: #000;
    font-size: 16px;
  }
  p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: Albert Sans;
  }
  a, a:link {
    text-decoration: underline;
    color: #000;
  }
  a:hover, a:active, a:visited {
    color: #242424;
    text-decoration: underline;
  }
  input[type=file], input[type=hidden] {
    color: #000;
    font-size: 16px;
  }
  input[type=image], blockquote {
    color: #000;
    font-size: 16px;
  }
  input[type=text], input[type=password] {
    font-family: Albert Sans;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    border-radius: 3px;
  }
  input[type=text].validation-error, input[type=password].validation-error {
    border: 1px solid #e64343;
  }
  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important; /* set text color */
    transition: background-color 9999s ease-in-out 0s !important;
    background-color: transparent !important;
  }
  select {
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    font-family: Albert Sans;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-radius: 3px;
  }
  textarea {
    box-sizing: border-box;
    font-family: Albert Sans;
    height: 120px;
    padding: 5px 15px 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    width: 100%;
    border-radius: 3px;
    background: #17244C;
      background-color: rgb(23, 36, 76);
    background-color: rgb(23, 36, 76);
    border: 1px solid #253157;
  }
  table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
  }
  table, th, td {
    border: 1px solid #e1e1e1;
    padding: 12px 20px;
    text-align: left;
    color: #000;
    font-size: 15px;
    font-family: Albert Sans;
    line-height: 25px;
    font-weight: 400;
    background: #fff;
  }
  table thead tr {
    background: #fff;
  
  }
  table thead th {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    background: #f0efef;
  }
  ul li::before {
    content: "";
    background: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50px;
    top: 10px;
    left: 0;
  }
  ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 25px;
    list-style-type: none;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: Albert Sans;
  }
  ul li {
    margin: 0;
    padding: 0 0 10px 25px;
  }
  .widget ul li a, .widget ol li a {
    color: #242424;
  }
  .widget ul li a:hover, .widget ol li a:hover {
    color: #000;
  }
  ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
  }
  ol{
    padding-left: 18px;
  }
  ul{
    padding-left: 0;  
  }
  .form-row {
    position: relative;
  }
  .widget.widget-snippet a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
    -moz-outline-style: none;
  }
  body.widget-snippet a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  /* webocommander Form css */
  
  .message-block.error-message, .message-block.error {
  background-color: #fee;
  border: 0 solid #fcd2d2;
  color: #f00;
  margin: 0;
  font-size: 12px;
  }
  .message-block.info-message, .message-block.success {
  background-color: #d5f4d5;
  border: 0 solid #c2e7c2;
  color: #008000;
  margin: 0;
  font-size: 12px;
  }
  
  .errorlist.after {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
  
  }
  .errorlist.after .message-block {
    color: #ff0000;
  }
  
  .widget-form .single-input-row .form-row {
    margin-top:0;
  }
  .widget-form  .form-row {
    margin: 0 0 25px;
    padding:0;
  }
  .widget-form .double-input-row .form-row {
  padding: 0 12px;
  }
  .widget-form .double-input-row, .widget-form .triple-input-row {
  margin: 0 -12px;
  }
  .widget-form input[type="text"], .widget-form textarea, .widget-form select {
    font-family: Albert Sans;
    height: 46px;
    padding: 12px 15px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 0;
    background: #FBFBFB;
      background-color: rgb(251, 251, 251);
    background-color: #fff;
    border: 1px solid #000;
  }
  .widget-form input[type="text"], .widget-form .form-row select {
  height: 46px;
  }
  .widget-form textarea{
    height:185px;
  }
  .widget.widget-form .single-input-row .form-row p {
    font-family: Albert Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .form-row label {
    width: 100%;
  padding: 0;
  margin: 0 0 5px;
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: rgba(255,2552,255,0.8);
  }
  /** Placeholder Start **/
  
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
    
  }
  
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
  
  }
  
  :-ms-input-placeholder {
    /* IE 10+ */
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
  }
  
  :-moz-placeholder {
    /* Firefox 18- */
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
  }
  
  textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
  }
  
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
  }
  
  :-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
  }
  
  :-moz-placeholder {
    /* Firefox 18- */
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
  }
  
  textarea::placeholder {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
  }
  ::placeholder {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.4);
  }
  /* Common Button CSS */
  input.validation-error, select.validation-error,
  textarea.validation-error, input[type="text"].validation-error,
  input[type="password"].validation-error {
  border: 1px solid #ff0000 !important;
  }
  
  input:focus, textarea:focus, select:focus {
    border-color: #242424 !important;
  }
  input[type=submit], input[type=button] {
    margin-top: 0px;
    height: auto !important;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    border-radius: 50px;
    background-color: #303036;
    border: 1px solid #303036;
  }
  input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
    color: #fff;
    background-color: #525261;
    border-color: #525261;
  }
  input[type=submit]:hover, input[type=button]:hover {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
  }
  input,
  input::placeholder {
    color: black;
  }
   
  /* Chrome autofill fix */
  input:-webkit-autofill {
    -webkit-text-fill-color: black !important;
    transition: background-color 9999s ease-in-out 0s;
  }
   
  input:-webkit-autofill:focus {
    -webkit-text-fill-color: black !important;
  }
   
  button.common-btn, .button, a.button {
    display: inline-flex;
    padding: 13px 36px;
    justify-content: center;
    align-items: center;
    border: 0;
    color: #ffffff;
    text-decoration: none;
    min-width: 220px;
    text-align: center;
    min-height: 44px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
    background: #000;
  }
  .widget-form .form-row label {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    color: #000;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
  
  .widget.widget-form .form-row.btn-row button {
    margin: 25px 0 0;
    cursor: pointer;
    display: inline-flex;
    padding: 13px 36px;
    justify-content: center;
    align-items: center;
    border: 0;
    color: #ffffff;
    text-decoration: none;
    min-width: 220px;
    text-align: center;
    min-height: 44px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
    background: #000;
  }
  .widget.widget-form .form-row.btn-row button:hover{
    background: #242424;
    color: #fff;
  }
  .widget-form .form-row.btn-row {
  margin: 0;
  padding: 0;
  }
  .widget-form select {
  appearance: none;
  background: rgb(23, 36, 76) url(../images/select-arrow.svg) no-repeat right;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 10px;
  background-position: calc(100% - 13px);
  padding-right: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: inherit;
  }
  .widget-form select option {
  background: rgb(23, 36, 76);
  }
  @-moz-document url-prefix() {
  select, option {
    font-family: Manrope !important;
  }
  }
  select option:hover,
  select option:focus {
  background: #fff;    /* desired hover BG */
  color: #000;           /* desired hover text */
  }
  button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
    color: #fff;
    background-color: #242424;
  }
  button.common-btn:hover, .button:hover, a.button:hover {
    background: #242424;
    color: #ffffff;
  }
  input[type=submit]:hover, input[type=button]:hover {
    background: #fff;
    color: #303036;
  }
  button.Zebra_DatePicker_Icon {
    background-position: right center;
  }
  /* Disable Button */
  input[type=submit][disabled], input[type=button][disabled] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
  }
  input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
  }
  input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
  }
  button[disabled], .button.disabled, a.button.disabled {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    text-shadow: none;
  }
  button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
  }
  button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
  }
  input[type="reset"] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
  }
  input[type="reset"]:focus, input[type="reset"].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
  }
  input[type="reset"]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
  }
  .reset-button {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
  }
  .reset-button:focus, .reset-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
  }
  .reset-button:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
  }
  .button.cancel-button {
    color: #303036;
    background-color: #fff;
    border: 1px solid #303036;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
  }
  .button.cancel-button:focus, .button.cancel-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
  }
  .button.cancel-button:hover {
    color: #fff;
    background-color: #303036;
  }
  .page-heading:before,
  .widget-pageHeading:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/page-heading-gradient.png') no-repeat;
    background-size: cover;
  }
  .page-heading, .widget-pageHeading {
    padding: 0;
    text-align: left;
    margin: 0 -60px 140px;
  }
  .widget-pageHeading.inner-page-heading{
   margin-left:0;
   margin-right:0;
  }
  .page-heading h1, .widget.widget-pageHeading h1, .widget.widget-pageHeading h2 {
    color: #fff;
    width: 1500px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.02em;
    padding: 0 50px;
  }
  .widget-pageHeading .page-heading-wrapper {
    min-height: auto;
    padding: 220px 0 130px;
    margin-top: -140px;
    align-items: start;
    justify-content: start;
    background-position: right;
  }
  .widget-pageHeading  .widget-title-wrapper {
    position: absolute;
    content: "";
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
  .widget-pageHeading  .widget-title-wrapper p {
    padding: 0;
    color: #fff;
    width: 1400px;
    margin: 0;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
  /*========= main menu ========= */

  body.page-home > div.body {
    padding: 0;
  }
  body > .header {
    background: #fff;
    border-bottom: 1px solid #00000024;
  }
  body.page-home > .header,
  body.page-about-us > .header,
  body.page-our-projects > .header,
  body.page-contact-us > .header{
    border: 0;
  }
  .header > .widget-container {
    max-width: 1520px;
    width: 100%;
  }
  .footer > .widget-container {
    max-width: 1520px;
    width: 100%;
  }
  
  /*========= main menu ========= */
  .widget-navigation.main-menu {
    text-align: center;
  }
  .widget-navigation.main-menu .navigation-item.has-child {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  }
  .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
  position: relative;
  }
  .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
  color: #242424;
  content: '\f106';
  }
  .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
  color:#242424;
  }
  .widget-navigation.main-menu .navigation-item {
    padding: 0 32px;
  }
  .widget-navigation.main-menu .navigation-item.contact-nav{
    display: none;
  }
  .widget-navigation.main-menu .navigation-item a {
    text-transform: capitalize;
    padding: 0 0 27px;
    text-decoration: none;
    position: relative;
    color: #000;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0;
  }
  
  .widget-navigation.main-menu .navigation-item a span {
  position: relative;
  }
  
  .widget-navigation.main-menu .navigation-item a:hover span::before {
  height: 5px;
  }
  .widget-navigation.main-menu .navigation-item.has-child a span::before {
  display: none;
  }
  .widget-navigation.main-menu .navigation-item.has-child a:hover,
  .widget-navigation.main-menu .navigation-item a:hover{
  color: #000;
  }
  .widget-navigation .navigation-item.active a,
  .widget-navigation .navigation-item a:focus {
    color: #000;
  }
  .widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a,
  .widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a:hover {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  }
  .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
  content: '\f107';
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-family: "FontAwesome";
  right: 0;
  margin-left: 7px;
  font-weight: normal;
  }
  .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child.active > a span::after ,
  .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
  color: #000;
  }
  .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #000;
  }
  .widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.active>a:before,
  .widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:focus>a:before,
  .widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:hover>a:before {
  left: 0;
  right: 0;
  }
  .widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child a:before {
  display: none
  }
  /** Sub Menu **/
  .widget-navigation.main-menu .horizontal > .has-child > .navigation-item-child-container {
  width: 280px;
  text-align: left;
  padding: 0;
  transform: translateX(-50%);
  margin: 0;
  left: 50%;
  top: 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px 0 #aeadad;
  box-shadow: 0 0 2px 0 #aeadad;
  }
  .widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #e7e7e7;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-style: solid;
  z-index: 1;
  }
  .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
  margin-right: 0;
  }
  .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
  margin: 0;
  text-align: center;
  padding: 15px 10px;
  text-transform: capitalize;
  background: #fff;
  font-family: Albert Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
  }
  .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
  color: #567FBB;
  }
  
  .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
  .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
  .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
  .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
  display: none;
  }
  .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
  padding: 0px;
  }
  .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgb(245, 245, 245);
  color: #000;
  }
  /*end:menu*/
  
  
  /*Start Footer*/
  
  /* Footer Navigation Start */
  body > .footer {
    background: #000;
  }
  body > .footer > .widget-container::before {
    background: rgba(255,255,255,0.2);
    width: 1400px;
    height: 1px;
    top: 190px;
    left: 50%;
    content: "";
    position: absolute;
    transform: translateX(-50%);
  }
  body > .footer > .widget-container:after {
    background: rgba(255,255,255,0.2);
    width: 1400px;
    height: 1px;
    top: 608px;
    left: 50%;
    content: "";
    position: absolute;
    transform: translateX(-50%);
  }
  .footer .widget-title {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
  }
  
  .footer .widget-navigation.footer-menu {
    text-align: left;
  }
  .footer .widget-navigation.footer-menu .navigation-item {
    padding: 0;
  }
  .footer .widget-navigation.footer-menu .navigation-item a {
    font-style: normal;
    color: #fff;
    text-decoration: none;
    border: 0;
    display: block;
    text-transform: capitalize;
    padding: 0 0 30px 0;
    transition: all 0.5s ease 0s;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .footer .widget-navigation .navigation-item a:hover,
  .footer .widget-article.footer-call-sec a:hover,
  .footer .widget-article.footer-location p a:hover {
    color: rgba(255,255,255,0.7);
  }
  .footer .widget-article.footer-call-sec a {
    font-family: Albert Sans;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.014em;
    padding: 0 0 20px 0;
    transition: all 0.5s ease 0s;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .footer .widget-article.footer-location h5,
  .footer .widget-article.footer-location p  {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  .footer .widget-article.footer-location h3 {
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 40px 0 20px;
    color: #fff;
  }
  .footer .widget-article.footer-location p b{
    font-weight: 400;
  }
  .footer .widget-article.footer-location p a {
    font-family: Albert Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    color: #fff;
  }
  .footer .widget-article.footer-location p {
    display: flex;
    gap: 0 13px;
    align-items: center;
  }
  .footer .widget-article.footer-copyright p {
    padding: 0;
    margin: 0;
    color: rgba(255,255,255,0.7);
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
  }
  
  .footer .widget-article.footer-copyright p a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 500;
  }
  .footer .widget-article.footer-copyright p a:hover{
    color: #fff;
  }
  .footer .widget-article.footer-copyright p b{
    font-weight: 400;
    margin: 0 8px;
  }
  .footer .widget-article.footer-copyright p strong {
    font-weight: 500;
    color: rgba(255,255,255,0.8);
  }
  .footer .widget-article.footer-back-to-top p {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 0;
    margin: 0;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    text-align: right;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .footer .widget-article.footer-back-to-top p span b{
  font-weight: 400;
  }
  .footer .widget-article.footer-back-to-top p span{
    color: rgba(255,255,255,0.8);
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0 10px;
  }
  .footer .widget-article.footer-back-to-top p:hover span{
    color: #fff;
  }
  .footer .widget-article.footer-back-to-top p:hover svg circle{
    fill: #fff;
    fill-opacity: 1;
  }
  .footer .widget-article.footer-back-to-top p:hover svg path{
    fill: #000;
    fill-opacity: 1;
  }
  /* Footer Navigation End */
  
  /* Blog */
  .widget-blogPost {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1400px;
  }
  .widget-blogPost .blog-post-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: start;
    padding: 0;
    gap: 60px 40px;
  }
  .blog-post-item {
    min-height: 330px;
    width: calc(100% / 3 - 27px);
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
    background: transparent;
  }
  .post.post-list-view-width, .category.post-list-view-width {
    overflow: hidden;
    width: 100%;
    padding: 0;
    height: auto;
    border-radius: 16px;
  }
  .post.post-list-view-width img,
  .category.post-list-view img {
    width: 100%;
    object-fit: cover;
    padding-bottom: 0;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
    max-width: 100%;
    object-position: top;
    border-radius: 16px;
    height: 305px;
  }
  
  .blog-post-item:hover .post.post-list-view-width img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .blog-post-item .post-description {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    background: transparent;
  }
  .blog-post-item .post-description .blog-post-info {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .blog-post-item .post-description .title {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .blog-post-item .post-description .title a {
    text-align: left;
    color: #000000;
    text-decoration: none;
    display: flex;
    overflow: hidden;
    padding: 0;
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .blog-post-item .post-description .blog-post-info span.date {
    color: #567FBB;
    padding: 0;
    margin: 25px 0 10px;
    text-align: left;
    border: none;
    display: block;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    background: none;
  }
  .blog-post-item:hover .post-description .title a {
    color: #567FBB;
  }
  .blog-post-item:hover .post-description .blog-post-info span.date{
    color: #000;
  }
  
  .widget-blogPost .blog-post-content .footer,
  .blog-posts .footer {
    width: 100%;
    text-align: center;
    margin: 10px 0 50px;
  }
  .widget-blogPost .blog-post-content .footer .pagination,
  .blog-posts .footer .pagination {
    float: unset;
    display: block;
    margin: 0 auto 80px;
  }
  
  .blog-post-details .post-description {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .blog-post-details {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 120px;
  }
  .blog-post-details .title {
    display: block;
    text-align: left;
    max-width: 900px;
    order: 1;
    padding: 0;
    margin: 0 auto;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -0.02em;
  }
  .blog-post-details .blog-details-banner-image-wrapper {
    order: 3;
    height: auto;
    max-height: 500px;
    border-radius: 16px;
    overflow: hidden;
  }
  .blog-post-details .blog-post-details-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  .blog-post-details .blog-post-info {
    max-width: 900px;
    margin: 30px auto 40px;
    order: 2;
    width: 100%;
  }
  .blog-post-details .blog-post-info span.date {
    color: #567FBB;
    padding: 0;
    margin: 0;
    text-align: left;
    border: none;
    display: block;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    background: none;
  }
  .blog-post-details .image {
    padding-bottom: 0;
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    transition: unset;
    text-align: center;
    margin-bottom: 50px;
  }
  .blog-post-details .image img {
    width: 80%;
    object-fit: cover;
    border-radius: 10px;
  }
  .blog-post-details .content {
    padding-bottom: 0;
    max-width: 900px;
    margin: 0 auto;
    order: 4;
  }
  .blog-post-details .content p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000000;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .blog-post-details .content ul li,
  .blog-post-details .content ol li {
    font-weight: 400;
    color: #000000;
    line-height:27px;
    font-size: 15px;
  }
  .blog-post-details .content ol {
    padding: 0 0 0 18px;
    margin: 0 0 20px;
  }
  .blog-post-details .content ul {
    margin: 0 0 20px;
  }
  
  .blog-post-details .content h1,
  .blog-post-details .content h2,
  .blog-post-details .content h3,
  .blog-post-details .content h4,
  .blog-post-details .content h5,
  .blog-post-details .content h6 {
    color: #000000;
    font-family: Albert Sans;
    font-weight: 700;
    margin: 40px 0 10px;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.02em;
  }
  .blog-post-details .content h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .blog-post-details .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .blog-post-details .content h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .blog-post-details .content h4 {
    font-size: 25px;
    line-height: 40px;
  }
  .blog-post-details .content h5 {
    font-size: 24px;
    line-height: 43px;
  }
  .blog-post-details .content h6 {
    font-size: 22px;
    line-height: 41px;
  }
  .blog-post-details .content p b,
  .blog-post-details .content p strong {
    font-weight: 600;
    letter-spacing: 3%;
  }
  .blog-post-details .social-media-share-bar .social-media-share {
    margin: 0 12px 0 0;
    vertical-align: middle;
    display: inline-block;
  }
  .blog-post-details .social-media-share a.facebook-share-icon::after {
    margin-top: 1px;
  }
  
  
  .blog-post-details .social-media-share > a span.at-icon-wrapper {
    position: relative;
  }
  .blog-post-details .social-media-share a.facebook-share-icon {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
  }
  .blog-post-details .social-media-share a.facebook-share-icon::after {
    color: #ffffff;
  }
  .blog-post-details .social-media-share a.twitter-share-icon {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  
  
  .blog-post-details .social-media-share > a span.at-icon-wrapper svg.at-icon {
    fill: #fff !important;
  }
  .blog-post-details .social-media-share a.facebook-share-icon:hover,
  .blog-post-details .social-media-share a.twitter-share-icon:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  
  .blog-post-details .social-media-share > a:hover span.at-icon-wrapper svg.at-icon {
    fill: #fff !important;
  }
  .blog-post-details .social-media-share-link-wrapper{
        order: 5;
  }
  .blog-post-details .social-media-share-bar {
    max-width: 900px;
    margin: 90px auto 0;
    text-align: left;
    width: 100%;
    padding: 0;
    position: relative;
    display: block;
  }
  
  .blog-post-details .social-media-share-bar::after {
    content: "Like this?";
    position: absolute;
    left: 0;
    top: -52px;
    color: #000000;
    text-align: left;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.02em;
  }
  .blog-post-details .social-media-share a.facebook-share-icon:after {
    font-size: 15px;
  }
  .blog-post-details figure {
    margin: 30px 0;
  }
  .blog-post-details figure img {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
  }
  .blog-post-details table {
    margin: 30px 0 0;
  }
  .widget-html.blog-page a {
    position: relative;
    padding-left: 25px;
    text-decoration: none;
    cursor: pointer;
    color: #000000;
  }
  
  .widget-html.blog-page a:hover {
    color: #008df2;
  }
  .widget-html.blog-page a:hover:after {
    background-position-x: 21px;
  }
  .widget-html.blog-page {
    max-width: 770px;
    margin: 65px auto 35px;
  }
  div.widget.widget-blogPost .widget-title {
    margin: 0;
  }
  div.widget.widget-blogPost .widget-title-wrapper {
    margin: 0 0 45px;
  }
  div.widget.widget-blogPost .widget-title {
    margin: 0;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;
    padding: 0;
    color: #000;
    text-align: center;
  }
  .blog-post-details .social-ico:hover {
      background: linear-gradient(123.25deg, #E29065 -0.44%, #9177c7 74.84%, #ca6673 101.58%);
  }
  .widget.widget-article.blog-button {
    max-width: 900px;
    margin: 80px auto 30px;
  }
  .widget.widget-article.blog-button a {
    position: relative;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #000;
    padding: 0 0 0 20px;
  }
  .widget.widget-article.blog-button a:hover{
    color:#567fbb;
  }
  .widget.widget-article.blog-button a::before {
    content: '';
    left: 0;
    top: 5px;
    background: url(../images/blog-arrow.svg) no-repeat;
    width: 9px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    background-size: 9px;
  }
  /* Blog End */
  /*---------- Pagination Start------------*/
  
  .product-view .footer,
  .category-view .footer,
  .entire-search .footer,
  .product-search .footer {
    background-color: transparent;
    padding: 0 0 80px;
    margin: 0;
      margin-bottom: 0px;
  }
  .product-view .footer {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .product-view .footer .chosen-container-single.per-page-count {
    min-width: 88px;
  }
  .pagination {
    float: unset;
    margin-top: -5px;
  }
  span.pagination-literal-status {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #000000;
  }
  .pagination span {
    border: none;
    cursor: pointer;
    margin: 0 8px;
    width: 36px;
    box-shadow: none;
    display: inline-block;
    color: #000000;
    background: transparent;
    border-radius: 3px;
    height: 36px;
    padding: 0 14px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: -0.01em;
  }
  .pagination span.page-number.current {
    color: #567fbb;
    border: 0;
    font-weight: 700;
    text-decoration: none;
    line-height: 38px;
    background: #E7EDF6;
  }
  .pagination span.first,
  .pagination span.last {
    display: none;
  }
  .pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 38px;
  }
  .pagination span.prev {
    position: relative;
    margin: 0 4px 0 0;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 38px;
    color: #000000;
  }
  .page-search-result .page-content .footer select.per-page-count {
    margin: 0;
    height: 35px;
  }
  .pagination span:hover {
    color: #567fbb;
    border: 0;
    font-weight: 700;
    text-decoration: none;
    line-height: 38px;
    background: #E7EDF6;
  }
  .pagination span.prev,
  .pagination span.next {
    background: transparent;
  }
  .pagination span.prev.disabled:before,
  .pagination span.next.disabled:before {
    color: #a1a1a1;
  }
  .chosen-container .chosen-results .chosen-result {
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .review-show-panel .pagination {
    width: auto;
    float: right;
    margin-top: 14px;
  }
  .pagination span.disabled:hover,
  .pagination span.disabled {
    cursor: default;
    opacity: 0.5;
    color: inherit;
    text-decoration: none;
  }
  
  /*---------- Pagination End ------------*/
  
  /* Front End Editor Start */
  
  .page-content > .v-split-container > .v-split.fee-fixed-width-content,
  .widget-container > .v-split-container .v-split.fee-fixed-width-content,
  .widget-container > .page-content > .v-split.fee-fixed-width-content,
  .widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
  }
  .fee-fixed-width-content {
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
  }
  
  .fee .page-content{
    padding:0;
  }
  
  /* Front End Editor End */
  .widget-snippet.team-inner .contact-team-section {
    background: linear-gradient(281.55deg, rgba(0, 0, 0, 0) 4.07%, rgba(0, 0, 0, 0.05) 69.27%);
  }
  body.widget-snippet section.team-section .team-member .read-bio-btn-box .read-bio-btn,
  .fee section.team-section .team-member .read-bio-btn-box .read-bio-btn{
    opacity: 1;
  }
  
  .fee .footer-proud-member .right-part .item {
      padding: 15px;
  }
  .fee .contact-team-container .contact-card {
      padding: 15px;
  }
  .fee section.team-section .team-member {
      width: calc(20% - 0px);
      padding: 15px;
  }
  .fee section.team-section .team-grid {
      gap: 20px 0px;
  }
 
