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

 :root{
    --bg:#ffffff;
    --ink:#1f1f21;
    --ink-2:#4b4d51;
    --muted:#7a7a7d;
    --line:#e7e4df;
    --paper:#fbfbfb;
    --aubergine:#1f1f21;
    --aubergine-deep:#0e0e10;
    --gold:#1f1f21;
    --max:1440px;
  }
  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;
    max-width: 100%;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  textarea {
    resize: vertical;
  }
  .page-blog .page-content,
  .page-thank-you .page-content,
  .page-page-not-found .page-content,
  .page-our-projects .page-content,
  .page-about-us .page-content,
  .page-contact-us .page-content{
    padding: 0 60px;
  }
.page-content {
    padding: 0px 0px;
}
  .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;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-family: Albert Sans;
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    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 22px;
  }
  .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: #000000;
  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:53px;
  -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: 18px 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:#4b4d51;
  }
  
  .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 22px 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% / 2 - 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:0px;
  }
  .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:0px;
    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: #000000;
    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: #888888;
  }
  .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:45px 120px 120px 0px;
  }
  .blog-post-details .title {
    display: block;
    text-align: left;
    max-width:100%;
    order: 1;
    padding: 0;
    margin: 0;
    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:0px;
    overflow: hidden;
  }
.widget-html.blog-page a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background: url("/template/c0173968/images/blog-arrow.svg");
    background-position-x: 39px;
    width: 18px;
    height: 15px;
}
  .blog-post-details .blog-post-details-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:0px;
  }
  .blog-post-details .blog-post-info {
    max-width:100%;
    margin: 30px auto 40px;
    order: 2;
    width: 100%;
  }
  .blog-post-details .blog-post-info span.date {
    color: #000000;
    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: 16px;
    line-height: 28px;
    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: 28px;
    line-height: 40px;
  }
  .blog-post-details .content h3 {
    font-size: 26px;
    line-height:38px;
  }
  .blog-post-details .content h4 {
    font-size: 21px;
    line-height:38px;
  }
  .blog-post-details .content h5 {
    font-size: 20px;
    line-height:40px;
  }
  .blog-post-details .content h6 {
    font-size: 19px;
    line-height:36px;
  }
  .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: #000000;
    opacity:0.8;
  }
  /*.widget-html.blog-page a:hover:after {
    background-position-x: 21px;
  }*/
.widget-html.blog-page {
    max-width: 100%;
    margin: 94px auto 0;
}
  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:500;
    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: 500;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: -0.01em;
  }
  .pagination span.page-number.current {
    color: #000000;
    border: 0;
    font-weight: 700;
    text-decoration: none;
    line-height: 38px;
    background: #f2f2f2;
  }
  .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: #000;
    border: 0;
    font-weight:500;
    text-decoration: none;
    line-height: 38px;
    background: #f2f2f2;
  }
  .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 ------------*/


.page-home .page-content {
    padding: 0 0px;
}

#spltr-6A20BFB4-8666-4BB9-B7F8-3604724C2F8A {
    padding: 120px 170px;
    background: linear-gradient(239deg, rgba(0, 0, 0, 0) 9.95%, rgba(0, 0, 0, 0.06) 63.49%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-home .image-popup-container-for-zoom-preview .close-button-for-zoom-preview:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url("/template/c0173968/images/pre-min-icon.svg") no-repeat center !important;
    right: 5px;
    top: 13px;
}
/*Feature project start*/
.widget-article.feature-project-section {
    padding:0px 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:56px 20px;
    max-width: 1480px;
    margin: 0 auto;
}
.widget-html.feature-content-title {
    padding: 100px 60px 0px;
}
.feature-content-title .feature-title {
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 70px;
    line-height: 78px;
    letter-spacing: -0.044em;
    color: #000000;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}
.feature-project-section figure {
   margin: 0;
   cursor:pointer;
}

.feature-project-section .item-project-box .pro-image{
  position:relative;
}
/*.feature-project-section .item-project-box .pro-image:before {
    content: '';
    bottom: 0px;
    left: 0px;
    min-height:182px;
    width: 100%;
    background: linear-gradient(182.21deg, rgba(0, 0, 0, 0) -20.62%, rgba(0, 0, 0, 0.13) 22.32%, #000000 112.69%);
    position: absolute;
    background-size: cover;
	opacity:0;
	  -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
    z-index: 1;
}*/
.feature-project-section .item-project-box:hover .pro-image::before{
    opacity:100;
	  -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
}
.feature-project-section .item-project-box .item-des{
   background: linear-gradient(182.21deg, rgba(0, 0, 0, 0) -20.62%, rgba(0, 0, 0, 0.13) 22.32%, #000000 112.69%);
}
.feature-project-section .item-project-box:hover .item-des{
 opacity:100;
   -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
  
}
.feature-project-section .item-project-box img {
    transition: all .5s ease-in;
}
.feature-project-section .item-project-box:hover img {
    transform: scale(1.1);
}
.feature-project-section .pro-image {
    height:688px;
	overflow:hidden;
}
.feature-project-section .image-item img {
    border-radius:0px;
	height:100%;
	width:100%;
	object-fit:cover;
}

.feature-project-section .pro-title-name {
    font-family: Albert Sans;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0;
	color:#000000;
	margin: 16px 0px 11px;
}
.feature-project-section .item-project-box {
    position: relative;
}

.feature-project-section .sub-title-name {
    font-family: Albert Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
}
.feature-project-section .item-des {
    font-family: Albert Sans;
	font-weight: 400;
	font-size: 16px;
	line-height:24px;
	letter-spacing: 0;
	padding: 50px;
    color: #fff;
    position: absolute;
    bottom: 0;
	opacity:0;
	  -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
z-index: 1;
}
.feature-project-section .item-des p{
    font-family: Albert Sans;
	font-weight: 400;
	font-size: 16px;
	line-height:24px;
	letter-spacing: 0;
    color: #fff;
}
.feature-project-section .item-des p:last-child{
  margin:0;
}
.explore-button-section a {
    display: inline-flex;
    padding: 10px 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    color: #000000;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0px;
    min-width: 220px;
    text-align: center;
    min-height: 44px;
    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
}
.explore-button-section a:hover{
   background-color:#000000;
   color:#ffffff;
}
.explore-button-section {
    text-align: center;
    margin-top:55px;
   padding:0px 60px 120px;
}

/*Feature project end*/

/*pop up design*/
.image-popup-container-for-zoom-preview .image-wrapper-for-zoom-preview {
  display: block;
  font-size: 0;
  max-width: 1240px;
  width: 100%;
  height: 800px;
  margin: 0 auto;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-popup-container-for-zoom-preview img.popup-image-for-zoom-preview {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  object-fit: cover;
}
.image-popup-container-for-zoom-preview {
  box-shadow: 0 0 5px #99999900 !important;
  min-width: unset;
  overflow: visible !important;
  background:rgba(0, 0, 0, 0.95);
  padding: 20px;
  border-radius:0px;
  left: 50% !important;
  top: 50% !important;
  position: fixed !important;
  transform: scale(1) translate(-50%,-50%);
  opacity: 0;
  transition: all 300ms ease-out;
  width: 100% !important;
  height: 100% !important;
}
span.close-button-for-zoom-preview {
    right: 13px;
    top: 13px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 32px;
    margin-right:0;
}
.image-popup-container-for-zoom-preview .close-button-for-zoom-preview {
    background: transparent;
}
/*popup design end*/



/*project Slider start*/
.widget-gallery.project-slider-section .article-title {
    display: none;
}
.widget-gallery.project-slider-section {
    padding: 100px 0px 230px;
    background-color: #000000 !important;
}

.project-slider-container {
    display: flex;
    align-items: center;
    padding: 0 60px;
    gap: 60px 100px;
    max-width: 1520px;
    margin: 0 auto;
 }
.project-slider-container .project-slider-title{
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 76px;
    line-height: 88px;
    letter-spacing: -0.044em;
    margin: 0 0 12px 0;
    padding: 0;
    color: #ffffff;
}
.project-slider-container .content-section {
    width:58%;
   display: flex;
    gap: 0 20px;
}

.project-slider-container .page-number {
    margin-bottom: 20px;
   font-family: Albert Sans;
   font-weight: 500;
   font-size: 30px;
    letter-spacing: 0;
    width: 20%;
    padding-top: 20px;
}
.project-slider-container .right-content {
    width: 80%;
}
.project-slider-container .page-number .current {
   color: #fff;
}

.project-slider-container .page-number .total {
      color: rgba(255, 255, 255, 0.30);
}
.project-slider-container .description {
  padding-bottom:80px;
}
.project-slider-container .description p,
.project-slider-container .description {
  font-family: Albert Sans;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.80);
}

.project-slider-container .description p {
  margin:0 0 20px 0;;
  padding:0;
}

.project-slider-container .navigation {
     display: flex;
     gap: 30px;
     margin-top: 60px;
}

.project-slider-container .image-section {
    width: 42%;
}

.project-slider-container .image-wrapper {
    position: relative;
    width: 100%;
    max-height: 680px;
    overflow: hidden;
}

.project-slider-container .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-next{
	width:44px !important;
	height:38px !important;
    margin: 0 10px !important;
}

.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-next {
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(/template/c0173968/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 12px 13px;
    margin: 0;
    background-color: transparent;
    padding: 0;
}
.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-prev{
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(/template/c0173968/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 5px 9px;
    margin:0 8px 0 0;
    background-color: transparent;
    padding: 0;
	transform: rotate(180deg);
}
.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-next:hover,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-next:hover{
	background-position: 11px -25px;
}
.widget-gallery.testimonial-section .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-position: 5px -29px;
}
.widget-gallery.project-slider-section .owl-theme .owl-controls {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    max-width: 1115px;
    margin-top: -110px !important;
    margin: 0 auto;
    position: relative;
}
.project-slider-container figure {
    margin: 0;
}
.project-slider-container .image-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

/*project slider end*/


/*testimonial content section*/
.widget-gallery.testimonial-section{
    background-image: url(/template/c0173968/images/testimonial-bg.png);
    padding:400px 60px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  
}
.widget-gallery.testimonial-section .owl-carousel {
    max-width: 1500px;
    margin: 0 auto;
    background-color: #000000;
    padding:80px 120px;
}
.widget-gallery.testimonial-section p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #fff;
   font-family: Albert Sans;
   font-weight: 400;
  font-size: 28.55px;
   line-height: 42.33px;
  letter-spacing:-0.044em;
  text-align: center;
}
.widget-gallery.testimonial-section .designation-name{
  font-family: Albert Sans;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.80);
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  margin: 30px 0 0 0;
  padding:0;
}
.widget-gallery.testimonial-section .article-content {
    position: relative;
    padding-top: 68px;
}

.widget-gallery.testimonial-section .article-content:before {
    content: '';
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/template/c0173968/images/quote-icon.svg);
    width: 38px;
    height: 32px;
    position: absolute;
    background-repeat: no-repeat;
}
.widget-gallery.testimonial-section .owl-theme .owl-controls {
    margin-top: 68px;
    text-align: center;
}
/*testimonial content end*/
.about-gallery-left-slider img{
  height:497px !important;
  object-fit:cover;
}

/*start: jssor slider css */
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider div.jssor-slider-container .container, .home-slider div.jssor-slider-container {
    width: 1920px;
    height: 810px;
    padding: 0 !important;
    text-align: center;
}
.home-slider div.jssor-slider-container {
    margin: 0 auto;
}
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider .jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.home-slider .jssor-slider-container .caption-wrapper {
    left: 260px;
    text-align: left;
    border-radius: 0;
    bottom: 180px;
    max-width: 1000px;
    padding: 0;
}

.home-slider .jssor-slider-container .caption-wrapper [u="caption"] {
    padding: 0;
}
.home-slider .jssor-slider-container .caption-wrapper .title {
  padding: 0;
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 92px;
  line-height: 100px;
  letter-spacing: -0.044em;
  padding: 0;
  margin: 0 0 35px;
  color: #fff;
}
.home-slider .jssor-slider-container .caption-wrapper [u="caption"] a {
  padding: 10px 20px;
  border: 1px #fff solid;
  color: #fff;
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
  max-width: 248px;
  width: 100%;
  height: 44px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home-slider .jssor-slider-container .caption-wrapper [u="caption"] a:hover{
  background:#fff;
  color:#000;
}
.home-slider .jssor-slider-container .slide::after {
    background: #000;
    opacity: 0.56;

}
/*end: jssor slider css */

.page-home-new .page-content {
    padding: 0 0px;
}
.page-home .popup-mask,
.page-home-new .popup-mask {
    display: none !important;
}
.page-home .image-popup-container-for-zoom-preview,
.page-home-new .image-popup-container-for-zoom-preview{
   display:none;
}



  
  /* 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;
  }

.page-heading,
.widget-pageHeading {
    padding: 100px 0;
    text-align: left;
    background: url(/template/c0173968/images/about-page-banner.png) no-repeat;
    background-size: cover;
    margin: 0 0 100px 0;
    position: relative;
}

.page-heading:before,
.widget-pageHeading:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000099;
}

/*blog start css*/
.widget-blogPost.blog-listing-section {
    padding-right: 84px;
    margin-top: 100px;
}
.blog-category-details .blog-post-item .post-description .content {
    display: none;
}
.blog-categories .navigation-item a {
    background: #f2f2f2;
    border: 0;
    margin-bottom: 10px;
    padding: 17px 20px;
    font-family: Albert Sans;
    font-weight: 400;
    text-align: left;
    color: #000;
    border-radius:0px;
   text-decoration: none;
    cursor: pointer;
}
.blog-categories .navigation-item a:hover {
    background: #000000;
    color: #fff;
}
.blog-categories .widget-title {
    margin-top: 50px;
}
.blog-categories .widget-title {
    margin-top: 92px;
    font-size: 26px;
    line-height: 30px;
}
/*.page-blog-category .blog-post-item {
    min-height: 330px;
    width: calc(100% / 2 - 27px);
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
    background: transparent;
}*/
.page-blog-category .blog-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: start;
    padding: 0;
    gap: 60px 40px;
}
.page-blog-category .category.post-list-view img {
    max-width: 100%;
    max-height: 250px;
}
.page-blog-category .blog-categories .widget-title {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
}
.page-blog-category a.blog-read-more {
    display: none;
}
.page-blog-category .widget-html.blog-page {
    max-width: 100%;
    margin: 0 auto 35px;
}
.blog-category-details {
    margin-top:0px;
    margin-bottom: 150px;
}
.blog-category-details .title {
    display: block;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}
.blog-post-info span.categories a {
    color: #000000;
    padding-right: 15px;
    position:relative;
    text-decoration:none;
    font-size: 15px;
}
.blog-post-info span.categories a:after {
    content: "";
    width: 1px;
    position: absolute;
    height: 12px;
    background-color: #000;
    right: 6px;
    top: 3px;
}
.blog-post-info span.categories a:last-child:after {
   display:none;
}
.blog.post .page-content,
.page-blog-category .page-content {
    padding: 0 84px 0px 0px;
}
.blog-post-info span.categories a:hover {
    color: #888888;
}
.blog-post-details span.author {
    display: none;
}
.page-blog-post .page-content {
    padding: 0 0px 0px 0px;
}
.blog-post-details span.categories {
    padding-left: 0;
    margin-top: 5px;
    clear: left;
    margin-right: 10px;
    margin-top: 15px;
    display: block;
    background: none;
}
.page-blog-category .widget-navigation.blog-categories {
    margin-bottom:100px;
 
}
.page-blog .inner-banner .content-area article p {
    font-size: 28px;
    line-height:32px;
}      
/*blog end css*/
      
/*home blog section start*/
.widget-blogPost.home-blog-section {
    padding: 110px 0 30px;
    background-color: #fff;
}
.widget-blogPost.home-blog-section p.widget-sub-title {
    text-align: center;
    max-width: 599px;
    margin: 14px auto 0;
}
.widget-blogPost.home-blog-section .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;
}
.widget-blogPost.home-blog-section .blog-post-item .post-description {
    padding: 0;
    display: flex;
    flex-direction: column;
    background: transparent;
    margin-top:15px;
}
      
.widget-blogPost.home-blog-section .blog-post-content {
    justify-content: center;
}   
.widget-blogPost.home-blog-section .blog-post-content .footer {
    display: none;
} 
.widget-blogPost.home-blog-section .blog-post-item .post-description .title {
    order: 2;
    margin-bottom: 10px;
}   
.widget-blogPost.home-blog-section .blog-post-item .post-description .blog-post-info {
    order: 1;
}
.widget-blogPost.home-blog-section .blog-post-item .content {
    order: 3;
}   
.widget-blogPost.home-blog-section a.blog-read-more {
    order: 4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}  
/*home blog section end*/

div#spltr-ADB055FE-6E64-4F0D-951A-ED7701F2D238 {
      background: #fbfbfb !important;
      padding-bottom:120px;
}
      
/*project Slider start*/

.widget-gallery.project-slider-section2 .article-title {
    display: none;
}
.widget-gallery.project-slider-section2 {
    padding: 90px 0px 150px;
    background-color: rgb(251, 251, 251);
}
.widget-gallery.project-slider-section2 .widget-title {
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 76px;
    line-height: 88px;
    letter-spacing: -0.044em;
    margin: 0 0 38px 0;
    padding: 0;
    color: #000000;
      max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.widget-gallery.project-slider-section2 .read-more-btn {
    margin-top: 24px;
}  
.widget-gallery.project-slider-section2 .project-slider-container {
    display: flex;
    align-items: center;
    padding: 0 0px;
    gap: 60px 100px;
    max-width: 1400px;
    margin: 0 auto;
    flex-direction: row-reverse; 
  
 }
.project-slider-container .read-more-btn a {
    padding: 8px 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    color: #000000;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0px;
    /* min-width: 220px; */
    text-align: center;
    min-height: 44px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
}     
.project-slider-container .read-more-btn a:hover {
    background-color: #000000;
    color: #ffffff;
}    
.widget-gallery.project-slider-section2 .project-slider-container .project-slider-title{
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -0.044em;
    margin: 0 0 12px 0;
    padding: 0;
    color: #000000;
}
.widget-gallery.project-slider-section2 .project-slider-container .content-section {
    width:58%;
   display: flex;
   gap: 0 20px;
   flex-wrap: wrap;
}

.widget-gallery.project-slider-section2 .project-slider-container .page-number {
    margin-bottom: 4px;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    width: 20%;
    padding-top: 20px;
}
.widget-gallery.project-slider-section2 .project-slider-container .right-content {
    width: 80%;
}
.widget-gallery.project-slider-section2 .project-slider-container .page-number .current {
   color: #000000;
}

.widget-gallery.project-slider-section2 .project-slider-container .page-number .total {
      color: #000000;
}
.widget-gallery.project-slider-section2 .project-slider-container .description {
  padding-bottom:80px;
}
.widget-gallery.project-slider-section2 .project-slider-container .description p,
.widget-gallery.project-slider-section2 .project-slider-container .description {
  font-family: Albert Sans;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.80);
}

.widget-gallery.project-slider-section2 .project-slider-container .description p {
  margin:0 0 20px 0;;
  padding:0;
  color:#000000;
}

.widget-gallery.project-slider-section2 .project-slider-container .navigation {
     display: flex;
     gap: 30px;
     margin-top: 60px;
}

.widget-gallery.project-slider-section2 .project-slider-container .image-section {
    width: 42%;
}

.widget-gallery.project-slider-section2 .project-slider-container .image-wrapper {
    position: relative;
    width: 100%;
    max-height: 488px;
    overflow: hidden;
}

.widget-gallery.project-slider-section2 .project-slider-container .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
.widget-gallery.client-say-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.client-say-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.client-say-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.client-say-section .owl-theme .owl-controls .owl-nav .owl-next,
      
.widget-gallery.testimonial-section2 .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.testimonial-section2 .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.project-slider-section2 .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.project-slider-section2 .owl-theme .owl-controls .owl-nav .owl-next{
	 width: 50px !important;
    height: 50px !important;
    margin: 0 10px !important;
    background-color: #000 !important;
    border-radius: 50px;
}
.widget-gallery.client-say-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.client-say-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.testimonial-section2 .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.project-slider-section2 .owl-theme .owl-controls .owl-nav .owl-next {
   background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    background-color: #000;
    border-radius: 50px;
    width: 50px !important;
    height: 50px !important;
    background-size: 20px;
    font-size: 0;
    background-image: url(/template/c0173968/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
     background-repeat: no-repeat;
    background-position: 15px 20px !important;
}
.widget-gallery.client-say-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.client-say-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.testimonial-section2 .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.project-slider-section2 .owl-theme .owl-controls .owl-nav .owl-prev{
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(/template/c0173968/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 15px 18px;
    margin: 0 8px 0 0;
    background-color: transparent;
    padding: 0;
    transform: rotate(180deg);
    background-size: 20px;
}
      /*
.widget-gallery.testimonial-section2 .owl-theme .owl-controls .owl-nav .owl-next:hover,
.widget-gallery.project-slider-section .owl-theme .owl-controls .owl-nav .owl-next:hover{
	background-position: 11px -25px;
}
.widget-gallery.testimonial-section2 .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.project-slider-section2 .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-position: 5px -29px;
}*/
.widget-gallery.project-slider-section2 .owl-theme .owl-controls {
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    max-width: 1400px;
    margin-top: -70px !important;
    margin: 0 auto;
    position: relative;
}
.widget-gallery.client-say-section .owl-theme .owl-controls {
    max-width: 1400px;
    margin: 0 auto;
    position: absolute;
    top:45%;
    width: 100%; 
} 
.widget-gallery.client-say-section .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
}
.widget-gallery.project-slider-section2 .project-slider-container figure {
    margin: 0;
}
.widget-gallery.project-slider-section2 .project-slider-container .image-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.widget-gallery.client-say-section .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -30px;
    position: absolute;
}
.widget-gallery.client-say-section .owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px;
    position: absolute;
}
/*project slider end*/
      
/*what say testimonial start*/
.widget-gallery.client-say-section {
    padding-bottom: 120px;
    background-color: rgb(251, 251, 251);
}
.client-say-section .owl-carousel {
    max-width: 1400px;
    margin: 0 auto;
}
.client-say-section .article-title {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 23px;
    display: none;
}   
  .test-head{text-align:center; padding-bottom:30px}
  .test-head .eyebrow{font-size:11px;letter-spacing:0.28em;text-transform:uppercase;color:var(--aubergine);font-weight:500;margin-bottom:14px}
  .test-head h2{    
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 70px;
    line-height: 78px;
    letter-spacing: -0.044em;
    color: #000000;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
  }
  .test-head h2 em{font-style:italic;color:var(--aubergine)}

  .client-say-section .test{background:#fff;padding:38px 30px;display:flex;flex-direction:column;gap:18px;border:1px solid var(--line)}
  .client-say-section .test .qmark{font-family:"Albert Sans",sans-serif;font-size:54px;color:var(--aubergine);line-height:0.5;height:20px;font-style:italic}
  .client-say-section .test blockquote{font-family:"Albert Sans",sans-serif;font-size:19px;line-height:1.45;color:var(--ink);font-weight:400; 
    border-left: 0;
    padding-left: 0;
    margin-top:0px;
    min-height: 198px;
    }
  .test .who{margin-top:auto;padding-top:18px;border-top:1px solid var(--line)}
   .client-say-section .test .who h5{font-size:15px;font-weight:500;font-family:"Albert Sans",sans-serif;color:var(--ink);margin-bottom:2px; margin-top: 0;
    padding: 0;}
  .test .who span{font-size:12px;color:var(--muted);letter-spacing:0.05em}      
   .client-say-section .client-say-section .article-item {
    padding: 0 8px;
  }

.client-say-section .article-item {
    padding: 0 8px;
}
.client-say-section blockquote p {
    font-style: normal;
    margin: 0;
    font-family: "Albert Sans", sans-serif;
    font-size: 19px;
    line-height: 1.45;
    color: var(--ink);
    font-weight: 400;
    border-left: 0;
    padding-left: 0;
    margin-top: 0px;
}    
 /*what say slider end*/
      
      
.hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.78);
    margin-bottom: 24px;
}
 .sec-head .eyebrow {
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #1f1f21;
    font-weight: 500;
    margin-bottom: 18px;
    text-align: center;
}     
 .process .sec-head {
    text-align: center;
    max-width: 838px;
    margin: 0 auto 70px;
}
.home-slider .jssor-slider-container .caption-wrapper .title:before{
        content:'— Melbourne · Building Design';
      font-size: 11px;
     letter-spacing: 0.28em;
     text-transform: uppercase;
     color: rgba(255, 255, 255, 0.78);
     margin-bottom: 24px;
      top:-70px;
      position:absolute;
      left:0;
 }

.accordion-panel > .label-bar > div {
    font-size: 21px;
    color: #000;
    font-weight: 500;
} 
.accordion-panel > .label-bar.icon-right {
    padding: 16px 40px 12px 25px;
}
.accordion-panel > .accordion-item,
.accordion-panel > .accordion-item.expanded {
    padding: 12px 25px;
}
.about-right-content .eyebrow {
    margin-bottom: 15px;
}    
  .responsive .test-head h2,
  .responsive .process .sec-head h2,
  .responsive div.widget.widget-blogPost .widget-title,
  .responsive .widget-gallery.project-slider-section2 .widget-title,
  .responsive .sec-head h2,
  .responsive section.team-section .main-title,
  .responsive .our-approach-section .our-approach-container .head-title,
  .responsive .our-values-section .our-values-container .main-title,
  .responsive .our-mission-section .our-mission-container .head-title,
  .responsive .about-section .about-container .head-title,
  .responsive .get-in-touch .title-part h2,
  .responsive .contact-team-container .heading-title,
  .responsive .about-right-content .head-title,
  .responsive .project-slider-container .project-slider-title,
  .responsive .feature-content-title .feature-title {
      font-size:60px;
      line-height: 66px;
  }
 
 /*service pages start*/

.inner-service .page-content {
    padding: 0 0px;
}
.s-hero .btn-fill {
    background: #fff;
    color: var(--ink);
}
.s-hero-actions .btn-fill {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--ink);
    color: #fff;
    padding: 16px 30px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
    transition: .25s;
    text-decoration:none !important;
}
.s-hero-actions .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: transparent;
    color: #fff;
    padding: 16px 30px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
    border: 1.5px solid rgba(255,255,255,0.6);
    text-decoration: none;
    transition: .25s;
} 
.s-hero-actions .btn-ghost:hover {
    background: #fff;
    color: var(--ink);
    border-color: #fff;
} 
.btn-fill .arr, .btn-ghost .arr, .btn-line .arr {
    width: 18px;
    height: 1px;
    background: currentColor;
    position: relative;
} 
.btn-fill .arr::after, .btn-ghost .arr::after, .btn-line .arr::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
} 
.faq-ask-question-section {
    padding-bottom: 120px;
}
.journey .wrap .phase .for span {
    letter-spacing: 0;
}   
 /*service pages end*/

.inner-frequent-section .faq-section {
    background: #ffffff;
}
.inner-what-our-say2 .what-client-say-title,     
.inner-client-testimonial,
.inner-what-our-say .what-client-say-title {
   background-color: #fbfbfb !important;
}  
section.multi.multi-language,
section.intro.service-intro .wrap,
section .s-hero-inner .wrap {
    padding-top:0;
    padding-bottom:0;
}
.inner-what-our-say2 .what-client-say-title {
    padding-top: 0;
    background-color: rgb(251, 251, 251);
} 
.oc-items ul li::before {
   display:none;
} 
.oc-items li {
    position: relative;
    padding: 0 0 10px 0;
}    
.cta-block .btn-ghost{
  text-decoration:none !important;
}
.feature-project-section .pro-title-name a{
  text-decoration:none;
}
.feature-project-section .pro-title-name a:hover{
   opacity:0.8;
 } 
      
.inner-project-section .inner-project-container .image-item .inner-pro-title a{
  text-decoration:none !important;
}   
.inner-project-section .inner-project-container .image-item .inner-pro-title a:hover{
  text-decoration:none !important;
  opacity:0.8;
}
.client-testimonial-box .client-say-section .test blockquote {
    min-height: 276px;
}
.home-why-choose .why .wrap {
   padding-top:0px !important;
   padding-bottom:0px !important;
}
#webcommander-page.wc-popup-open {
	overflow: auto !important;
}
.widget-accordion-advance.accordion-panel .label-bar{
    border-bottom: 1px solid #DDDDDD;
    background-color: #fff;
}  
.accordion-item {
    top: -8px !important;
    border-top: 0px !important;
}
.accordion-panel > .label-bar.expanded {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #1199C4;
    border-bottom: 0px !important;
}  
.accordion-panel > .label-bar:hover {
    background:#f6f6f6;
}  
.intro .marker {
    display: none !important;
}
.phase h3 {
    margin-top: 8px;
    font-size: 24px;
    line-height: 38px;
}    
.service:hover {
       background: #f0f0f0 !important;
}   
.home-slider div.jssor-slider-container .container {
    cursor: inherit;
}

.fee .s-hero::after {
    top: 20px;
}
.fee .s-hero-inner {
    top: 20px;
}  
      