@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");
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
}

body {
  font-family: "Poppins", serif;
  font-size: 16px;
  color: #272727;
}
@media only screen and (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}

h1,
.h1 {
  font-size: 24px;
}
@media only screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 23px;
}
@media only screen and (min-width: 576px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1400px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
[type=number],
[type=file],
textarea,
select {
  width: 100%;
  height: 42px;
  background-color: #fff;
  font-size: 14px;
  color: #272727;
  border: 1px solid #f0f0f0;
  padding: 0 20px;
  margin-bottom: 12px;
  border-radius: unset;
  appearance: none;
}
@media only screen and (min-width: 1200px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=url],
  input[type=search],
  input[type=submit],
  [type=number],
  [type=file],
  textarea,
  select {
    font-size: 15px;
    height: 48px;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=submit]:focus,
[type=number]:focus,
[type=file]:focus,
textarea:focus,
select:focus {
  outline: 0;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=submit]::placeholder,
[type=number]::placeholder,
[type=file]::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 14px;
  color: #272727;
}

textarea {
  height: 70px;
  padding-top: 14px;
}
@media only screen and (min-width: 120px) {
  textarea {
    height: 120px;
  }
}

input[type=submit],
input[type=button],
button,
.btn-primary {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #990101;
  cursor: pointer;
  transition: 0.4s all;
  padding: 8px 15px;
  border: 0;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.btn-primary:hover {
  background-color: #010167;
}
@media only screen and (min-width: 992px) {
  input[type=submit],
  input[type=button],
  button,
  .btn-primary {
    font-size: 18px;
    padding: 13px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  input[type=submit],
  input[type=button],
  button,
  .btn-primary {
    padding: 18px 25px;
  }
}

p,
ul,
ol,
table,
address {
  margin-bottom: 25px;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
address:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

a {
  text-decoration: none;
  color: #990101;
  transition: 0.4s;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .slick-dots {
    margin-top: 30px;
  }
}
.slick-dots li {
  padding: 0px 5px;
}
.slick-dots button {
  position: relative;
  font-size: 0;
  border: 0;
  background-color: unset;
}
.slick-dots button::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #990101;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.slick-dots .slick-active button {
  position: relative;
}
.slick-dots .slick-active button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #990101;
  color: #272727;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.slick-dots .slick-active button::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #990101;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.slick-arrow {
  position: absolute;
  left: 0;
  z-index: 9;
  font-size: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #252525;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-arrow:hover {
  background-color: unset;
}
.slick-arrow::before {
  position: absolute;
  content: "\f104";
  font-size: 15px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #252525;
}
.slick-arrow .slick-arrow.slick-next {
  right: 0;
  left: unset;
}
.slick-arrow .slick-arrow.slick-next::before {
  content: "\f105" !important;
}

.secTitle {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .secTitle {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .secTitle {
    margin-bottom: 50px;
  }
}
.secTitle h4, .secTitle .h4 {
  color: #252525;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .secTitle h4, .secTitle .h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .secTitle h4, .secTitle .h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .secTitle h4, .secTitle .h4 {
    font-size: 24px;
  }
}
.secTitle h2, .secTitle .h2 {
  text-transform: uppercase;
  color: #060469;
}
.secTitle span {
  color: #990101;
}

.ihEffect {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #010167;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.ihEffect::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  background-color: #990101;
  border-radius: 50%;
  z-index: 0;
}
.ihEffect:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.ihEffect i {
  z-index: 1;
}

@media only screen and (min-width: 1400px) {
  header .container {
    max-width: 1505px;
  }
}

.hdrTop {
  background-color: #373A87;
  position: relative;
}
.hdrTop::after {
  content: "";
  position: absolute;
  background-color: #001151;
  width: 18%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}
@media only screen and (min-width: 1400px) {
  .hdrTop::after {
    width: 35%;
  }
}

.hdrt_info {
  width: 90%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
  background-color: #373a87;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .hdrt_info {
    padding: 16px 0;
    max-width: 900px;
  }
}
@media only screen and (min-width: 1200px) {
  .hdrt_info {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1800px) {
  .hdrt_info {
    max-width: 1000px;
  }
}
.hdrt_info .hdrTopinfo {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hdrt_info .hdrTopinfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hdrt_info .hdrTopinfo ul a {
  text-decoration: none;
}
.hdrt_info p {
  width: fit-content;
  margin-bottom: 0;
  font-weight: 300;
}
.hdrt_info p b, .hdrt_info p strong {
  font-weight: 700;
}
.hdrt_info .ht_sLink {
  display: flex;
  gap: 6px;
}
.hdrt_info .ht_sLink a {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001151;
  font-size: 14px;
  color: #fff;
  border-radius: 100px;
}
.hdrt_info .ht_sLink a:hover {
  background-color: #990101;
}
@media only screen and (min-width: 992px) {
  .hdrt_info .ht_sLink a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.hdrt_info .ht_ctInfo {
  display: none;
}
@media only screen and (min-width: 992px) {
  .hdrt_info .ht_ctInfo {
    display: flex;
  }
}
.hdrt_info .ht_ctInfo li {
  font-weight: 600;
}
.hdrt_info .ht_ctInfo li a {
  color: #fff;
}
.hdrt_info .ht_ctInfo li a:hover {
  text-decoration: underline;
}
.hdrt_info .ht_ctInfo li:not(:last-child) {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.hdrt_info .ht_ctInfo li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .hdrt_info .dropdown {
    display: none;
  }
}
.hdrt_info .dropdown .dropdown-menu {
  right: 0;
}
.hdrt_info .dropdown .dropdown-toggle {
  background-color: unset;
  padding: unset;
  font-size: 16px;
}
.hdrt_info .dropdown .dropdown-toggle::after {
  display: none;
}
.hdrt_info .dropdown .dropdown-menu {
  padding: 10px 0;
}
.hdrt_info .dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 1199px) {
  .hdrt_info .ht_info_tag {
    display: none;
  }
}
.hdrt_info .ht_noteTag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background-color: unset;
  font-size: 18px;
  padding: 0;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .hdrt_info .ht_noteTag {
    display: none;
  }
}

.headerBtm {
  padding: 7px 0px;
}

.hdrBtmWrpr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
@media only screen and (min-width: 1400px) {
  .hdrBtmWrpr {
    padding: 20px 0px;
  }
}

.siteLogo {
  width: 40%;
}
@media only screen and (min-width: 768px) {
  .siteLogo {
    width: 30%;
  }
}
@media only screen and (min-width: 992px) {
  .siteLogo {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .siteLogo {
    width: 17%;
  }
}
@media only screen and (min-width: 1400px) {
  .siteLogo {
    width: 17%;
  }
}
@media only screen and (min-width: 1600px) {
  .siteLogo {
    width: 20%;
  }
}
.siteLogo img {
  width: 100%;
  max-width: 280px;
}

.siteMenu {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .siteMenu {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .siteMenu {
    width: 81%;
  }
}
@media only screen and (min-width: 1400px) {
  .siteMenu {
    width: 78%;
  }
}
@media only screen and (min-width: 1600px) {
  .siteMenu {
    width: 75%;
  }
}

#pt_menu:not(.mm-spn) {
  display: none;
}

.mm-ocd--open {
  z-index: 100000;
}

.mm-spn li::after {
  margin-left: 0 !important;
}

.mm-spn--open a {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.mm-spn--open li.current-menu-item > a, .mm-spn--open li.current-menu-parent > a, .mm-spn--open li:hover > a, .mm-spn--open li:active > a {
  background-color: #ddd;
}
.mm-spn--open li::before {
  top: 50% !important;
}

.mmenu {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .mmenu {
    display: none;
  }
}

.dmenu {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .dmenu {
    display: block;
  }
}
.dmenu .menu-item-has-children {
  position: relative;
}
.dmenu .menu-item-has-children::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  color: #252525;
  font-size: 12px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.dmenu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.dmenu .sub-menu {
  position: absolute;
  left: 15px;
  top: 60px;
  width: 210px;
  list-style: none;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  z-index: 9;
  margin-bottom: 0;
  padding: 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform-origin: top;
  transform: scaleY(0);
  border-top: 2px solid #990101;
}
.dmenu .sub-menu li {
  color: #252525;
  padding: 0;
}
.dmenu .sub-menu a {
  display: inline-block;
  font-weight: 500;
  color: inherit;
  font-size: 16px;
  width: 100%;
  padding: 10px 20px;
  transition: 0.4s;
}
.dmenu .sub-menu a:hover {
  color: #990101;
  padding: 10px 20px 10px 25px;
}
.dmenu .sub-menu a::after {
  content: unset;
}

.mainMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-right: 10px;
}
@media only screen and (min-width: 1400px) {
  .mainMenu {
    margin-right: 23px;
  }
}
.mainMenu li {
  color: #252525;
  padding: 0px 10px;
}
@media only screen and (min-width: 1600px) {
  .mainMenu li {
    padding: 0px 11px;
  }
}
.mainMenu li.current-menu-item a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.mainMenu a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 15px 0px;
  font-size: 14px;
}
@media only screen and (min-width: 1400px) {
  .mainMenu a {
    padding: 20px 0px;
    font-size: 17px;
  }
}
.mainMenu a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 34px;
  width: 0;
  height: 2px;
  background-color: #990101;
  transition: 0.4s;
  bottom: 15px;
}
.mainMenu a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.mmenuIcon {
  color: #252525;
  margin-left: 15px;
  display: flex;
  text-decoration: none;
}
.mmenuIcon i {
  font-size: 30px;
}
@media only screen and (min-width: 1200px) {
  .mmenuIcon {
    display: none;
  }
}

.rqstBtn {
  display: flex;
  align-items: center;
}
.rqstBtn span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .rqstBtn span {
    display: inline-block;
    margin-right: 5px;
  }
}
.rqstBtn .btn-primary {
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .rqstBtn .btn-primary {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .rqstBtn .btn-primary {
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .rqstBtn .btn-primary {
    font-size: 18px;
    padding: 19px 35px;
  }
}

#apsTop:not(.mm-spn) {
  display: none;
}

#apsBtm:not(.mm-spn) {
  display: none;
}

.mm-ocd--open {
  z-index: 100000;
}

.mm-spn li::after {
  margin-left: 0 !important;
}

.mm-spn--open a {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.mm-spn--open li {
  font-weight: 600;
}
.mm-spn--open li::before {
  top: 50% !important;
}

.footerContent {
  padding: 30px 0px;
  background-color: #f6f8ff;
}
@media only screen and (min-width: 768px) {
  .footerContent {
    padding: 60px 0px 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .footerContent {
    padding: 95px 0px 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .footerContent .container {
    max-width: 1505px;
  }
}

.ftrWrpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 18px;
}

.ftrCmpInfo h5, .ftrCmpInfo .h5, .ftrMenu h5, .ftrMenu .h5, .ftrCntct h5, .ftrCntct .h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #060469;
  padding-top: 6px;
}
@media only screen and (min-width: 1400px) {
  .ftrCmpInfo h5, .ftrCmpInfo .h5, .ftrMenu h5, .ftrMenu .h5, .ftrCntct h5, .ftrCntct .h5 {
    padding-bottom: 25px;
  }
}

.ftrCmpInfo {
  line-height: 1.2;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .ftrCmpInfo {
    width: 38%;
  }
}
.ftrCmpInfo .ftrLogo {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ftrCmpInfo .ftrLogo {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .ftrCmpInfo .ftrLogo {
    margin-bottom: 35px;
  }
}
.ftrCmpInfo .ftrLogo img {
  width: 180px;
}
@media only screen and (min-width: 1400px) {
  .ftrCmpInfo .ftrLogo img {
    width: 280px;
  }
}

.ftrSociel {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding-left: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) {
  .ftrSociel {
    padding-top: 13px;
  }
}

.ftrMenu {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .ftrMenu {
    width: 48%;
  }
}
@media only screen and (min-width: 992px) {
  .ftrMenu {
    width: 26%;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .ftrMenu {
    width: 21%;
    padding-left: 50px;
  }
}

.serMenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.serMenu li {
  text-transform: uppercase;
  color: #252525;
  padding: 2px 0px;
}
@media only screen and (min-width: 1400px) {
  .serMenu li {
    padding: 4px 0px;
  }
}
.serMenu li.current-menu-item a {
  color: #990101;
}
.serMenu a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  transform: translateX(0);
}
@media only screen and (min-width: 992px) {
  .serMenu a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1400px) {
  .serMenu a {
    font-size: 18px;
  }
}
.serMenu a:hover {
  color: #990101;
  transform: translateX(5px);
}

.ftrCntct {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .ftrCntct {
    width: 48%;
  }
}
@media only screen and (min-width: 992px) {
  .ftrCntct {
    width: 25%;
  }
}
@media only screen and (min-width: 1400px) {
  .ftrCntct {
    padding-left: 7px;
  }
}

.cntctInfo {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 0;
  margin-bottom: 0;
}
.cntctInfo li {
  color: #181818;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media only screen and (min-width: 1400px) {
  .cntctInfo li {
    font-size: 18px;
    padding-left: 40px;
  }
}
.cntctInfo a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
.cntctInfo a:hover {
  color: #990101;
}
.cntctInfo span {
  padding-left: 8px;
}
.cntctInfo i {
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #010167;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 8px;
  margin-left: -30px;
}
@media only screen and (min-width: 1400px) {
  .cntctInfo i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-left: -40px;
  }
}

.hmBnr {
  padding: 30px 0px;
}
@media only screen and (min-width: 768px) {
  .hmBnr {
    padding: 60px 0px;
  }
}

.hmBnrWrpr {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 576px) {
  .hmBnrWrpr {
    min-height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .hmBnrWrpr {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .hmBnrWrpr {
    min-height: 600px;
  }
}

.bnrCntnt {
  max-width: 985px;
  margin: auto;
  text-align: center;
}
.bnrCntnt h3, .bnrCntnt .h3 {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .bnrCntnt h3, .bnrCntnt .h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .bnrCntnt h3, .bnrCntnt .h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .bnrCntnt h3, .bnrCntnt .h3 {
    font-size: 25px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .bnrCntnt h3, .bnrCntnt .h3 {
    font-size: 30px;
  }
}
.bnrCntnt h1, .bnrCntnt .h1 {
  color: #fff;
  position: relative;
  padding-bottom: 50px;
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .bnrCntnt h1, .bnrCntnt .h1 {
    font-size: 35px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .bnrCntnt h1, .bnrCntnt .h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .bnrCntnt h1, .bnrCntnt .h1 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .bnrCntnt h1, .bnrCntnt .h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .bnrCntnt h1, .bnrCntnt .h1 {
    font-size: 72px;
  }
}
.bnrCntnt h1::after, .bnrCntnt .h1::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/bnrBrdrShap.png");
  width: 180px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -15px;
}
@media only screen and (min-width: 768px) {
  .bnrCntnt h1::after, .bnrCntnt .h1::after {
    width: 280px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .bnrCntnt h1::after, .bnrCntnt .h1::after {
    width: 100%;
    bottom: 14px;
    max-width: 440px;
  }
}
.bnrCntnt .btn-primary {
  text-transform: uppercase;
  background-color: #fff;
  color: #010167;
  font-weight: 400;
}
.bnrCntnt .btn-primary:hover {
  background-color: #010167;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .bnrCntnt .btn-primary {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .bnrCntnt .btn-primary {
    padding: 18px 50px;
  }
}

.wbrndSec {
  padding: 30px 0px;
}
@media only screen and (min-width: 768px) {
  .wbrndSec {
    width: 45px 0 45;
  }
}
@media only screen and (min-width: 1200px) {
  .wbrndSec {
    padding: 70px 0;
  }
}

.wrkBrndWrpr {
  margin-top: -10px;
}
.wrkBrndWrpr .slick-list {
  padding: 0px 0px 20px;
}
.wrkBrndWrpr .slick-track {
  display: flex;
}

.wbSlide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 25px 35px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  height: auto;
  margin: 10px;
}
@media only screen and (min-width: 1600px) {
  .wbSlide {
    margin: 0 20px;
  }
}

.serPrevWrpr {
  background: linear-gradient(90deg, rgb(0, 17, 80) 0%, rgb(131, 32, 54) 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.serPrevCard {
  width: 100%;
  text-align: center;
  padding: 25px 10px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .serPrevCard {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .serPrevCard {
    width: 25%;
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .serPrevCard {
    padding: 40px 15px;
  }
}
.serPrevCard:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 70%;
  background-color: #fff;
  opacity: 0.2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media only screen and (min-width: 576px) {
  .serPrevCard:not(:last-child)::after {
    height: 70%;
    width: 2px;
    right: 0;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    left: unset;
    bottom: unset;
  }
}
@media only screen and (min-width: 576px) {
  .serPrevCard:nth-child(even)::after {
    content: unset;
  }
}
@media only screen and (min-width: 992px) {
  .serPrevCard:nth-child(even)::after {
    content: "";
  }
}
.serPrevCard img {
  width: 95px;
  height: 95px;
  object-fit: contain;
}
.serPrevCard h3, .serPrevCard .h3 {
  color: #fff;
  padding-top: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .serPrevCard h3, .serPrevCard .h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .serPrevCard h3, .serPrevCard .h3 {
    font-size: 28px;
  }
}

.installPckg {
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .installPckg .container {
    max-width: 1390px;
  }
}

@media only screen and (max-width: 991px) {
  .insPckgWrpr {
    display: flex;
    overflow-x: auto;
    column-gap: 10px;
    padding: 0 12px 15px;
    margin: 0 -12px;
  }
}
@media only screen and (min-width: 576px) {
  .insPckgWrpr {
    column-gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .insPckgWrpr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .insPckgWrpr {
    gap: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .insPckgWrpr {
    gap: 40px;
  }
}

.insPckgCard {
  min-width: 260px;
  border: 1px solid #e4e6e7;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media only screen and (min-width: 576px) {
  .insPckgCard {
    min-width: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .insPckgCard {
    min-width: unset;
  }
}
.insPckgCard:hover .ipcImg img {
  transform: scale(1.1);
}

.ipcInner {
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .ipcInner {
    padding: 40px;
  }
}
.ipcInner h3, .ipcInner .h3 {
  padding-top: 20px;
}
.ipcInner .ipcImg {
  overflow: hidden;
}
.ipcInner .ipcImg img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.4s;
}
.ipcInner .ipcCntnt a {
  text-decoration: none;
  color: inherit;
  transition: 0.4s;
}
.ipcInner .ipcCntnt a:hover {
  color: #990101;
}

.serShowcs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}
@media only screen and (min-width: 768px) {
  .serShowcs {
    padding: 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .serShowcs {
    padding: 90px 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .serShowcs .container {
    max-width: 1390px;
  }
}
.serShowcs.nobg .sscCard {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sscWrpr {
  display: flex;
  overflow-x: auto;
  column-gap: 15px;
  padding: 15px 8px;
  margin: 0 -8px;
}
@media only screen and (min-width: 576px) {
  .sscWrpr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow-x: unset;
    gap: 20px;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sscWrpr {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .sscWrpr {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .sscWrpr {
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  .sscWrpr {
    gap: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .sscWrpr {
    gap: 90px;
  }
}

.sscCard {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .sscCard {
    min-width: 240px;
  }
}
@media only screen and (min-width: 576px) {
  .sscCard {
    min-width: unset;
  }
}
.sscCard:hover h3, .sscCard:hover .h3 {
  color: #990101;
}
.sscCard:hover img {
  transform: scale(1.1);
}

.sscImg {
  min-height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 10px;
}
.sscImg a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.sscImg img {
  width: 100%;
  max-width: 140px;
  height: 105px;
  object-fit: contain;
  transition: 0.4s;
}

.sscTtle a {
  text-decoration: none;
}
.sscTtle h3, .sscTtle .h3 {
  background-color: #fff;
  color: #060469;
  text-align: center;
  transition: 0.4s;
  margin-bottom: 0;
  padding: 5px 0;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .sscTtle h3, .sscTtle .h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .sscTtle h3, .sscTtle .h3 {
    font-size: 25px;
  }
}

.cntctUsSec {
  padding: 30px 0px;
}
@media only screen and (min-width: 768px) {
  .cntctUsSec {
    padding: 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .cntctUsSec {
    padding: 90px 0px;
  }
}

.cntctWrpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .cntctWrpr .secTitle {
    text-align: left;
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .cntctWrpr .secTitle {
    width: 35%;
  }
}
@media only screen and (min-width: 1400px) {
  .cntctWrpr .secTitle {
    padding-left: 80px;
  }
}

.cntctImg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .cntctImg {
    width: 59%;
  }
}
@media only screen and (min-width: 992px) {
  .cntctImg {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
.cntctImg img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}

.bbBtnSec {
  margin-top: -25px;
}
@media only screen and (min-width: 576px) {
  .bbBtnSec {
    margin-top: -35px;
  }
}
@media only screen and (min-width: 1400px) {
  .bbBtnSec {
    margin-top: -55px;
  }
}
@media only screen and (min-width: 1400px) {
  .bbBtnSec .container {
    max-width: 1175px;
  }
}

.bbBtnWrpr {
  display: flex;
  justify-content: center;
}
.bbBtnWrpr .btn-primary {
  font-size: 12px;
  padding: 13px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 50px;
  font-weight: 500;
  background-color: #494cae;
}
.bbBtnWrpr .btn-primary:hover {
  background-color: #373987;
}
.bbBtnWrpr .btn-primary.active {
  background-color: #001151;
}
@media only screen and (min-width: 576px) {
  .bbBtnWrpr .btn-primary {
    font-size: 14px;
    height: 70px;
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .bbBtnWrpr .btn-primary {
    font-size: 20px;
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .bbBtnWrpr .btn-primary {
    height: 110px;
    font-size: 24px;
  }
}
.bbBtnWrpr .btn-primary span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.serSec {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .serSec {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .serSec {
    padding: 90px 0;
  }
}

.serSecWrpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .serSecWrpr .serSecImg {
    width: 49%;
  }
}

@media only screen and (min-width: 768px) {
  .serSecCntnt {
    width: 46%;
  }
}
@media only screen and (min-width: 992px) {
  .serSecCntnt {
    width: 44%;
  }
}
@media only screen and (min-width: 1200px) {
  .serSecCntnt {
    font-size: 20px;
  }
}
.serSecCntnt h2, .serSecCntnt .h2 {
  padding: 0px 0 10px 0;
  color: #060469;
}
@media only screen and (min-width: 1200px) {
  .serSecCntnt h2, .serSecCntnt .h2 {
    padding: 24px 0 40px 0;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .serSecCntnt h2, .serSecCntnt .h2 {
    font-size: 50px;
  }
}
.serSecCntnt strong {
  color: #990101;
  font-weight: 600;
}
@media only screen and (min-width: 1400px) {
  .serSecCntnt strong {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .serFeature {
    position: relative;
  }
  .serFeature::after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #a0a5ab;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
  }
}

.serfeaWrpr {
  display: flex;
  overflow-x: auto;
  column-gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .serfeaWrpr {
    column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .serfeaWrpr {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: unset;
    margin-bottom: 50px;
    overflow-x: unset;
    border: none;
  }
  .serfeaWrpr::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #a0a5ab;
    top: calc(100% + 50px);
    left: 0;
  }
  .serfeaWrpr::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #a0a5ab;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1200px) {
  .serfeaWrpr {
    margin-bottom: 70px;
  }
  .serfeaWrpr::after {
    top: calc(100% + 70px);
  }
}

.serFeaCard {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  min-width: 240px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .serFeaCard {
    min-width: 460px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .serFeaCard {
    min-width: unset;
  }
  .serFeaCard.spt:nth-child(even) .sfImg, .serFeaCard.spt:nth-child(even) .sfCntnt {
    transform: translatex(25px);
  }
  .serFeaCard.spt:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #a0a5ab;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .serFeaCard {
    min-width: unset;
  }
  .serFeaCard.spt:nth-child(even) .sfImg, .serFeaCard.spt:nth-child(even) .sfCntnt {
    transform: translatex(35px);
  }
  .serFeaCard.spt:not(:nth-last-child(-n+2)) {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .serFeaCard {
    min-width: unset;
  }
  .serFeaCard.spt:nth-child(even) .sfImg, .serFeaCard.spt:nth-child(even) .sfCntnt {
    transform: translatex(50px);
  }
  .serFeaCard.spt:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}

.sfImg {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #010167;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .sfImg {
    width: 100px;
    height: 100px;
    margin: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .sfImg {
    width: 120px;
    height: 120px;
  }
}
.sfImg img {
  width: 60px;
}
@media only screen and (min-width: 576px) {
  .sfImg img {
    width: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .sfImg img {
    width: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .sfImg img {
    width: 90px;
  }
}

.sfCntnt {
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .sfCntnt {
    text-align: left;
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 576px) {
  .sfCntnt {
    width: calc(100% - 120px);
  }
}
@media only screen and (min-width: 1200px) {
  .sfCntnt {
    width: calc(100% - 140px);
  }
}
.sfCntnt h4, .sfCntnt .h4 {
  color: #060469;
}
@media only screen and (min-width: 1200px) {
  .sfCntnt h4, .sfCntnt .h4 {
    padding-bottom: 10px;
  }
}

.serpInfo {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .serpInfo {
    padding: 60px 0;
  }
}

.postInfoWrpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .postInfoWrpr {
    flex-direction: column-reverse;
  }
}

.postCntnt {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .postCntnt {
    width: 44%;
  }
}
.postCntnt h2, .postCntnt .h2 {
  color: #060469;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .postCntnt h2, .postCntnt .h2 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .postCntnt h2, .postCntnt .h2 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .postThumb {
    position: relative;
    width: 46%;
  }
}
.postThumb img {
  width: 100%;
}

.postSlidThumb {
  overflow: hidden;
  width: 100%;
  max-width: 515px;
}
@media only screen and (min-width: 992px) {
  .postSlidThumb {
    position: relative;
    width: 46%;
  }
}
.postSlidThumb .mainSlide .slick-arrow {
  border: 1px solid #fff;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.postSlidThumb .mainSlide .slick-arrow::before {
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .postSlidThumb .mainSlide .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.postSlidThumb .mainSlide:hover .slick-prev {
  left: 20px;
}
.postSlidThumb .mainSlide:hover .slick-next {
  right: 20px;
}
.postSlidThumb .mainSlide .slick-prev {
  left: -100px;
}
.postSlidThumb .mainSlide .slick-next {
  right: -100px;
  left: unset;
  transform: translateY(-50%) rotate(180deg);
}
.postSlidThumb .slick-list {
  padding: 0 !important;
}
.postSlidThumb .slide-container {
  background-color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
@media only screen and (min-width: 520px) {
  .postSlidThumb .slide-container {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .postSlidThumb .slide-container {
    margin-bottom: 20px;
  }
}
.postSlidThumb .slide-container img {
  width: 100%;
  aspect-ratio: 10/8;
  object-fit: cover;
}
.postSlidThumb .btnSlide {
  margin: 0 -6px;
}
.postSlidThumb .btnSlide:not(.slick-initialized) {
  display: none;
}
@media only screen and (min-width: 576px) {
  .postSlidThumb .btnSlide {
    margin: 0 -8px;
  }
}
@media only screen and (min-width: 768px) {
  .postSlidThumb .btnSlide {
    margin: 0 -10px;
  }
}
.postSlidThumb .slide-btn {
  cursor: pointer;
  margin: 0 6px;
  background-color: #eee;
}
@media only screen and (min-width: 768px) {
  .postSlidThumb .slide-btn {
    margin: 0 6px;
  }
}
.postSlidThumb .slide-btn img {
  width: 100%;
  aspect-ratio: 10/7.5;
}

.fturCntntWrpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.fturCntntWrpr h4, .fturCntntWrpr .h4 {
  padding-bottom: 10px;
}

.fturCntnt {
  background-color: #001151;
  color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .fturCntnt {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .fturCntnt {
    width: 47%;
  }
}

.fturs {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (min-width: 992px) {
  .fturs {
    width: 49%;
  }
}

.pageBanner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 30px 0;
  color: #fff;
}
@media only screen and (min-width: 1400px) {
  .pageBanner {
    padding: 40px 0;
  }
}
.pageBanner .container {
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
@media only screen and (min-width: 576px) {
  .pageBanner .container {
    min-height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .pageBanner .container {
    min-height: 300px;
  }
}
@media only screen and (min-width: 1400px) {
  .pageBanner .container {
    min-height: 350px;
  }
}
.pageBanner .pBnrInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.pageBanner h1 {
  font-weight: 500;
  max-width: 690px;
}
.pageBanner .prot_breadcrumbs {
  margin-top: 15px;
}

.prot_breadcrumbs span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .prot_breadcrumbs span {
    font-size: 16px;
  }
}
.prot_breadcrumbs span a {
  text-decoration: unset;
  text-underline-position: under;
  color: inherit;
}
.prot_breadcrumbs span a:hover {
  text-decoration: underline;
}
.prot_breadcrumbs span .current-item {
  text-decoration: underline;
  text-underline-position: under;
}

.contactSecWrapper {
  padding: 40px 0;
}
@media only screen and (min-width: 576px) {
  .contactSecWrapper {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .contactSecWrapper {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .contactSecWrapper {
    padding: 70px 0;
  }
}
.contactSecWrapper .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contactInformation, .ctFormWrapper {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .contactInformation, .ctFormWrapper {
    width: 48%;
  }
}
@media only screen and (min-width: 1400px) {
  .contactInformation, .ctFormWrapper {
    font-size: 20px;
  }
}
.contactInformation h2, .ctFormWrapper h2 {
  color: #060469;
}

.contactInformation {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .contactInformation {
    margin-bottom: 0;
  }
}

.ptctInfos {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  margin: 40px 0;
}
@media only screen and (min-width: 1200px) {
  .ptctInfos {
    margin: 50px 0;
    overflow-x: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
.ptctInfos .ptctInfo {
  min-height: 160px;
  min-width: 200px;
  width: 200px;
  display: flex;
  flex-direction: column;
  background-color: #001151;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  padding: 20px 16px;
}
@media only screen and (min-width: 1200px) {
  .ptctInfos .ptctInfo {
    min-height: 200px;
    min-width: unset;
    width: unset;
  }
}
.ptctInfos .ptctHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  margin-bottom: 10px;
}
.ptctInfos .ptctHead span {
  font-size: 40px;
  margin-bottom: 10px;
}
.ptctInfos .ptctText {
  font-weight: 300;
  font-size: 16px;
}
.ptctInfos .ptctText a {
  word-break: break-all;
  color: inherit;
  text-decoration: none;
}
.ptctInfos .ptctText a:hover {
  text-decoration: underline;
}

.ptctMap iframe {
  width: 100%;
  aspect-ratio: 10/7;
  filter: grayscale(1);
  transition: 0.4s;
}
.ptctMap iframe:hover {
  filter: unset;
}

.contactForm {
  background-color: #f0f0f0;
  padding: 30px 14px;
}
@media only screen and (min-width: 576px) {
  .contactForm {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .contactForm {
    padding: 50px 40px;
  }
}
.contactForm h4 {
  max-width: 400px;
  margin-bottom: 20px;
  color: #060469;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .contactForm h4 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .contactForm h4 {
    margin-bottom: 40px;
  }
}

.ctForm br {
  display: none;
}
.ctForm label {
  font-weight: 600;
  color: #060469;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) {
  .ctForm label {
    margin-bottom: 10px;
  }
}
.ctForm input {
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) {
  .ctForm input {
    height: 58px;
  }
}
.ctForm p {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) {
  .ctForm p {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .ctForm p {
    margin-bottom: 32px;
  }
}
.ctForm input[type=submit] {
  background-color: #d70b1e;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  width: fit-content;
}
.ctForm input[type=submit]:hover {
  background-color: #010167;
}
@media only screen and (min-width: 1200px) {
  .ctForm input[type=submit] {
    font-size: 18px;
  }
}
.ctForm .submit {
  text-align: right;
  position: relative;
}
.ctForm .submit p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) {
  .ctForm textarea {
    height: 150px;
  }
}
.ctForm .wpcf7-not-valid-tip {
  font-size: 14px;
}
.ctForm .wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.quotFormSec {
  background-color: #001151;
  margin: 30px 0px;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .quotFormSec {
    margin: 60px 0px;
  }
}

.qFormWrpr {
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 20px;
  background-color: #24336a;
}
@media only screen and (min-width: 768px) {
  .qFormWrpr {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .qFormWrpr {
    padding: 30px 50px;
  }
}
.qFormWrpr::after {
  content: "";
  position: absolute;
  background-image: url(../images/quoatFormShap.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: -200px;
  top: 50px;
  width: 580px;
  height: 250px;
}
@media only screen and (min-width: 576px) {
  .qFormWrpr::after {
    right: -100px;
    top: -20%;
  }
}
@media only screen and (min-width: 1200px) {
  .qFormWrpr::after {
    top: -50px;
    right: -30px;
  }
}
@media only screen and (min-width: 1400px) {
  .qFormWrpr::after {
    top: 0px;
    right: 15px;
  }
}
.qFormWrpr h3, .qFormWrpr .h3 {
  color: #aaade6;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .qFormWrpr h3, .qFormWrpr .h3 {
    margin-bottom: 30px;
  }
}
.qFormWrpr .qoutText {
  position: relative;
  max-width: 800px;
  margin-bottom: 20px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .qFormWrpr .qoutText {
    margin-bottom: 35px;
  }
}
.qFormWrpr form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1000px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .qFormWrpr form {
    gap: 18px;
  }
}
.qFormWrpr form .inputWrap {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 520px) {
  .qFormWrpr form .inputWrap {
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) {
  .qFormWrpr form .inputWrap {
    margin-bottom: 0;
    width: 20%;
  }
  .qFormWrpr form .inputWrap.msg {
    flex-grow: 1;
  }
}
.qFormWrpr form input, .qFormWrpr form textarea {
  background-color: unset;
  border: 1px solid #a8ade5;
  border-radius: 0;
  width: 100%;
  color: #fff;
  height: 53px;
  margin-bottom: 0;
}
.qFormWrpr form input::placeholder, .qFormWrpr form textarea::placeholder {
  color: #fff;
}
.qFormWrpr form input:focus::placeholder, .qFormWrpr form textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.6196078431);
}
.qFormWrpr form textarea {
  resize: none;
}
.qFormWrpr form input[type=submit] {
  border: unset;
  background-color: #d70b1e;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  width: fit-content;
}
.qFormWrpr form input[type=submit]:hover {
  background-color: #010167;
}
@media only screen and (min-width: 1200px) {
  .qFormWrpr form input[type=submit] {
    font-size: 18px;
  }
}
.qFormWrpr .qf_submit {
  position: relative;
}
.qFormWrpr .wpcf7-not-valid-tip {
  font-size: 14px;
}
.qFormWrpr .wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.ftrCopyRight {
  position: relative;
  background-color: #373a87;
  color: #fff;
  padding: 14px 0;
}
.ftrCopyRight::after {
  content: "";
  position: absolute;
  background-color: #001151;
  width: 18%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}
@media only screen and (min-width: 1400px) {
  .ftrCopyRight::after {
    width: 35%;
  }
}
@media only screen and (min-width: 992px) {
  .ftrCopyRight {
    padding: 20px 0;
  }
}
.ftrCopyRight .crTextWrap {
  max-width: 1000px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .ftrCopyRight .crTextWrap {
    font-size: 14px;
  }
}
.ftrCopyRight p {
  margin-bottom: 0;
}
.ftrCopyRight a {
  text-decoration: none;
}
.ftrCopyRight a:hover {
  text-decoration: underline;
}

.archiveSec {
  padding: 30px 0px;
}
@media only screen and (min-width: 768px) {
  .archiveSec {
    padding: 60px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .archiveSec {
    padding: 90px 0px;
  }
}

.archiveWrpr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 576px) {
  .archiveWrpr {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .archiveWrpr {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .archiveWrpr {
    gap: 60px;
  }
}

.archiveCard {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.archiveCard:hover img {
  transform: scale(1.1);
}

.archThumb {
  overflow: hidden;
  background-color: #eee;
}
.archThumb img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: 0.8s;
}

.archCntnt {
  flex-grow: 1;
  background-color: #f1f1f1;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .archCntnt {
    padding: 40px;
  }
}
.archCntnt span {
  font-size: 16px;
}
.archCntnt h4, .archCntnt .h4 {
  padding: 10px 0 20px;
  transition: 0.4s;
}
.archCntnt h4 a, .archCntnt .h4 a {
  color: inherit;
  text-decoration: none;
}
.archCntnt h4 a:hover, .archCntnt .h4 a:hover {
  color: #990101;
}
.archCntnt .btn-primary {
  font-size: 16px;
  padding: 8px 13px;
  font-weight: 500;
  color: #fff;
}

.blog_wrpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0px;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .blog_wrpr {
    padding: 50px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog_wrpr {
    padding: 90px 0px;
  }
}

.blogMain {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .blogMain {
    width: 65%;
  }
}
.blogMain .featureImg img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.blogMain h2, .blogMain .h2 {
  margin: 15px 0px;
  color: #010167;
}

.blogSideber {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .blogSideber {
    width: 33%;
  }
}
@media only screen and (min-width: 1400px) {
  .blogSideber {
    width: 30%;
  }
}
.blogSideber > div {
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) {
  .blogSideber > div {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .blogSideber > div {
    margin-bottom: 22px;
  }
}

.blogSearch form {
  position: relative;
  display: flex;
  width: 100%;
  border: 1px solid #e7e7e8;
}
.blogSearch form input {
  margin-bottom: 0;
  height: 50px;
  padding: 0 10px;
  border: 0;
}
.blogSearch .btn-primary {
  background-color: #fff;
  border: 0;
  padding: 0 5px 0 15px;
}
.blogSearch .btn-primary:hover {
  background-color: #fff;
}
.blogSearch .btn-primary i {
  color: #272727;
}

.blog_category {
  display: block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog_category li {
  color: #333333;
  overflow: hidden;
}
.blog_category a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_category a:hover {
  color: #010167;
  letter-spacing: 1px;
}
.blog_category a:not(:last-child) {
  padding-bottom: 10px;
}

.bs_ltstPost {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
  margin-bottom: 12px;
}
.bs_ltstPost .ltstImg {
  width: 30%;
}
.bs_ltstPost .ltstImg img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}
.bs_ltstPost .lpCntnt {
  width: 66%;
  font-size: 16px;
}
.bs_ltstPost .lpCntnt h6, .bs_ltstPost .lpCntnt .h6 {
  color: #010167;
}
.bs_ltstPost .lpCntnt a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.bs_ltstPost .lpCntnt a:hover {
  color: #990101;
}
.bs_ltstPost .lpCntnt span {
  font-size: 14px;
}

.tagItem {
  display: flex;
  gap: 15px 15px;
}
.tagItem a {
  display: inline-block;
  color: #010167;
  transition: 0.3s;
  font-weight: 500;
  text-decoration: none;
  background-color: #dae0e6;
  padding: 5px 15px;
  border-radius: 30px;
}
.tagItem a:hover {
  color: #fff;
  background-color: #010167;
}

.blogSearch, .category_item, .ltst_post, .tagItems {
  background-color: #f0f4f8;
  border-radius: 10px;
  padding: 25px;
}
.blogSearch h4, .blogSearch .h4, .category_item h4, .category_item .h4, .ltst_post h4, .ltst_post .h4, .tagItems h4, .tagItems .h4 {
  color: #010167;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1400px) {
  .blogSearch h4, .blogSearch .h4, .category_item h4, .category_item .h4, .ltst_post h4, .ltst_post .h4, .tagItems h4, .tagItems .h4 {
    margin-bottom: 25px;
  }
}

.pnfSec {
  padding: 30px 0px;
}
@media only screen and (min-width: 768px) {
  .pnfSec {
    padding: 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .pnfSec {
    padding: 90px 0px;
  }
}

.pnfWrpr {
  text-align: center;
}
.pnfWrpr img {
  max-width: 500px;
  width: 100%;
  margin: auto;
  display: block;
}
.pnfWrpr .btn-primary {
  margin-top: 30px;
}

.servicesArchive {
  padding: 30px 0px;
}
@media only screen and (min-width: 768px) {
  .servicesArchive {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .servicesArchive {
    padding: 90px 0;
  }
}
.servicesArchive .archiveCard {
  transition: 0.4s;
}
.servicesArchive .archiveCard:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.servicesArchive .archiveCard:hover .archThumb img {
  transform: scale(1.1) rotate(2deg);
  filter: brightness(0.8);
}
.servicesArchive .archiveCard:hover .archThumb a {
  position: relative;
}
.servicesArchive .archiveCard:hover .archThumb a::after {
  width: 80%;
  height: 80%;
}
.servicesArchive .archThumb img {
  transition: 0.8s;
}
.servicesArchive .archThumb a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.servicesArchive .archThumb a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.8s;
  border: 1px solid #fff;
  opacity: 0.8;
}

.pagination {
  width: fit-content;
  margin: 30px auto 0;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.pagination a, .pagination span {
  display: block;
  margin: 3px;
  padding: 5px 12px;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .pagination a, .pagination span {
    margin: 5px;
  }
}
.pagination .page-numbers {
  border: 2px solid #010167;
}
.pagination .page-numbers:not(.current):hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pagination .current {
  background-color: #010167;
  color: #fff;
}
.pagination .screen-reader-text {
  display: none;
}/*# sourceMappingURL=style.css.map */