* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  font-size: 16px;
  /*line-height: 1;
  font-family: "Poppins", sans-serif !important;*/
  font-family: -apple-system,Poppins, BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.sec-outer {
  width: 100%;
  padding: 0 20px;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.lca-btn {
  background-color: #ffd749;
  padding: 11px 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1f2653;
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .sec-outer {
    padding: 0 15px;
  }
}

/* Footer start */
.footer-outer,
.footer-bottom-outer {
  background-color: #1f2653;
}

.footer-inner {
  padding: 120px 0 128px;
  gap: 0 29px;
}

.footer-items {
  display: grid;
  grid-template-columns: 20.4% 20.4% 31.9% 20.4%;
  gap: 21px;
  width: calc(100% - calc(278px + 28px));
}

.footer-item > a > img {
  max-width: 102px;
  margin-bottom: 15px;
}

.footer-item li a,
.footer-item > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.footer-item > p {
  margin-bottom: 36px;
}
.footer-inner > .footer-item {
  width: 100%;
  max-width: 278px;
}
.footer-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: white;
  margin-bottom: 30px;
  display: inline-block;
}
.footer-item li:not(:last-child) {
  margin-bottom: 17px;
}
.footer-item i {
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-item li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.footer-item li a > img {
  width: 13px;
  margin-right: 10px;
}

.footer-bottom-inner {
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  color: white;
  font-family: -apple-system,Poppins, BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.footer-bottom-inner p {
  max-width: 616px;
}
.footer-bottom-inner a,
.footer-bottom-inner p {
  font-size: 12px;
  line-height: 18px;
  color: white;
  font-family: "Poppins", sans-serif !important;
}
@media only screen and (max-width: 1200px) {
  .footer-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-items > div:nth-child(3) {
    order: 4;
    grid-column: 1 / -1;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-bottom-inner {
    flex-direction: column;
    gap: 20px;
  }
  .footer-inner {
    flex-direction: column;
    padding: 60px 0;
  }
  .footer-inner > .footer-item {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .footer-items {
    width: 100%;
  }
  .footer-items > div:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer-inner > .footer-item {
    margin-bottom: 36px;
  }
  .footer-inner {
    padding: 50px 0 36px;
  }
  .footer-item li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 520px) {
  .footer-items > div:nth-child(1) {
    grid-column: 1 / -1;
  }
  .footer-items {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media only screen and (max-width: 450px) {
  .active-case-inner h2 strong::after {
    display: none;
  }
  .footer-items {
    grid-template-columns: 1fr;
  }
}
/* Footer end */

/* Logo design by Sharif */
.text-desing.logo {
    display: flex;
    flex-wrap: nowrap;
    width: 102px;
    align-items: center;
    justify-content: center;
}
.text-desing.logo img {
  height: 38px;
  width: auto;
}
.text-desing.logo h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding-left: 7px;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    letter-spacing: .5px;
    font-family: system-ui;
    margin: 0;
}
.footer-bottom-inner a:hover{
  color: inherit;
}
.tc-link{align-items: center;gap: 5px}
/*****Search ****/

/*** New CSS ***/
.single .site-main {padding-top: 50px; padding-bottom: 50px;}
@media only screen and (max-width: 767px) {
    .single .site-main {padding-top: 25px; padding-bottom: 25px;}
}