/*****Global CSS*****/
:root {
  --bodyFont: "Euclid Circular A";
  --titleFont: "Euclid Circular A";
  --textColor: #000000;
  --titleColor: #0e2954;
  --primayColor: #0e2954;
  --secondaryColor: #6fabff;
  --thirdColor: #eef3fc;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --borderColor: #dddddd;
  --bgLight: #dce7f9;
  --bgDark: #0e2954;
  --container: 1310px;
  --containerbig: 1390px;
}
html {
  overflow-x: hidden;
}
body {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: var(--bodyFont);
  background-color: var(--thirdColor);
}
* {
  border: none;
  margin: 0;
  outline: none !important;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 600;
  color: var(--titleColor);
}
label.inline-block {
  display: inline-block;
  margin: 5px 40px 5px 0;
}
label.inline-block:last-child {
  margin-right: 0;
}
ol,
ul {
  list-style: none;
}
a {
  color: var(--primayColor);
  text-decoration: none;
}
a:focus,
a:hover {
  color: var(--textColor);
  text-decoration: none;
}
strong,
b {
  font-weight: 600;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img.round {
  border-radius: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--titleFont);
  font-weight: bold;
  color: var(--titleColor);
  line-height: 1.1111;
  margin: 25px 0 15px;
}
h1,
.h1,
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 50px;
}
.alignleft {
  float: left;
  margin: 5px 50px 20px 0;
}
.alignleft.shadow-none,
.alignright.shadow-none,
.aligncenter.shadow-none {
  box-shadow: none;
}
p.pn {
  padding: 0;
  margin: 0;
}
.clearfix {
  display: table;
  width: 100%;
  padding: 15px 0;
  margin: 0;
}
.clearfix + h2,
.clearfix + h3,
.clearfix + h4 {
  margin-top: 0;
}
p {
  margin: 0 0 22px;
}
p + ol,
p + ul {
  margin-top: -5px;
}
ul {
  margin: 0 0 22px;
}
ul li {
  position: relative;
  padding: 0 0 8px 26px;
  overflow: hidden;
}
ul li:before {
  content: "";
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--primayColor);
  border-radius: 8px;
  border: 2px solid var(--primayColor);
}
ul.check-list li,
.check-list ul li {
  padding: 0 0 15px 40px;
}
ul.check-list li:before,
.check-list ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: none;
  color: var(--textColor);
  left: 0;
  top: 1px;
  font-size: 100%;
  background-color: var(--borderColor);
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ol {
  padding-left: 30px;
  margin: 0 0 22px;
  text-align: left;
  overflow: hidden;
}
ol li {
  position: relative;
  list-style: decimal;
  padding: 0 0 8px;
}
ol li ul > li {
  padding-left: 20px;
  list-style: none;
}
ol li ul > li:before {
  display: block;
  left: 1px;
}
ul ol li {
  overflow: visible;
}
ul ol li:before {
  display: none;
  overflow: visible;
}
ol ol li {
  list-style: lower-alpha;
}
ol ol ol li {
  list-style: lower-roman;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 12px;
  margin-bottom: 5px;
}
ol li:last-child,
ul li:last-child {
  padding-bottom: 0;
}
.text-center ul {
  text-align: left;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.list-none li {
  padding-left: 0;
}
.list-none li:before {
  display: none;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol ul:last-child,
ol:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.table-responsive {
  border: none;
  margin: 20px 0;
  overflow: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse !important;
}
table tr td,
table tr th {
  padding: 9px 15px;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
  border: 1px solid var(--borderColor);
}
table tr th {
  font-weight: 600;
}
td[align="center"],
th[align="center"] {
  text-align: center !important;
}
td[align="right"],
th[align="right"] {
  text-align: right !important;
}
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 8px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
a[href*="mailto:"],
a[href*="tel:"] {
  display: inline-block;
  word-break: break-word;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--container);
}
.container.lg {
  max-width: var(--containerbig);
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after,
.row:before {
  content: "";
  clear: both;
  display: table;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33%;
  }
}
@media (min-width: 992px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 36px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33%;
  }
}
.form-control,
input[type="date"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  background-color: var(--whiteColor);
  border: 1px solid var(--borderColor);
  border-radius: 8px;
  color: var(--textColor);
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 20px;
  position: relative;
  width: 100%;
  height: 46px;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-family: var(--bodyFont);
}
.form-control:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: var(--textColor);
}
textarea,
textarea.form-control {
  height: 130px;
  resize: none;
  border-radius: 8px;
}
select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
.border-white .form-control,
.border-white input[type="date"],
.border-white input[type="email"],
.border-white input[type="file"],
.border-white input[type="number"],
.border-white input[type="password"],
.border-white input[type="search"],
.border-white input[type="tel"],
.border-white input[type="text"],
.border-white input[type="url"],
.border-white select,
.border-white textarea {
  border-color: var(--whiteColor);
}
.border-white .form-control:focus,
.border-white input[type="date"]:focus,
.border-white input[type="email"]:focus,
.border-white input[type="number"]:focus,
.border-white input[type="password"]:focus,
.border-white input[type="search"]:focus,
.border-white input[type="tel"]:focus,
.border-white input[type="text"]:focus,
.border-white input[type="url"]:focus,
.border-white select:focus,
.border-white textarea:focus {
  border-color: var(--textColor);
}
.border-white textarea,
.border-white textarea.form-control {
  height: 130px;
  resize: none;
  border-radius: 0;
  padding-top: 15px;
  border-radius: 18px;
}
.border-white .selectric,
.border-white .csRadioElem,
.border-white .csCheckboxElem {
  border-color: var(--whiteColor);
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
}
::-webkit-input-placeholder {
  color: var(--textColor);
  opacity: 1;
}
::-moz-placeholder {
  color: var(--textColor);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--textColor);
  opacity: 1;
}
:-moz-placeholder {
  color: var(--textColor);
  opacity: 1;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  padding: 0 !important;
}
.selectric-responsive {
  width: 100%;
}
.selectric-open {
  z-index: 99;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  height: 0;
  width: 0;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  outline: 0;
  border: none;
  background: 0 0;
}
.selectric-temp-show {
  position: absolute;
  visibility: hidden;
  display: block;
}
.selectric {
  border: 1px solid var(--borderColor);
  background-color: var(--whiteColor);
  position: relative;
  border-radius: 8px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 44px;
  color: var(--textColor);
  height: 44px;
  padding: 0;
  text-align: left;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 30px;
  color: var(--textColor);
  font-size: 0;
  text-align: center;
}
.selectric .button:after {
  content: "\f107";
  display: block;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: relative;
  line-height: 30px;
  text-align: center;
  color: var(--textColor);
}
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid var(--thirdColor);
  z-index: -1;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: var(--whiteColor);
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  width: 100%;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul {
  display: block;
  padding: 0;
  background: var(--whiteColor);
  margin: 0;
}
.selectric-items li {
  font-size: 14px;
  min-height: 20px;
  margin-bottom: 1px;
  display: block;
  padding: 6px 15px;
  color: var(--textColor);
  line-height: normal;
  font-weight: 400;
  white-space: nowrap;
}
.selectric-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 6px;
}
.selectric-items li:after,
.selectric-items li:before {
  display: none;
}
.selectric-focus .selectric,
.selectric-hover .selectric,
.selectric-open .selectric {
  border-color: var(--textColor);
}
.selectric-items li.highlighted,
.selectric-items li.selected,
.selectric-items li:hover {
  background-color: var(--primayColor);
  color: var(--whiteColor);
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  background: 0;
  color: var(--thirdColor);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 400;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: var(--textColor);
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li.selectric-group-label {
  padding-left: 12px;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/*****Custom Checkbox & Radio *****/
.csHiddenFile {
  width: 1px;
  height: 0;
  visibility: hidden;
  display: none;
}
.csOpaque {
  opacity: 0;
  filter: alpha(opacity=0);
}
.csFileInput {
  display: none !important;
}
/**Checkbox**/
.csRadio input[type="radio"],
.csCheckbox input[type="checkbox"] {
  position: absolute;
  color: var(--textColor);
  width: 18px;
  height: 18px;
  cursor: pointer;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  border-radius: 4px;
}
.csRadio,
.csCheckbox {
  display: inline-block;
  position: relative;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  height: 18px;
  width: 18px;
}
.radio .csRadio,
.checkbox .csCheckbox {
  margin-left: -14px;
}
.csRadioElem,
.csCheckboxElem {
  display: inline-block;
  background: var(--whiteColor);
  height: 18px;
  width: 18px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--thirdColor);
  border-radius: 4px;
}
.csRadioElem {
  border-radius: 22px;
}
.csCheckedR,
.csChecked {
  border-color: var(--primayColor);
  background: var(--whiteColor);
}
.csCheckedR:after {
  content: "";
  background: var(--primayColor);
  padding: 6px;
  border-radius: 8px;
  width: 8px;
  line-height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.csChecked:after {
  content: "\f00c";
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--primayColor);
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form-fields {
  text-align: left;
  margin-top: -20px;
}
.form-fields .row,
.row.form-fields {
  margin-left: -11px;
  margin-right: -11px;
}
.form-fields .row .row,
.row.form-fields .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -22px;
}
.form-fields [class*="col-"],
.form-fields [class^="col-"] {
  padding-right: 11px;
  padding-left: 11px;
  padding-top: 22px;
}
.form-fields [class*="col-"] [class*="col-"],
.form-fields [class^="col-"] [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.form-fields p {
  padding: 10px 0 0 0;
  margin: 0;
}
.form-fields [class*="col-"] p,
.form-fields [class^="col-"] p {
  position: relative;
  padding: 0;
  margin: 0;
}
.icon-field i {
  position: absolute;
  font-size: 14px;
  right: 20px;
  color: var(--textColor);
  top: 17px;
  z-index: 2;
  width: 20px;
  text-align: center;
  font-weight: 400;
}
.icon-field {
  position: relative;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.icon-field i.fa-comment-dots {
  top: 22px;
}
.icon-field i + input,
.icon-field i + textarea,
.icon-field i + select {
  padding-right: 30px !important;
}
.btn,
:after,
:before,
a,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
footer,
header,
section {
  float: left;
  width: 100%;
  position: relative;
}
/**Btn**/
.btn:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--secondaryColor);
  position: absolute;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn:focus:before,
.btn:hover:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
}
.btn {
  display: inline-flex;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  border: 1px solid var(--primayColor);
  border-radius: 50px;
  color: var(--whiteColor);
  font-style: normal;
  line-height: 22px;
  padding: 18px 30px;
  text-decoration: none;
  white-space: normal;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  background: var(--primayColor);
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  min-width: 198px;
  justify-content: center;
  letter-spacing: normal;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
  background: var(--secondaryColor);
}
.btn.btn-border {
  border-color: var(--primayColor);
  background-color: transparent;
  color: var(--primayColor);
}
.btn.btn-border::before {
  background-color: var(--primayColor);
}
.btn.btn-border:hover,
.btn.btn-border:focus {
  border-color: var(--primayColor);
  background-color: var(--primayColor);
  color: var(--whiteColor);
}
.btn-secondary:before {
  background-color: var(--primayColor);
}
.btn-secondary {
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
  background: var(--secondaryColor);
}
.btn-secondary:focus,
.btn-secondary:hover {
  color: var(--whiteColor);
  border-color: var(--primayColor);
  background-color: var(--primayColor);
}
.btn-secondary.btn-border {
  border-color: var(--secondaryColor);
  background-color: transparent;
  color: var(--secondaryColor);
}
.btn-secondary.btn-border::before {
  background-color: var(--secondaryColor);
}
.btn-secondary.btn-border:hover,
.btn-secondary.btn-border:focus {
  border-color: var(--secondaryColor);
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.btn-third:before {
  background-color: var(--primayColor);
}
.btn-third {
  color: var(--textColor);
  border-color: var(--whiteColor);
  background: var(--whiteColor);
}
.btn-third:focus,
.btn-third:hover {
  color: var(--whiteColor);
  border-color: var(--primayColor);
  background-color: var(--primayColor);
}
.btn-third.btn-border {
  border-color: var(--whiteColor);
  background-color: transparent;
  color: var(--whiteColor);
}
.btn-third.btn-border::before {
  background-color: var(--whiteColor);
}
.btn-third.btn-border:hover,
.btn-third.btn-border:focus {
  border-color: var(--whiteColor);
  background-color: var(--whiteColor);
  color: var(--textColor);
}
.btn-action {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
}
.btn-xs {
  font-size: 14px;
  padding: 7px 20px !important;
  line-height: 18px;
  min-width: 130px;
}
.btn-md {
  font-size: 16px;
  padding: 15px 25px !important;
  line-height: 18px;
  min-width: 130px;
}
.lg-btn {
  padding: 13px 30px !important;
}
.btn.arrow {
  align-items: center;
  column-gap: 16px;
}
.btn.arrow:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.btn i {
  margin: 0 5px 0 0;
}
.btn input {
  position: absolute;
  left: 0;
  font-size: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
/*****Global CSS End*****/
/*****Header*****/
header + * {
  margin-top: 72px !important;
}
header {
  position: fixed;
  background-color: var(--whiteColor);
  left: 0;
  right: 0;
  z-index: 999;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.header-row {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
  width: 100%;
  padding: 12px 0;
}
header .logo {
  position: relative;
  display: block;
  transition: all 0.3s linear 0s;
}
header .logo a {
  display: block;
  margin: 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
header .header-left {
  width: 163px;
  max-width: 163px;
  min-width: 163px;
  overflow: hidden;
  transition: all 0.3s linear 0s;
}
header .header-right {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.header-icons {
  display: flex;
  align-items: center;
  gap: 22px;
}
.header-icons a {
  white-space: nowrap;
}
.header-icons i {
  font-size: 18px;
}
.header-icons .btn i {
  display: none;
}
.header-icons a:not(.btn) {
  font-weight: 700;
  font-size: 18px;
}
.header-icons a:not(.btn) i {
  font-size: 80%;
  transform: rotate(45deg);
  margin-right: 5px;
}
.head-fix header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.nav-trigger,
.nav-wrap nav ul li:before,
.submenu-button {
  display: none;
}
.nav-wrap {
  position: relative;
  float: right;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.nav-wrap nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
}
.nav-wrap nav ul.nav {
  float: right;
  display: flex;
  width: 100%;
  margin: 0;
}
.nav-wrap nav ul.nav > li {
  float: left;
  margin: 0 26px 0 0;
  padding: 0;
  overflow: visible;
  position: relative;
}
.nav-wrap nav ul.nav > li:last-child {
  margin-right: 0;
}
.nav-wrap nav ul.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--textColor);
  white-space: nowrap;
  text-decoration: none;
  text-transform: capitalize;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.nav-wrap nav ul.nav > li > a:before {
  content: "";
  background: var(--primayColor);
  left: 0;
  padding: 2px 0 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.2s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-wrap nav ul.nav li.current-menu-ancestor > a:before,
.nav-wrap nav ul.nav li.current-menu-item > a:before,
.nav-wrap nav ul.nav li:hover > a:before,
.nav-wrap nav ul.nav li > a:hover:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
}
.nav-wrap nav ul.nav li.has-sub li.has-sub > a {
  padding-right: 30px !important;
}
.nav-wrap nav ul.nav li.has-sub > a:after {
  content: "\f107";
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 3px;
  width: 10px;
  position: relative;
  top: 1px;
}
.nav-wrap nav ul.nav li.has-sub li.has-sub > a:after {
  position: absolute;
  right: 5px;
  top: 7px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0;
}
.nav-wrap nav ul.nav ul li.has-sub li.has-sub:hover > a:after {
  content: "\f104";
  color: #9a9a9a;
}
.nav-wrap nav ul.nav ul {
  position: absolute;
  border-radius: 0;
  padding: 10px 0;
  margin: 0;
  visibility: hidden;
  text-align: left;
  left: 0;
  right: auto;
  opacity: 0;
  top: 100%;
  background: var(--whiteColor);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.nav-wrap nav ul.nav ul:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--primayColor);
}
.nav-wrap nav ul.nav ul ul:after {
  display: none;
}
.nav-wrap nav ul.nav ul ul {
  padding: 0;
  top: 0;
  left: 100%;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
.nav-wrap nav ul.nav ul li {
  float: left;
  width: 100%;
  min-width: 150px;
  padding: 1px 0;
  margin: 0;
  vertical-align: top;
  overflow: visible;
}
.nav-wrap nav ul.nav ul li a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: var(--textColor);
  padding: 7px 24px;
  text-decoration: none;
  text-transform: capitalize;
}
.nav-wrap nav ul.nav li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.nav-wrap nav ul.nav li.current-menu-ancestor > a,
.nav-wrap nav ul.nav li.current-menu-item > a,
.nav-wrap nav ul.nav li:hover > a,
.nav-wrap nav ul.nav li > a:hover {
  color: var(--primayColor);
}
.nav-wrap nav ul.nav ul li.current-menu-ancestor > a,
.nav-wrap nav ul.nav ul li.current-menu-item > a,
.nav-wrap nav ul.nav ul li:hover > a,
.nav-wrap nav ul.nav ul li > a:hover {
  color: var(--whiteColor);
  background: var(--primayColor);
}
sup {
  position: relative;
  top: -0.4em;
}
/*****Header End*****/
/*****Space Classes*****/
[class*="-wraps"] {
  padding: 60px 0;
}
.common-wraps {
  padding: 60px 0;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 10px 0 !important;
}
.m-2 {
  margin: 20px 0 !important;
}
.m-3 {
  margin: 30px 0 !important;
}
.m-4 {
  margin: 40px 0 !important;
}
.m-5 {
  margin: 50px 0 !important;
}
.m-6 {
  margin: 60px 0 !important;
}
.m-7 {
  margin: 70px 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 10px 0 !important;
}
.p-2 {
  padding: 20px 0 !important;
}
.p-3 {
  padding: 30px 0 !important;
}
.p-4 {
  padding: 40px 0 !important;
}
.p-5 {
  padding: 50px 0 !important;
}
.p-6 {
  padding: 60px 0 !important;
}
.p-7 {
  padding: 70px 0 !important;
}
.m-t0 {
  margin-top: 0 !important;
}
.m-t1 {
  margin-top: 10px !important;
}
.m-t2 {
  margin-top: 20px !important;
}
.m-t3 {
  margin-top: 30px !important;
}
.m-t4 {
  margin-top: 40px !important;
}
.m-t5 {
  margin-top: 50px !important;
}
.m-t6 {
  margin-top: 60px !important;
}
.m-t7 {
  margin-top: 70px !important;
}
.m-b0 {
  margin-bottom: 0 !important;
}
.m-b1 {
  margin-bottom: 10px !important;
}
.m-b2 {
  margin-bottom: 20px !important;
}
.m-b3 {
  margin-bottom: 30px !important;
}
.m-b4 {
  margin-bottom: 40px !important;
}
.m-b5 {
  margin-bottom: 50px !important;
}
.m-b6 {
  margin-bottom: 60px !important;
}
.m-b7 {
  margin-bottom: 70px !important;
}
.p-t0 {
  padding-top: 0 !important;
}
.p-t2 {
  padding-top: 20px !important;
}
.p-t3 {
  padding-top: 30px !important;
}
.p-t4 {
  padding-top: 40px !important;
}
.p-t5 {
  padding-top: 50px !important;
}
.p-t6 {
  padding-top: 60px !important;
}
.p-t7 {
  padding-top: 70px !important;
}
.p-b0 {
  padding-bottom: 0 !important;
}
.p-b2 {
  padding-bottom: 20px !important;
}
.p-b3 {
  padding-bottom: 30px !important;
}
.p-b4 {
  padding-bottom: 40px !important;
}
.p-b5 {
  padding-bottom: 50px !important;
}
.p-b6 {
  padding-bottom: 60px !important;
}
.p-b7 {
  padding-bottom: 70px !important;
}
.m-l2 {
  margin-left: 20px !important;
}
.p-l2 {
  padding-left: 20px !important;
}
.m-l3 {
  margin-left: 30px !important;
}
.p-l3 {
  padding-left: 30px !important;
}
.m-l4 {
  margin-left: 40px !important;
}
.p-l4 {
  padding-left: 40px !important;
}
/*****Space End*****/
/*****Fixed Size Thumbnail and Iframe*****/
.image-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 66.33%;
  overflow: hidden;
}
.image-thumbnail img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition:
    opacity 0.5s ease-in,
    -webkit-transform 0.5s ease-in;
  transition:
    opacity 0.5s ease-in,
    transform 0.5s ease-in;
  transition:
    opacity 0.5s ease-in,
    transform 0.5s ease-in,
    -webkit-transform 0.5s ease-in;
}
a:hover .image-thumbnail img {
  -moz-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.image-thumbnail:before {
  content: "";
  padding: 25px;
  background: url(../img/favicon.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
.iframe-map {
  position: relative;
  padding-top: 42%;
}
.iframe-video {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 56%;
  margin: 0;
  background-color: #f5f5f5;
}
.iframe-map iframe,
.iframe-map img,
.iframe-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
div.breadcrumbs,
section.breadcrumbs {
  position: relative;
  display: block;
  font-weight: 400;
  margin: 15px 0 0;
  overflow: visible;
  clear: both;
  text-align: left;
  z-index: 11;
  padding: 14px 0;
  border-bottom: 1px solid #c2d0ed;
}
ul.breadcrumbs {
  width: 100%;
  padding: 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  gap: 8px;
}
ul.breadcrumbs li {
  font-size: 14px;
  position: relative;
  display: inline-flex;
  line-height: 1;
  vertical-align: top;
  padding: 0 12px 0 0;
  margin-right: 0;
  color: var(--textColor);
  font-style: normal;
  overflow: visible;
  font-weight: 500;
  text-transform: capitalize;
}
ul.breadcrumbs li:before {
  display: none;
}
ul.breadcrumbs li a {
  position: relative;
  display: inline-block;
  color: var(--primayColor);
  vertical-align: top;
  text-decoration: none;
}
ul.breadcrumbs li:after {
  content: "/";
  font-weight: 400;
  position: absolute;
  color: var(--textColor);
  right: 0;
  top: 1px;
  line-height: 1;
  font-style: normal;
  font-size: 100%;
}
ul.breadcrumbs li:last-child {
  padding: 0;
  margin: 0;
}
ul.breadcrumbs li:last-child:after {
  display: none;
}
ul.breadcrumbs li:before {
  display: none;
}
ul.breadcrumbs li a:hover {
  color: var(--textColor);
  text-decoration: underline;
}
/*****Fixed Size Thumbnail and Iframe End*****/
/********slick******/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
  flex-wrap: wrap;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slider-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.slider-gap-10 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
.slider-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.slider-gap-20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.slider-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.slider-gap-30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.slider-gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.slider-gap-40 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}
/****Arrow****/
.slick-prev,
.slick-next {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 98;
  border-radius: 40px;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}
.slick-next {
  left: auto;
  right: 10px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  line-height: 1;
  display: block;
  border: solid var(--whiteColor);
  border-width: 0 2px 2px 0;
  padding: 5px;
  margin: 0 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.slick-next:before {
  left: auto;
  right: 52%;
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: rgba(0, 0, 0, 1);
  opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  border-color: var(--whiteColor);
}
.slick-dots {
  position: relative;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 25px 0 0;
  text-align: center;
  justify-content: center;
  gap: 8px;
}
.slick-dots li {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.slick-dots li::before {
  display: none;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 7px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 20px;
  transition: all 0.3s linear 0s;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: #5781c5;
  border-radius: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s linear 0s;
}
.slick-dots li.slick-active button {
  padding: 7px 13px;
}
.slick-dots li.slick-active button:before {
  background-color: var(--primayColor);
  width: 26px;
  opacity: 1;
}
.slick-dots:has([aria-label="1 of 1"]) {
  display: none !important;
}
.slick-slider.slick-vertical .slick-prev,
.slick-slider.slick-vertical .slick-next {
  top: 0;
  right: auto;
  left: 50%;
  margin-top: 0;
  margin-left: -10px;
  transform: rotate(90deg);
  background-color: transparent;
  height: 20px;
  width: 20px;
}
.slick-slider.slick-vertical .slick-next {
  bottom: 0;
  top: auto;
}
.slick-slider.slick-vertical .slick-prev:before,
.slick-slider.slick-vertical .slick-next:before {
  border-color: #042862;
  padding: 7px;
}
/********slick end******/
/******Banner********/
.bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.bg img {
  display: none !important;
}
.banner-wraps-relative {
  position: relative;
  padding: 0 !important;
}
.banner-wraps {
  padding: 0 !important;
  position: relative;
  z-index: 11;
  color: #fff;
}
.banner-wraps .banner-img {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.banner-wraps .banner-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  z-index: 5;
}
.banner-wraps .banner-img.dark-none:before {
  display: none;
}
.banner-wraps .banner-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  backface-visibility: hidden;
}
.banner-wraps .banner-text {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 11;
}
.banner-wraps .banner-text .max-width {
  max-width: 600px;
  padding: 0 45px;
}
.banner-wraps .heading {
  position: relative;
  display: block;
  font-family: var(--titleFont);
  font-weight: bold;
  font-size: 45px;
  color: var(--whiteColor);
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
.banner-wraps .heading + p {
  padding: 25px 0 0;
}
.banner-wraps .btn-action {
  margin: 30px 0 0;
}
.banner-wraps .slick-dots {
  position: absolute;
  margin: 0;
  bottom: 35px;
}
.banner-wrapper {
  position: relative;
  overflow: hidden;
}
.banner-wrapper .vidoe-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.banner-wrapper .vidoe-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  z-index: 5;
}
.banner-wrapper .vidoe-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrapper:has(.vidoe-box) .banner-wraps .banner-text {
  position: relative;
  transform: unset;
  padding: 14vh 0;
  width: 100%;
  z-index: 12;
  top: auto;
  background: transparent;
}
.inner-banner {
  padding: 0 !important;
}
.inner-banner .banner-img {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.inner-banner .banner-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  z-index: 5;
}
.inner-banner .banner-img.dark-none:before {
  display: none;
}
.inner-banner .banner-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  backface-visibility: hidden;
}
.inner-banner .banner-text {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 11;
}
.inner-banner .banner-text .max-width {
  max-width: 600px;
  padding: 0 45px;
}
.inner-banner .heading {
  position: relative;
  display: block;
  font-family: var(--titleFont);
  font-weight: bold;
  font-size: 45px;
  color: var(--whiteColor);
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
.inner-banner .btn-action {
  margin: 30px 0 0;
}
/*****Banner Animation****/
.banner-wraps .heading,
.banner-wraps p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slick-active .heading,
.slick-active p {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes zoomOut {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.banner-wraps .slick-active .banner-img img {
  animation: zoomOut 2s ease-out forwards;
}
.uppercase {
  text-transform: uppercase;
}
.small-tagline {
  color: var(--titleColor);
  font-size: 14px !important;
  font-family: var(--bodyFont);
  text-transform: capitalize;
  margin: 0 !important;
}
.small-tagline + * {
  margin-top: 7px !important;
}
.common-text-center {
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}
.common-text-center.lg {
  max-width: 990px;
}
.common-text-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  margin: 0 0 30px;
}
.common-text-row .column:last-child .btn {
  float: right;
}
.center-btn {
  text-align: center;
  padding-top: 40px;
}
.text-link {
  display: inline-block;
  font-size: 14px;
  color: var(--secondaryColor);
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 400;
  transition: all 0.3s linear 0s;
  letter-spacing: 0.5px;
}
.text-link:hover {
  letter-spacing: 1px;
}
.bg-light {
  background-color: var(--bgLight);
}
.bg-dark {
  background-color: var(--bgDark);
}
/******Banner End********/
.aside-inline-img {
  padding: 60px 0;
}
.aside-inline-img .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.aside-inline-img.reverse .container {
  flex-direction: row-reverse;
}
.aside-inline-img .img-box {
  position: relative;
  float: left;
  width: 50%;
}
.aside-inline-img .img-box img {
  width: auto;
}
.aside-inline-img .text-box {
  float: left;
  width: 50%;
  padding-left: 60px;
}
.aside-inline-img.reverse .img-box {
  padding-right: 0;
}
.aside-inline-img.reverse .text-box {
  padding-left: 0;
  padding-right: 60px;
}
.aside-inline-img.img-gap .text-box {
  padding-left: 0;
  padding-right: 0;
}
.aside-inline-img.img-gap .img-box {
  padding-right: 60px;
}
.aside-inline-img.img-gap.reverse .img-box {
  padding-left: 60px;
  padding-right: 0;
}
.valign-top,
.valign-top .container {
  align-items: flex-start;
}
div.aside-img-wraps,
div.aside-inline-img {
  float: left;
  width: 100%;
}
.aside-img-wraps {
  padding: 0 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.aside-img-wraps.reverse {
  flex-direction: row-reverse;
  padding-left: 15px;
  padding-right: 0;
}
.aside-img-wraps .img-box {
  position: relative;
  float: left;
  width: 50%;
}
.aside-img-wraps .img-box img {
  width: 100%;
}
.aside-img-wraps .text-box {
  float: left;
  width: 50%;
  padding: 25px 0 25px 60px;
  padding-right: calc((100% - var(--container)) / 2 + 7.5px);
}
.aside-img-wraps.reverse .text-box {
  padding-left: calc((100% - var(--container)) / 2 + 7.5px);
  padding-right: 60px;
}
.pattern-bg {
  background: url(../img/bg-icon.png) center center repeat-x;
  background-attachment: fixed;
  overflow: hidden;
}
.services-wraps .container {
  max-width: 1090px;
}
.services-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-box {
  border: 1px solid #adbed7;
  border-top: none;
  border-radius: 24px;
  background-color: var(--whiteColor);
  box-shadow: 0 2px 5px rgba(173, 190, 215, 0.4);
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.service-box i {
  width: 92px;
  height: 92px;
  border-radius: 92px;
  min-width: 92px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    135deg,
    rgba(16, 44, 89, 1) 0%,
    rgba(32, 78, 142, 1) 100%
  );
  padding: 20px;
}
.service-box h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}
.areas-wraps .img-box {
  width: 55%;
}
.areas-wraps .text-box {
  width: 45%;
}
ul.map-pin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
  column-gap: 30px;
}
ul.map-pin li::before {
  content: "\f3c5";
  width: auto;
  height: auto;
  top: 4px;
  font-weight: 900;
  background: none;
  border: none;
}
.faq-wraps .left-column {
  float: left;
  width: 50%;
  padding-right: 64px;
}
.faq-wraps .left-column img {
  border-radius: 16px;
}
.faq-wraps .right-column {
  float: left;
  width: 50%;
}
.all-faq {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
.accordion-data {
  position: relative;
  padding: 18px 22px 18px 30px;
  margin: 0 0 10px;
  cursor: pointer;
  background: var(--whiteColor);
  border-radius: 12px;
  border: 1px solid var(--blackColor);
}
.accordion-data:last-child {
  margin-bottom: 0;
}
.accordion-data .accordion-head:after {
  content: "\2b";
  display: inline-block;
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  right: -7px;
  top: -5px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  text-align: center;
  color: var(--textColor);
}
.accordion-data .accordion-head.active:after {
  content: "\f068";
}
.accordion-data .accordion-head.active {
  color: var(--textColor);
}
.accordion-head {
  color: var(--textColor);
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
  position: relative;
  cursor: pointer;
  padding: 0 20px 0 0;
}
.accordion-content {
  display: none;
  padding: 14px 30px 5px 0;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
}
.top-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
}

.top-info .btn {
  padding: 10px 21px;
  min-width: unset;
}
.explore-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  gap: 34px;
}
.explore-box h3 {
  font-size: 18px;
}
.explore-box li {
  font-size: 14px;
  padding-left: 0;
}
.explore-box li::before {
  display: none;
}
.review-wraps .container {
  max-width: 1180px;
}
.review-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--bgDark);
  padding: 40px 30px;
  border-radius: 24px;
}
.review-box * {
  color: var(--whiteColor);
}
.review-box h3 {
  font-size: 18px;
}
.review-box .rating-stars {
  margin-bottom: 8px;
}
.common-popup {
  position: relative;
  max-width: 767px;
  padding: 30px;
  border-radius: 6px;
  background-color: var(--whiteColor);
  margin: 10px auto;
}
.common-popup h3 {
  font-size: 30px;
}
p:has(.alignright),
p:has(.alignleft) {
  margin: 0;
  padding: 0;
}
html:has(.sdp-wraps) {
  overflow: inherit;
}
.sdp-wraps {
  overflow: visible;
}
.sdp-wraps .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  flex-direction: row-reverse;
}
.sdp-wraps .img-box {
  float: left;
  width: 46.333333333%;
  position: sticky;
  top: 100px;
}
.sdp-wraps .img-box img {
  border-radius: 8px;
}
.sdp-wraps .text-box {
  float: left;
  width: 53.666666666%;
  padding-right: 100px;
}
.type2.sdp-wraps .text-box {
  width: 100%;
  padding: 0;
}
.sdp-wraps h2 {
  font-size: 30px;
}
/******Social Icons*******/
ul.social-icon {
  display: flex;
  padding: 0;
  margin: 30px 0 0;
  gap: 10px;
  column-gap: 17px;
}
ul.social-icon li {
  display: block;
  width: auto;
  margin: 0;
  background: 0;
  padding: 0;
  color: var(--whiteColor);
  overflow: visible;
}
ul.social-icon li:last-child {
  margin-right: 0;
}
ul.social-icon li:before {
  display: none;
}
ul.social-icon li a {
  display: inline-block;
  padding: 0;
  width: auto;
  text-decoration: none;
}
ul.social-icon li i {
  text-align: center;
  display: block;
  font-size: 18px;
  color: var(--whiteColor);
  line-height: 1;
}
ul.social-icon li a:hover i {
  color: var(--whiteColor);
}
ul.social-icon li a:hover .fa-twitter,
ul.social-icon li a:hover .fa-x-twitter {
  color: #0eb1f2;
}
ul.social-icon li a:hover .fa-linkedin-in {
  color: #007bb6;
}
ul.social-icon li a:hover .fa-instagram {
  color: #d82370;
}
ul.social-icon li a:hover .fa-pinterest,
ul.social-icon li a:hover .fa-pinterest-p {
  color: #cb2027;
}
ul.social-icon li a:hover .fa-tumblr {
  color: #395976;
}
ul.social-icon li a:hover .fa-youtube {
  color: red;
}
ul.social-icon li a:hover .fa-whatsapp {
  color: #25d366;
}
ul.social-icon li a:hover .fa-tiktok {
  color: #ff0050;
}
ul.social-icon li a:hover i {
  border-color: transparent;
}
ul.social-icon li a:hover .fa-facebook,
ul.social-icon li a:hover .fa-facebook-f,
ul.social-icon li a:hover .fa-facebook-square {
  color: #3b5998;
}
ul.social-icon li a:hover i {
  color: var(--whiteColor);
}
/******Social Icons End*******/
/******Footer*******/
footer {
  background: var(--bgDark);
  color: var(--whiteColor);
  padding: 40px 0 0;
}
footer .footer-row {
  display: flex;
  margin: 0 -15px;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer-column {
  float: left;
  padding: 30px 15px 0;
}
footer .pull-right {
  margin-left: auto;
  max-width: 650px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .pull-right .footer-column:last-child {
  min-width: 181.83px;
}
footer .footer-column:first-child {
  max-width: 340px;
}
footer .footer-column:first-child p {
  margin-top: 30px;
}
footer .menu-quick-links-container ul {
  column-count: 2;
}

footer .menu-quick-links-container ul li {
  min-width: 140px;
}

footer .footer-column:nth-child(2) {
  margin: 0 0 0 -50px;
}
footer img {
  margin: 0 0 20px;
}
footer ul li {
  padding: 0 0 10px 0;
  line-height: 1.4;
  font-size: 14px;
}
footer ul li a {
  font-size: inherit;
}
footer ul li:before {
  display: none;
}
footer ul li:last-child {
  padding-bottom: 0;
}
footer .h5 {
  font-size: 18px;
  color: var(--whiteColor);
  font-family: var(--bodyFont);
  font-weight: bold;
  margin: 0 0 15px !important;
  padding: 0;
  text-transform: capitalize;
}
footer a,
footer p {
  color: var(--whiteColor);
  font-size: 14px;
  margin: 0;
}
footer a {
  text-decoration: none;
}
footer p + p {
  margin-top: 15px;
}
footer ul.hours li {
  padding-bottom: 5px;
  display: grid;
  grid-template-columns: 104px 1fr;
}
footer ul.hours li strong {
  font-weight: normal;
}
footer p:has(i) {
  position: relative;
  padding-left: 30px;
}
footer p:has(i) i {
  position: absolute;
  left: 1px;
  top: 5px;
}
footer .copyright-block {
  padding: 27px 0;
  float: left;
  width: 100%;
  margin-top: 70px;
  background-color: #081f45;
}
footer .copyright-block .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer .copyright-block p {
  float: left;
  margin: 0;
  font-size: 12px;
  color: var(--whiteColor);
}
footer .copyright-block a {
  font-size: inherit;
  color: inherit;
}
footer .current-menu-item a,
footer a:focus,
footer a:hover {
  color: var(--whiteColor) !important;
  text-decoration: underline;
}
footer .copyright-block a:focus,
footer .copyright-block a:hover {
  color: var(--whiteColor) !important;
}
/******Footer End*******/
/******Scrollup Button*******/
.scrollup {
  position: fixed;
  right: 10px;
  bottom: -40px;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -ms-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transition: all ease 1.5s;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  cursor: pointer;
  color: var(--whiteColor);
}
.scrollup i {
  color: var(--textColor);
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  background: var(--whiteColor);
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 5;
  vertical-align: top;
  border-radius: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.scrollup:hover i {
  background-color: var(--textColor);
  color: var(--whiteColor);
}
.scrollup.show {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 27px;
}
/******Scrollup Button End*******/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.active.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.faqs-wrapper {
  display: flex;
  gap: 70px;
  padding: 40px 0 0 0;
  justify-content: space-between;
  align-items: self-start;
}

.faqs-wrapper .all-faq {
  margin: 0;
}

.faqs-wrapper .content-box {
  position: sticky;
  top: 100px;
}

.common-wraps:has(.faqs-wrapper) {
  overflow: visible;
}

html:has(.faqs-wrapper) {
  overflow: inherit;
}

/* .faqs-wrapper .accordion-data {
  scroll-margin-top: 100px;
} */

.faqs-wrapper .content-box ul li::before {
  width: 2px;
  height: 101%;
  border: none;
  top: 0;
  bottom: 0;
  border-radius: 0;
}
.faqs-wrapper .content-box ul li a.active {
  font-weight: 600;
  color: var(--primayColor);
}
.faqs-wrapper .content-box ul {
  padding: 3px 0 0 0;
}
.review-listing {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 0 0 0;
}

.review-listing .review-box {
  background: var(--whiteColor);
  border: 1px solid var(--blackColor);
  padding: 30px;
}

.review-listing .review-box * {
  color: var(--textColor);
}

.review-listing .review-box h3,
.review-listing .review-box .rating-stars i {
  color: var(--primayColor);
}

.review-listing .review-box:nth-child(5) {
  /* grid-column: 1 / span 2; */
}

.sev-listing {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 0 0 0;
}

.sev-listing .sev-box {
  border: 1px solid #adbed7;
  border-top: none;
  border-radius: 20px;
  background-color: var(--whiteColor);
  box-shadow: 0 2px 5px rgba(173, 190, 215, 0.4);
  overflow: hidden;
  font-size: 14px;
}

.sev-listing .sev-box .contnet {
  padding: 25px;
}

.sev-listing .sev-box .img-box {
  height: 200px;
}

.sev-listing .sev-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sev-listing .sev-box h3 {
  font-size: 22px;
}
.sev-listing .sev-box h3 + p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.two-col-info {
  display: flex;
  gap: 60px;
  margin-top: 40px;
}

.v-center.two-col-info {
  align-items: center;
}
.two-col-info .img-box img {
  width: 100%;
  border-radius: 16px;
}
.two-col-info > * {
  width: 100%;
}
.reverse.two-col-info {
  flex-direction: row-reverse;
}
.contact-info-wrapper {
  padding: 40px 0 0;
  display: grid;
  gap: 45px;
  grid-template-columns: 1fr 0.5fr;
}

.contact-info-wrapper .box {
  padding: 35px 40px;
  border: 1px solid #adbed7;
  border-top: none;
  border-radius: 24px;
  background-color: var(--whiteColor);
  box-shadow: 0 2px 5px rgba(173, 190, 215, 0.4);
}

.contact-info-wrapper ul.social-icon li i {
  color: var(--primayColor);
}

.contact-info-wrapper ul.social-icon {
  margin: 20px 0 0;
}

.contact-info-wrapper h3 {
  font-size: 22px;
  margin-top: 34px;
}

.contact-info-wrapper h3:first-of-type {
  margin-top: 0;
}

.contact-info-wrapper table tr td,
.contact-info-wrapper table tr th {
  border: none;
  padding: 8px;
}

.contact-info-wrapper table {
  margin: 0 -8px;
}

.contact-info-wrapper p {
  margin: 0 0 10px;
}

.contact-info-wrapper p i {
  margin: 0 6px 0 0;
}
.blog-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-box {
  display: block;
  font-size: 15px;
}

.blog-box .img-box {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 15px;
}

.blog-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-box .date {
  font-size: 14px;
  margin: 0;
}

.blog-box .contnet {
  padding: 0 10px;
}

.blog-box h3 {
  font-size: 22px;
  margin: 10px 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-box h3 + p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-box:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 40px;
  grid-column: 1 / span 3;
  margin: 0 0 20px;
}

.blog-box:nth-of-type(1) > * {
  width: 100%;
}

.blog-box .btn {
  padding: 10px 21px;
  min-width: unset;
  font-size: 15px;
}

.blog-box:nth-of-type(1) .img-box {
  margin: 0;
  height: 450px;
}

.blog-box:nth-of-type(1) .contnet {
  display: flex;
  flex-direction: column;
}

.blog-box:nth-of-type(1) .contnet > * {
  order: 1;
}

.blog-box:nth-of-type(1) .contnet h3 {
  order: 0;
  font-size: 37px;
  margin-top: 0;
}

.blog-box:nth-of-type(1) .contnet .date {
  margin: 0 0 20px;
}

.blog-box:nth-of-type(1) h3 + p {
  -webkit-line-clamp: 5;
}
.blog-detail-wrap .container {
  max-width: 1050px;
}

.blog-detail-wrap h1 {
  max-width: 800px;
  margin-inline: auto;
}

.blog-detail-wrap .text-center img {
  border-radius: 15px;
  margin: 0 auto 30px;
}
.blog-detail-wrap ol li {
  padding-bottom: 30px;
}

.blog-detail-wrap ol li:last-of-type {
  padding-bottom: 0;
}
/******Responsive Start*******/
@media only screen and (max-width: 1199px) {
  .header-icons a:not(.btn) {
    font-size: 16px;
  }
  .nav-wrap nav ul.nav > li {
    margin-right: 20px;
  }
  .banner-wraps .heading,
  .inner-banner .heading {
    font-size: 40px;
  }
  .btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .service-box {
    padding: 20px;
    gap: 20px;
  }
  .service-box h3 {
    font-size: 20px;
  }
  .pattern-bg {
    background-size: contain;
  }
  .sdp-wraps .text-box {
    padding-right: 30px;
  }
  footer {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .blur_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-trigger {
    padding: 17px;
    border-radius: 40px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition-property:
      opacity,
      -webkit-filter;
    transition-property: opacity, filter;
    transition-property:
      opacity,
      filter,
      -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    margin: 0 0 0 10px;
    overflow: visible;
    font-size: 0;
    background: var(--bgDark);
    order: 3;
  }
  .nav-trigger span {
    display: block;
    top: 50%;
    right: 50%;
    margin-top: -1px;
    margin-right: -8px;
  }
  .nav-trigger span,
  .nav-trigger span::after,
  .nav-trigger span::before {
    width: 16px;
    height: 2px;
    background-color: var(--whiteColor);
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .nav-trigger span::after,
  .nav-trigger span::before {
    content: "";
    display: block;
  }
  .nav-trigger span::before {
    top: -7px;
  }
  .nav-trigger span::after {
    bottom: -7px;
  }
  #sidebar-nav .nav-trigger {
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 0;
  }
  #sidebar-nav .nav-trigger span,
  #sidebar-nav .nav-trigger span::before,
  #sidebar-nav .nav-trigger span::after {
    background-color: var(--primayColor);
  }
  #sidebar-nav .nav-trigger.closemenu span {
    top: auto;
    bottom: 6px;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-color: var(--primayColor);
  }
  #sidebar-nav .nav-trigger.closemenu span::after {
    top: -20px;
    transition:
      top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      opacity 0.1s linear;
  }
  #sidebar-nav .nav-trigger.closemenu span::before {
    transition:
      top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  #sidebar-nav .nav-trigger.closemenu span {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #sidebar-nav .nav-trigger.closemenu span::after {
    top: 0;
    opacity: 0;
    transition:
      top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      opacity 0.1s 0.27s linear;
  }
  #sidebar-nav .nav-trigger.closemenu span::before {
    top: 0;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition:
      top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #sidebar-nav {
    right: -300px;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 35px 0 30px 20px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    background: var(--whiteColor);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    z-index: 999999;
  }
  .sidebar_active {
    overflow: hidden;
  }
  .sidebar_active #sidebar-nav {
    display: block;
    right: 0;
    box-shadow: 0 0 1024px rgba(0, 0, 0, 0.5);
  }
  .nav-wrap nav ul,
  nav ul ul {
    display: none;
  }
  .nav-wrap nav ul.nav {
    padding: 0;
    margin: 0;
    border: 0;
    visibility: visible;
    display: block !important;
    top: 0;
  }
  .nav-wrap nav ul.nav > li {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    border: 0;
    /* border-bottom: 1px solid rgba(0,0,0,.12)*/
  }
  .nav-wrap nav ul.nav > li > a {
    font-size: 18px;
    color: var(--textColor);
    padding: 7px 20px 7px 16px;
    margin: 0;
    white-space: inherit;
    border-radius: 0;
    border: none;
    font-weight: 500;
  }
  .nav-wrap nav ul.nav > li.has-sub > a {
    padding-right: 30px;
  }
  .nav-wrap nav ul.nav > li:last-child {
    border-bottom: none;
  }
  .nav-wrap nav ul.nav ul li {
    opacity: 1;
  }
  .nav-wrap nav ul.nav ul {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-wrap nav > ul.nav > li > ul {
    max-height: inherit;
    margin-top: 0;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align: left;
  }
  .nav-wrap nav ul.nav > li > ul > li {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: none;
    min-width: inherit;
  }
  .nav-wrap nav ul.nav > li > ul li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--textColor);
    padding: 11px 20px 11px 30px;
    white-space: inherit;
    text-align: left;
    /*border-top: 1px solid rgba(0,0,0,.12)*/
  }
  .sidebar_active .nav-wrap nav ul.nav ul.open {
    display: block !important;
    position: static !important;
    top: 40px;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
    overflow: auto;
    z-index: 99999;
    background: var(--whiteColor);
  }
  .nav-wrap nav ul.nav ul:after,
  .nav-wrap nav ul.nav li.has-sub li.has-sub > a:after,
  .nav-wrap nav ul.nav > li > a:before {
    display: none;
  }
  .nav-wrap nav ul.nav li.current-menu-ancestor > a,
  .nav-wrap nav ul.nav li.current-menu-item > a,
  .nav-wrap nav ul.nav li:hover > a,
  .nav-wrap nav ul.nav li > a:hover {
    background-color: transparent !important;
    color: var(--primayColor) !important;
  }
  .nav-wrap nav .submenu-button {
    position: absolute;
    right: 5px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--whiteColor);
    cursor: pointer;
    top: 8px;
    border-radius: 30px;
    font-size: 0 !important;
  }
  .nav-wrap nav .submenu-button:before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    color: var(--textColor);
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -14px;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    border-radius: 0;
  }
  .nav-wrap nav .submenu-button.submenu-opened:before {
    content: "\f106";
  }
  .nav-wrap nav ul.nav ul li.has-sub:after,
  .nav-wrap nav ul.nav ul ul,
  .nav-wrap nav ul.nav > li > a:after,
  .nav-wrap nav ul.nav > li:before,
  .nav-wrap nav ul.nav li.has-sub li.has-sub > a:after,
  .nav-wrap nav ul.nav > li.has-sub > a:after {
    display: none !important;
  }
  .nav-wrap nav ul.nav ul ul.open {
    display: block !important;
  }
  .nav-wrap nav ul.nav li.has-sub li.has-sub > a {
    padding-right: 45px !important;
  }
  .nav-wrap nav ul.nav > li {
    display: block;
  }
  .nav-wrap nav ul.nav > li.has-sub > a br {
    display: none;
  }
  .nav-wrap nav ul.nav > li > a {
    z-index: 111 !important;
  }
  .nav-wrap nav ul.nav > li > .submenu-button {
    z-index: 1111 !important;
  }
  .nav-wrap nav ul.nav .parent-active {
    z-index: 9999 !important;
  }
  .nav-wrap {
    margin: 0;
    flex-direction: row;
  }
  header .header-right {
    order: 3;
  }
  .header-icons {
    margin-left: auto;
  }
  .nav-wrap nav ul.nav > li.btn-type {
    padding-left: 16px;
    padding-right: 16px;
  }
  .alignleft,
  .alignright {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .alignleft,
  .alignright {
    max-width: 300px;
  }
  .aside-inline-img {
    padding: 30px 0;
    text-align: center;
  }
  .aside-inline-img .img-box img {
    margin: 0 auto;
  }
  .aside-inline-img.lg-text-overlap {
    text-align: left;
  }
  .aside-inline-img .img-box {
    width: 100%;
  }
  .aside-inline-img .text-box,
  .aside-inline-img.reverse .text-box {
    width: 100%;
    padding: 25px 0 0;
  }
  .aside-img-wraps {
    text-align: center;
  }
  .aside-img-wraps .img-box img,
  .aside-inline-img .img-box img {
    margin: 0 auto;
    border-radius: 10px;
    width: auto;
  }
  .aside-img-wraps .img-box {
    width: 100%;
    padding: 0 15px;
  }
  .aside-img-wraps .text-box,
  .aside-img-wraps.reverse .text-box {
    width: 100%;
    padding: 25px 15px 0;
  }
  .aside-img-wraps ul {
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .aside-img-wraps.reverse {
    padding-left: 0;
  }
  .aside-img-wraps .max-width {
    float: none !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
  .aside-img-wraps .btn-action {
    justify-content: center;
    padding-top: 0 !important;
  }
  .aside-inline-img.img-gap .img-box {
    padding: 0 !important;
  }
  [class*="-wraps"] {
    padding: 30px 0;
  }
  .slick-dots li button {
    padding: 5px;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .banner-wraps,
  .banner-wrapper {
    background-color: var(--bgLight);
  }
  .banner-wraps .banner-img {
    min-height: 250px;
  }
  .banner-wraps .banner-img::before {
    display: none;
  }
  .banner-wrapper:has(.vidoe-box) .banner-wraps {
    background: transparent;
  }

  .banner-wrapper:has(.vidoe-box) .banner-wraps .heading {
    color: #fff;
  }
  .banner-wraps .banner-text {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transform: none;
    text-align: center;
    padding: 25px 0;
  }
  .banner-wrapper:has(.vidoe-box) .banner-wraps .banner-text {
    padding: 80px 0 60px;
  }
  .banner-wraps .banner-text .max-width {
    max-width: 100%;
  }
  .banner-wraps .heading {
    color: var(--titleColor);
    font-size: 36px;
  }
  .banner-wraps .heading + p {
    padding: 15px 0 0;
  }
  .banner-wraps .btn-action {
    justify-content: center;
    margin: 20px 0 0;
  }
  .banner-wraps .slick-arrow {
    display: none !important;
  }
  .banner-wraps .slick-dots {
    bottom: auto;
    top: 15px;
    justify-content: flex-end;
    padding: 0 15px;
  }
  .services-row {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .center-btn {
    padding-top: 25px;
  }
  .faq-wraps .left-column {
    width: 100%;
    padding: 0 0 10px;
    float: none;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
  }
  .faq-wraps .left-column img {
    display: none;
  }
  .faq-wraps .right-column {
    width: 100%;
  }
  .explore-wraps h2 {
    text-align: center;
  }
  .sdp-wraps .text-box {
    width: 100%;
    padding: 0;
  }
  .sdp-wraps .img-box {
    width: 100%;
    position: relative;
    top: 0;
    padding-bottom: 30px;
  }
  .sdp-wraps .img-box img {
    width: auto;
    margin: 0 auto;
  }
  footer .footer-row {
    flex-wrap: wrap;
    column-gap: 0;
  }
  footer .footer-column {
    width: 50%;
    margin: 0 !important;
  }
  footer ul li {
    padding: 0 0 5px 0;
  }
  footer .copyright-block {
    margin-top: 50px;
  }
  .faqs-wrapper .content-box {
    display: none;
  }
  .faqs-wrapper {
    padding: 20px 0 0;
  }
  .review-listing {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 0 0 0;
  }
  .review-listing .review-box:nth-child(5) {
    grid-column: inherit;
  }
  .sev-listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .two-col-info,
  .reverse.two-col-info {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .contact-info-wrapper {
    grid-template-columns: 1fr;
    padding: 20px 0 0;
    gap: 20px;
  }
  .contact-info-wrapper .box {
    padding: 24px;
    border-radius: 15px;
  }
  .blog-listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .blog-box:nth-of-type(1) {
    grid-column: 1 / span 2;
    flex-direction: column;
    gap: 15px;
  }

  .blog-box:nth-of-type(1) .img-box {
    height: 240px;
  }

  .blog-box:nth-of-type(1) .contnet h3 {
    font-size: 28px;
  }

  .blog-box:nth-of-type(1) .contnet .date {
    margin: 0 0 10px;
  }

  .blog-box .img-box {
    height: 140px;
    border-radius: 8px;
    margin: 0 0 10px;
  }

  .blog-box .contnet {
    padding: 0 5px;
  }

  .blog-box h3 {
    font-size: 19px;
  }

  .blog-box {
    line-height: normal;
    font-size: 15px;
  }
  .top-info {
    flex-direction: column;
  }
  .top-info .box:last-of-type {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-icons {
    gap: 10px;
  }
  .header-icons .btn {
    gap: 0;
    font-size: 0;
    min-width: auto;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  .header-icons .btn span,
  .header-icons a:not(.btn) span {
    display: none;
  }
  .header-icons .btn i {
    display: block;
    font-size: 16px;
    margin-right: 0;
  }
  .header-icons a:not(.btn) i {
    font-size: 18px;
    transform: none;
  }
  .inner-banner {
    background-color: var(--bgLight);
  }
  .inner-banner .banner-img::before {
    display: none;
  }
  .inner-banner .banner-text {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transform: none;
    text-align: center;
    padding: 25px 0;
  }
  .inner-banner .banner-text .max-width {
    max-width: 100%;
    padding: 0;
  }
  .inner-banner .heading {
    color: var(--titleColor);
    font-size: 36px;
  }
  .inner-banner .btn-action {
    justify-content: center;
    margin: 20px 0 0;
  }
  .service-box {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .service-box h3 {
    font-size: 16px;
  }
  .explore-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .review-box {
    padding: 30px 20px;
  }
  footer {
    padding: 0;
  }
  footer .copyright-block {
    padding: 18px 0;
    margin-top: 30px;
  }
  footer .copyright-block p {
    width: 100%;
    text-align: center;
  }
  .sev-listing {
    grid-template-columns: repeat(1, 1fr);
    padding: 25px 0 0 0;
  }
}
@media only screen and (max-width: 639px) {
  .banner-wraps .banner-text .max-width {
    padding: 0;
  }
  .banner-wraps .heading {
    font-size: 32px;
  }
  .review-box {
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .alignleft,
  .alignright {
    max-width: 100%;
    margin: 10px auto 30px;
    float: none;
    display: block;
  }
  ul.map-pin {
    row-gap: 0;
  }
  .common-popup {
    padding: 30px 20px;
  }
  footer .footer-column {
    width: 100%;
    text-align: center;
  }
  footer .footer-column:first-child {
    max-width: 100%;
  }
  footer ul.hours {
    width: fit-content;
    text-align: left;
    column-gap: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  footer p:has(i) {
    padding-left: 0;
  }
  footer p:has(i) i {
    position: relative;
    left: auto;
    top: auto;
  }
  footer ul.social-icon {
    justify-content: center;
  }
}
@media only screen and (max-width: 479px) {
  .explore-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  .services-row {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 359px) {
  ul.map-pin {
    grid-template-columns: 1fr;
  }
}
/******Responsive End*******/
/******Magnific Popup*******/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: var(--textColor);
  opacity: 0.65;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: var(--borderColor);
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: var(--borderColor);
}
.mfp-preloader a:hover {
  color: var(--whiteColor);
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  border-radius: 30px 30px 0 0;
  position: absolute;
  right: 0;
  top: 0 !important;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0;
  color: var(--whiteColor);
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
  background: 0 0 !important;
}
div.mfp-close {
  display: none !important;
}
.videoFrame .mfp-close {
  top: 0 !important;
  background-color: rgba(236, 223, 223, 0.5) !important;
  border-radius: 0;
  opacity: 0;
}
.videoFrame .mfp-iframe-scaler:hover .mfp-close {
  opacity: 1;
}
.videoFrame .mfp-iframe-holder .mfp-content {
  max-width: 90%;
  max-height: 100%;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: var(--primayColor);
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: var(--whiteColor);
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--borderColor);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow-left {
  width: 30px;
  height: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
}
.mfp-arrow-left:before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  border: 2px solid var(--primayColor);
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 8px;
}
.mfp-arrow-right {
  width: 30px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
  border-radius: 30px 0 0 30px;
}
.mfp-arrow-right:before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  border: 2px solid var(--primayColor);
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: 8px;
}
.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
  border-color: var(--whiteColor);
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: var(--textColor);
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.img-max-inherit img.mfp-img {
  max-height: inherit !important;
}
.mfp-figure {
  line-height: 0;
  position: relative;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: var(--blackColor);
}
.mfp-figure small {
  color: var(--borderColor);
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: var(--borderColor);
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}
@media all and (min-width: 900px) {
  .caption-frame .mfp-container {
    left: 50%;
    display: table;
    width: auto;
    padding: 0 45px;
    margin: 0 auto;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/******Magnific Popup End*******/
