  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: background-color 0.5s;
  }

  html {
    scroll-behavior: smooth;
    font-size: 100%;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  *:focus {
    outline: 0;
  }

  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #cccccc;
  }

  ::-webkit-scrollbar-thumb {
    background: #505050;
    border-radius: 5px;
  }

  body {
    background-color: #f6f6f6;
    color: #303030;
    /*font-family: "Roboto", sans-serif;*/
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    line-height: 1.8rem;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #3a3d3d;
    /*font-family: "Roboto", sans-serif;*/
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 120%;
    text-transform: inherit;
    letter-spacing: -0.01em;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }

  p {
    margin-bottom: 0.5rem;
  }

  small {
    font-size: 0.833rem;
  }

  table,
  pre,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }

  iframe {
    max-width: 100%;
  }

  .img-fluid {
    width: 100%;
  }

  a,
  a:hover,
  button,
  button:hover,
  input[type="submit"],
  input[type="submit"]:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  a:focus {
    text-decoration: none;
  }

  button,
  input,
  select,
  select option,
  textarea,
  input:focus,
  button:focus,
  select:focus,
  textarea:focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .active-text,
  .active-link,
  .active-link:focus {
    color: #003c8c;
    font-weight: 400;
    display: inline-block;
  }

  .active-link:hover {
    text-decoration: none;
    color: #003c8c;
  }

  a,
  dt {
    color: #313b4e;
    outline: none;
    text-decoration: none;
  }

  a:focus,
  a:hover,
  dt:hover,
  dt:focus {
    color: #003c8c;
    text-decoration: none;
  }

  .btn {
    outline: none;
  }

  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn:active,
  .btn.active {
    outline: none;
    box-shadow: none;
  }
  /******** custom-btn ********/
  .custom-btn {
    position: relative;
    background: #003c8c;
    border-radius: 4px !important;
    outline: none;
    border: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 32px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: capitalize;
  }

  .custom-btn span {
    line-height: 24px;
    font-size: 16x;
    margin-left: 10px;
  }

  .custom-btn:hover,
  .custom-btn:focus {
    background: rgb(7, 94, 151);
    color: #fff;
  }

  .btn-outline {
    border-radius: 4px !important;
    outline: none;
    color: #003c8c;
    border-color: #003c8c;
    border: 2px solid;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 32px;
  }

  .btn-outline span {
    line-height: 24px;
    font-size: 16px;
    margin-left: 10px;
  }

  .btn-outline:hover,
  .btn-outline:focus {
    background: rgb(8, 98, 159);
    color: #fff;
  }

  .btn-read {
    display: flex;
    align-items: center;
    position: relative;
    color: #003c8c;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: inherit;
  }

  .btn-read span {
    font-size: 24px;
    margin-left: 10px;
  }

  .btn-read:hover,
  .btn-read:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: #003c8c;
  }

  .form-group {
    position: relative;
  }

  input,
  textarea,
  select,
  button {
    outline: none;
    font-size: 0.875rem;
  }

  input.form-control,
  .form-select,
  textarea.form-control,
  select.form-control,
  .form-select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #818181;
    height: 50px;
    font-size: 0.875rem !important;
    padding: 10px !important;
  }

  input.form-control:focus,
  textarea.form-control:focus,
  select.form-control:focus,
  .form-select:focus,
  input:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #003c8c;
    outline: none;
    box-shadow: none;
    border-color: none;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -moz-webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-webkit-appearance: textfield;
  }

  textarea.form-control {
    height: 100px;
  }

  .form-control.ndate-picker {
    background-color: #ffffff;
  }

  label {
    display: inline-block;
    font-weight: 400;
    font-size: 0.833rem;
  }

  .title-widget {
    position: relative;
    z-index: 1;
  }

  .title-widget h1,
  .title-widget h2,
  .title-widget h3,
  .title-widget h4,
  .title-widget h5,
  .title-widget h6 {
    position: relative;
    color: #222a37;
    font-size: 42px;
    font-weight: 900;
    font-style: normal;
    line-height: 46px;
    font-family: "EB Garamond", serif;
    text-transform: inherit;
    -webkit-animation: animatedIntro 1.5s;
    -ms-animation: animatedIntro 1.5s;
    -o-animation: animatedIntro 1.5s;
    animation: animatedIntro 1.5s;
  }

  .title-widget h1 span,
  .title-widget h2 span,
  .title-widget h3 span,
  .title-widget h4 span,
  .title-widget h5 span,
  .title-widget h6 span {
    color: #222a37;
  }

  .tit__sm {
    color: #222a37;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: inherit;
  }

  .tit__sm {
    position: relative;
    color: #222a37;
    font-size: 16px;
    font-weight: 400;
  }

  .tit__sm span.title-line {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    top: -6px;
    width: 150px;
    height: 1px;
    background: #222a37;
    text-transform: inherit;
  }

  .position-relative {
    position: relative !important;
    z-index: 2;
  }

  .py-100 {
    padding: 100px 0;
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .py-80 {
    padding: 80px 0;
  }

  .pt-80 {
    padding-top: 80px;
  }

  .pb-80 {
    padding-bottom: 80px;
  }

  .pt-70 {
    padding-top: 70px;
  }

  .pb-70 {
    padding-bottom: 70px;
  }

  .py-60 {
    padding: 60px 0;
  }

  .pt-60 {
    padding-top: 60px;
  }

  .pb-60 {
    padding-bottom: 60px;
  }

  .py-50 {
    padding: 50px 0;
  }

  .pt-50 {
    padding-top: 50px;
  }

  .pb-50 {
    padding-bottom: 50px;
  }

  .pt-40 {
    padding-top: 40px;
  }

  .pb-40 {
    padding-bottom: 40px;
  }

  .py-30 {
    padding: 30px 0;
  }

  .pt-30 {
    padding-top: 30px;
  }

  .pb-30 {
    padding-bottom: 30px;
  }

  .py-20 {
    padding: 20px 0;
  }

  .pt-20 {
    padding-top: 20px;
  }

  .mt-80 {
    margin-top: 80px;
  }

  .mb-80 {
    margin-bottom: 80px;
  }

  .mt-60 {
    margin-top: 60px;
  }

  .mb-60 {
    margin-bottom: 60px;
  }

  .mt-50 {
    margin-top: 50px;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .mt-40 {
    margin-top: 40px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .mt-10 {
    margin-top: 10px;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .p-0 {
    padding: 0 !important;
  }

  .ps-0 {
    padding-left: 0 !important;
  }

  .pe-0 {
    padding-right: 0 !important;
  }

  .ps-40 {
    padding-left: 40px;
  }

  .mb-16 {
    margin-bottom: 16px;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  hr {
    background-color: rgba(245, 245, 245);
    opacity: 1;
  }

  .radius-8 {
    border-radius: 0.5rem;
  }

  .line {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    border-bottom: 1px solid rgb(245, 245, 245);
  }

  .web-bg-primary {
    background-color: #003c8c;
  }

  .web-bg-light {
    background-color: #f6f6f6;
  }

  .web-bg-dark {
    background-color: #ededed;
  }

  .web-bg-denger {
    background-color: #fc8c0f;
  }

  .opacity-bg {
    background-color: rgba(64, 45, 41, 0.06);
  }

  .section-content {
    position: relative;
    padding: 50px 0 50px 0;
  }

  main.section-all {
    min-height: 700px;
  }

  .container-fluid {
    padding: 0 90px;
  }

  /******** header ********/
  header {
    position: absolute;
    width: 100%;
    z-index: 99;
  }

  .header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo-wigdet {
    margin: 20px 0;
  }

  .sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    z-index: 99;
    width: 100%;
    background-color: #003c8c;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: stickyTransition;
    animation-name: stickyTransition;
  }

  .sticky .logo-image {
    height: 50px;
    width: 110px;
  }

  .sticky .logo-image img {
    height: 50px;
    width: 110px;
  }

  .sticky .logo-wigdet {
    margin: 10px 0;
  }

  .nav__trigger {
    top: 4px;
    position: relative;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #1d1d1d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 20px 30px;
    text-decoration: none;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.5s;
    line-height: 2rem;
    display: block;
  }

  .sidenav a:hover {
    color: #fc8c0f;
  }

  .sidenav .closebtn {
    position: absolute;
    top: -4px;
    right: -10px;
    font-size: 36px;
    margin-left: 50px;
  }

  #main {
    transition: margin-right 0.5s;
    /* padding: 16px; */
  }

  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }
    .sidenav a {
      font-size: 18px;
    }
  }

  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .searchbar-open {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 25px;
  }

  .main-nav .searchbar-open i a,
  .main-nav a {
    color: #ffff !important;
    font-size: 30px;
    cursor: pointer;
  }

  .openBtn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
    text-align: center;
  }

  .openBtn span {
    color: #ffffff;
    font-size: 30px;
  }

  .openBtn:hover {
    background: transparent;
  }

  .overlay {
    height: 100vh;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255, 1);
  }

  .overlay-content {
    position: relative;
    top: 46%;
    width: 50%;
    text-align: left;
    margin-top: 30px;
    margin: auto;
  }

  .overlay .closebtn {
    position: absolute;
    top: 58px;
    right: 20px;
    cursor: pointer;
    color: #0e54a6;
    z-index: 99999;
    font-size: 40px;
    background-color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 42px;
    border-radius: 100px;
  }

  .overlay .closebtn:hover {
    color: #595959;
  }

  .search-form {
    position: relative;
    border-bottom: 1px solid #0e54a6;
    width: 100%;
  }
  .overlay input[type="text"] {
    padding: 16px 0;
    font-size: 18px;
    border: none;
    float: left;
    width: 1000%;
    background: white;
  }

  .overlay input[type="text"]:hover {
    background: white;
  }

  .overlay button {
    float: left;
    width: auto;
    padding: 15px;
    background: transparent;
    color: #313b4e;
    font-size: 30px;
    border: none;
    cursor: pointer;
  }

  .overlay button:hover {
    background: transparent;
  }
  /**** welcome ****/

  .bg-pattern {
    position: relative;
    background-image: url("../assets/images/title-image-4.jpg");
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .pattern-overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: #ffffff;
      background: linear-gradient(90deg, rgba(249, 249, 249, 0.8) 0%, rgba(241, 241, 241, 0.6) 50%, rgba(253, 250, 250, 0.7) 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }


  .bg-pattern-1 {
    position: relative;
    background-image: url("../assets/images/frame-pattern.png");
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .pattern-overlay-1 {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: #ffffff;
      background: linear-gradient(90deg, rgba(249, 249, 249, 0.8) 0%, rgba(241, 241, 241, 0.8) 50%, rgba(253, 250, 250, 0.8) 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }

  .pattern-conainer {
    position: relative;
    background-image: url("../assets/images/footer.png");
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .h-500px {
    object-fit: cover;
    height: 500px;
  }

  .rounded-8 {
    border-radius: 0.5rem;
  }

  .h-120px {
    height: 120px;
  }

  .title-wrap {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    padding: 20px;
  }

  .title-wrap h4 {
    font-size: 18px;
  }

  .moretext {
    display: none;
  }


.big-images {
  width: 100vw;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../assets/images/telecomm-pexels.jpg");
  padding: 60px 0 60px 0;
}
.value_detail a {
    color: #caced3;
}

.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  margin: 0 -5%;
  overflow: hidden;
}
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #4e9fe5;
  color: #4e9fe5;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #4e9fe5;
  color: #4e9fe5;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
  .big-image {
    width: 100vw;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("../assets/images/pattern-bg.jpg");
    padding: 60px 0 60px 0;
  }

  .overlay-1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0,0.8) 0%, rgba(13, 28, 48, 0.6) 50%, rgba(255, 255, 255, 0.7) 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .industry-wrapper {
    position: relative;
  }

  .industry-sectors ul {
    padding-left: 0;
  }

  .industry-sectors ul li {
    display: inline-block;
    text-align: center;
  }

  .industry-sectors ul li a {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 3px;
    list-style: disc;
    list-style-position: inside;
    font-size: 15px;
    font-weight: 500;
    padding:6px 22px;
    text-align: center;
    margin: 0 10px 10px 0;
  }
  .industry-sectors ul li a:hover {
    background-color: #ffffff;
    color: #168ede;
  }

  .card-box {
    position: relative;
  }

  .container-card {
    position: relative;
    background-color: transparent;
    display: block;
  }

  .imgBox {
    position: relative;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
  }

  .imgBox img {
    object-fit: cover;
    resize: both;
    transition: 0.4s ease;
    /*height: 250px;*/
  }

  .teamBox img {
    object-fit: cover;
    resize: both;
    transition: 0.4s ease;
  }

  .img280 img {
    height: 280px;
    object-fit: cover;
    resize: both;
    transition: 0.4s ease;
  }

  .container-card:hover .imgBox img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transition: 0.4s ease;
  }

  .sub-tittle {
    padding: 20px;
    position: relative;
    z-index: 1;
  }

  .blog-section {
    background-color: #f2f2f2;
  }

  .blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-info h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #304f47;
  }

  .blog-info h5 span {
    font-size: 20px;
    font-weight: 700;
  }

  .blog-info h5 i {
    color: #dea01e;
    font-size: 16px;
    margin-right: 4px;
  }

  .img310 img {
    height: 310px;
    object-fit: cover;
  }

  /******testimonials******/
  .testi-section {
    position: relative;
    background: #3e5879 url(../assets/images/map.png) no-repeat left center;
  }
  .bg-box {
    position: relative;
    border-radius: 8px;
  }

  .bg-box::after {
    position: absolute;
    content: "";
    left: 21%;
    right: 0;
    bottom: 0px;
    background: #d4a418;
    width: 60%;
    height: 10px;
    z-index: 999;
  }
  .container-testi {
    position: relative;
    padding: 30px 30px 30px 50px;
  }

  .client-info p {
    color: #6084a4;
    font-weight: 500;
    font-size: 18px;
  }

  footer {
    position: relative;
    background-color: #f5f5f5;
  }

  .footer__tittle {
    color: #313b4e;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
  }

  .cont-info {
    display: flex;
    align-items: center;
  }
  .cnt-icon {
    /* background-color: #4db2f5;
    width: 30px;
    height: 30px;
    border-radius: 2px; */
    text-align: center;
    float: left;
    margin-right: 10px;
    overflow: hidden;
  }

  .cnt-icon span {
    color: #2f88ff;
    font-size: 16px;
  }

  .cnt-title {
    font-size: 1rem;
    font-weight: 500;
    color: #303030;
    display: block;
    line-height: 1;
    text-transform: capitalize;
  }

  .cnt-text {
    margin-left: 0;
    font-size: 0.875rem;
    color: #303030;
    line-height: 1.125rem;
    display: block;
  }

  .cnt-text a {
    color: #303030;
  }

  .cnt-text span {
    display: block;
  }

  .listing {
    padding-left: 0;
  }

  .listing li {
    position: relative;
    color: #303030;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 32px;
  }

  .listing li a {
    color: #303030;
  }

  .listing li a:hover {
    color: #4e9fe5;
  }

  .subscribe__text {
    color: #313b4e;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
  }

  .subscribe-from {
    position: relative;
  }

  .subscribe {
    width: 100%;
    position: relative;
  }

  .subscribe .form-control {
    width: 100%;
    background: #ffffff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0 20px !important;
    height: 50px;
    margin-right: 10px;
    float: left;
  }

  .subscribe .form-control:hover {
    border: 1px solid #fff !important;
  }

  .subscribe .form-control input::placeholder {
    color: #fff;
  }

  .subscribe::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }
  .subscribe::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  .subscribe::-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }
  .subscribe::-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }

  .subscribe .btn {
    background-color: #1d1d1d;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-weight: 500;
    padding: 10px;
    width: 100%;
    height: 50px;
  }

  .line-bg {
    border-top: 1px dashed #3a7ba6;
  }

  .b-date {
    position: relative;
    color: #313b4e;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
  }

  .b-date span.title-line {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    top: -6px;
    width: 80px;
    height: 1px;
    background: #4e9fe5;
  }

  .footer-bottom {
    background-color: #1d1d1d;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cpy-info p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
  }

  .cpy-info p a {
    color: #fff;
  }

  .cpy-info p a:hover {
    color: #e95d29;
    text-decoration: underline;
  }

  .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .social-icons ul {
    padding-left: 0;
  }

  .social-icons ul li {
    display: inline-block;
    font-size: 0.875rem !important;
    text-align: center;
    margin-left: 2px;
  }

  .social-icons ul li a {
    border-radius: 2px;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0 2px;
    text-align: center;
  }

  .social-icons ul li:nth-child(1) a {
    background: #1974d0;
    color: #ffffff;
  }

  .social-icons ul li:nth-child(2) a {
    background: #000;
    color: #ffffff;
  }

  .social-icons ul li:nth-child(3) a {
    background: #f09433;
    background: -moz-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: -webkit-linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    background: linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #ffffff;
  }

  .social-icons ul li:nth-child(4) a {
    background: #db0505;
    color: #ffffff;
  }

  .shareit {
    position: fixed;
    top: 30%;
  }

  .shareit a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    transition: opacity 0.15s linear;
    text-decoration: none;
  }

  .shareit a:hover {
    opacity: 1;
  }

  .facebook {
    background: #3b5998;
  }

  .twitter {
    background: #55acee;
  }

  .instagram {
    background: #f4810e;
  }

  .reddit {
    background: #ff4500;
  }

  .youtube {
    background: #cb2027;
  }

  .pinterest {
    background: #cb2027;
  }

  /******** all page css *******/
  .site_page-title-inner {
    position: relative;
  }

  .page-titleShape {
    position: relative;
    padding: 250px 0 250px 0;
    text-align: left;
  }

  .page-titleShape::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.95)
    );
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    z-index: 1;
  }

  .page-title ul {
    padding-bottom: 0;
  }

  .page-title ul li {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0 0 0;
  }

  .page-title ul li a {
    color: #dea01e;
  }

  .page-title ul li + li::before {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 12px;
    display: inline-block;
    margin: 0 10px 0 10px;
  }

  .page-title h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    font-style: normal;
    line-height: 46px;
    font-family: "EB Garamond", serif;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-wrapper {
    position: absolute;
    display: inline-block;
    color: #fff;
    padding: 30px 0;
    bottom: 0;
    z-index: 2;
  }

  ul.list-item {
    padding-left: 0 !important;
  }

  .list-item li {
    position: relative;
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    list-style: disc;
    list-style-position: inside;
    line-height: 32px;
    margin: 0;
  }

  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .btn_1 {
    border: 1px solid #3e5879;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 20px;
  }

  .btn-icon {
    width: 15px;
    height: 15px;
    stroke: #3e5879;
  }

  .btn_1:hover {
    background-color: #3e5879;
  }

  .btn_1:hover .btn-icon {
    stroke: #fff;
  }

  .page-link:link,
  .page-link:visited {
    text-decoration: none;
    color: #3e5879;
    font-size: 15px;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    border: 1px solid #3e5879;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-link:hover,
  .page-link:active,
  .page-link.page-link--current {
    background-color: #3e5879;
    color: #fff;
  }

  .pe-20 {
    padding-right: 20px;
  }

  .avocate-title p {
    font-size: 14px;
    line-height: 1em;
  }

  .s-alphabet {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .s-alphabet li {
    color: #4b4b4b;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px 10px 0;
  }

  .s-alphabet li a {
    color: #4b4b4b;
  }

  .s-alphabet li a:hover {
    color: #003c8c;
  }


  .search-wrap {
    width: 280px;
  }


  .nav .nav-item button {
    background-color: transparent;
    color: #1D2020 !important;
    font-size:16px;
    text-transform: inherit;
    letter-spacing: 2px;
    padding: 6px 20px;
    font-weight: 700;
  }

  .nav .nav-item button.active {
    background-color: transparent;
    color: #2F88FF !important;
    text-transform: inherit;
  }

  .nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid #2F88FF;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
  }


  .p-30 {
    padding: 30px;
  }

  .elementor-widget > .elementor-widget-container {
    height: 100%;
  }
  .alignleft,
  .elementor .alignright,
  .elementor .alignleft {
    max-width: 50%;
  }

  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    clear: both;
  }


  .sidebar-card {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
    padding: 20px;
  }

  .bsm-Img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
  }

  .post-wrap {
    margin-left: 100px;
  }

  .tag-cloud-link {
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 3px 18px;
    margin: 0 2px 5px 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    letter-spacing: 0;
    font-weight: 400;
    color: #ffffff;
    background: #003c8c;
    z-index: 1;
  }

  .tag-cloud-link:hover {
    color: #ffffff;
    background: #034aa7;
  }

  .advocate-Img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 auto;
  }

  .navside ul {
    padding-left: 0;
  }

  .navside ul li {
    display: block;
  }

  .navside ul li a {
    background-color: #f8f8f8;
    border-radius: 2px;
    color: #3e5879 !important;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 14px;
    margin-bottom: 5px;
  }

  .navside ul li a.active {
    background-color: #3e5879;
    color: #fff !important;
  }

  .navside ul li a.active i {
    color: #fff !important;
  }

  .navside ul li i {
    color: #ffffff;
    margin-right: 10px;
  }

  .navside ul li a:hover {
    background-color: #3e5879;
    color: #fff !important;
  }

  .navside ul li a:hover i {
    color: #fff !important;
  }

  .nabside {
    padding: 20px;
  }

  .section-table {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .container-1 {
    position: relative;
    width: 100%;
    max-width: 900px;
    padding-bottom: 32px;
    margin-top: 0;
  }

  .container-1:before {
    content: "";
    position: absolute;
    height: 32px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(-45deg, transparent 16px, white 0),
      linear-gradient(45deg, transparent 16px, white 0);
    background-size: 22px 32px;
  }

  .widget-cloud ul {
    padding-left: 0;
  }

  .widget-cloud ul li {
    display: inline-block;
    list-style: none;
  }
  .widget-cloud ul li a {
    border: 1px solid rgb(18, 68, 199);
    color: rgb(18, 68, 199);
    display: inline-block;
    list-style: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 20px;
    text-align: center;
    margin: 5px 2px;
  }

  .widget-cloud ul li a {
    color: rgb(18, 68, 199);
  }

  .widget-cloud ul li a:hover {
    background-color: rgb(18, 68, 199);
    border: 1px solid rgb(18, 68, 199);
    color: rgb(255, 255, 255);
  }

  .widget-cloud ul li a:hover {
    color: rgb(255, 255, 255);
  }

  .widget-cloud ul li a:focus {
    color: rgb(255, 255, 255);
  }

  .sidebar-nav {
    margin-left: 30px;
  }


  .preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    -webkit-transition: .9s;
    transition: .9s;
  }

  .preloader .loader {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .preloader .loader .loader-outter {
    position: absolute;
    border: 4px solid #ffffff;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
            animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }

  .preloader .loader .loader-inner {
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
            animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }

  .preloader .loader .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
  }

  .preloader .loader .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .preloader .loader .indicator svg polyline#back {
    stroke: #ffffff;
  }

  .preloader .loader .indicator svg polyline#front {
    stroke: #ffff;
    stroke-dasharray: 12, 36;
    stroke-dashoffset: 48;
    -webkit-animation: dash 1s linear infinite;
            animation: dash 1s linear infinite;
  }

  .preloader::before, .preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #fff;
    /*background: #e1f1ff;*/
    -webkit-transition: .9s;
    transition: .9s;
  }

  .preloader::after {
    left: auto;
    right: 0;
  }

  .preloader.preloader-deactivate {
    visibility: hidden;
  }

  .preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
    width: 0;
  }

  .preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
  }

  @-webkit-keyframes loader-outter {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

  @keyframes loader-outter {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }

  @-webkit-keyframes loader-inner {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
    }
  }

  @keyframes loader-inner {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(-360deg);
              transform: rotate(-360deg);
    }
  }

  @-webkit-keyframes dash {
    62.5% {
      opacity: 0;
    }
    to {
      stroke-dashoffset: 0;
    }
  }

  @keyframes dash {
    62.5% {
      opacity: 0;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  /********responsive css*********/

  @media (max-width: 1280px) {
    .container {
      max-width: calc(100% - 20px);
    }

    .container-fluid {
      padding: 0 20px;
    }

    .section-content {
      padding: 40px 0;
    }

    .slider-caption {
      bottom: 30%;
      left: 10%;
    }
  }

  @media (max-width: 1080px) {
    .custom-btn {
      font-size: 16px;
      padding: 10px 28px;
    }

    .custom-btn span {
      margin-right: 4px;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
      position: relative;
      font-size: 24px;
      line-height: 32px;
    }
  }

  @media (max-width: 992px) {
    .pt-100 {
      padding-top: 40px;
    }

    .pb-100 {
      padding-bottom: 40px;
    }

    .py-80 {
      padding: 40px 0;
    }

    .pb-80 {
      padding-bottom: 30px;
    }

    .py-60 {
      padding: 30px 0;
    }

    .pb-60 {
      padding-bottom: 30px;
    }

    .mt-30 {
      margin-top: 20px;
    }

    .mb-30 {
      margin-bottom: 20px;
    }

    .mt-50 {
      margin-top: 30px;
    }

    .section-content {
      padding: 30px 0;
    }

    .slider-banner .carousel-inner .carousel-item img {
      display: block;
      object-fit: cover;
      object-position: center center;
      height: 600px;
    }

    .carousel-caption-info h3 {
      font-size: 46px;
      line-height: 3rem;
    }

    .h-120px img {
      height: 120px;
      object-fit: cover;
    }

    .overlay-content {
      top: 46%;
      width: 90%;
    }
  }

  @media (max-width: 768px) {
    .container {
      max-width: calc(100% - 15px);
      padding: 0 15px;
    }

    .pb-50 {
      padding-bottom: 20px;
    }
    .pt-50 {
      padding-top: 20px;
    }

    .ps-40 {
      padding-left: 0;
    }
    .pt-40 {
      padding-top: 30px;
    }

    .pb-40 {
      padding-bottom: 30px;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
      position: relative;
      font-size: 32px;
    }

    .banner-heading {
      font-size: 2em;
      line-height: 40px;
    }

    .sticky {
      position: inherit;
    }

    .h-500px {
      object-fit: cover;
      height: 380px;
    }

  }

  @media (max-width: 576px) {

    p {
      font-size: 0.875rem;
      line-height: 1.5rem;
    }

    h1 {
      font-size: 1.5rem;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
      font-size: 24px;
      line-height: 32px;
    }

    .title-widget h1 span,
    .title-widget h2 span,
    .title-widget h3 span,
    .title-widget h4 span,
    .title-widget h5 span,
    .title-widget h6 span {
      display: block;
      font-size: 18px;
      font-weight: 400;
    }

    .nav-brand img {
      width: 90px;
    }

    .nav-toggle {
      top: 28px;
    }

    .slider-banner .carousel-inner .carousel-item img {
      height: 500px;
    }

    .carousel-caption-info h3 {
      font-size: 30px;
      line-height: 2rem;
    }

    .logo-image img {
      width: 110px;
    }

    .sidenav a {
      padding: 10px 20px 10px 40px;
      font-size: 1.25rem;
      line-height: 1.5rem;
    }

    .sidenav .closebtn {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 36px;
      margin-left: 50px;
    }
    .overlay-content {
      width: 96%;
    }

    .title-wrap h6 {
      font-size: 14px;
    }
    

    .title-wrap h4 {
      font-size: 16px;
    }

    .industry-sectors ul li a {
      border-radius: 2px;
      font-size: 12px;
      line-height: 16px;
      padding: 8px 12px;
    }

    .cpy-info p {
      font-size: 12px;
      line-height: 18px;
    }

  }

  @media (max-width: 480px) {

    .mbl-screen {
      top: 22px;
      right: 50px;
    }
    .sm-screen {
      display: block;
      margin: 20px;
    }

    .search-container {
      max-width: 280px;
      display: block;
      margin: 0 auto;
    }

    .slider-banner .carousel-inner .carousel-item img {
      height: 400px;
    }

    .slider-caption {
      bottom: 20%;
      left: 10%;
    }

    .carousel-control-next, .carousel-control-prev { 
      display: none;
    }
  }

