/*--------
  custom css
  ----------------------*/
  *,
  *::after,
  *::before {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  html,
  body {
      height: 100%;
      /* font-family: 'HelveticaNeue'; */
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      background-image: url(../images/body-bg.png);
      
  }
  
  a,
  button {
      color: inherit;
      line-height: inherit;
      text-decoration: none;
      cursor: pointer;
  }
  
  a,
  button,
  img,
  input,
  span {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
  }
  
  *:focus {
      outline: none !important;
  }
  
  a:focus {
      color: inherit;
      outline: none;
      text-decoration: none;
  }
  
  a:hover {
      text-decoration: none;
      color: #24aadd;
  }
  
  button,
  input[type="submit"] {
      cursor: pointer;
  }
  
  ul {
      list-style: outside none none;
      margin: 0;
      padding: 0;
  }
  
  .p-relative {
      position: relative;
  }
  
  .text-center {
      text-align: center;
  }
  
  .padding-100 {
      padding: 100px 0;
  }
  
  .padding-80 {
      padding: 80px 0;
  }
  
  .padding-50 {
      padding: 50px 0;
  }
  
  .mt-50 {
      margin-top: 50px;
  }
  
  .btn {
      display: inline-block;
      border: none;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #ffffff;
      line-height: 20px;
      background-color: #191919;
      padding: 12px 34px;
      border-radius: 3px;
      position: relative;
      z-index: 1;
  }
  .section-heading h1 {
      font-size: 36px;
      font-weight: 600;
      color: #000;
      margin-bottom: 20px;
  }
  .container-fluid {
      max-width: 95%;
  }
  /* @media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
  } */
  /*----
  Header Top
  -----------------------------------------*/
  
  .top-header {
      padding: 8px 0;
      background: #f7f7f7;
      border-bottom: 1px solid #ebebeb
  }
  
  @media only screen and (max-width: 767px) {
      .header-top {
          padding: 5px 0;
      }
  
  }
  
  .top-header>.container,
  .top-header>.container-fluid {
      position: relative;
  }
  
  .top-header>.container>.row,
  .top-header>.container-fluid>.row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  
  @media only screen and (max-width: 767px) {
  
      .top-header>.container>.row,
      .top-header>.container-fluid>.row {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
      }
  }
  
  .top-header>.container>.row>.col,
  .top-header>.container>.row>[class*="col"],
  .top-header>.container-fluid>.row>.col,
  .top-header>.container-fluid>.row>[class*="col"] {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      position: static;
  }
  
  .top-header>.container>.row>.col:first-child,
  .top-header>.container>.row>[class*="col"]:first-child,
  .top-header>.container-fluid>.row>.col:first-child,
  .top-header>.container-fluid>.row>[class*="col"]:first-child {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  }
  
  /*-- Header Links --*/
  .header-links {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: top;
  }
  
  .header-links a {
      color: #293155;
      display: block;
      float: left;
      font-size: 16px;
      font-weight: 500;
      line-height: 30px;
      margin-right: 15px;
  }
  
  .header-links a:last-child {
      margin-right: 0;
  }
  
  @media only screen and (max-width: 767px) {
      .header-links a {
          font-size: 14px;
          margin-right: 7px;
      }
  }
  
  .header-links a i {
      display: block;
      float: left;
      margin-right: 10px;
      font-size: 13px;
      line-height: 30px;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
  }
  
  /*---- Header Social ----*/
  .header-socials {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: top;
  }
  
  .header-socials a {
      color: #293155;
      margin-left: 20px;
      font-weight: 500;
  }
  
  .header-socials a:first-child {
      margin-left: 0;
  }
  
  .header-socials a:hover {
      color: #293155;
  }
  
  .header-socials a:hover:nth-child(1) {
      color: #fff;
  }
  
  .header-socials a i {
      font-size: 18px;
  }
  
  .header-socials>a:nth-child(2) {
      font-size: 11px;
  }
  
  /****header center****/
  .header-center {
      padding: 24px 0;
  }
  
  .hc-logo img {
      width: 80px;
  }
  
  .hc-drpdown select {
      font-size: 15px;
      border-radius: 0;
      cursor: pointer;
      padding: 10px;
      background-color: #fad63a;
      box-shadow: 0 4px 9px -4px rgb(0 0 0 / 35%);
      border: none;
      font-weight: 500;
  }
  
  .hc-drpdown option {
      background: #fff;
  }
  
  .hc-drpdown select:focus,
  .hc-drpdown select:hover {
      outline: none;
      border: none;
  }
  
  .hc-drpdown {
      text-align: right;
  }
  
  .hc-content h1 {
      margin-bottom: 0;
  }
  
  /***main header***/
  
  .main-header .navbar-nav {
      display: -webkit-inline-box !important;
      list-style: none;
  }
  
  /* Main CSS */
  .main-header.navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 50px;
      position: relative;
      transition: 0.3s linear;
  }
  
  .main-header .navbar ul {
      list-style: none;
  }
  
  .main-header .navbar ul a {
      text-decoration: none;
      font-weight: 500;
  }
  
  .main-header .navbar .navbar-toggler,
  .main-header .navbar .nav-link,
  .main-header .navbar .utils-search {
      color: #636363;
  }
  
  .main-header .navbar .navbar-utils>* {
      cursor: pointer;
  }
  
  .main-header .navbar .btn-search {
      font-size: 1.5rem;
      background: transparent;
      outline: none;
      border: none;
      color: inherit;
      cursor: pointer;
  }
  
  .main-header .navbar-nav {
      display: flex;
      list-style: none;
  }
  
  .main-header .navbar-nav .nav-link {
      padding: 5px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      display: block;
      transition: 150ms ease;
      color: #fff;
      letter-spacing: 0.5px;
      text-transform: uppercase;
  }
  
  .main-header .navbar-nav .nav-item {
      margin: 0 8px;
      position: relative;
  }
  
  .main-header .navbar-nav .dropdown .nav-item {
      margin: 0 10px;
  }
  
  .main-header .navbar-nav .dropdown .nav-item a {
     padding: 0;
     font-weight: 500;
  }
  
  .main-header .navbar-nav>.nav-item:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #fff;
      bottom: -8px;
      transition: 400ms ease;
      transform: scaleX(1.5);
      opacity: 0;
  }
  
  .main-header .navbar-nav>.nav-item:hover:after {
      transform: scaleX(1);
      opacity: 1;
  }
  
  .main-header .navbar-toggler {
      padding: 0.1rem 0.45rem;
      cursor: pointer;
      font-size: 1.5rem;
      background: none;
      outline: none;
      border: 1px solid #636363;
      border: none;
      border-radius: 3px;
      transition: 0.15s linear;
      display: none;
      margin-left: auto;
      margin-right: 20px;
  }
  
  .main-header .navbar-toggler:hover,
  .main-header .navbar-toggler:focus {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
  }
  
  
  /* Dropdown CSS */
  .main-header .nav-item .dropdown {
      width: 200px;
      display: block;
      position: absolute;
      top: 35px;
      transition: 300ms;  
      padding: 10px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(5px);
      border-top: 1px solid rgba(0, 0, 0, 0.15);
      background: #fff;
      border-radius: 4px;
      z-index: 999;
      box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
      line-height: 29px;
  }
  
  .main-header .nav-item .dropdown .nav-link {
      color: #000;
      font-weight: 500;
  }
  
  .main-header .nav-item .dropdown .dropdown {
      top: 0;
      left: calc(100% + 20px);
      border-top: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      line-height: 28px;
  }
  
  .main-header .nav-item .dropdown .dropdown:before {
      top: 10px;
      left: -10px;
      border: 5px solid transparent;
      border-right-color: #000;
  }
  
  .main-header .nav-item .dropdown:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 10px;
      border: 5px solid transparent;
      border-bottom-color: #000;
      display: none;
  }
  
  .main-header .nav-item .dropdown .nav-item:not(:last-child) {
      margin-bottom: 5px;
  }
  
  .main-header .nav-item .dropdown>.nav-item:hover>.nav-link {
      color: #0081ff;
  }
  
  .main-header .nav-item:hover>.dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px);
  }
  
  .main-header .nav-item:hover>a::before {
      transform: rotate(90deg);
  }
  
  .main-header .nav-close {
      margin-left: auto;
      margin-top: 10px;
      display: none;
  }
  
  .main-header .nav-close .btn-nav-close {
      border: 0;
      outline: 0;
      background: transparent;
      font-size: 2.5rem;
      cursor: pointer;
      width: 30px;
      height: 30px;
      border: 1px solid #363636;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .main-header .nav-close .btn-nav-close .close-btn {
      transform: rotate(45deg);
  }
  
  .main-header .nav-close .btn-nav-close:hover,
  .main-header .nav-close .btn-nav-close:focus {
      background: #363636;
      color: #fff;
  }
  
  .main-header .nav-item.icon>a:before {
      content: "";
      position: absolute;
      right: -10px;
      top: calc(50% + 0px);
      transform: translateY(-50%);
      border: 4px solid transparent;
      border-left-color: inherit;
      transition: 0.15s linear;
  }
  
  .main-header .nav-item.icon:hover>a::before {
      transform: rotate(90deg);
  }
  
  .main-header li.nav-item.login-section.icon {
      position: absolute;
      right: 0;
  }
  
  /* Responsive (navbar alignments options) */
  @media (min-width: 992px) {
  
      .main-header .navbar-brand,
      .main-header .navbar-utils {
          flex: auto;
      }
  
      .main-header .navbar-nav {
          flex: 2;
          justify-content: center;
      }
  
      .main-header .navbar-utils {
          text-align: right;
      }
  
      .main-header .navbar-right .navbar-brand,
      .main-header .navbar-right .navbar-utils {
          flex: initial;
      }
  
      .main-header .navbar-right .navbar-nav {
          justify-content: flex-end;
          margin-right: 20px;
      }
  
      .main-header .navbar-left .navbar-nav {
          order: 1;
          justify-content: flex-start;
      }
  
      .main-header .navbar-left .navbar-brand {
          order: 2;
      }
  
      .main-header .navbar-left .navbar-utils {
          order: 3;
      }
  
      .main-header .navbar-right .dropdown .dropdown {
          left: unset;
          right: calc(100% + 20px);
          border-top: 0;
          border-right: 1px solid rgba(0, 0, 0, 0.15);
      }
  }
  
  /* Nav Option (Logo Center) */
  @media (min-width: 992px) {
      .main-header .navbar-left .navbar-brand {
          text-align: right;
      }
  
      .main-header .navbar-left .navbar-toggler {
          display: block;
          margin-right: 0;
      }
  
      .main-header .navbar-left .navbar-nav {
          background: #ffffff;
          flex-direction: column;
          z-index: 99999;
          padding: 0 20px;
          opacity: 0;
          transition: 400ms ease;
          /* Sidebar */
          position: fixed;
          left: 0;
          top: 0;
          width: 300px;
          height: 100%;
          overflow-y: auto;
          box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
          transform: translateX(-300px);
      }
  
      .main-header .navbar-left .navbar-nav .nav-link {
          margin: 10px 0;
          color: #636363;
          display: flex;
          align-items: center;
      }
  
      .main-header .navbar-left .navbar-nav>.nav-item:first-child {
          margin-top: 20px;
      }
  
      .main-header .navbar-left .navbar-nav>.nav-item:last-child {
          margin-bottom: 20px;
      }
  
      .main-header .navbar-left .navbar-nav .nav-item:not(:last-child) {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }
  
      .main-header .navbar-left .navbar-nav .nav-item:hover>.nav-link {
          color: #0081ff;
      }
  
      .main-header .navbar-left .navbar-nav>.nav-item:after {
          display: none;
      }
  
      .main-header .navbar-left .navbar-nav .nav-close {
          display: block;
      }
  
      .main-header .navbar-left .navbar-nav.active {
          max-height: initial;
          opacity: 1;
          transform: translateX(0);
          left: 0;
          box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
      }
  
      .main-header .navbar-left .nav-item .dropdown {
          padding: 0;
          position: initial;
          max-height: 0;
          width: initial;
          border: none;
          box-shadow: none;
      }
  
      .main-header .navbar-left .nav-item .dropdown .dropdown {
          border: none;
      }
  
      .main-header .navbar-left .nav-item .dropdown:before {
          display: none;
      }
  
      .main-header .navbar-left .nav-item:hover>.dropdown {
          opacity: 1;
          visibility: visible;
          transform: translateY(0px);
          max-height: initial;
      }
  
      .main-header .navbar-left .nav-item.icon a:before {
          top: unset;
          right: 0;
      }
  }
  
  /* Responsive navbar */
  @media (max-width: 991px) {
      .main-header .navbar-toggler {
          display: block;
          margin-right: 0;
      }
  
      .main-header .navbar-nav {
          background: #ffffff;
          flex-direction: column;
          z-index: 99999;
          padding: 0 20px;
          opacity: 0;
          transition: 400ms ease;
          /* Sidebar */
          position: fixed;
          left: -300px;
          top: 0;
          width: 300px;
          height: 100%;
          overflow-y: auto;
          transform: translateX(-300px);
      }
  
      .main-header .navbar-nav .nav-link {
          margin: 10px 0;
          color: #636363;
          display: flex;
          align-items: center;
      }
  
      .main-header .navbar-nav>.nav-item:first-child {
          margin-top: 20px;
      }
  
      .main-header .navbar-nav>.nav-item:last-child {
          margin-bottom: 20px;
      }
  
      .main-header .navbar-nav .nav-item:not(:last-child) {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }
  
      .main-header .navbar-nav .nav-item:hover>.nav-link {
          color: #0081ff;
      }
  
      .main-header .navbar-nav>.nav-item:after {
          display: none;
      }
  
      .main-header .navbar-nav .nav-close {
          display: block;
      }
  
      .main-header .navbar-nav.active {
          max-height: initial;
          opacity: 1;
          transform: translateX(0);
          left: 0;
          box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
      }
  
      .main-header .nav-item .dropdown {
          padding: 0;
          position: initial;
          max-height: 0;
          width: initial;
          border: none;
          box-shadow: none;
      }
  
      .main-header .nav-item .dropdown .dropdown {
          border: none;
      }
  
      .main-header .nav-item .dropdown:before {
          display: none;
      }
  
      .main-header .nav-item:hover>.dropdown {
          opacity: 1;
          visibility: visible;
          transform: translateY(0px);
          max-height: initial;
      }
  
      .main-header .nav-item.icon a:before {
          top: unset;
          right: 0;
          transform: translateY(0px);
      }
  }
  
  
  .main-header .navbar-nav {
      display: flex;
      list-style: none;
  }
  
  .main-header {
      background: #455268;
      padding: 15px 0;
  }
  .hc-logo.-logo {
    display: none;
}
  /***slider section***/
  
  .carousel-item img {
      width: 100%;
  }
  
  /***body section****/
  
  .news-slide ul li {
      padding: 8px 10px 0;
      font-size: 16px;
      background-color: #fff;
      box-shadow: 0 4px 9px -4px rgb(0 0 0 / 35%);
      color: #455268;
      border: 2px solid #000;
      font-weight: 600;
  }
  
  .news-slide ul li a {           
      color: #000;
      font-weight: 500;
  }
  
  .main-update-section {
      box-shadow: 1px 1px 31px #e6e6e6;
      background: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
  }
  
  .main-update-section .right-sidebar-section {
      background: #455268;
  }
  
  .main-update-section .right-sidebar-section  {
      background: #455268;
      padding: 15px 15px;
  }
  .main-update-section .right-sidebar-section h1 {
      margin-bottom: 0;
      color: #fff;
      font-size: 18px;
  }
  
  .main-update-section ul.rightbar-list {
      padding: 10px 25px;
  }
  
  .main-update-section ul.rightbar-list li a {
      font-size: 14px;
      line-height: 20px;
      color: #000;
      font-weight: 500;
      position: relative;
  }
  .main-update-section ul.rightbar-list li a:hover {
      color: #455268;
  }
  
  .main-update-section ul.rightbar-list li a:after {
      background: #fad63a;
      content: "";
      height: 7px;
      left: -16px;
      position: absolute;
      top: 5px;
      width: 7px;
      border-radius: 50px;
  }
  .main-update-section ul.rightbar-list li {
      margin-bottom: 12px;
      line-height: 22px;
  }
  
  .main-update-section .left-sidebar-section {
      background: #455268;
      padding: 15px 15px;
      margin-top: 15px;
  }
  
  .main-update-section .left-sidebar-section h1 {
      margin-bottom: 0;
      color: #fff;
      font-size: 18px;
  }
  
  .main-update-section .input-group {
      padding: 15px 15px;
  }
  
  .main-update-section span.input-group-addon {
      padding: 10px 12px;
      background-color: #000;
      color: #fff;
  }
  
  .main-update-section .form-control {
      padding: 10px 12px;
      height: 44px;  
  }
  
  .main-update-section .advance-search {
      padding: 5px 15px 15px;
  }
  
  .main-update-section .advance-search a {
      color: #24aadd;
      text-decoration: underline;
      font-weight: 600;
  }
  
  /***table section***/
  
  .paginate_button {
      border-radius: 0 !important;
    }
   
  .data-table-section {
      padding: 0 15px 15px;
  }
  
  .data-table-section thead th {
      background: #455268;
      color: #fff;
      font-weight: 400 !important;
  }
  
  .data-table-section table.dataTable.no-footer {
      border-bottom: 1px solid #ced4da;
      border: 1px solid #ced4da;
  }
  
  .data-table-section  .dataTables_wrapper .dataTables_filter input {
      margin-left: 0.5em;
      padding: 5px 8px;
      border: 1px solid #ced4da;
      margin-bottom: 8px;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button {
      padding: 3px 1px;
      margin-top: 6px;
  }
  
  .data-table-section .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
  .data-table-section .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      background: #455268 !important;
      border: none !important;
      color: #fff !important;
      padding: 6px 12px;
  }
  
  .data-table-section tr td {
      font-size: 14px;
      padding: 0 0;
      color: #000;
      font-weight: 600;
  }
  
  /***call-to-action***/
  
  .call-to-action {
      background-image: url(../images/call-to-action.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
  }
  .call-to-action .left-cta h3 {
      font-size: 45px;
      color: #000;
      font-weight: 600;
      margin-bottom: 0;
  }
  
  .call-to-action a.btn.rw-button {
      font-size: 18px;
      padding: 18px 30px;
  }
  
  .call-to-action a.btn.rw-button:hover {
      color: #fff;
      background:#455268 ;
  }
  .call-to-action .right-cta {
      text-align: right;
  }
  
  /***services section***/
  
  .feture-section .services-item {
      border-radius: 8px;
      box-shadow: rgb(0 0 0 / 14%) 0px 5px 15px;
      padding: 25px 25px 25px;
      position: relative;
      z-index: 1;
      -webkit-transition: .3s;
      transition: .3s;
      min-height: 360px;
      transform: translate3d(0, 0, 0);
      transition: all 0.3s linear;
      background: #fff;
      margin-bottom: 20px;
  }
  
  .feture-section .services-item:hover {
      -webkit-box-shadow: 0 20px 60px 0 rgb(15 0 40 / 20%), inset 0 3px 0 0 rgb(113 39 234 / 0%);
      box-shadow: 0 20px 60px 0 rgb(15 0 40 / 20%), inset 0 3px 0 0 rgb(113 39 234 / 0%);
      -webkit-transition: .3s;
      transition: .3s;
      transform: translateY(-5px) translate3d(0, -5px, 0);
      background: #455268;
      
  }
  .feture-section .services-icon img {
      width: 75px;
      padding-bottom: 15px;
  }
  
  .feture-section .services-inner {
      position: relative;
  }
  
  .feture-section .services-content h3.services-title a {
      font-size: 22px;
      font-weight: 600;
      color: #455268;
  }
  
  .feture-section .services-content p {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 0;
  }
  
  .feture-section .services-item:hover  .services-content h3.services-title a ,
  .feture-section .services-item:hover .services-content p {
     color: #fff;
  }
  
  /***footer section***/
  .footer-logo img {
      width: 50px;
      padding-bottom: 15px;
  }
  .footer-area {
      background-color: #000;
      position: relative;
      background-position: bottom;
      background-repeat: no-repeat;
  }
  
  .footer-widget-title {
      padding-top: 5px;
      font-size: 22px;
      color: #fff;
      font-weight: 600;
      padding-bottom: 15px;
  }
  
  .footer-widget-title-2 {
      color: #fff;
  }
  .footer-link ul li {
      color: #fff;
  }
  .contact-detail ul li a {
      color: #fff;
  }
  .footer-widget-body p {
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      margin-bottom: 30px;
  }
  
  .footer-widget-body-2 p {
      color: #fff;
  }
  
  .footer-social ul li {
      display: inline-block;
  }
  
  .footer-social ul li:not(:last-child) {
      margin-right: 10px;
  }
  
  .footer-social ul li a {
      display: inline-block;
      font-size: 15px;
      width: 44px;
      height: 44px;
      line-height: 46px;
      text-align: center;
      border: 2px solid #285da1;
      background: #285da1;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      color: #ffffff;
  }
  
  .footer-social ul li a:hover {
      background: transparent;
      color: #285da1;
  }
  
  .footer-social ul li a.tw {
      background: #03a9f4;
      border-color: #03a9f4;
  }
  
  .footer-social ul li a.tw:hover {
      background: transparent;
      color: #03a9f4;
  }
  
  .footer-social ul li a.ins {
      background: #bc2a8d;
      border-color: #bc2a8d;
  }
  
  .footer-social ul li a.ins:hover {
      background: transparent;
      color: #bc2a8d;
  }
  
  .footer-social ul li a.lin {
      background: #0f80ab;
      border-color: #0f80ab;
  }
  
  .footer-social ul li a.lin:hover {
      background: transparent;
      color: #0f80ab;
  }
  
  .footer-link ul li:not(:last-child) {
      margin-bottom: 4px;
  }
  
  .footer-link ul li a {
      color: #fff;
      font-size: 16px;
  }
  
  .footer-link ul li a:hover {
      color: #455268;
  }
  
  .footer-link-2 ul li a {
      color: #53545b;
  }
  
  .footer-link-2 ul li a:hover {
      color: #455268;
  }
  
  .footer-pl-70 {
      padding-left: 70px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-pl-70 {
          padding-left: 0;
      }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-pl-70 {
          padding-left: 0;
      }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
      .footer-pl-70 {
          padding-left: 0;    
      }
  }
  
  @media (max-width: 575px) {
      .footer-pl-70 {
          padding-left: 0;
      }
  }
  
  .footer-bottom {
      padding: 0px 0;
      border-top: 1px solid #5c5959;
  }
  
  .footer-bottom-2 {
      border-color: #e0e1e8;
  }
  
  .footer-copyright p {
      font-size: 16px;
      color: #fff;
      margin-bottom: 0;
  }
  
  .footer-copyright p a {
      color: #1bbcaa;
  }
  
  .footer-copyright-2 p {
      color: #6d6e75;
  }
  
  .footer-copyright-2 p a {
      color: #2b4eff;
  }
  

/***reponsive***/

@media only screen and (max-width: 767px) {

    .padding-100 {
        padding: 50px 0;
    }
    .mt-50 {
        margin-top: 25px;
    }
    .padding-80 {
        padding: 40px 0;
    }
    .data-table-section table#example {
        overflow: auto;
        white-space: nowrap;
        display: block;
    }
    .news-slide ul li {
        font-size: 14px;
    }
    .header-socials {
        align-items: center;
        padding-top: 5px;
    }
    .main-update-section .left-sidebar-section h1 {
        font-size: 14px;
    }
    .hc-logo.desktop-logo {
        display:none;
    }

    .hc-content h1 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .hc-drpdown .btn-group {
        margin-bottom: 10px;
    }

    .hc-drpdown {
        text-align: center;
    }

    .main-header {
        background: #455268;
        padding: 0 0;
    }

    .hc-logo.mobile-logo img {
        width: 50px;
    }

    .main-header .navbar .navbar-toggler {
        color: #fff;
    }

    .main-header .navbar-nav {
        display: block !important;     
    }
    .main-header .navbar-nav .nav-item {
        margin: 0 0;
    }

    .main-header li.nav-item.login-section.icon {
        right: auto;
    }
    .main-header .nav-close .btn-nav-close .close-btn {
        position: relative;
        left: 2px;
        top: -2px;
        font-size: 26px;
    }

    .main-update-section .right-sidebar-section {
        padding: 10px 10px;
    }
    .main-update-section .right-sidebar-section h1 {
        font-size: 14px;
    }

    .call-to-action .left-cta h3 {
        margin-bottom: 15px;
        font-size: 20px;
        text-align: center;
    }

    .call-to-action a.btn.rw-button {
        font-size: 14px;
        padding: 12px 17px;
    }
    .call-to-action .right-cta {
        text-align: center;
    }
    .section-heading h1 {
        font-size: 20px;
    }

    .feture-section .services-item {
        min-height: 315px;
    }

    .footer-widget-body p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .footer-link ul {
        margin-bottom: 15px;
    }
    .footer-widget-title { 
        padding-bottom: 15px;
    }
    .contact-detail {
        padding-bottom: 8px;
    }

    .footer-copyright p {
        font-size: 14px;
    }

    .footer-link ul li a {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) and (max-width: 992px)  { 

    .padding-100 {
        padding: 50px 0;
    }
    .mt-50 {
        margin-top: 25px;
    }
    .padding-80 {
        padding: 40px 0;
    }
    .data-table-section table#example {
        overflow: auto;
        white-space: nowrap;
        display: block;
    }
    .news-slide ul li {
        font-size: 14px;
    }
    .header-socials {
        align-items: center;
        padding-top: 5px;
    }
    .main-update-section .left-sidebar-section h1 {
        font-size: 14px;
    }
    .hc-logo.desktop-logo {
        display:none;
    }

    .hc-content h1 {
        margin-bottom: 0;
        font-size: 25px;
        text-align: left;
    }

    .hc-drpdown .btn-group {
        margin-bottom: 0;
    }

    .hc-drpdown {
        text-align: right;
    }

    .main-header {
        background: #455268;
        padding: 0 0;
    }

    .main-header .navbar .navbar-toggler {
        color: #fff;
    }

    .main-header .navbar-nav {
        display: block !important;     
    }
    .main-header .navbar-nav .nav-item {
        margin: 0 0;
    }

    .main-header li.nav-item.login-section.icon {
        right: auto;
    }
    .main-header .nav-close .btn-nav-close .close-btn {
        position: relative;
        left: 2px;
        top: -2px;
        font-size: 26px;
    }

    .main-update-section .right-sidebar-section {
        padding: 10px 10px;
    }
    .main-update-section .right-sidebar-section h1 {
        font-size: 14px;
    }

    .call-to-action .left-cta h3 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .call-to-action a.btn.rw-button {
        font-size: 14px;
        padding: 12px 17px;
    }
    .call-to-action .right-cta {
        text-align: right;
    }
    .section-heading h1 {
        font-size: 20px;
    }

    .feture-section .services-item {
        min-height: 315px;
    }

    .footer-widget-body p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .footer-link ul {
        margin-bottom: 15px;
    }
    .footer-widget-title { 
        padding-bottom: 15px;
    }
    .contact-detail {
        padding-bottom: 8px;
    }

    .footer-copyright p {
        font-size: 14px;
    }

    .footer-link ul li a {
        font-size: 14px;
    }

    .mobile-l {
        display: none;
    }  
}

@media screen and (min-width:993px) and (max-width: 1150px)  {  
    .hc-content h1 {
        margin-bottom: 0;
        font-size: 32px;
    }

    .hc-drpdown select {
        font-size: 12px;
    }

    .feture-section .services-item

}