@font-face {
  font-family: "Satoshi";
  src: url("../web-fonts/Satoshi-Light.woff2") format("woff2"), url("../web-fonts/Satoshi-Light.woff") format("woff"), url("../web-fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../web-fonts/Satoshi-Regular.woff2") format("woff2"), url("../web-fonts/Satoshi-Regular.woff") format("woff"), url("../web-fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../web-fonts/Satoshi-Medium.woff2") format("woff2"), url("../web-fonts/Satoshi-Medium.woff") format("woff"), url("../web-fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../web-fonts/Satoshi-Bold.woff2") format("woff2"), url("../web-fonts/Satoshi-Bold.woff") format("woff"), url("../web-fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../web-fonts/Satoshi-Black.woff2") format("woff2"), url("../web-fonts/Satoshi-Black.woff") format("woff"), url("../web-fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
}

body {
  font-family: "Satoshi";
}

h1,
.h1 {
  font-size: 23px;
}
@media screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 66px;
  }
}

h2,
.h2 {
  font-size: 27px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1400px) {
  h2,
  .h2 {
    font-size: 46px;
  }
}

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

h4,
.h4 {
  font-size: 25px;
}
@media screen and (min-width: 576px) {
  h4,
  .h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  h4,
  .h4 {
    font-size: 46px;
  }
}

h5,
.h5 {
  font-size: 18px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 24px;
    line-height: 31px;
  }
}

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

.section_tittle {
  font-size: 27px;
  color: #274474;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section_tittle {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .section_tittle {
    font-size: 46px;
  }
}

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 {
  border: none;
  padding: 5px 10px;
  margin-bottom: 12px;
  width: 100%;
  border-radius: 0px;
  height: 42px;
  background-color: #fff;
  color: #454545;
  outline-offset: 0px;
  font-size: 15px;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}
@media 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: 17px;
  }
}
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: 1px solid #002b77;
}
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: #858585;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  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: 16px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 2px solid #f1f1f1;
  -webkit-text-fill-color: unset;
  -webkit-box-shadow: unset;
  transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=submit],
input[type=button],
button,
.button {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #274474;
  transition: 0.4s all;
  padding: 6px 10px;
  position: relative;
  font-size: 16px;
  padding: 8px 8px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  input[type=submit],
  input[type=button],
  button,
  .button {
    padding: 12px 12px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  input[type=submit],
  input[type=button],
  button,
  .button {
    padding: 8px 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  input[type=submit],
  input[type=button],
  button,
  .button {
    font-size: 20px;
    padding: 15px 20px;
  }
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: #e63e2e;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}

.button-two {
  background-color: #e63e2e;
  transition: 0.3s;
}
.button-two:hover {
  background-color: #274474;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}

.sectionTittle {
  max-width: 640px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #444;
  line-height: 25px;
  padding-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .sectionTittle {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .sectionTittle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px) {
  .sectionTittle {
    padding-bottom: 30px;
  }
}

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

@keyframes phoneIconSwing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shiledFlip {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}

.headerTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  padding: 10px 0px;
}
@media screen and (min-width: 768px) {
  .headerTop {
    padding: 0px 0px 12px;
  }
}
@media screen and (min-width: 992px) {
  .headerTop {
    padding: 30px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .headerTop {
    justify-content: space-between;
  }
}

.siteLogo {
  width: 25%;
}
@media screen and (min-width: 992px) {
  .siteLogo {
    width: 20%;
  }
}
.siteLogo img {
  width: 100%;
  max-width: 120px;
}
@media screen and (min-width: 992px) {
  .siteLogo img {
    max-width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .siteLogo img {
    max-width: 210px;
  }
}

.hdrTopMenu_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.hdrTopMenu_items .current-menu-parent .sub-menu .current-menu-item {
  color: #002b77;
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0.7;
}
.hdrTopMenu_items li {
  color: #274474;
  transition: 0.3s;
}
.hdrTopMenu_items li:hover {
  color: #002b77;
}
@media screen and (min-width: 768px) {
  .hdrTopMenu_items li:last-child a {
    padding: 15px 0px 15px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hdrTopMenu_items li:last-child a {
    padding: 15px 15px;
  }
}
.hdrTopMenu_items a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  color: inherit;
  padding: 12px 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .hdrTopMenu_items a {
    padding: 15px 15px;
  }
}

.hdrMainMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .hdrMainMenu {
    width: 80%;
  }
}

.hdrtopMenuDesk {
  display: none;
}
@media screen and (min-width: 768px) {
  .hdrtopMenuDesk {
    display: block;
  }
}
.hdrtopMenuDesk .current-menu-item {
  color: #274474;
}
.hdrtopMenuDesk .menu-item-has-children {
  position: relative;
}
.hdrtopMenuDesk .menu-item-has-children:after {
  position: absolute;
  content: "\f107";
  font-weight: 900;
  font-size: 13px;
  color: #274474;
  font-family: "Font Awesome 6 Free";
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.hdrtopMenuDesk .menu-item-has-children {
  position: relative;
}
.hdrtopMenuDesk .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.hdrtopMenuDesk .menu-item-has-children:hover .sub-menu li {
  color: #002b77;
}
.hdrtopMenuDesk .sub-menu {
  border-top: 3px solid #2ea3f2;
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 200px;
  transform-origin: top;
  transform: scaleY(0);
  z-index: 999;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.hdrtopMenuDesk .sub-menu li {
  color: #274474;
  transition: cubic-bezier(0.39, 0.575, 0.565, 1) color 300ms ease 0ms;
}
.hdrtopMenuDesk .sub-menu li:hover {
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0.7;
}
.hdrtopMenuDesk .sub-menu li:hover::after {
  width: 100%;
}
.hdrtopMenuDesk .sub-menu a {
  width: 100%;
  padding: 10px 15px !important;
}

.hdrtopMenuMobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .hdrtopMenuMobile {
    display: none;
  }
}

.topMenuBtn .mmenuIcon {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .topMenuBtn .mmenuIcon {
    display: none;
  }
}
.topMenuBtn a {
  padding: 8px 8px;
  text-decoration: none;
  border-width: 0;
  color: #fff;
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 480px) {
  .topMenuBtn a {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .topMenuBtn a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .topMenuBtn a {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 15px;
  }
}
.topMenuBtn a .fa-phone {
  animation: phoneIconSwing 1s infinite;
}
.topMenuBtn i {
  margin-right: 5px;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .topMenuBtn i {
    margin-right: 8px;
    font-size: 22px;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.headerBtm {
  border-top: 1px solid #acc0d7;
  border-bottom: 1px solid #acc0d7;
  padding: 10px 0px;
}
@media screen and (max-width: 991px) {
  .headerBtm.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    animation: slideDown 0.35s ease-out;
    background-color: #fff;
    z-index: 999;
  }
  .headerBtm.sticky .container {
    padding: 0px 10px;
  }
}
@media screen and (min-width: 992px) {
  .headerBtm {
    padding: 15px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .headerBtm {
    padding: 0;
  }
}
.headerBtm .container {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btmMenuDesk {
  display: none;
}
@media screen and (min-width: 1200px) {
  .btmMenuDesk {
    display: block;
  }
}
.btmMenuDesk .current-menu-item {
  color: #e63e2e;
}
.btmMenuDesk .mega-menu-item-has-children {
  position: relative;
}
.btmMenuDesk .mega-menu-item-has-children:after {
  position: absolute;
  content: "\f107";
  font-weight: 900;
  font-size: 13px;
  color: #274474;
  font-family: "Font Awesome 6 Free";
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.btmMenuDesk .mega-menu-item-has-children {
  position: relative;
}
.btmMenuDesk .mega-menu-item-has-children:hover .mega-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.btmMenuDesk .mega-menu-item-has-children:hover .mega-sub-menu li {
  color: #002b77;
}
.btmMenuDesk .mega-sub-menu {
  background-color: #eee;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 200px;
  transform-origin: top;
  transform: scaleY(0);
  z-index: 999;
}
.btmMenuDesk .mega-sub-menu li {
  position: relative;
  transition: 0.3s;
}
.btmMenuDesk .mega-sub-menu li::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #274474;
  transition: 0.3s;
  left: 0;
  z-index: -1;
}
.btmMenuDesk .mega-sub-menu li:hover {
  color: #fff !important;
}
.btmMenuDesk .mega-sub-menu li:hover::after {
  width: 100%;
}
.btmMenuDesk .mega-sub-menu a {
  width: 100%;
  padding: 10px 15px;
}

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

@media screen and (min-width: 1200px) {
  .hdrBtmMenu {
    width: 95%;
    border-right: 1px solid #acc0d7;
  }
}

.BtmMnuItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.BtmMnuItems > li {
  color: #002b77;
  transition: 0.3s;
}
.BtmMnuItems > li:hover {
  color: #e63e2e;
}
.BtmMnuItems > li > a {
  height: 60px;
  display: flex;
  align-items: center;
}
.BtmMnuItems img {
  display: none;
}
@media screen and (min-width: 992px) {
  .BtmMnuItems img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .BtmMnuItems img {
    width: 30px;
    height: 30px;
  }
}
.BtmMnuItems a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 15px 15px 15px;
}
@media screen and (min-width: 1200px) {
  .BtmMnuItems a {
    padding: 15px 20px 15px 20px;
  }
}

.hdrSechBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .hdrSechBox {
    width: 5%;
  }
}
.hdrSechBox input:-webkit-autofill,
.hdrSechBox input:-webkit-autofill:hover,
.hdrSechBox input:-webkit-autofill:focus,
.hdrSechBox textarea:-webkit-autofill,
.hdrSechBox textarea:-webkit-autofill:hover,
.hdrSechBox textarea:-webkit-autofill:focus,
.hdrSechBox select:-webkit-autofill,
.hdrSechBox select:-webkit-autofill:hover,
.hdrSechBox select:-webkit-autofill:focus {
  border: unset;
}

.sideIcon {
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .sideIcon {
    margin-right: 0;
  }
}
.sideIcon a {
  font-size: 24px;
  color: #274474;
}

.mmenuIcon {
  display: flex;
  text-decoration: none;
}
.mmenuIcon i {
  margin-right: 0;
  font-size: 24px;
  color: #274474;
}

#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::before {
  top: 50% !important;
}

.bnrMain .slick-track {
  display: flex !important;
}

.bnrMain .slick-slide {
  height: inherit !important;
}

.bnrMain.slick-slider {
  margin-bottom: 0;
}
.bnrMain .slick-active button::before {
  background-color: #fff !important;
}
.bnrMain .slick-dots {
  bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .bnrMain .slick-dots {
    bottom: 58px;
  }
}
.bnrMain .slick-dots li:only-child {
  display: none;
}
.bnrMain .slick-dots li button:hover {
  box-shadow: unset;
}
.bnrMain .slick-dots li button::before {
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(0, 104, 179, 0);
  opacity: 1;
  font-size: 0;
}
.bnrMain .slick-arrow {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  width: 30px;
  height: 30px;
  display: none !important;
}
.bnrMain .slick-arrow:hover {
  box-shadow: unset;
}
.bnrMain .slick-arrow::before {
  color: #fff;
  font-size: 40px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .bnrMain .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .bnrMain .slick-arrow {
    display: block !important;
  }
}
.bnrMain .slick-disabled {
  display: none !important;
}
.bnrMain .slick-prev::before {
  content: "\f104";
}
@media screen and (max-width: 991px) {
  .bnrMain .slick-prev {
    left: 2px;
    top: 65%;
  }
}
@media screen and (min-width: 992px) {
  .bnrMain .slick-prev {
    left: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .bnrMain .slick-prev {
    left: 50px;
  }
}
.bnrMain .slick-next::before {
  content: "\f105";
}
@media screen and (max-width: 991px) {
  .bnrMain .slick-next {
    right: 2px;
    top: 65%;
  }
}
@media screen and (min-width: 992px) {
  .bnrMain .slick-next {
    right: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .bnrMain .slick-next {
    right: 50px;
  }
}

.bannerSection {
  color: #fff;
  padding: 90px 0px 50px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #aaa;
}
.bannerSection::after {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  background-color: transparent;
  border: 110px solid #254477;
  opacity: 0.5;
  border-radius: 50%;
  right: -260px;
  bottom: -260px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .bannerSection::after {
    position: absolute;
    content: "";
    width: 700px;
    height: 700px;
    background-color: transparent;
    border: 160px solid #254477;
    opacity: 0.5;
    border-radius: 50%;
    right: -360px;
    bottom: -360px;
    z-index: 1;
  }
}
@media screen and (min-width: 1400px) {
  .bannerSection::after {
    position: absolute;
    content: "";
    width: 1000px;
    height: 1000px;
    background-color: transparent;
    border: 225px solid #254477;
    opacity: 0.5;
    border-radius: 50%;
    right: -488px;
    bottom: -436px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .bannerSection {
    padding: 100px 0px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .bannerSection {
    padding: 120px 0px;
  }
}
@media screen and (min-width: 1400px) {
  .bannerSection {
    padding: 220px 0px;
  }
}

.bannerContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  text-align: end;
  max-width: 265px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .bannerContent {
    max-width: 330px;
  }
}
@media screen and (min-width: 768px) {
  .bannerContent {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .bannerContent {
    max-width: 700px;
  }
}
@media screen and (min-width: 1400px) {
  .bannerContent {
    max-width: 850px;
  }
}
.bannerContent h1, .bannerContent .h1 {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .bannerContent h1, .bannerContent .h1 {
    margin-bottom: 20px;
  }
}

.bannerText {
  color: #fff;
  max-width: 540px;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .bannerText {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .bannerText {
    font-size: 22px;
  }
}

.bannerBtn {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .bannerBtn {
    padding-top: 40px;
  }
}
.bannerBtn i {
  margin-right: 10px;
}
.bannerBtn a {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .bannerBtn a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .bannerBtn a {
    font-size: 18px;
    padding: 12px 12px;
  }
}
@media screen and (min-width: 1400px) {
  .bannerBtn a {
    font-size: 20px;
    padding: 15px 20px;
  }
}
.bannerBtn a .fa-shield-halved {
  animation: shiledFlip 2s infinite;
}

.apsServices {
  color: #fff;
  background-color: #274474;
}

.serviceWrapper {
  display: flex;
  column-gap: 10px;
  overflow-x: auto;
}
@media screen and (min-width: 1200px) {
  .serviceWrapper {
    flex-wrap: wrap;
    overflow-x: unset;
    column-gap: 0;
  }
}

.serHolder {
  width: 100%;
  padding: 15px;
  font-weight: 300;
  min-width: 290px;
}
@media screen and (max-width: 767px) {
  .serHolder {
    font-size: 15px;
  }
}
.serHolder:not(:last-child) {
  border-right: 1px solid #000;
}
@media screen and (min-width: 1200px) {
  .serHolder {
    padding: 20px;
    width: 25%;
    min-width: auto;
  }
}
@media screen and (min-width: 1600px) {
  .serHolder {
    padding: 40px;
  }
}
.serHolder:hover img {
  transform: scale(1.1);
}
.serHolder img {
  max-width: 60px;
  width: 100%;
  margin-bottom: 15px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .serHolder img {
    max-width: 80px;
  }
}
@media screen and (min-width: 992px) {
  .serHolder img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .serHolder h5, .serHolder .h5 {
    font-size: 22px;
  }
}

.apsLmBtn {
  display: inline-block;
  color: #4BBBFF;
  font-weight: 500;
  text-decoration: none;
}
.apsLmBtn:hover i {
  opacity: 1;
  transform: translateX(5px);
}
.apsLmBtn i {
  opacity: 0;
  transition: 0.3s;
  transform: translateX(15px);
  font-size: 13px;
}

.secWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .secWrapper {
    justify-content: space-between;
  }
}
.secWrapper ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.secWrapper ul li {
  font-size: 16px;
  padding: 8px 0px 8px 35px;
  color: #222;
  position: relative;
}
@media screen and (min-width: 992px) {
  .secWrapper ul li {
    font-size: 18px;
    padding: 10px 0px 10px 45px;
  }
}
.secWrapper ul li::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #e63e2e;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 11px;
}
@media screen and (min-width: 768px) {
  .secWrapper ul li::after {
    top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .secWrapper ul li::after {
    top: 13px;
    font-size: 30px;
  }
}

.secImg {
  width: 100%;
  max-width: 585px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .secImg {
    width: 49%;
    margin-bottom: 0;
  }
}
.secImg img {
  width: 100%;
}

.secContent {
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .secContent {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .secContent {
    width: 47%;
  }
}
.secContent h5, .secContent .h5 {
  font-weight: 500;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .secContent h5, .secContent .h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.secContent a {
  margin-top: 30px;
  font-weight: 500;
  display: block;
  width: fit-content;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .secContent a {
    margin-top: 30px;
  }
}
.secContent img {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 992px) {
  .secContent img {
    max-width: 300px;
  }
}

.woClinetSay .sectionTittle {
  max-width: 650px;
}

.testWrapper {
  margin: 0px -10px;
  position: relative;
}
.testWrapper .slick-list {
  overflow: hidden;
}
.testWrapper .slick-track {
  display: flex;
}
.testWrapper .sectionTittle {
  max-width: unset;
}
.testWrapper .slick-arrow {
  background-color: #eee;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  width: 30px;
  height: 30px;
}
.testWrapper .slick-arrow:hover {
  box-shadow: unset;
  background-color: #eee;
}
.testWrapper .slick-arrow::before {
  color: #000;
}
@media screen and (min-width: 992px) {
  .testWrapper .slick-arrow {
    width: 35px;
    height: 35px;
    top: 50%;
  }
}
.testWrapper .slick-disabled {
  display: none !important;
}
.testWrapper .slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .testWrapper .slick-prev {
    left: 2px;
    top: 65%;
  }
}
@media screen and (min-width: 992px) {
  .testWrapper .slick-prev {
    left: -8px;
  }
}
@media screen and (min-width: 1400px) {
  .testWrapper .slick-prev {
    left: -25px;
  }
}
.testWrapper .slick-next::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .testWrapper .slick-next {
    right: 2px;
    top: 65%;
  }
}
@media screen and (min-width: 992px) {
  .testWrapper .slick-next {
    right: -8px;
  }
}
@media screen and (min-width: 1400px) {
  .testWrapper .slick-next {
    right: -25px;
  }
}

.testSingleSlider {
  display: flex !important;
  flex-direction: column;
  height: auto;
  text-align: center;
  margin: 10px 10px;
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  .testSingleSlider {
    font-size: 18px;
  }
}
.testSingleSlider h5, .testSingleSlider .h5 {
  font-weight: 400;
  color: #274474;
  margin-top: 5px;
}

.starReview {
  color: #ffd700;
}

.authorAddress {
  color: #333;
}
@media screen and (max-width: 767px) {
  .authorAddress {
    font-size: 15px;
  }
}

.slideTopInfo {
  padding: 0px 10px;
}

.cmntBox {
  flex-grow: 1;
  text-align: start;
  font-size: 15px;
  font-style: italic;
  color: #666;
  background-color: #f8f8f8;
  position: relative;
  padding: 10px 30px 20px;
  margin-top: 20px;
}
.cmntBox::after {
  position: absolute;
  content: "\f10d";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  color: #eaeaea;
  left: 0px;
  top: -20px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .cmntBox {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .cmntBox {
    padding: 20px 20px 30px;
  }
}

.sliderClosBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: unset;
  border: unset;
  color: #274474;
  padding: 0;
  font-size: 20px;
}
.sliderClosBtn:hover {
  background-color: unset;
  box-shadow: unset;
}

#testSliderModal .modal-content {
  border-radius: 5px;
}
#testSliderModal .authorAddress {
  font-size: 18px;
  margin-bottom: 20px;
}
#testSliderModal .modal-title {
  line-height: 30px;
}

#testSlidBtn {
  color: rgb(34, 100, 173);
  transition: 0.3s;
  text-decoration: none;
}
#testSlidBtn:hover {
  color: #e63e2e;
}

.offerMainSec {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .offerMainSec::after {
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    background-color: transparent;
    border: 150px solid #EFEDEC;
    border-radius: 50%;
    left: -260px;
    bottom: -210px;
    z-index: 1;
  }
}

.weOffer {
  position: relative;
}

.wefWrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #274474;
  position: relative;
  z-index: 6;
}

.wefText {
  width: 100%;
  color: #fff;
  padding: 20px 12px;
  order: 2;
}
@media screen and (min-width: 1200px) {
  .wefText {
    order: 1;
    width: 47%;
    padding: 60px 60px 60px 40px;
  }
}
.wefText h2, .wefText .h2 {
  color: #fff;
}
.wefText h3, .wefText .h3 {
  padding-bottom: 10px;
  font-weight: 500;
}

.wefImg {
  width: 100%;
  order: 1;
}
@media screen and (min-width: 1200px) {
  .wefImg {
    width: 53%;
    order: 2;
  }
}
.wefImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offerItems {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .offerItems {
    padding-top: 20px;
  }
}
.offerItems li {
  color: #b0cdfb;
  position: relative;
  padding-left: 26px;
}
@media screen and (min-width: 768px) {
  .offerItems li {
    padding-left: 38px;
  }
}
.offerItems li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .offerItems li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.offerItems li::after {
  position: absolute;
  content: "\f058";
  font-size: 20px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  top: -3px;
  left: 0;
  color: #5a80bf;
}
@media screen and (min-width: 768px) {
  .offerItems li::after {
    top: -6px;
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .lnWrapper {
    display: flex;
    overflow-x: auto;
    padding-top: 5px;
    column-gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .lnWrapper {
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}

.lnBoxHolder {
  display: flex;
  flex-direction: column;
  min-width: 270px;
}
@media screen and (min-width: 576px) {
  .lnBoxHolder {
    min-width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .lnBoxHolder {
    min-width: unset;
  }
}
.lnBoxHolder:hover .lnFetureImg a::after {
  width: 85%;
  height: 75%;
  border-color: #fff;
}
.lnBoxHolder:hover .lnFetureImg img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.lnFetureImg {
  overflow: hidden;
}
.lnFetureImg img {
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.lnFetureImg a {
  position: relative;
  display: block;
}
.lnFetureImg a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background-color: transparent;
  border: 1px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.inTextContent {
  padding: 15px;
  color: #444;
  font-weight: 300;
  border: 1px solid #ebe8e8;
  border-top: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inTextContent h5, .inTextContent .h5 {
  font-weight: 500;
}
.inTextContent a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.inTextContent a:hover {
  color: #e63e2e;
}

.lnRmBtn {
  text-align: end;
  margin-top: 20px;
}
.lnRmBtn .button {
  font-weight: 300;
  text-align: end;
  padding: 6px 10px;
  color: #fff;
  font-size: 16px;
}
.lnRmBtn .button:hover {
  color: #fff;
}

.arrqangeFQuote {
  position: relative;
  padding: 0px 0px 30px;
}
@media screen and (min-width: 992px) {
  .arrqangeFQuote {
    padding: 0px 0px 50px;
  }
}

.afqwrapper {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}

.afqwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .afqwrapper {
    padding: 50px;
  }
}

.afqImg {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .afqImg {
    width: 35%;
    max-width: 410px;
    margin-bottom: 0;
  }
}
.afqImg img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .afqImg img {
    aspect-ratio: 4/5;
    max-width: 300px;
    object-fit: cover;
  }
}

.afqForm {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .afqForm {
    width: 60%;
  }
}
.afqForm h2, .afqForm .h2 {
  color: #000;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .afqForm h2, .afqForm .h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .afqForm h2, .afqForm .h2 {
    font-size: 36px;
  }
}
.afqForm h3, .afqForm .h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .afqForm h3, .afqForm .h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .afqForm h3, .afqForm .h3 {
    font-size: 28px;
  }
}
.afqForm form {
  padding-top: 10px;
}
.afqForm form p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
}
.afqForm form p .wpcf7-spinner {
  bottom: -31px;
  left: -52px;
}
@media screen and (min-width: 768px) {
  .afqForm form p .wpcf7-spinner {
    position: absolute;
    bottom: 39px;
    left: 175px;
  }
}
@media screen and (min-width: 768px) {
  .afqForm form {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .afqForm form {
    padding-top: 50px;
  }
}
.afqForm form br {
  display: none;
}
.afqForm form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .afqForm form .wpcf7-form-control-wrap {
    width: 49%;
  }
}
.afqForm form .wpcf7-form-control-wrap input {
  width: 100%;
  border-radius: 2px;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .afqForm form .wpcf7-form-control-wrap input {
    height: 60px;
    margin-bottom: 20px;
  }
}
.afqForm form .wpcf7-form-control-wrap input::placeholder {
  font-weight: 300;
}
.afqForm form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: -5px !important;
  font-size: 13px !important;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .afqForm form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 15px !important;
    margin-top: -15px !important;
    margin-bottom: 15px !important;
  }
}
.afqForm form .wpcf7-form-control-wrap[data-name=your-message] {
  width: 100% !important;
  display: block; /* Ensure block display for full width */
}
.afqForm form .wpcf7-form-control-wrap[data-name=your-message] .wpcf7-not-valid-tip {
  margin-top: -8px !important;
  margin-bottom: 15px !important;
}
.afqForm form .wpcf7-response-output {
  font-size: 14px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .afqForm form .wpcf7-response-output {
    font-size: 15px;
  }
}
.afqForm .wpcf7-submit {
  width: 100%;
  max-width: max-content !important;
  border-radius: 2px;
  width: 100%;
  height: 50px;
  border: unset;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
  background-color: #e63e2e;
  border-radius: 5px;
}
.afqForm .wpcf7-submit:hover {
  background-color: #274474;
}
@media screen and (min-width: 480px) {
  .afqForm .wpcf7-submit {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .afqForm .wpcf7-submit {
    height: 60px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.afqForm .wpcf7-submit:focus {
  outline: unset;
}
.afqForm textarea {
  width: 100%;
  border-radius: 2px;
  min-height: 80px;
}
.afqForm .button {
  max-width: 170px;
  border-radius: 5px;
  margin-bottom: 0;
}

footer {
  background-color: #264373;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  padding: 80px 0px 0px;
  margin-top: -80px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 120px 0px 0px;
    margin-top: -120px;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    padding: 140px 0px 0px;
    margin-top: -140px;
  }
}
footer h5, footer .h5 {
  color: #3686bb;
}

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

.compInfo {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .compInfo {
    width: 30%;
  }
}

.ftrSiteLogo {
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .ftrSiteLogo {
    padding-bottom: 30px;
  }
}
.ftrSiteLogo img {
  width: 100%;
  max-width: 120px;
}
@media screen and (min-width: 992px) {
  .ftrSiteLogo img {
    max-width: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .ftrSiteLogo img {
    max-width: 225px;
  }
}

.contactDetails {
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  .contactDetails {
    padding-top: 30px;
  }
}
.contactDetails h5, .contactDetails .h5 {
  color: #3686bb;
  margin-bottom: 0;
}

.cntctDetaildItems {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cntctDetaildItems li {
  padding: 15px 0;
}
.cntctDetaildItems li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  .cntctDetaildItems li {
    padding: 10px 0px 20px;
  }
  .cntctDetaildItems li:not(:first-child) {
    padding-top: 30px;
  }
  .cntctDetaildItems li:not(:first-child) {
    padding-top: 20px;
  }
}
.cntctDetaildItems span {
  display: block;
  padding-bottom: 7px;
}
.cntctDetaildItems a {
  color: #3686bb;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  width: fit-content;
  display: flex;
  align-items: start;
}
@media screen and (min-width: 992px) {
  .cntctDetaildItems a {
    font-size: 18px;
  }
}
.cntctDetaildItems i {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 3px;
}
@media screen and (min-width: 992px) {
  .cntctDetaildItems i {
    margin-top: 5px;
  }
}

.footerAddress {
  color: #3686bb;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: start;
}
@media screen and (min-width: 992px) {
  .footerAddress {
    font-size: 18px;
  }
}

.impLink {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .impLink {
    width: 65%;
  }
}

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

.quickLink {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .quickLink {
    width: 38%;
  }
}

.quickLinkItems {
  column-count: 2;
  column-width: 180px;
}

.areWeCvrItems, .quickLinkItems {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .areWeCvrItems, .quickLinkItems {
    margin-top: 20px;
  }
}
.areWeCvrItems li, .quickLinkItems li {
  color: #fff;
  transition: 0.3s;
  width: fit-content;
}
.areWeCvrItems a, .quickLinkItems a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 3px 0px 3px 20px;
}
@media screen and (min-width: 768px) {
  .areWeCvrItems a, .quickLinkItems a {
    padding: 5px 0px 5px 20px;
  }
}
.areWeCvrItems a::after, .quickLinkItems a::after {
  position: absolute;
  content: "\f101";
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #3686bb;
}
.areWeCvrItems a:hover, .quickLinkItems a:hover {
  text-decoration: underline;
}
.areWeCvrItems .current-menu-item a, .quickLinkItems .current-menu-item a {
  text-decoration: underline;
}

.areWeCvr {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .areWeCvr {
    width: 58%;
  }
}

.areWeCvrItems {
  column-count: 2;
  column-width: 180px;
}

@media screen and (min-width: 768px) {
  .pryvicyPolicy {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .pryvicyPolicy {
    margin-top: 50px;
  }
}

.pryvicyPolicyItems {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 11px;
  margin-top: 0px !important;
  list-style: none;
}
@media screen and (min-width: 1400px) {
  .pryvicyPolicyItems {
    padding-bottom: 15px;
  }
}
.pryvicyPolicyItems li {
  padding: 0;
}
.pryvicyPolicyItems li:not(:first-child) {
  margin-left: 20px;
  position: relative;
}
.pryvicyPolicyItems li:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.pryvicyPolicyItems li::after {
  content: unset;
}
.pryvicyPolicyItems a {
  font-size: 13px;
  text-decoration: none;
  color: inherit;
}
.pryvicyPolicyItems a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .pryvicyPolicyItems a {
    font-size: 14px;
  }
}
.pryvicyPolicyItems .current-menu-item a {
  text-decoration: underline;
}

.copyrightText {
  padding-top: 11px;
  border-top: 1px solid #fff;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .copyrightText {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .copyrightText {
    padding-top: 15px;
  }
}

.footerBtmImg {
  overflow: hidden;
}
.footerBtmImg img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .footerBtmImg img {
    width: 180%;
    max-width: 180%;
    margin-left: -75%;
  }
}

.ssWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: spa;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .ssWrapper {
    justify-content: space-between;
  }
}

.ssLeftImg {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ssLeftImg {
    width: 48%;
    margin-bottom: 0;
  }
}
.ssLeftImg img {
  width: 100%;
  max-width: 540px;
}

@media screen and (min-width: 768px) {
  .ssTextContent {
    width: 48%;
  }
}

.ssTextContent {
  color: #444;
}
@media screen and (min-width: 1200px) {
  .ssTextContent {
    font-size: 18px;
  }
}
.ssTextContent h2, .ssTextContent .h2 {
  color: #274474;
}
@media screen and (min-width: 768px) {
  .ssTextContent h2, .ssTextContent .h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .ssTextContent h2, .ssTextContent .h2 {
    font-size: 46px;
  }
}
.ssTextContent h3, .ssTextContent .h3 {
  font-weight: 400;
  color: #e63e2e;
  padding: 5px 0px;
}
@media screen and (min-width: 1400px) {
  .ssTextContent h3, .ssTextContent .h3 {
    font-size: 46px;
  }
}
.ssTextContent a {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 1400px) {
  .officeAddress .sectionTittle {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .officeAddress .sectionTittle h2, .officeAddress .sectionTittle .h2 {
    font-size: 52px;
  }
}

.ofAddWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  .ofAddWrapper {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .ofAddWrapper {
    padding-top: 60px;
  }
}

.offLocation {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .offLocation {
    width: 49%;
  }
}
.offLocation iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .offLocation iframe {
    max-height: 400px;
  }
}

.offaddText {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .offaddText {
    width: 46%;
  }
}

.officeInfo {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.officeInfo li {
  color: #222;
  font-weight: 300;
  position: relative;
  padding: 5px 0px 5px 0px;
  font-size: 15px;
}
.officeInfo li:nth-child(-n+3) {
  padding: 5px 0px 5px 40px;
}
@media screen and (min-width: 992px) {
  .officeInfo li:nth-child(-n+3) {
    padding: 15px 0px 15px 45px;
  }
}
@media screen and (min-width: 1600px) {
  .officeInfo li:nth-child(-n+3) {
    padding: 15px 0px 15px 60px;
  }
}
@media screen and (min-width: 992px) {
  .officeInfo li {
    font-size: 18px;
  }
}
.officeInfo span {
  display: block;
  color: #274474;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .officeInfo span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .officeInfo span {
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.officeInfo a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
}
.officeInfo a:hover {
  color: #e63e2e;
}
@media screen and (min-width: 992px) {
  .officeInfo a {
    font-size: 18px;
  }
}

.conAddIcon {
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 992px) {
  .conAddIcon {
    top: 19px;
  }
}
.conAddIcon i {
  font-size: 25px;
  color: #274474;
}
@media screen and (min-width: 992px) {
  .conAddIcon i {
    font-size: 30px;
    top: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .conAddIcon i {
    font-size: 43px;
  }
}

@media screen and (min-width: 1200px) {
  .aboutUs .secContent {
    margin-top: 30px;
  }
}
.aboutUs .secContent h4, .aboutUs .secContent .h4 {
  color: #274474;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .aboutUs .secContent h4, .aboutUs .secContent .h4 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .aboutUs .secContent h5, .aboutUs .secContent .h5 {
    font-size: 22px;
  }
}

.featureItems {
  background-color: #efedec;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .featureItems {
    padding: 40px;
  }
}
.featureItems ul {
  list-style: none;
}
.featureItems ul li {
  font-size: 16px;
  padding: 8px 0px 8px 35px;
  color: #222;
  position: relative;
}
@media screen and (min-width: 992px) {
  .featureItems ul li {
    font-size: 18px;
    padding: 10px 0px 10px 45px;
  }
}
.featureItems ul li::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #e63e2e;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .featureItems ul li::after {
    top: 2px;
  }
}
@media screen and (min-width: 992px) {
  .featureItems ul li::after {
    top: 1px;
    font-size: 30px;
  }
}

.aboutContact .ssTextContent {
  width: 100%;
}

.appStand {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .appStand {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .appStand .secContent {
    margin-top: 30px;
  }
}
.appStand .secContent h4, .appStand .secContent .h4 {
  color: #274474;
}
@media screen and (min-width: 992px) {
  .appStand .secContent h4, .appStand .secContent .h4 {
    margin-bottom: 20px;
  }
}

.appListItems {
  background-color: unset;
  padding: 0 0px;
  margin-bottom: 20px;
}
.appListItems li {
  padding: 4px 0px 4px 35px;
}
@media screen and (min-width: 992px) {
  .appListItems li {
    padding: 10px 0 10px 45px;
  }
}
.appListItems li::after {
  top: 5px;
}
@media screen and (min-width: 992px) {
  .appListItems li::after {
    top: 11px;
  }
}

.appSponsWrapper {
  background-color: #ddeefe;
  border-radius: 10px;
  display: flex;
  overflow-x: auto;
  column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
  padding: 20px;
}
@media screen and (min-width: 576px) {
  .appSponsWrapper {
    flex-wrap: wrap;
    overflow-x: unset;
    column-gap: 0px;
  }
}
@media screen and (min-width: 992px) {
  .appSponsWrapper {
    padding: 20px 60px;
  }
}

.appSponsImg {
  min-width: 120px;
  text-align: center;
}
.appSponsImg img {
  height: 80px;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .appSponsImg img {
    width: 100%;
    max-width: 180px;
    height: 110px;
  }
}
@media screen and (min-width: 576px) {
  .appSponsImg {
    min-width: unset;
    width: 24%;
  }
}

.newsBlog {
  padding: 30px 0px 0px;
}
@media screen and (min-width: 768px) {
  .newsBlog {
    padding: 70px 0px 0px;
  }
}
.newsBlog .lnWrapper {
  overflow-x: unset;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .newsBlog .lnWrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .newsBlog .lnWrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
}
.newsBlog .sectionTittle h4, .newsBlog .sectionTittle .h4 {
  color: #274474;
}
.newsBlog .lnBoxHolder {
  min-width: unset;
}
.newsBlog .inTopcontent h5, .newsBlog .inTopcontent .h5 {
  color: #274474;
}

.nbPagiItems {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}

.pagination {
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .pagination .nav-links {
    margin-top: 30px;
  }
}
.pagination .page-numbers {
  margin: 0px 2px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #274474;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
  font-size: 14px;
  padding: 5px;
}
@media screen and (min-width: 992px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.pagination .page-numbers:hover {
  background-color: #e63e2e;
}
.pagination .current {
  background-color: #e63e2e;
}
.pagination .next, .pagination .prev {
  width: auto;
  padding: 5px 10px;
}

.postInfo {
  padding: 15px 0px;
}
@media screen and (min-width: 992px) {
  .postInfo {
    padding: 35px 0px;
  }
}
@media screen and (min-width: 1400px) {
  .postInfo {
    padding: 60px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .postInfo .secContent {
    margin-top: 30px;
  }
}
.postInfo .secContent h4, .postInfo .secContent .h4 {
  color: #274474;
}
@media screen and (min-width: 992px) {
  .postInfo .secContent h4, .postInfo .secContent .h4 {
    margin-bottom: 20px;
  }
}

.productFetureimg {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .productFetureimg {
    margin-bottom: 30px;
  }
}
.productFetureimg img {
  width: 100%;
  max-width: 220px;
  object-fit: contain;
  margin: auto;
}

.notfountpage {
  margin: 0;
  padding: 30px 0px 0px;
}
@media screen and (min-width: 992px) {
  .notfountpage {
    margin: 0;
    padding: 60px 0px 0px;
  }
}

.nfWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nfWrapper h5, .nfWrapper .h5 {
  font-weight: 400;
}

.nfMain {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  width: 100%;
  padding: 30px 0px;
}
@media screen and (min-width: 768px) {
  .nfMain {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .nfMain {
    padding: 60px 0px;
    width: 75%;
  }
}
.nfMain h3, .nfMain .h3 {
  color: #333;
  font-weight: 500;
}

.nfSideBer {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nfSideBer {
    width: 40%;
    border-left: 1px solid #ddd;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 992px) {
  .nfSideBer {
    padding: 60px 20px;
    width: 25%;
  }
}

.nfrp {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.nfrp li {
  color: #666;
  padding: 5px 0px;
}
.nfrp a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
}
.nfrp a:hover {
  color: #82c0c7;
}

.errpgSearch {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .errpgSearch {
    margin-bottom: 30px;
  }
}
.errpgSearch form {
  display: flex;
  align-items: center;
}
.errpgSearch input {
  border-radius: unset;
  border-width: 1px;
  margin-bottom: 0;
  font-size: 14px;
}
.errpgSearch input:focus {
  outline: unset;
}
.errpgSearch .smBtm {
  width: fit-content;
  background-color: unset;
  border-radius: unset;
  background-color: #DDDDDD;
  color: #666;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
}
.errpgSearch .smBtm:hover {
  background-color: #DDDDDD;
  box-shadow: unset;
}

.rcntCmnt {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .rcntCmnt {
    margin-top: 30px;
  }
}

.afWrapper {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .afWrapper {
    margin-top: 30px;
  }
}
.afWrapper form {
  padding-top: 0;
}
.afWrapper .wpcf7-form-control-wrap {
  width: 49%;
  display: block;
}
@media screen and (min-width: 768px) {
  .afWrapper .wpcf7-form-control-wrap input {
    width: 100%;
  }
}

.checkSerQue {
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.checkSerQue h6, .checkSerQue .h6 {
  font-weight: 500;
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}
.checkSerQue p {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkSerQue p .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.checkSerQue p .wpcf7-form-control {
  width: 100%;
}
.checkSerQue p .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .checkSerQue p .wpcf7-list-item {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .checkSerQue p .wpcf7-list-item {
    width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .checkSerQue p .wpcf7-list-item {
    width: 23%;
  }
}
.checkSerQue p label {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 0px;
}
@media screen and (min-width: 992px) {
  .checkSerQue p label {
    padding: 5px 0px;
  }
}
.checkSerQue p input[type=checkbox] {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  margin-bottom: 0;
}
.checkSerQue p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 0 !important;
}

.tearmConSec {
  font-weight: 400;
  color: #222;
}
.tearmConSec h5, .tearmConSec .h5, .tearmConSec h6, .tearmConSec .h6, .tearmConSec h1, .tearmConSec .h1, .tearmConSec h2, .tearmConSec .h2, .tearmConSec h3, .tearmConSec .h3, .tearmConSec h4, .tearmConSec .h4 {
  color: #274474;
}
@media screen and (min-width: 992px) {
  .tearmConSec h5, .tearmConSec .h5 {
    font-size: 22px;
  }
}
.tearmConSec strong {
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .single_postCont {
    font-size: 18px;
  }
}
.single_postCont h3, .single_postCont .h3 {
  color: #274474;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .single_postCont h3, .single_postCont .h3 {
    margin-top: 20px;
  }
}
.single_postCont a {
  color: #274474;
  text-decoration: none;
  transition: 0.3s;
}
.single_postCont a:hover {
  color: #e63e2e;
}

.sbpImg {
  background-color: #ddd;
}

.bthumb {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
}

.postAuthor {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.postAuthor:hover {
  color: #e63e2e;
}

.servicesImg img {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 16/7;
  object-fit: cover;
}

.awc_postSingle {
  padding: 30px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .awc_postSingle {
    padding: 50px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .awc_postSingle {
    padding: 70px 0px;
  }
}

.awcWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.awcCntnt {
  width: 100%;
  order: 2;
}
@media screen and (min-width: 768px) {
  .awcCntnt {
    width: 49%;
    order: 0;
  }
}
.awcCntnt h2, .awcCntnt .h2 {
  color: #274474;
}
.awcCntnt h5, .awcCntnt .h5 {
  color: #274474;
  font-weight: 300;
}

.awc_fetureImg {
  width: 100%;
  order: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .awc_fetureImg {
    width: 48%;
    order: 2;
    margin-bottom: 0;
  }
}
.awc_fetureImg img {
  width: 100%;
  max-width: 560px;
}

.pstNotFound {
  color: #e63e2e;
}

.menu-iamge {
  width: 100%;
  max-width: 25px !important;
  margin-right: 5px;
}
@media screen and (max-width: 1199px) {
  .menu-iamge {
    display: none !important;
  }
}

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

.whyAps .wefText {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .whyAps .wefText {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .whyAps .wefText {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .whyAps .wefText {
    padding: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .whyAps .wefText {
    padding: 60px 60px 60px 40px;
  }
}
.whyAps .offerItems {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .whyAps .offerItems {
    column-count: 2;
    column-gap: 40px;
  }
}

.whyapsTtl h2, .whyapsTtl .h2 {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .whyapsTtl h2, .whyapsTtl .h2 {
    padding-bottom: 20px;
  }
}

.whyapsItems {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
  break-inside: avoid;
  position: relative;
  padding-left: 26px;
}
@media screen and (min-width: 768px) {
  .whyapsItems {
    padding-left: 38px;
  }
}
.whyapsItems::after {
  top: 1px;
  position: absolute;
  content: "\f058";
  font-size: 20px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  left: 0;
  color: #5a80bf;
}
@media screen and (min-width: 768px) {
  .whyapsItems::after {
    top: 4px;
    font-size: 24px;
  }
}
.whyapsItems:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .whyapsItems:not(:last-child) {
    margin-bottom: 12px;
  }
}
.whyapsItems h5, .whyapsItems .h5 {
  color: #b0cdfb;
  font-size: 16px;
}

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

.secbnrWrpr {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 300px;
  font-size: 14px;
  font-weight: 500;
  padding: 30px 0px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .secbnrWrpr {
    min-height: 400px;
    padding: 50px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .secbnrWrpr {
    min-height: 500px;
    padding: 90px 0px;
  }
}

.sbText {
  max-width: 230px;
}

.pageBanner {
  background-position: 75% center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #aaa;
}

.bpContent {
  min-height: 250px;
  padding: 25px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .bpContent {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .bpContent {
    min-height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .bpContent {
    min-height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .bpContent {
    min-height: 550px;
  }
}
.bpContent h1, .bpContent .h1 {
  color: #fff;
  max-width: 925px;
}
.bpContent .bannerBtn {
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .bpContent .bannerBtn {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .bpContent .bannerBtn {
    padding-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */