@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*Primary Colors*/
/*Neutral Colors*/
/*Accent Colors*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.white {
  color: #fff !important;
}

.black {
  color: #000000 !important;
}

.blue {
  color: #eb354c !important;
}

/*reset css start*/
/*Primary Colors*/
/*Neutral Colors*/
/*Accent Colors*/
.white {
  color: #fff !important;
}

.black {
  color: #000000 !important;
}

.blue {
  color: #eb354c !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
  display: inline-block;
  width: 100%;
}

a {
  color: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*reset css end*/
.padtbmax {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 1199.98px) {
  .padtbmax {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  .padtbmax {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.padtbmin {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 1199.98px) {
  .padtbmin {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .padtbmin {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.readmore {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.readmore:hover {
  color: #fff;
}
.readmore i {
  font-size: 24px;
}
.readmore.dark {
  color: #0547F2;
}
.readmore.dark:hover {
  color: #0547F2;
}

.medium-title {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #02091B;
  text-transform: uppercase;
  line-height: 38px;
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .medium-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.para {
  color: #E0E0E2;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.6px;
}

.icon-white,
.icon-blue {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .icon-white,
  .icon-blue {
    width: 48px;
    height: 48px;
  }
  .icon-white img,
  .icon-blue img {
    max-width: 18px;
  }
}
@media (max-width: 575.98px) {
  .icon-white,
  .icon-blue {
    width: 36px;
    height: 36px;
  }
}

.icon-white {
  background: #fff;
}
.icon-white i {
  color: #0547F2;
}

.icon-blue {
  background-image: linear-gradient(to bottom, #0C7EFA, #0547F2);
}
.icon-blue i {
  color: #fff;
}

.custom-form .toggle-action {
  display: flex;
}
.custom-form .toggle-action .btn-container {
  display: flex;
  margin: 0px auto 35px;
  font-size: 0;
  border: 1px solid #CFD0D5;
  border-radius: 50px;
  position: relative;
  background: #fff;
}
.custom-form .toggle-action .btn-container:before {
  background: #fff;
  content: none;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -2;
}
.custom-form .toggle-action label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  padding: 10px 12px;
  transition: all 0.3s ease;
  align-items: center;
  grid-column-gap: 6px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 150px;
}
@media (max-width: 575.98px) {
  .custom-form .toggle-action label {
    min-width: auto;
    font-size: 10px;
  }
}
.custom-form .toggle-action label i {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .custom-form .toggle-action label i {
    font-size: 14px;
  }
}
.custom-form .toggle-action #pizza + label:before, .custom-form .toggle-action #pizza1 + label:before {
  content: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.custom-form .toggle-action #pizza:checked + label:before, .custom-form .toggle-action #pizza1:checked + label:before {
  left: 100%;
}
.custom-form .toggle-action #pizza:checked + label,
.custom-form .toggle-action #pasta:checked + label,
.custom-form .toggle-action #pizza1:checked + label,
.custom-form .toggle-action #pasta1:checked + label {
  color: #fff;
  background-image: linear-gradient(to bottom, #0C7EFA, #eb354c);
}
.custom-form .form-label {
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  color: #474747;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.custom-form .input-group .input-group-text {
  color: #02091B;
  background-color: #fff;
  border: 1px solid #CFD0D5;
  border-radius: 8px 0 0 8px;
  padding-right: 0;
  border-right: none;
}
.custom-form .input-group .form-select,
.custom-form .input-group .form-control {
  height: 64px;
  border-left: 0;
  box-shadow: none;
  margin: 0 !important;
  padding-left: 8px;
}
@media (max-width: 575.98px) {
  .custom-form .input-group .form-select,
  .custom-form .input-group .form-control {
    height: 36px;
  }
}
.custom-form .input-group .form-select:focus,
.custom-form .input-group .form-control:focus {
  border: 1px solid #DCDCDC;
  border-left: none !important;
}
.custom-form .form-select {
  background-image: url(../images/caret-down.png);
  background-size: 10px 6px;
}
.custom-form .form-select,
.custom-form .form-control {
  height: 64px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #010101;
  padding-left: 24px;
  box-shadow: none;
}
.custom-form .form-select:focus,
.custom-form .form-control:focus {
  border: 1px solid #0946EE;
}
@media (max-width: 575.98px) {
  .custom-form .form-select,
  .custom-form .form-control {
    height: 36px;
  }
}
.custom-form .form-select::-moz-placeholder, .custom-form .form-control::-moz-placeholder {
  color: #929292;
}
.custom-form .form-select::placeholder,
.custom-form .form-control::placeholder {
  color: #929292;
}
.custom-form .main-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
@media (max-width: 575.98px) {
  .custom-form .main-btn {
    height: 36px;
  }
}
.custom-form .readmore {
  justify-content: center;
  font-weight: 600;
}
.custom-form .file-upload {
  border-radius: 4px;
  border: 1px solid #5685FA;
  background: #E7EEFF;
  height: 50px;
}
@media (max-width: 575.98px) {
  .custom-form .file-upload {
    height: 36px;
  }
}
.custom-form .file-upload .form-control {
  display: none;
}
.custom-form .file-upload .input-group-text {
  width: 100%;
  margin: 0;
  background: transparent;
  border: none;
  display: flex;
  grid-column-gap: 10px;
  color: #0547F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.custom-form .file-upload .input-group-text figure {
  width: auto;
}
.custom-form .custom-radio-check-box {
  display: flex;
  grid-column-gap: 40px;
  align-items: center;
}
.custom-form .custom-radio-check-box .form-check {
  display: flex;
  align-items: flex-start;
  margin: 0;
  grid-column-gap: 10px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.custom-form .custom-radio-check-box .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  background-color: #FFF;
  border-radius: 4px;
  margin: 0;
}
.custom-form .custom-radio-check-box .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../images/check-active.png);
  background-size: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #0946EE;
}
.custom-form .custom-radio-check-box .form-check-label {
  color: #474747;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  width: calc(100% - 36px);
  max-width: 426px;
}
.custom-form .custom-radio-check-box .form-check-label span {
  display: block;
  font-size: 12px;
}

.custom-list {
  display: flex;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 30px;
}
.custom-list li {
  position: relative;
  color: #010101;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  padding-left: 20px;
  /*@media (max-width: 575.98px) { font-size: 14px; line-height: 22px;  }*/
}
.custom-list li:before {
  content: "";
  /* background: #0547F2; */
  display: block;
  width: 6px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  border-radius: 0;
  background: url(../images/list-arrow.png);
}
.custom-list li.active, .custom-list li:hover {
  color: #0547F2;
}

.default-list h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 52px;
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .default-list h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .default-list h2 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
}
.default-list h2 span {
  color: #5685FA;
}
.default-list p {
  color: #E0E0E2;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
}
.default-list ul {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 14px;
}
@media (max-width: 1199.98px) {
  .default-list ul {
    margin-bottom: 30px;
  }
}
.default-list ul li {
  display: flex;
  align-items: center;
  grid-column-gap: 18px;
}
.default-list ul li figure {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
}
.default-list ul li figure i {
  color: #0547F2;
}
.default-list ul li span, .default-list ul li a {
  color: #F2F2F2;
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 54px);
}
.default-list ul li .icon-bg {
  background-image: linear-gradient(to bottom, #0C7EFA, #0547F2);
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.default-list ul li .icon-bg i {
  color: #fff;
}
.default-list ul li .icon-bg.icon-bg-md {
  width: 64px;
  height: 64px;
}
.default-list ul li .icon-bg.icon-bg-sm {
  width: 36px;
  height: 36px;
}

.info {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.info p {
  color: #CFD0D5;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 200% */
  letter-spacing: 0.707px;
  font-family: "Poppins", sans-serif;
}
.info p i {
  color: #fff;
  font-size: 14px;
}

.custom-accordian {
  display: flex;
  grid-gap: 24px;
  flex-wrap: wrap;
}
.custom-accordian .accordion-item {
  border: none;
  display: grid;
  grid-row-gap: 16px;
  width: calc(50% - 12px);
}
@media (max-width: 767.98px) {
  .custom-accordian .accordion-item {
    width: 100%;
  }
}
.custom-accordian .accordion-body {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}
.custom-accordian .accordion-button {
  padding: 27px 10px 27px 50px;
  color: #02091B;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 118.182% */
  border-radius: 8px !important;
  background: #F6F6F6;
}
@media (max-width: 1399.98px) {
  .custom-accordian .accordion-button {
    padding: 20px 10px 20px 50px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1199.98px) {
  .custom-accordian .accordion-button {
    font-size: 18px;
    line-height: 22px;
  }
}
.custom-accordian .accordion-button:not(.collapsed) {
  color: #fff;
  box-shadow: none;
  position: relative;
  background: #0946EE;
}
.custom-accordian .accordion-button:not(.collapsed):before {
  content: none;
  width: 36px;
  height: 2px;
  background: #0547F2;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-accordian .accordion-button::after {
  font-size: 20px;
  flex-shrink: 0;
  margin-left: auto;
  content: "\f231";
  transition: transform 0.2s ease-in-out;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  color: #0946ee;
  border-radius: 50%;
  transform: rotate(0deg);
  font-family: bootstrap-icons !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 18px;
  border: 1px solid transparent;
  background-size: 100%;
}
.custom-accordian .accordion-button:not(.collapsed)::after {
  border: 0px solid #0547F2;
  color: #fff;
  transform: rotate(90deg);
  background: transparent;
}
.custom-accordian .custom-list li {
  color: #64656A;
}
.custom-accordian .para {
  color: #403F45;
  font-weight: 400;
  margin-bottom: 0px;
}

.custom-accordian-2 .accordion-item {
  min-height: 140px;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
}
.custom-accordian-2 .accordion-item .accordion-header {
  width: 100%;
}
.custom-accordian-2 .accordion-item .accordion-header .accordion-button {
  padding-left: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
}
@media (max-width: 1199.98px) {
  .custom-accordian-2 .accordion-item .accordion-header .accordion-button {
    padding-left: 58px;
  }
}
@media (max-width: 767.98px) {
  .custom-accordian-2 .accordion-item .accordion-header .accordion-button {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 20px;
    padding-left: 42px;
  }
}
.custom-accordian-2 .accordion-item .accordion-header .accordion-button:focus {
  color: #010101;
}
.custom-accordian-2 .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.custom-accordian-2 .accordion-item .accordion-header .accordion-button::before {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  content: "";
  background-image: url("../images/expansion-plus.svg");
  background-repeat: no-repeat;
  background-size: 64px;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  left: 0;
}
@media (max-width: 1199.98px) {
  .custom-accordian-2 .accordion-item .accordion-header .accordion-button::before {
    width: 42px;
    height: 42px;
    background-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .custom-accordian-2 .accordion-item .accordion-header .accordion-button::before {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-title {
  color: #010101;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}
@media (max-width: 1199.98px) {
  .custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-title {
    font-size: 30px;
    line-height: 35px;
    width: 220px;
  }
}
@media (max-width: 767.98px) {
  .custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-subtitle {
  color: #010101;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  max-width: 560px;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-subtitle {
    font-size: 20px;
    line-height: 28px;
    flex: 1;
  }
}
@media (max-width: 767.98px) {
  .custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.custom-accordian-2 .accordion-item .accordion-body {
  padding: 40px 0;
}

.custom-table {
  margin-bottom: 0px;
}
.custom-table.table-striped > tbody > tr {
  border-top: 1px solid #DCDCDC;
  background-color: transparent !important;
  white-space: nowrap;
}
.custom-table.table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent;
  --bs-table-accent-bg:transparent;
}
.custom-table thead th {
  text-align: left;
  background: transparent;
  color: #474747;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  padding: 16px 16px 16px 0;
}
.custom-table tbody th, .custom-table tbody td {
  vertical-align: middle;
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  background: transparent;
  padding: 16px 30px 16px 0;
}
.custom-table tbody th figure, .custom-table tbody td figure {
  width: auto;
}
.custom-table .order-here {
  color: #0547F2;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.card-list {
  display: flex;
  grid-column-gap: 20px;
  margin-bottom: 30px;
}
.card-list li {
  flex: 1;
  background: #FFF;
  box-shadow: 0px 2px 20px 0px rgba(5, 47, 151, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}
.card-list li figure {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  background-image: linear-gradient(180deg, #0C7EFA -8.37%, #0547F2 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .card-list li figure {
    width: 52px;
    height: 52px;
  }
  .card-list li figure img {
    max-width: 22px;
  }
}
.card-list li p {
  color: #02091B;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.073px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .card-list li p {
    font-size: 12px;
  }
}
.card-list li.selected {
  background: #0547F2;
}
.card-list li.selected figure {
  background: #fff;
}
.card-list li.selected p {
  color: #fff;
}

.chips-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 12px;
}
.chips-list ul li {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  min-height: 36px;
  padding: 2px 18px;
  color: #010101;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.262px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.chips-list ul li:hover {
  border: 1px solid #010101;
  background: #010101;
  color: #fff;
}

.pagenation-block .pagination {
  grid-column-gap: 10px;
}
.pagenation-block .pagination .page-item .page-link {
  border: 0px solid #CFD0D5;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #010101;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  line-height: normal;
}
.pagenation-block .pagination .page-item.active .page-link {
  background: #010101;
  color: #fff;
  border: 0px solid #0547F2;
}

.news-date {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  grid-column-gap: 14px;
}
.news-date li {
  color: #474747;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  position: relative;
  padding-left: 0px;
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}
@media (max-width: 767.98px) {
  .news-date li {
    font-size: 12px;
  }
}
.news-date li figure {
  width: auto;
  display: flex;
}

ul.check-list {
  display: flex;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-column-gap: 16px;
}
ul.check-list li {
  color: #010101;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: url(../images/icon-check.png) no-repeat left top 4px;
  padding-left: 24px;
}
@media (max-width: 1199.98px) {
  ul.check-list li {
    font-size: 14px;
    line-height: 20px;
  }
}

.review-ratings .media {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #DCDCDC;
}
.review-ratings .media:nth-last-child(1) {
  border: none;
  margin-bottom: 0;
}
.review-ratings .media h4 {
  color: #010101;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  margin-bottom: 12px;
}
.review-ratings .media h4 span {
  color: #474747;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.review-ratings .media .exp-status {
  margin-bottom: 16px;
}
.review-ratings .media .exp-status span {
  display: flex;
  grid-column-gap: 8px;
}
.review-ratings .media .exp-status span i {
  color: #EEDB09;
}
.review-ratings .media p {
  color: #010101;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.review-ratings .media .media-body {
  flex: 1;
}

.main-btn22 {
  min-height: 36px;
  padding: 4px 20px;
  font-family: "Inter Tight", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22.68px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.main-btn22 a {
  color: #fff;
}
.main-btn22 a:hover {
  color: #fff;
}
.main-btn22:hover {
  color: #fff;
}
.main-btn22 figure {
  width: auto;
}
.main-btn22.button-primary {
  background: #0946EE;
  color: #fff;
}
.main-btn22.button-secondary {
  background: #fff;
  color: #0946EE;
}
.main-btn22.button-primary-outline {
  background: transparent;
  border: 1px solid #0946EE;
  color: #0946EE;
}
.main-btn22.btn-lg {
  height: 50px;
}

.button-group {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
}
@media (max-width: 575.98px) {
  .button-group {
    flex-direction: column;
    grid-row-gap: 20px;
    align-items: flex-start;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .button-group .btn {
    width: 100%;
    justify-content: center;
  }
}

.main-btn {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  font-family: "Rethink Sans", serif;
  font-size: 22px;
  font-weight: 500;
  min-height: 36px;
  padding: 4px 20px;
  overflow: hidden;
  border-radius: 3px;
  transition: all 0.5s linear;
  z-index: 1;
  line-height: 26px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  text-transform: none;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .main-btn {
    font-size: 18px;
    line-height: 20px;
  }
}
.main-btn a {
  color: #fff;
}
.main-btn a:hover {
  color: #fff;
}
.main-btn.button-primary {
  background: #eb354c;
  color: #fff;
}
.main-btn.button-secondary {
  background: #fff;
  color: #010101;
}
.main-btn.button-primary-outline {
  background: transparent;
  border: 1px solid #0946EE;
  color: #0946EE;
}
.main-btn.btn-lg {
  height: 64px;
  padding: 4px 40px;
}
@media (max-width: 1199.98px) {
  .main-btn.btn-lg {
    padding: 4px 30px;
  }
}
@media (max-width: 991.98px) {
  .main-btn.btn-lg {
    height: 50px;
  }
}

.main-btn > span {
  /*position: relative;
  font-size: 16px;
  font-weight: 900;
  margin-right: 5px;
  top: 1px;*/
}

.main-btn::after {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: #152439;
  transform: translateX(-50%);
  border-radius: 0;
  z-index: -1;
}

.main-btn:hover::after {
  top: -40%;
}

.main-btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: none;
  top: 50%;
  left: 110%;
  background-color: #fff;
  transform: translateY(-50%);
  z-index: -1;
}

.main-btn:hover:before {
  left: -40%;
}

.main-btn:hover {
  color: #fff;
}

.maxWidth {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1130.99px) {
  .maxWidth {
    padding: 0 15px;
  }
}

a {
  text-decoration: none;
}
a:hover {
  color: #eb354c;
}

html {
  scroll-behavior: smooth;
}

.bg-none {
  background: none !important;
}

.bg-grey {
  background: #F9F9F9 !important;
}

.shadow-none {
  box-shadow: none;
}

body {
  color: #010101;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}

#myBtn {
  position: fixed;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  right: 10px;
  font-size: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  bottom: 10px;
  top: auto;
  z-index: 1;
  border: 1px solid #333;
}
#myBtn i {
  display: none;
}

.btn-enquiry {
  position: fixed;
  right: 0;
  top: 70%;
  background: #eb354c;
  color: #fff;
  font-size: 20px;
  z-index: 12;
  writing-mode: sideways-lr;
  padding: 22px 12px;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 991.98px) {
  .btn-enquiry {
    top: 220px;
    font-size: 14px;
    padding: 15px 5px;
  }
}
.btn-enquiry:hover {
  background: #152439;
  color: #fff;
}

header {
  z-index: 11;
  position: relative;
  display: block;
  /* dropdown css here*/
  /*hero slider text*/
}
header .menu-top-bar {
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  min-height: 56px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  header .menu-top-bar {
    display: none;
  }
}
header .menu-top-bar .menu-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  header .menu-top-bar .menu-top-content {
    flex-direction: column;
    grid-row-gap: 10px;
    padding: 10px 0;
  }
}
header .menu-top-bar .menu-top-content .menu-topbar-left {
  display: flex;
  grid-column-gap: 20px;
}
@media (max-width: 575.98px) {
  header .menu-top-bar .menu-top-content .menu-topbar-left {
    flex-direction: column;
  }
}
header .menu-top-bar .menu-top-content .menu-topbar-left a {
  font-family: "Poppins", sans-serif;
  color: #474747;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  grid-column-gap: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  header .menu-top-bar .menu-top-content .menu-topbar-left a {
    justify-content: center;
  }
}
header .menu-top-bar .menu-top-content .menu-topbar-left a i.bi-geo-alt {
  color: #0946EE;
  font-size: 16px;
  display: flex;
}
header .menu-top-bar .menu-top-content .menu-topbar-left a i {
  color: #D8D8D8;
}
header .menu-top-bar .menu-top-content .menu-topbar-left p,
header .menu-top-bar .menu-top-content .menu-topbar-left a {
  color: #010101;
}
header .menu-top-bar .menu-top-content .menu-topbar-right {
  display: flex;
}
header .menu-top-bar .menu-top-content .menu-topbar-right ul {
  display: flex;
  grid-column-gap: 24px;
  color: #010101;
}
header .menu-top-bar .menu-top-content .menu-topbar-right ul li {
  position: relative;
}
header .menu-top-bar .menu-top-content .menu-topbar-right ul li p,
header .menu-top-bar .menu-top-content .menu-topbar-right ul li a,
header .menu-top-bar .menu-top-content .menu-topbar-right ul li i {
  color: #010101;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-transform: uppercase;
}
header .navbar {
  padding: 0 0px;
  min-height: 116px;
  display: flex;
  align-items: center;
  background: transparent;
  z-index: 11;
  top: 0;
  border-bottom: 1px solid #97a9bb;
}
@media screen and (max-width: 1750px) {
  header .navbar {
    padding: 0 0px;
  }
}
@media screen and (max-width: 1366px) {
  header .navbar {
    min-height: 80px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar {
    min-height: 85px;
    padding: 0 0 0 0px;
  }
}
header .navbar > .container-fluid {
  max-width: 1100px;
  padding: 0;
}
@media (max-width: 575.98px) {
  header .navbar > .container-fluid {
    grid-row-gap: 10px;
    padding: 0 15px;
  }
}
header .navbar > .container-fluid .left-navbar {
  display: flex;
  align-items: center;
  width: 100%;
  grid-column-gap: 16px;
}
@media (max-width: 575.98px) {
  header .navbar > .container-fluid .left-navbar {
    width: 100%;
  }
}
header .navbar .navbar-collapse {
  flex: 100%;
}
header .navbar .button-primary {
  border-radius: 8px;
  width: 100%;
  min-height: 44px;
  min-width: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-column-gap: 10px;
  padding: 4px 8px;
}
@media screen and (max-width: 991.98px) {
  header .navbar .button-primary {
    display: none;
  }
}
@media (max-width: 575.98px) {
  header .navbar .button-primary {
    min-height: 44px;
    padding: 2px 15px;
  }
}
header .navbar .navbar-brand {
  margin: 0;
}
header .navbar .navbar-brand img {
  max-width: 250px;
}
@media screen and (max-width: 1400px) {
  header .navbar .navbar-brand img {
    max-width: 180px;
  }
}
@media (max-width: 575.98px) {
  header .navbar .navbar-brand img {
    max-width: 150px;
  }
}
header .navbar .navbar-toggler {
  margin-left: auto;
  border: 0px solid #b2b8d6;
  margin-right: 0px;
  box-shadow: none;
  outline: none;
  background: #F6F6F6;
  min-height: 54px;
  border-radius: 8px;
  padding: 5px 10px;
}
@media (max-width: 575.98px) {
  header .navbar .navbar-toggler {
    min-height: 44px;
    padding: 2px 10px;
  }
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background: url(../images/toggler-icon.png) no-repeat center center;
  background-size: 30px;
}
header .navbar .navbar-nav {
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
header .navbar .navbar-nav .nav-item {
  margin: 0;
  background: url(../images/nav-border.png) no-repeat center right;
}
@media screen and (max-width: 991px) {
  header .navbar .navbar-nav .nav-item {
    background: none;
  }
}
header .navbar .navbar-nav .nav-item.dropdown {
  margin-right: 0px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  padding: 8px 16px;
  position: relative;
  text-transform: capitalize;
  border-radius: 0px;
  transition: 0.2s all linear;
  font-weight: 400;
  color: #fff;
  font-style: normal;
  line-height: 20px;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    /*color: #fff;*/
    font-size: 16px;
  }
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  background-color: #fec446;
  color: #000;
  transition: 0.2s all linear;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  background-color: #fec446;
  color: #000;
}
header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 40px;
}
header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: none;
}
header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:before {
  content: "\f282";
  width: 12px;
  height: 7px;
  position: absolute;
  top: 10px;
  left: calc(100% - 25px);
  border: none;
  background-size: 100%;
  font-family: bootstrap-icons !important;
}
header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.active {
  position: relative;
}
header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.active:after {
  content: none;
}
@media screen and (max-width: 991px) {
  header .navbar-collapse {
    width: 100%;
    max-width: 340px;
    background-color: #152439;
    transform: translate(0);
    position: fixed;
    z-index: 111;
    top: 0;
    left: -100% !important;
    transition: all 0.3s ease;
    height: 100vh;
    display: block !important;
    overflow-y: auto;
    border-radius: 0;
  }
  header .navbar-collapse .navbar-nav {
    grid-row-gap: 20px;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
    width: 100%;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle:before {
    left: auto;
    right: 10px;
  }
  header .navbar-collapse .navbar-nav > li > .dropdown-menu {
    border: 1px solid #aacbff;
    position: relative;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
  }
  header .navbar-collapse .navbar-nav > li > .dropdown-menu li {
    border-bottom: 1px solid #aacbff;
  }
  header .navbar-collapse.collapse.show {
    display: block;
    left: 0 !important;
    padding-top: 60px;
  }
  header .close-menu {
    display: block !important;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  header .close-menu img {
    max-width: 25px;
  }
}
header .navbar-expand-lg {
  position: absolute;
  width: 100%;
  transition: all 0.4s ease;
}
@media (max-width: 575.98px) {
  header .navbar-expand-lg {
    padding: 10px 0;
  }
}
header .navbar-expand-lg.sticky {
  position: fixed;
  transition: all 0.4s ease;
  min-height: auto;
  box-shadow: 0px 20px 60px rgba(96, 89, 187, 0.0705882353);
  background: #152439;
  padding: 5px 0;
}
header .navbar-expand-lg.sticky .navbar-nav .nav-item .nav-link {
  font-size: 15px !important;
}
@media (max-width: 1140px) {
  header .navbar-expand-lg.sticky .navbar-nav .nav-item .nav-link {
    font-size: 12px !important;
  }
}
header .navbar-nav > li > .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  text-align: left;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -60px;
  width: 180px;
  transition: all 0.3s 0.1s;
  display: inherit;
  padding: 0;
  border-radius: 0px;
  background: #f4f5f7;
  padding: 0px;
  border: 1px solid #fafafa;
}
@media screen and (max-width: 991px) {
  header .navbar-nav > li > .dropdown-menu {
    opacity: 1;
    transform: none;
    position: static;
    margin: 0;
    visibility: visible;
    width: auto;
    background: none;
    border: 1px solid rgba(249, 249, 249, 0.15);
  }
}
header .navbar-nav > li > .dropdown-menu li {
  margin-bottom: 0px;
  background: transparent;
  padding: 10px 6px;
  border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 991px) {
  header .navbar-nav > li > .dropdown-menu li {
    padding: 8px 15px;
    background: none;
  }
}
header .navbar-nav > li > .dropdown-menu li:hover, header .navbar-nav > li > .dropdown-menu li.active {
  padding-left: 10px;
  border-left: 6px solid #fec446;
  transition: all 0.2s ease-out;
  background: #fff;
}
header .navbar-nav > li > .dropdown-menu li:hover a, header .navbar-nav > li > .dropdown-menu li.active a {
  color: #131319;
}
header .navbar-nav > li > .dropdown-menu li a {
  color: #131319;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
  z-index: 1;
  border-left: 6px solid transparent;
}
@media screen and (max-width: 991px) {
  header .navbar-nav > li > .dropdown-menu li a {
    color: #fff;
  }
}
header .navbar-nav > li > .dropdown-menu li a.nav-link {
  font-size: 14px;
}
header .navbar-nav > li > .dropdown-menu li a.nav-link:hover {
  color: #fff;
}
header .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  transform: scale(0);
  transition: ease-out 0.6s;
}
@media screen and (max-width: 991px) {
  header .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    opacity: 1;
    transform: none;
    transition: none;
    padding-left: 20px;
    background: none;
    border: none;
    padding: 0;
    border: none;
  }
  header .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li {
    padding-left: 20px;
  }
}
header .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li a {
  font-size: 14px;
  color: #2E4765;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  header .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li a {
    color: #fff;
  }
}
header .navbar-nav > li > .dropdown-menu > li > .dropdown-menu li:hover a {
  color: #fff;
}
header .dropdown:hover .dropdown-menu {
  opacity: 1;
  top: 45px;
  visibility: visible;
}
header .header-baner-area {
  background: #152439;
  margin: 0px auto;
  display: flex;
  height: 720px;
}
@media (max-width: 767.98px) {
  header .header-baner-area {
    background-size: cover;
    height: 550px;
  }
}
header .headerSlider .swiper-pagination {
  justify-content: center;
  bottom: 110px;
}
@media (max-width: 1199.98px) {
  header .headerSlider .swiper-pagination {
    bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  header .headerSlider .swiper-pagination {
    bottom: 50px;
  }
}
header .headerSlider .swiper-slide {
  align-items: flex-end;
  display: flex;
}
header .headerSlider .swiper-slide::before {
  content: "";
  background: url(../images/bg-shadow-header.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
header .headerSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .img-slider {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 1199.98px) {
  header .img-slider {
    min-height: 550px;
  }
}
header .img-slider .swiper-lg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1920.98px) {
  header .img-slider .swiper-lg-img {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  header .img-slider .swiper-lg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
header .img-slider .banner-slide-left {
  width: 100%;
  max-width: 55%;
  background: #f4f4f4;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 30px 60px 30px 0;
}
@media (max-width: 1199.98px) {
  header .img-slider .banner-slide-left {
    padding: 20px 0px 20px 0;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
header .img-slider .banner-slide-left::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  top: -10px;
}
header .img-slider .banner-slide-right {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  header .img-slider .banner-slide-right {
    display: none;
  }
}
header .img-slider .banner-slide-right ul {
  display: flex;
}
header .img-slider .banner-slide-right ul li {
  padding: 30px;
  background: rgba(43, 169, 184, 0.9);
  color: #fff;
  width: 165px;
}
@media (max-width: 767.98px) {
  header .img-slider .banner-slide-right ul li {
    width: auto;
    padding: 20px;
  }
}
header .img-slider .banner-slide-right ul li figure {
  width: auto;
  margin-bottom: 10px;
}
header .img-slider .banner-slide-right ul li p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
}
@media (max-width: 1199.98px) {
  header .img-slider .banner-slide-right ul li p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767.98px) {
  header .img-slider .banner-slide-right ul li p {
    font-size: 14px;
  }
}
header .img-slider .banner-slide-right ul li:nth-last-child(1) {
  background: rgba(241, 181, 52, 0.9);
}
header .hero-slider-text {
  max-width: 585px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  header .hero-slider-text {
    padding-left: 15px;
    max-width: 100%;
    padding-right: 15px;
  }
}
header .hero-slider-text .slider-headline {
  font-size: 30px;
  font-weight: 600;
  color: #152439;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  header .hero-slider-text .slider-headline {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  header .hero-slider-text .slider-headline {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
header .hero-slider-text .slider-headline span {
  color: #5685FA;
  display: block;
}
header .hero-slider-text .slider-para {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767.98px) {
  header .hero-slider-text .slider-para {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
header .hero-slider-text .slider-btn {
  background: #eb354c;
  color: #fff;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  header .hero-slider-text .slider-btn {
    font-size: 14px;
    padding: 0 10px;
  }
}
header .hero-slider-text .slider-btn:hover {
  background: #152439;
}
header .inner-header {
  padding: 115px 0 115px;
  background: #FFF;
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199.98px) {
  header .inner-header {
    /*padding        : 60px 0;
    background-size: cover !important;*/
  }
}
@media (max-width: 991.98px) {
  header .inner-header {
    padding: 50px 0;
    height: 400px;
  }
}
header .inner-header .inner-header-top {
  margin-bottom: 0px;
}
header .inner-header .inner-header-top .banner-heading {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  header .inner-header .inner-header-top .banner-heading {
    font-size: 25px;
    line-height: 35px;
  }
}
header .inner-header .inner-header-top .breadcrumb {
  justify-content: center;
  display: inline-flex;
  margin: 0;
  border: 1px solid #fff;
  padding: 10px 22px;
  border-radius: 20px;
}
header .inner-header .inner-header-top .breadcrumb .breadcrumb-item {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  header .inner-header .inner-header-top .breadcrumb .breadcrumb-item {
    font-size: 14px;
    line-height: 16px;
  }
}
header .inner-header .inner-header-top .breadcrumb .breadcrumb-item a {
  color: #fff;
}
header .inner-header .inner-header-top .breadcrumb .breadcrumb-item.active {
  color: #29bdcf;
}
header .inner-header .inner-header-top .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
header .inner-header.services-header {
  background: url(../images/banner-img1.jpg) top center no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  header .inner-header.services-header {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  header .inner-header.services-header {
    padding: 30px 0;
  }
}
header .inner-header.plumbing-header {
  background: url(../images/banner-img2.png) top center no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  header .inner-header.plumbing-header {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  header .inner-header.plumbing-header {
    padding: 30px 0;
  }
}
header.inner-header-wrappper .navbar {
  border-bottom: 1px solid #DCDCDC;
}

.header-block-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-block-content .header-block-text {
  max-width: 530px;
  color: #474747;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 135% */
}

h2.main-heading {
  color: #152439;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 45px;
  text-transform: uppercase;
  position: relative;
  padding-top: 10px;
}
h2.main-heading:before {
  content: "";
  background: #eb354c;
  width: 100px;
  display: block;
  height: 4px;
  position: absolute;
  top: 0;
}
h2.main-heading.heading-center {
  text-align: center;
}
h2.main-heading.heading-center:before {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  h2.main-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
h2.main-heading span {
  font-weight: 700;
}
h2.main-heading.main-heading-sm {
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 1199.98px) {
  h2.main-heading.main-heading-sm {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  h2.main-heading.main-heading-sm {
    font-size: 18px;
    line-height: 20px;
  }
}
h2.main-heading.main-heading-lg {
  font-size: 74px;
  line-height: 80px;
}
h2.main-heading.main-heading-xsm {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  h2.main-heading.main-heading-xsm {
    font-size: 18px;
    line-height: 20px;
  }
}
h2.main-heading a {
  color: #02091B;
}

/* About us css start here*/
.about-us-home-wrapper {
  background: url(../images/bg-aboutus.png) no-repeat left bottom;
}
@media (max-width: 767.98px) {
  .about-us-home-wrapper {
    background-size: 35%;
  }
}
.about-us-home-wrapper .about-us-home-panel {
  display: flex;
  grid-column-gap: 60px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .about-us-home-wrapper .about-us-home-panel {
    grid-column-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-us-home-wrapper .about-us-home-panel {
    flex-direction: column-reverse;
    grid-row-gap: 45px;
  }
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left {
  width: 45%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 767.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left {
    width: 100%;
    justify-content: center;
  }
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left:before {
  content: "";
  display: block;
  width: 240px;
  height: 300px;
  position: absolute;
  border: 1px dashed #838383;
  border-radius: 8px;
  top: 50px;
  right: 0;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left:before {
    content: none;
  }
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left .about-cont-img1 {
  position: relative;
}
@media (max-width: 767.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left .about-cont-img1 {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left .about-cont-img1 img {
    max-width: 100%;
  }
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left .about-cont-img2 {
  position: relative;
  left: -60px;
}
@media (max-width: 767.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left .about-cont-img2 {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left .about-cont-img2 img {
    max-width: 100%;
  }
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left .about-cont-list {
  position: absolute;
  top: -30px;
  display: flex;
  left: auto;
  grid-column-gap: 10px;
  font-size: 17px;
  right: 0;
}
@media (max-width: 991.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left .about-cont-list {
    font-size: 14px;
    grid-column-gap: 5px;
  }
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left .about-cont-list i {
  color: #f0ad1e;
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-left .about-cont-list li:nth-last-child(1) i {
  color: #d6d6d6;
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right {
  width: 55%;
}
@media (max-width: 767.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right {
    width: 100%;
  }
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right .main-heading {
  margin-bottom: 20px;
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right p {
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400px;
}
@media (max-width: 1199.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right p {
    font-size: 14px;
  }
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right ul {
  display: flex;
  grid-column-gap: 20px;
}
@media (max-width: 575.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right ul {
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right ul li {
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
  color: #152439;
  font-weight: 600;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1199.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right ul li {
    font-size: 16px;
  }
}
.about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right ul li figure {
  width: auto;
}
@media (max-width: 1199.98px) {
  .about-us-home-wrapper .about-us-home-panel .about-us-home-panel-right ul li figure img {
    width: 45px;
  }
}

/* our expertise*/
.our-expertise-wrapper {
  background: url(../images/bg-our-expertise.jpg) no-repeat center center;
  background-size: 100%;
}
@media (max-width: 991.98px) {
  .our-expertise-wrapper {
    background-size: cover;
  }
}
.our-expertise-wrapper .our-expertise-panel {
  display: flex;
  grid-column-gap: 50px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .our-expertise-wrapper .our-expertise-panel {
    flex-direction: column;
    grid-row-gap: 15px;
  }
}
.our-expertise-wrapper .our-expertise-panel .oep-left {
  width: calc(100% - 450px);
  flex: 1;
}
@media (max-width: 767.98px) {
  .our-expertise-wrapper .our-expertise-panel .oep-left {
    width: calc(100% - 0px);
  }
}
.our-expertise-wrapper .our-expertise-panel .oep-left .main-heading {
  color: #fff;
  margin-bottom: 20px;
}
.our-expertise-wrapper .our-expertise-panel .oep-left p {
  color: #fff;
  margin-bottom: 30px;
}
.our-expertise-wrapper .our-expertise-panel .oep-left .custom-navigation {
  position: static;
  width: auto;
  justify-content: flex-start;
  grid-column-gap: 20px;
  transform: none;
}
.our-expertise-wrapper .our-expertise-panel .oep-left .swiper-button-prev, .our-expertise-wrapper .our-expertise-panel .oep-left .custom-prev, .our-expertise-wrapper .our-expertise-panel .oep-left .swiper-button-next, .our-expertise-wrapper .our-expertise-panel .oep-left .custom-next {
  left: 0;
  border: 2px solid #9c9c9c;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
}
@media (max-width: 991.98px) {
  .our-expertise-wrapper .our-expertise-panel .oep-left .swiper-button-prev, .our-expertise-wrapper .our-expertise-panel .oep-left .custom-prev, .our-expertise-wrapper .our-expertise-panel .oep-left .swiper-button-next, .our-expertise-wrapper .our-expertise-panel .oep-left .custom-next {
    width: 36px;
    height: 36px;
  }
}
.our-expertise-wrapper .our-expertise-panel .oep-left .swiper-button-prev:after, .our-expertise-wrapper .our-expertise-panel .oep-left .custom-prev:after, .our-expertise-wrapper .our-expertise-panel .oep-left .swiper-button-next:after, .our-expertise-wrapper .our-expertise-panel .oep-left .custom-next:after {
  color: #fff;
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .our-expertise-wrapper .our-expertise-panel .oep-left .swiper-button-prev:after, .our-expertise-wrapper .our-expertise-panel .oep-left .custom-prev:after, .our-expertise-wrapper .our-expertise-panel .oep-left .swiper-button-next:after, .our-expertise-wrapper .our-expertise-panel .oep-left .custom-next:after {
    font-size: 18px;
  }
}
.our-expertise-wrapper .our-expertise-panel .horizontal2 {
  width: 650px;
}
@media (max-width: 991.98px) {
  .our-expertise-wrapper .our-expertise-panel .horizontal2 {
    width: 500px;
  }
}
@media (max-width: 799.98px) {
  .our-expertise-wrapper .our-expertise-panel .horizontal2 {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .our-expertise-wrapper .our-expertise-panel .horizontal2 {
    width: calc(100% - 0px);
  }
}
.our-expertise-wrapper .our-expertise-panel .horizontal2 ul li {
  position: relative;
  color: #fff;
}
.our-expertise-wrapper .our-expertise-panel .horizontal2 ul li img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .our-expertise-wrapper .our-expertise-panel .horizontal2 ul li img {
    width: calc(100% - 0px);
  }
}
.our-expertise-wrapper .our-expertise-panel .horizontal2 ul li .oep-bottom {
  position: absolute;
  bottom: 20px;
  color: #fff;
  left: 20px;
}
.our-expertise-wrapper .our-expertise-panel .horizontal2 ul li .oep-bottom p {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  display: flex;
}
@media (max-width: 991.98px) {
  .our-expertise-wrapper .our-expertise-panel .horizontal2 ul li .oep-bottom p {
    font-size: 18px;
    line-height: 18px;
  }
}
.our-expertise-wrapper .our-expertise-panel .horizontal2 ul li .oep-bottom span {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  line-height: 16px;
  display: flex;
}
@media (max-width: 991.98px) {
  .our-expertise-wrapper .our-expertise-panel .horizontal2 ul li .oep-bottom span {
    font-size: 12px;
    line-height: 12px;
  }
}
.our-expertise-wrapper .our-expertise-panel .horizontal2 ul li .oep-bottom figure {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .our-expertise-wrapper .our-expertise-panel .horizontal2 ul li .oep-bottom figure {
    padding-right: 15px;
  }
  .our-expertise-wrapper .our-expertise-panel .horizontal2 ul li .oep-bottom figure img {
    max-width: 16px;
  }
}

/* <!--Why choose us--> */
.why-choose-us-wrapper {
  background: url(../images/side_element.jpg) no-repeat bottom right;
}
.why-choose-us-wrapper .why-choose-us-panel ul {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 60px;
  grid-row-gap: 35px;
}
@media (max-width: 991.98px) {
  .why-choose-us-wrapper .why-choose-us-panel ul {
    grid-column-gap: 40px;
    grid-row-gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us-wrapper .why-choose-us-panel ul {
    flex-direction: column;
    grid-row-gap: 35px;
  }
}
.why-choose-us-wrapper .why-choose-us-panel ul li {
  width: calc(50% - 30px);
  display: flex;
  grid-column-gap: 10px;
}
@media (max-width: 767.98px) {
  .why-choose-us-wrapper .why-choose-us-panel ul li {
    width: 100%;
  }
}
.why-choose-us-wrapper .why-choose-us-panel ul li figure {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px dashed #333;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .why-choose-us-wrapper .why-choose-us-panel ul li figure {
    width: 65px;
    height: 65px;
  }
  .why-choose-us-wrapper .why-choose-us-panel ul li figure img {
    max-width: 40px;
  }
}
.why-choose-us-wrapper .why-choose-us-panel ul li h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  display: flex;
}
@media (max-width: 767.98px) {
  .why-choose-us-wrapper .why-choose-us-panel ul li h3 {
    font-size: 18px;
  }
}
.why-choose-us-wrapper .why-choose-us-panel ul li p {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: flex;
}
@media (max-width: 767.98px) {
  .why-choose-us-wrapper .why-choose-us-panel ul li p {
    font-size: 14px;
  }
}
.why-choose-us-wrapper .why-choose-us-panel ul li > div {
  width: calc(100% - 95px);
}
@media (max-width: 991.98px) {
  .why-choose-us-wrapper .why-choose-us-panel ul li > div {
    width: calc(100% - 75px);
  }
}

/*What our customers are saying*/
.cusomer-says-wrapper {
  background: #f0f0f0;
  color: #000;
}
.cusomer-says-wrapper .cusomer-says-panel {
  position: relative;
}
.cusomer-says-wrapper .cusomer-says-panel .cusomer-says-panel-topbar .main-heading {
  margin-bottom: 10px;
}
.cusomer-says-wrapper .cusomer-says-panel .cusomer-says-panel-topbar p {
  color: #152439;
  font-size: 16px;
  font-weight: 400;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 35px;
  font-family: "Open Sans", sans-serif;
}
.cusomer-says-wrapper .cusomer-says-panel .cusomer-says {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
}
.cusomer-says-wrapper .cusomer-says-panel .cusomer-says .stars {
  margin-bottom: 24px;
}
.cusomer-says-wrapper .cusomer-says-panel .cusomer-says .stars ul {
  display: flex;
  grid-column-gap: 8px;
}
.cusomer-says-wrapper .cusomer-says-panel .cusomer-says p {
  margin-bottom: 24px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 140% */
}
@media (max-width: 991.98px) {
  .cusomer-says-wrapper .cusomer-says-panel .cusomer-says p {
    font-size: 14px;
    line-height: 20px;
  }
}
.cusomer-says-wrapper .cusomer-says-panel .cusomer-says p i {
  font-size: 30px;
}
.cusomer-says-wrapper .cusomer-says-panel .cusomer-says .figure .figure-caption {
  color: #186e78;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  font-style: italic;
}
.cusomer-says-wrapper .cusomer-says-panel .custom-navigation {
  position: static;
  width: auto;
  margin: 40px auto 0;
  transform: none;
  width: auto;
  grid-column-gap: 20px;
  justify-content: center;
}
.cusomer-says-wrapper .cusomer-says-panel .swiper-button-prev, .cusomer-says-wrapper .cusomer-says-panel .custom-prev, .cusomer-says-wrapper .cusomer-says-panel .swiper-button-next, .cusomer-says-wrapper .cusomer-says-panel .custom-next {
  left: 0;
  border: 2px solid #9c9c9c;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
}
.cusomer-says-wrapper .cusomer-says-panel .swiper-button-prev:after, .cusomer-says-wrapper .cusomer-says-panel .custom-prev:after, .cusomer-says-wrapper .cusomer-says-panel .swiper-button-next:after, .cusomer-says-wrapper .cusomer-says-panel .custom-next:after {
  color: #333;
  font-size: 16px;
}
.cusomer-says-wrapper .cusomer-says-panel .swiper-slide {
  background: transparent;
}

/*<!--Our Clients-->*/
.our-clients-wrapper {
  background: #1f2329;
}
.our-clients-wrapper .main-heading {
  color: #fff;
  margin-bottom: 20px;
}
.our-clients-wrapper .top-para {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #8a919b;
  max-width: 620px;
  margin: 0 auto 30px;
  text-align: center;
}
.our-clients-wrapper .our-clients-panel ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  grid-gap: 10px;
  max-width: 900px;
  margin: 0 auto;
}
.our-clients-wrapper .our-clients-panel ul li figure {
  width: auto;
}
.our-clients-wrapper .our-clients-panel ul li figure img {
  width: 120px;
}
@media (max-width: 767.98px) {
  .our-clients-wrapper .our-clients-panel ul li figure img {
    width: 100px;
  }
}

/* Services page css start here*/
.serives-wrapper .services-intro {
  padding-bottom: 60px;
}
.serives-wrapper .services-intro .main-heading {
  margin-bottom: 25px;
}
.serives-wrapper .services-intro p {
  font-size: 16px;
  color: #000;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.serives-wrapper .serives-panel ul {
  display: flex;
  grid-row-gap: 80px;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .serives-wrapper .serives-panel ul {
    grid-row-gap: 40px;
  }
}
.serives-wrapper .serives-panel ul li {
  display: flex;
  grid-column-gap: 40px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .serives-wrapper .serives-panel ul li {
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
.serives-wrapper .serives-panel ul li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .serives-wrapper .serives-panel ul li:nth-child(even) {
    flex-direction: column;
  }
}
.serives-wrapper .serives-panel ul li .serv-cont-img {
  width: calc(100% - 490px);
}
@media (max-width: 991.98px) {
  .serives-wrapper .serives-panel ul li .serv-cont-img {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .serives-wrapper .serives-panel ul li .serv-cont-img {
    width: 100%;
  }
}
.serives-wrapper .serives-panel ul li .serv-cont-img img {
  max-width: 100%;
  width: 100%;
}
.serives-wrapper .serives-panel ul li .serv-list-cont {
  width: 450px;
}
@media (max-width: 991.98px) {
  .serives-wrapper .serives-panel ul li .serv-list-cont {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .serives-wrapper .serives-panel ul li .serv-list-cont {
    width: 100%;
  }
}
.serives-wrapper .serives-panel ul li .serv-list-cont h3 {
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  color: #152439;
  font-weight: 500;
  font-size: 36px;
}
@media (max-width: 991.98px) {
  .serives-wrapper .serives-panel ul li .serv-list-cont h3 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.serives-wrapper .serives-panel ul li .serv-list-cont h3 span {
  font-weight: 700;
}
.serives-wrapper .serives-panel ul li .serv-list-cont p {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .serives-wrapper .serives-panel ul li .serv-list-cont p {
    font-size: 14px;
  }
}
.serives-wrapper .plumbing-services ul {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 60px;
  grid-column-gap: 34px;
}
.serives-wrapper .plumbing-services ul li {
  width: calc(33.33% - 23px);
}
@media (max-width: 991.98px) {
  .serives-wrapper .plumbing-services ul li {
    width: calc(50% - 17px);
  }
}
@media (max-width: 575.98px) {
  .serives-wrapper .plumbing-services ul li {
    width: 100%;
  }
}
.serives-wrapper .plumbing-services ul li .serv-cont-img {
  margin-bottom: 15px;
}
.serives-wrapper .plumbing-services ul li .serv-cont-img img {
  width: 100%;
}
.serives-wrapper .plumbing-services ul li .serv-list-cont {
  text-align: center;
}
.serives-wrapper .plumbing-services ul li .serv-list-cont h3 {
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  color: #152439;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .serives-wrapper .plumbing-services ul li .serv-list-cont h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.serives-wrapper .plumbing-services ul li .serv-list-cont h3 span {
  font-weight: 700;
}
.serives-wrapper .plumbing-services ul li .serv-list-cont p {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .serives-wrapper .plumbing-services ul li .serv-list-cont p {
    font-size: 14px;
  }
}
.serives-wrapper.plumbing-wrapper {
  background-image: url(../images/bg-services-cont1.png), url(../images/bg-services-cont2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, left center;
}

.share {
  position: absolute;
  right: 10%;
  display: flex;
  flex-direction: column-reverse;
  grid-row-gap: 20px;
  top: -30px;
}
@media (max-width: 1550px) {
  .share {
    right: 20px;
  }
}
@media (max-width: 1250px) {
  .share {
    grid-row-gap: 10px;
    top: -22px;
  }
}
.share img {
  cursor: pointer;
}
@media (max-width: 1250px) {
  .share img {
    width: 36px;
    height: 36px;
  }
}

/* footer csss start here */
.footer {
  position: relative;
  padding: 0;
  background-color: #2b3139;
}
.footer .footer-wrap {
  border-top: 0px solid rgba(46, 71, 101, 0.06);
  display: flex;
  justify-content: space-between;
  grid-column-gap: 40px;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1399.98px) {
  .footer .footer-wrap {
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .footer .footer-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 45px 0;
  }
}
.footer .footer-wrap .footer-list {
  /*width: 25%;*/
  display: flex;
  justify-content: flex-start;
  padding: 0px;
}
@media screen and (max-width: 991.98px) {
  .footer .footer-wrap .footer-list {
    width: calc(25% - 24px);
    margin: 15px 0px;
    justify-content: flex-start;
    padding: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .footer-wrap .footer-list {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-wrap .footer-list {
    width: 100%;
  }
}
.footer .footer-wrap .footer-list:nth-child(1) {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .footer .footer-wrap .footer-list:nth-child(1) {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-wrap .footer-list:nth-last-child(3) {
    padding-top: 0;
    margin-top: 0;
  }
}
.footer .footer-wrap .footer-list:nth-last-child(3) h2 {
  visibility: hidden;
}
@media screen and (max-width: 575px) {
  .footer .footer-wrap .footer-list:nth-last-child(3) h2 {
    display: none;
  }
}
.footer .footer-wrap .footer-list h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
}
.footer .footer-wrap .footer-list .menu-links ul li {
  margin-bottom: 10px;
}
.footer .footer-wrap .footer-list .menu-links ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-wrap .footer-list .menu-links ul li a {
  transition: 0.2s all linear;
  word-break: break-word;
  color: #c9d9ef;
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  position: relative;
  padding-left: 20px;
  font-family: "Open Sans", sans-serif;
}
.footer .footer-wrap .footer-list .menu-links ul li a:before {
  content: "";
  background: url(../images/list-arrow.png) no-repeat left center;
  display: block;
  position: absolute;
  left: 0px;
  width: 6px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer-wrap .footer-list .menu-links ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .footer-wrap .footer-list .menu-links ul li a:hover:before {
  content: "";
}
@media screen and (max-width: 1366px) {
  .footer .footer-wrap .footer-list .menu-links ul li a {
    font-size: 14px;
  }
}
.footer .footer-wrap .footer-list .menu-links ul.two-column-list {
  display: flex;
  grid-column-gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1399.98px) {
  .footer .footer-wrap .footer-list .menu-links ul.two-column-list {
    grid-column-gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .footer .footer-wrap .footer-list .menu-links ul.two-column-list {
    flex-direction: column;
  }
}
.footer .footer-wrap .footer-list .menu-links ul.two-column-list li {
  width: calc(50% - 20px);
}
@media (max-width: 1199.98px) {
  .footer .footer-wrap .footer-list .menu-links ul.two-column-list li {
    width: 100%;
  }
}
.footer .footer-wrap .footer-list .social-media {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.footer .footer-wrap .footer-list .social-media li {
  transition: 0.2s all linear;
  margin-bottom: 0;
}
.footer .footer-wrap .footer-list .social-media li img {
  max-width: 135px;
}
@media (max-width: 1399.98px) {
  .footer .footer-wrap .footer-list .social-media li img {
    max-width: 100px;
  }
}
.footer .footer-wrap .footer-list .social-media li:hover {
  margin-top: -3px !important;
}
.footer .footer-wrap .footer-list .social-media li:last-child {
  margin: 0;
}
.footer .footer-wrap .footer-list .social-media li a:before {
  content: none;
}
.footer .footer-wrap .footer-list .footer-logo {
  margin-bottom: 15px;
}
.footer .footer-wrap .footer-list .footer-logo img {
  max-width: 250px;
}
.footer .footer-wrap .footer-list .text-footer {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.copyrights {
  min-height: auto;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 24px 0;
  border-top: 1px solid #9fb3cf;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575.98px) {
  .copyrights {
    font-size: 11px;
  }
}
.copyrights .copyright-authar {
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .copyrights .copyright-authar {
    display: none;
  }
}

/*Swiper CSS*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  display: flex;
  grid-gap: 30px;
}
@media (max-width: 767.98px) {
  .swiper-pagination {
    grid-gap: 15px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: linear-gradient(to bottom, #0C7EFA, #eb354c);
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  border: 1px solid #eb354c;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.horizontal3,
.horizontal2 {
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 0 0 0px 0;
  justify-content: center;
  margin: 0 auto;
}
.horizontal3 .swiper-slide,
.horizontal2 .swiper-slide {
  height: auto;
}
.horizontal3 .swiper-slide figure,
.horizontal2 .swiper-slide figure {
  height: 100%;
}
.horizontal3 .swiper-pagination,
.horizontal2 .swiper-pagination {
  justify-content: center;
  min-height: 30px;
}
.horizontal3 .swiper-pagination-bullet,
.horizontal2 .swiper-pagination-bullet {
  background: #CFD0D5;
}

/*hero slider text*/
.headerSlider .swiper-pagination {
  justify-content: center;
  bottom: 110px;
}
@media (max-width: 1199.98px) {
  .headerSlider .swiper-pagination {
    bottom: 30px;
  }
}

.img-slider {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .img-slider {
    min-height: 550px;
  }
}
.img-slider .swiper-lg-img {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1920.98px) {
  .img-slider .swiper-lg-img {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .img-slider .swiper-lg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.custom-prev.swiper-button-disabled,
.custom-next.swiper-button-disabled {
  border: 1px solid #474747;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
}

.swiper-button-prev,
.custom-prev {
  left: 0;
  border: 1px solid #0946EE;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0946EE;
  font-size: 0;
}

.swiper-button-next,
.custom-next {
  right: 0;
  border: 1px solid #0946EE;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0946EE;
  font-size: 0;
}

.swiper-button-prev,
.custom-prev,
.swiper-button-next,
.custom-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .swiper-button-prev,
  .custom-prev,
  .swiper-button-next,
  .custom-next {
    width: 40px;
    height: 40px;
  }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.custom-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\f12f";
  font-family: bootstrap-icons !important;
  color: #0946EE;
  font-size: 20px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.custom-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\f138";
  font-family: bootstrap-icons !important;
  color: #fff;
  font-size: 20px;
}

.swiper-button-prev.swiper-button-disabled:after,
.swiper-button-next.swiper-button-disabled:after,
.custom-prev.swiper-button-disabled:after,
.custom-next.swiper-button-disabled:after {
  color: #0946EE;
}

.custom-prev:after {
  color: #fff;
}

.custom-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  /* Adjust as needed */
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  width: calc(100% + 120px);
  left: -60px;
}
@media (max-width: 1601.98px) {
  .custom-navigation {
    position: static;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */