@charset "UTF-8";
/* Use this file to ONLY import other scss files */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");
* {
  font-family: 'IBM Plex Sans', sans-serif; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

li {
  list-style-type: none; }

h1 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.5; }

h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px; }

h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px; }

h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px; }

h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px; }

h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px; }

p {
  font-size: 17px;
  font-weight: normal;
  color: #484949;
  line-height: 1.5; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

b, strong {
  font-weight: 700; }

.lead {
  font-size: 42px;
  font-weight: normal;
  color: #004379;
  line-height: 1.19; }

span {
  font-size: 16px;
  color: #838383; }

button {
  border: none; }

button:focus {
  outline: none;
  box-shadow: none !important; }

button:active {
  outline: none !important;
  box-shadow: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }
  select:focus {
    outline: none;
    box-shadow: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.padd-15 {
  padding-left: 15px;
  padding-right: 15px; }

.bg-light {
  background-color: #ddd !important; }

.wrap {
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }
  .wrap:after {
    content: "\eab2";
    position: relative;
    right: 30px; }

.v-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.arrow {
  border: solid #484949;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  position: relative;
  top: -4px;
  left: 5px; }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.padd-top {
  padding-top: 70px !important; }

.padd-bottom {
  padding-bottom: 70px !important; }

/* Color Starts */
.sg-primary-color-box,
.sg-secondary-color-box,
.sg-success-color-box,
.sg-danger-color-box,
.sg-info-color-box,
.sg-light-color-box,
.sg-dark-color-box {
  min-height: 130px;
  text-align: center;
  color: #fff;
  padding-top: 60px; }

.sg-primary-color-box {
  background-color: #004379; }

.sg-secondary-color-box {
  background-color: #004379; }

.sg-dark-color-box {
  background-color: #002746; }

.sg-success-color-box {
  background-color: #484949; }

.sg-light-color-box {
  background-color: #f5f5f5;
  color: #000; }

.sg-info-color-box {
  color: #000;
  background-color: #e9f1f7; }

/*  Background Color  */
.bg-primary {
  background-color: #004379 !important; }

.bg-secondary {
  background-color: #004379 !important; }

.bg-dark {
  background-color: #002746 !important; }

.bg-success {
  background-color: #484949 !important; }

.bg-light {
  background-color: #f5f5f5 !important;
  color: #000; }

.bg-info {
  color: #000;
  background-color: #e9f1f7 !important; }

.color-card {
  border: none;
  margin-bottom: 20px;
  box-shadow: 0 0 10px #ddd; }
  .color-card .card-body {
    padding: 0.5rem; }
    .color-card .card-body .card-title {
      margin-bottom: 0; }
    .color-card .card-body p {
      display: none; }

/* Color  Ends */
/* Buttons Starts */
.btn {
  border-radius: 3px;
  padding: 5px 20px;
  font-weight: 600;
  border: 1px solid transparent; }
  .btn:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid transparent; }

.btn-primary {
  background-color: #FF9F00; }
  .btn-primary:hover {
    background-color: #FF9F00;
    border-color: #FF9F00; }
  .btn-primary:focus {
    background-color: #FF9F00;
    border-color: #FF9F00; }
  .btn-primary:active {
    background-color: #004379 !important; }

.btn-secondary {
  background-color: #004379; }
  .btn-secondary:hover {
    background-color: #004379; }
  .btn-secondary:focus {
    background-color: #004379; }
  .btn-secondary:active {
    background-color: #004379 !important; }

.btn-dark {
  background-color: #002746; }
  .btn-dark:hover {
    background-color: #002746; }
  .btn-dark:focus {
    background-color: #002746; }
  .btn-dark:active {
    background-color: #002746 !important; }

.btn-success {
  background-color: #484949; }
  .btn-success:hover {
    background-color: #484949; }
  .btn-success:focus {
    background-color: #484949; }
  .btn-success:active {
    background-color: #484949 !important; }

.btn-light {
  background-color: #f5f5f5;
  color: #000; }
  .btn-light:hover {
    background-color: #f5f5f5;
    color: #000; }
  .btn-light:focus {
    background-color: #f5f5f5; }
  .btn-light:active {
    background-color: #f5f5f5 !important; }

.btn-info {
  color: #000;
  background-color: #e9f1f7; }
  .btn-info:hover {
    color: #000;
    background-color: #e9f1f7;
    border: 1px solid transparent; }
  .btn-info:focus {
    background-color: #e9f1f7;
    color: #000;
    border: 1px solid transparent; }
  .btn-info:active {
    border: 1px solid transparent !important;
    color: #000 !important;
    background-color: #e9f1f7 !important; }

.btn-white {
  background-color: #ffffff;
  color: #004379; }
  .btn-white:hover {
    color: #004379;
    background-color: #ffffff;
    border: 1px solid transparent; }
  .btn-white:focus {
    background-color: #ffffff;
    color: #004379;
    border: 1px solid transparent; }

.round-btn {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  padding: 0; }

.btn-outline-primary {
  border: 1px solid #004379; }
  .btn-outline-primary:hover {
    background-color: #004379; }
  .btn-outline-primary:focus {
    background-color: #004379; }
  .btn-outline-primary:active {
    background-color: #004379 !important; }

.btn-outline-secondary {
  border: 1px solid #004379; }
  .btn-outline-secondary:hover {
    background-color: #004379; }
  .btn-outline-secondary:focus {
    background-color: #004379; }
  .btn-outline-secondary:active {
    background-color: #004379 !important; }

.btn-outline-dark {
  border: 1px solid #002746; }
  .btn-outline-dark:hover {
    background-color: #002746; }
  .btn-outline-dark:focus {
    background-color: #002746; }
  .btn-outline-dark:active {
    background-color: #002746 !important; }

.btn-outline-success {
  border: 1px solid #484949; }
  .btn-outline-success:hover {
    background-color: #484949; }
  .btn-outline-success:focus {
    background-color: #484949; }
  .btn-outline-success:active {
    background-color: #484949 !important; }

.btn-outline-light {
  border: 1px solid #f5f5f5;
  color: #000; }
  .btn-outline-light:hover {
    background-color: #f5f5f5;
    color: #000; }

.btn-outline-info {
  border: 1px solid #e9f1f7;
  color: #000; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #e9f1f7;
    border: 1px solid transparent; }
  .btn-outline-info:focus {
    background-color: #e9f1f7;
    border: 1px solid transparent; }
  .btn-outline-info:active {
    border: 1px solid transparent !important;
    color: #000 !important;
    background-color: #e9f1f7 !important; }

.btn-outline-white {
  border: 1px solid #ffffff;
  color: #004379; }
  .btn-outline-white:hover {
    color: #004379;
    border: 1px solid #ffffff; }
  .btn-outline-white:focus {
    border: 1px solid #ffffff; }

/* Buttons Ends */
/* Forms Starts */
.form-group {
  position: relative;
  margin-bottom: 30px; }

.form-control {
  height: 50px;
  border-radius: 5px;
  border: solid 1px #b1b1b1;
  background-color: #ffffff;
  padding: 12px;
  color: #505050;
  font-weight: 400;
  font-size: 17px;
  display: block; }
  .form-control:focus {
    border: solid 2px #505050;
    box-shadow: none;
    outline: none; }
  .form-control:placeholder {
    color: red;
    color: #717171; }

.form-control-placeholder {
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
  padding: 3px;
  height: 17px;
  color: #717171;
  background-color: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.form-control:focus ~ label, .form-control:not(:placeholder-shown) ~ label {
  top: -10px; }

.form-control:focus ~ .form-control-placeholder .important-filed {
  display: none; }

.form-control:focus {
  background-color: #fff !important; }

.search-box {
  width: 500px;
  height: 50px;
  position: relative; }
  .search-box .form-control {
    font-size: 16px;
    font-weight: 300;
    color: #acacac;
    height: 100%;
    padding-right: 170px;
    border-radius: 0;
    border: none; }
    .search-box .form-control:focus {
      border: none; }
  .search-box .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
    border: none;
    font-weight: 400;
    background-color: #FF9F00; }
    .search-box .search-btn:focus {
      background: #FF9F00; }

#search-error {
  display: none !important; }

.search-box-1 {
  width: 700px;
  height: 60px;
  position: relative; }
  .search-box-1 .form-control {
    font-size: 18px;
    font-weight: 400;
    color: #484949;
    height: 100%;
    padding-right: 80px;
    border-radius: 5px;
    border: solid 2px #989898;
    background-color: #ffffff; }
    .search-box-1 .form-control:focus {
      border: solid 2px #989898; }
  .search-box-1 .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
    border: none;
    width: 80px;
    color: #989898;
    font-size: 25px; }

/* Forms Ends */
/* Card Start */
.card-1 {
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px; }
  .card-1 img {
    margin-bottom: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: default; }
  .card-1 .card-img {
    cursor: default; }
  .card-1 .card-title {
    margin-bottom: 12px;
    color: #484949;
    font-weight: 600;
    display: block;
    cursor: default; }
  .card-1 .card-text {
    color: #484949; }
  .card-1:hover img {
    transform: scale(0.8) translateY(-20px); }
  .card-1:hover .card-img {
    background: none; }

.card-2 {
  border-radius: 12px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 0; }

.card-img {
  width: 126px;
  height: 126px;
  background-color: transparent;
  border-radius: 50%;
  line-height: 126px;
  margin: auto;
  display: inline-block; }

.card-2.bg-none {
  background: none;
  box-shadow: none;
  margin-bottom: 30px; }
  .card-2.bg-none .card-text {
    height: auto;
    opacity: 1; }
  .card-2.bg-none img {
    width: 45px;
    height: 45px; }
  .card-2.bg-none .card-img {
    background: none; }
  .card-2.bg-none:hover {
    padding-top: 20px;
    box-shadow: none; }
    .card-2.bg-none:hover img {
      transform: scale(1) translateY(0px);
      margin: 0;
      background: none; }
    .card-2.bg-none:hover .card-img {
      background-color: transparent; }
    .card-2.bg-none:hover .card-title {
      margin-top: 0; }
    .card-2.bg-none:hover .card-text {
      height: auto; }

.web-card {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  padding: 15px;
  display: block; }
  .web-card .card-body {
    padding: 0; }
    .web-card .card-body h4 {
      color: #000; }
  .web-card .web-img {
    width: 55px;
    margin: auto;
    margin-left: 5px; }

.card-3 a {
  border-radius: 7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: inline-block;
  padding: 25px 20px;
  color: #484949;
  font-size: 18px;
  margin-bottom: 15px;
  background-color: #ffffff; }

.card-4 {
  margin-bottom: 50px; }
  .card-4 a {
    font-size: 22px;
    font-weight: 600;
    color: #484949;
    display: block;
    margin-bottom: 15px; }
  .card-4 .card-img-1 {
    text-align: center;
    padding-top: 5px; }
    .card-4 .card-img-1 img {
      width: 50px; }

.card-5 {
  margin-bottom: 00px;
  padding: 0 30px; }
  .card-5 a {
    color: #484949;
    display: block; }
  .card-5 .card-img {
    cursor: default;
    height: 94px;
    min-height: 0;
    margin-bottom: 0; }
    .card-5 .card-img img {
      width: 50px; }
  .card-5 .card-body {
    padding: 15px 15px 0; }
  .card-5 .card-img-1 {
    text-align: center;
    padding-top: 5px;
    background: none; }
    .card-5 .card-img-1 img {
      width: 50px; }

/* Card End */
/* Video Banner Starts */
.video-banner .video-banner-img {
  position: relative;
  z-index: 55; }
  .video-banner .video-banner-img iframe {
    border: solid 6px #535353;
    border-bottom: none;
    border-radius: 14px 14px 0 0; }
  .video-banner .video-banner-img:after {
    content: "";
    position: absolute;
    bottom: -17px;
    width: 100%;
    margin-left: 6%;
    background: #e0e0e0;
    height: 25px;
    left: -60px;
    z-index: 11;
    border-radius: 14px 14px 0 0; }
    @media (max-width: 991px) {
      .video-banner .video-banner-img:after {
        display: none; } }
  .video-banner .video-banner-img video {
    max-width: 820px;
    border-radius: 14px 14px 0 0;
    border: solid 6px #535353;
    border-bottom: none; }
    @media (max-width: 991px) {
      .video-banner .video-banner-img video {
        max-width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none; } }
  .video-banner .video-banner-img .video-banner-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.tab-content .tab-pane .video-banner .video-banner-img:after {
  width: 107%;
  margin-left: 20px;
  left: -40px; }

/* Video Banner End */
/* C2A-Section Starts */
.c2a-section {
  padding: 60px 0;
  text-align: center;
  background-color: #eeeeee; }
  .c2a-section h3 {
    color: #000; }
  .c2a-section p {
    color: #000;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px; }
  .c2a-section .btn-white {
    border: 2px solid #004379;
    margin-right: 10px;
    background: #004379;
    color: #ffffff; }
  .c2a-section .btn-outline-white {
    border: 2px solid #ffffff;
    color: #ffffff; }

/* C2A-Section Starts */
/* Tabs Starts */
.tab-1 {
  justify-content: center;
  background: #f8f8f8;
  border-bottom: 1px solid #e5e7f3; }
  .tab-1 .nav-item {
    margin-bottom: -2px; }
    .tab-1 .nav-item .nav-link {
      padding: 10px 40px;
      color: #000000;
      font-size: 15px;
      border-bottom: none !important; }
      .tab-1 .nav-item .nav-link:hover {
        border-color: transparent;
        border-bottom: none !important; }
    .tab-1 .nav-item .nav-link.active {
      background: #fff;
      color: #000;
      border: 1px solid #e5e7f3;
      border-bottom: none;
      border-top: none;
      border-radius: 0; }
      .tab-1 .nav-item .nav-link.active:hover {
        border-bottom: none;
        border: 1px solid #e5e7f3;
        border-bottom: none !important; }

/* Tabs Ends */
/* Badges Starts */
.badge {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  display: inline-block;
  text-transform: capitalize; }

.badge-success {
  background-color: #484949;
  color: #fff; }

.badge-primary {
  background: #004379;
  color: #fff; }

.badge-secondary {
  background: #004379;
  color: #fff; }

.badge-info {
  background: #e9f1f7;
  color: #000; }
  .badge-info:hover {
    background: #e9f1f7 !important; }

.badge-light {
  background: #f5f5f5; }
  .badge-light:hover {
    background: #f5f5f5 !important; }

/* Badges Outline */
.badge-outline {
  padding: 6px 12px; }

.badge-outline-success {
  border: 1px solid #484949;
  color: #484949; }

.badge-outline-primary {
  border: 1px solid #004379;
  color: #004379; }

.badge-outline-secondary {
  border: 1px solid #004379;
  color: #004379; }

.badge-outline-danger {
  border: 1px solid #dc3545;
  color: #dc3545; }

.badge-outline-light {
  border: 1px solid #f5f5f5; }

.badge-outline-dark {
  border: 1px solid #343a40;
  color: #343a40; }

/* Badges Ends */
.panel-body {
  padding: 0;
  background: #fff; }

.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0; }

.panel-group .panel {
  border-radius: 0; }

.panel-default > .panel-heading {
  color: #000;
  background-color: #e9f1f7;
  border-color: #fff;
  padding: 0; }

.panel-default > .panel-heading a {
  display: block;
  padding: 15px;
  text-decoration: none;
  background: #fff;
  color: #000;
  font-weight: 500; }

.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal; }

.panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #e9f1f7; }

.faq-section-1 {
  padding: 70px 0; }
  .faq-section-1 .faq-cont-part {
    width: 70%;
    margin: auto; }
    .faq-section-1 .faq-cont-part .card {
      border: none; }
      .faq-section-1 .faq-cont-part .card .card-header {
        background: none;
        padding: 0; }
        .faq-section-1 .faq-cont-part .card .card-header .btn {
          border: none;
          display: block;
          text-align: left;
          color: #000;
          text-transform: capitalize;
          font-size: 16px;
          padding: 15px 30px;
          font-weight: 400; }
          .faq-section-1 .faq-cont-part .card .card-header .btn i {
            position: absolute;
            right: 0; }
      .faq-section-1 .faq-cont-part .card .card-body {
        padding: 10px 20px; }

.alert {
  display: flex;
  padding: 15px 20px;
  align-items: center;
  border-radius: 10px; }
  .alert .btn {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    margin-left: auto;
    opacity: 1;
    border-radius: 5px; }
    .alert .btn:hover {
      opacity: 1;
      border: 1px solid transparent; }
  .alert .close:hover {
    opacity: 1 !important; }

.alert.bg-primary span {
  color: #ffffff; }

.alert.bg-primary .btn {
  border: 1px solid #ffffff; }
  .alert.bg-primary .btn:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #004379; }

.alert.bg-secondary span {
  color: #ffffff; }

.alert.bg-secondary .btn {
  border: 1px solid #ffffff; }
  .alert.bg-secondary .btn:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #004379; }

.alert.bg-success span {
  color: #ffffff; }

.alert.bg-success .btn {
  border: 1px solid #ffffff; }
  .alert.bg-success .btn:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #484949; }

/* ------------------------ Components-End ------------------------ */
body {
  overflow-x: hidden !important; }

.title-card img {
  margin-bottom: 20px;
  display: none; }

.details-list ul li {
  position: relative;
  margin-bottom: 20px; }
  .details-list ul li img {
    position: absolute;
    left: 0;
    top: 0; }
  .details-list ul li p {
    padding-left: 40px; }

.details-list .btn-primary {
  background: #0c90fa;
  border: none; }

/* Header Starts */
.header-section {
  background: #ffffff;
  padding: 20px 0; }
  .header-section .navbar-brand {
    padding: 0;
    margin-right: 0;
    width: 130px; }
    .header-section .navbar-brand img {
      max-width: 100%; }
  .header-section .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0; }
  .header-section .navbar {
    padding: 0; }
    .header-section .navbar .navbar-nav {
      align-items: center;
      text-align: center; }
      .header-section .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        display: block; }
      .header-section .navbar .navbar-nav .nav-link {
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        color: #484949;
        opacity: 1;
        text-transform: uppercase; }
        .header-section .navbar .navbar-nav .nav-link:hover {
          color: #484949; }
        .header-section .navbar .navbar-nav .nav-link:focus {
          border: none;
          outline: none; }
  .header-section .navbar-nav .show > .nav-link {
    color: #484949; }
  .header-section .navbar-collapse {
    justify-content: center; }
  .header-section .has-mega-menu {
    position: static;
    width: 100%; }
  .header-section .dropdown {
    padding: 25px 20px; }
  .header-section .dropdown-menu {
    background: #fff;
    border: none;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 65px;
    left: auto;
    padding: 25px;
    display: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    min-width: 300px; }
    .header-section .dropdown-menu .dropdown-items h4 {
      margin-bottom: 15px;
      padding: 10px;
      font-weight: 400; }
    .header-section .dropdown-menu .dropdown-items .dropdown-list {
      border-radius: 5px;
      padding: 5px 10px;
      display: block;
      width: 100%; }
      .header-section .dropdown-menu .dropdown-items .dropdown-list:hover {
        background-color: #f0f4f7; }
        .header-section .dropdown-menu .dropdown-items .dropdown-list:hover .head-link {
          color: #004379; }
      .header-section .dropdown-menu .dropdown-items .dropdown-list .head-link {
        font-size: 18px;
        font-weight: 400;
        color: #484949;
        margin-bottom: 5px;
        padding: 0; }
        .header-section .dropdown-menu .dropdown-items .dropdown-list .head-link b {
          font-weight: 500; }
      .header-section .dropdown-menu .dropdown-items .dropdown-list p {
        font-size: 15px;
        font-weight: 400;
        color: #7e7e7e;
        margin-bottom: 20px; }
    .header-section .dropdown-menu .dropdown-items a {
      font-size: 15px;
      font-weight: 400;
      color: #8d8d8d;
      display: block;
      margin-bottom: 0px;
      padding: 5px 10px;
      border-radius: 0;
      text-transform: capitalize; }
      .header-section .dropdown-menu .dropdown-items a:hover {
        background-color: #f0f4f7;
        color: #004379; }
  .header-section .dropdown-menu.dropdown-menu-1 {
    min-width: 100%; }

.dropdown-toggle::after {
  display: none; }

.header-section .v-center {
  width: 100%; }

#logo-2 {
  display: none; }

.active-header {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15); }

.active-nav {
  border-bottom: 2px solid #004379;
  color: #004379; }
  .active-nav .nav-link {
    color: #004379 !important; }

.active-header .active-nav {
  border-bottom: 2px solid #ffffff; }
  .active-header .active-nav .nav-link {
    color: #ffffff !important; }

/* Header Ends */
/* Jumbotron Starts */
.jumbotron {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }
  .jumbotron:after {
    content: "";
    position: absolute;
    right: -75px;
    bottom: -215px;
    width: 200%;
    height: 230px;
    background-color: #ffffff;
    transform: rotate(-5deg);
    z-index: 5; }
  .jumbotron img, .jumbotron video {
    position: relative;
    z-index: 6;
    display: block;
    margin: auto;
    margin-top: 60px;
    max-width: 970px; }
  .jumbotron .banner-cont {
    width: 100%;
    margin: auto; }
    .jumbotron .banner-cont .dark {
      color: #004379;
      line-height: 1.2; }
    .jumbotron .banner-cont h1 {
      font-size: 40px;
      line-height: 1.2; }
    .jumbotron .banner-cont p {
      color: #ffffff;
      margin-bottom: 30px;
      font-size: 22px; }
    .jumbotron .banner-cont .search-box {
      margin: auto; }

#home-banner .jumbotron:after {
  height: 450px;
  display: block; }

#sub-banner-2 .jumbotron:after {
  display: none; }

.banner-bg-img {
  z-index: 10 !important; }

/* Jumbotron Ends */
/* ------------------------ Card-Section  ------------------------ */
.card-1 .card-title {
  font-size: 14px; }

.card-1 {
  padding: 20px 0;
  overflow: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  min-height: 220px; }
  .card-1 .card-body {
    padding-top: 0; }
  .card-1 .card-text {
    height: 0;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  .card-1 .card-title {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  .card-1 img {
    width: 70px;
    height: 70px; }
  .card-1:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
    .card-1:hover img {
      margin-bottom: 15px; }
    .card-1:hover .card-title {
      margin-top: -50px; }
    .card-1:hover .card-text {
      height: 80px;
      opacity: 1; }

/* ------------------------ Feature-Section  ------------------------ */
.feature-section {
  padding: 0px 0 70px 0;
  position: relative;
  overflow: hidden; }
  .feature-section .bg-icon-1 {
    float: right;
    margin-top: 50px;
    margin-right: -120px;
    display: none; }
  .feature-section .bg-icon-2 {
    position: absolute;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    display: none; }
  .feature-section .bg-icon-3 {
    position: absolute;
    left: 20px;
    top: 35%;
    transform: translateY(-50%);
    display: none; }

.feature-img img {
  max-width: 430px; }

/* ------------------------ Video-Section  ------------------------ */
.video-section {
  padding: 70px 0;
  position: relative; }
  .video-section .video-banner {
    margin: auto;
    padding-top: 60px; }

#light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -180px;
  max-width: 600px;
  max-height: 360px;
  z-index: 1002;
  overflow: visible; }

#light-1 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -180px;
  max-width: 600px;
  max-height: 360px;
  z-index: 1002;
  overflow: visible; }

#VisaChipCardVideo:focus {
  outline: none;
  border: none; }

.boxclose {
  float: right;
  cursor: pointer;
  color: #888;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 1003;
  background: #000000; }
  .boxclose i {
    color: #ffffff; }

.boxclose:before {
  content: "×";
  display: none; }

.banner-img img {
  max-width: 100%; }

#light .overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.84);
  right: 0;
  z-index: -1; }

#light-1 .overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.84);
  right: 0;
  z-index: -1; }

.hide-video {
  display: none !important; }

/* ------------------------ Our-Partner-Section  ------------------------ */
.our-partner {
  padding: 70px 0; }
  .our-partner .partner-list {
    padding-top: 60px;
    text-align: center; }
    .our-partner .partner-list .partner-item {
      text-align: center;
      margin-bottom: 30px;
      display: inline-block;
      width: 25%;
      float: left; }
      .our-partner .partner-list .partner-item a {
        cursor: default; }
      .our-partner .partner-list .partner-item img {
        max-height: 75px;
        max-width: 100%;
        padding: 15px 24px;
        filter: grayscale(100%); }
    .our-partner .partner-list .last-img img {
      max-height: 85px; }

.partner-item .partner-cont img {
  display: none; }

#partner-banner .jumbotron {
  height: 500px;
  margin-bottom: 80px; }

/*  Footer Starts */
.footer-section {
  padding: 60px 0 0;
  background: #002746; }
  .footer-section .ftr-logo-part {
    margin-bottom: 50px; }
    .footer-section .ftr-logo-part .ftr-logo-img {
      color: #fff;
      font-size: 25px;
      font-weight: 400;
      margin-bottom: 10px;
      display: inline-block;
      width: 200px; }
    .footer-section .ftr-logo-part p {
      color: #fff;
      font-weight: normal;
      font-size: 15px; }
  .footer-section .social-links {
    margin-top: 20px; }
    .footer-section .social-links li {
      float: left; }
      .footer-section .social-links li a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        line-height: 35px;
        text-align: center;
        margin-right: 20px;
        display: inline-block;
        color: #002746 !important; }
  .footer-section .contact-part ul li {
    position: relative;
    margin-bottom: 20px; }
    .footer-section .contact-part ul li:nth-child(1) {
      display: none; }
    .footer-section .contact-part ul li img {
      position: absolute;
      left: 0;
      top: 0px;
      width: 25px; }
    .footer-section .contact-part ul li .contact-list {
      padding-left: 35px; }
      .footer-section .contact-part ul li .contact-list a {
        font-size: 16px;
        font-weight: 600;
        display: block;
        color: #ffffff; }
  .footer-section .ftr-menu-list h5 {
    color: #fff;
    margin-bottom: 20px; }
  .footer-section .ftr-menu-list ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
    margin-bottom: 18px; }
  .footer-section .copy-right {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #0f3351; }
    .footer-section .copy-right p {
      font-size: 15px;
      color: #ffffff; }

/* ------------------------ Service-Section  ------------------------ */
.bg-before:before {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  position: absolute;
  left: -2px;
  top: -50px;
  z-index: 1;
  display: none;
  transform: rotate(-3deg); }

.bg-before:after {
  content: "";
  width: 100%;
  height: 80px;
  display: none;
  background-color: #ffffff;
  position: absolute;
  right: -2px;
  bottom: -39px;
  z-index: 1;
  transform: rotate(-3deg); }

.service-bg-1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none; }

.service-bg-2 {
  position: absolute;
  left: -100px;
  top: 60%;
  display: none; }

.circle-xs {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1); }

.circle-sm {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1); }

.circle-md {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1); }

.circle-lg {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1); }

.circle-xl {
  width: 125px;
  height: 125px;
  line-height: 125px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1); }

.service-section {
  padding: 70px 0;
  position: relative;
  z-index: 3; }
  .service-section .service-cont {
    margin-top: 70px;
    position: relative; }
    .service-section .service-cont .service-icon {
      position: absolute;
      overflow: hidden; }

/* ------------------------ Overview-Section  ------------------------ */
.overview-section {
  padding: 0px 0 0px 0px;
  position: relative; }
  .overview-section .bg-icon-1 {
    display: none; }
  .overview-section .bg-icon-2 {
    display: none; }
  .overview-section .bg-icon-3 {
    display: none; }
  .overview-section .overview-cont {
    padding-top: 30px; }
    .overview-section .overview-cont p {
      margin-bottom: 10px; }
    .overview-section .overview-cont .card-part {
      padding-top: 20px; }

/* ------------------------ FAQ-Section  ------------------------ */
.faq-section {
  padding: 0 0 70px 0; }
  .faq-section .faq-cont {
    padding-top: 70px; }
    .faq-section .faq-cont .video-banner {
      box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.16);
      margin-bottom: 60px; }
    .faq-section .faq-cont .card-3 a {
      width: 100%;
      padding: 30px 25px;
      font-size: 16px; }
  .faq-section .web-card-part {
    padding-top: 60px; }
    .faq-section .web-card-part h3 {
      margin-bottom: 50px; }

/* ------------------------ Testimonial-Section  ------------------------ */
.testimonial-section {
  padding: 70px 0;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden; }
  .testimonial-section .bg-icon-2 {
    display: none; }
  .testimonial-section .bg-icon-3 {
    display: none; }

#testimonial-1 {
  padding: 0px;
  width: 100%; }

#testimonial-1 .owl-item {
  margin-right: 30px !important; }

.testimonial-box {
  position: relative;
  margin-bottom: 30px; }
  .testimonial-box .test-component {
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    min-height: 320px;
    position: relative; }
    .testimonial-box .test-component h3 {
      font-size: 20px;
      font-weight: 600;
      line-height: 30px; }
    .testimonial-box .test-component:focus {
      outline: none;
      border: none; }
    .testimonial-box .test-component p {
      color: #484949;
      font-size: 18px;
      margin-bottom: 30px; }
    .testimonial-box .test-component .detail-part {
      position: absolute;
      bottom: 30px; }
      .testimonial-box .test-component .detail-part .our-img {
        width: 70px;
        height: 70px;
        position: absolute;
        left: 0;
        top: 0; }
      .testimonial-box .test-component .detail-part .our-detail {
        padding-left: 100px; }
        .testimonial-box .test-component .detail-part .our-detail h3 {
          font-size: 22px;
          margin-bottom: 0;
          font-weight: 600;
          color: #484949; }

/* ------------------------ Services-Section  ------------------------ */
.our-services-section {
  padding: 70px 0; }
  .our-services-section .bg-icon-1 {
    display: none; }
  .our-services-section .bg-icon-2 {
    display: none; }
  .our-services-section .bg-icon-3 {
    display: none; }

/* ------------------------ Solution-Section  ------------------------ */
#sub-banner-3 .banner-img img {
  position: relative;
  top: 20px;
  margin-top: 0; }

#sub-banner-3 .banner-txt {
  font-size: 45px;
  font-weight: 800;
  color: #004379;
  line-height: 1.2; }

.solution-section {
  padding: 0 0 70px 0;
  position: relative; }
  .solution-section .bg-icon-1 {
    display: none; }
  .solution-section .bg-icon-2 {
    display: none; }
  .solution-section .bg-icon-3 {
    display: none; }
  .solution-section .details-list {
    margin-bottom: 40px; }
    .solution-section .details-list h3 {
      font-size: 28px;
      margin-bottom: 30px;
      color: #484949;
      font-weight: 600; }
  .solution-section .solution-img {
    margin-bottom: 40px; }

/* ------------------------ Covid-Section  ------------------------ */
.covid-section {
  padding: 70px 0 120px; }
  .covid-section .covid-img {
    text-align: left;
    margin-bottom: 30px; }
  .covid-section .covid-cont h2 {
    color: #004379;
    margin-top: 15px; }
  .covid-section .covid-cont h4 {
    color: #004379; }

.covid-form {
  width: 90%;
  margin: 30px auto 0;
  border-radius: 12px;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 60px 20px; }
  .covid-form h3 {
    color: #004379;
    margin-bottom: 40px; }
  .covid-form .needs-validation {
    width: 80%;
    margin: 0 auto; }
  .covid-form #submit-btn {
    padding: 8px 40px;
    margin-top: 10px; }

#covid-banner .jumbotron {
  padding-bottom: 0; }

#covid-banner .jumbotron .banner-cont .dark br {
  display: none; }

#covid-banner .jumbotron:after {
  display: none; }

/* ------------------------ Inner-Banner-Section  ------------------------ */
.inner-banner .inner-banner-cont h2 {
  color: #004379; }

.inner-banner .inner-banner-cont p {
  color: #004379;
  font-size: 26px; }

.inner-banner-1 .inner-banner-cont h2 {
  color: #004379; }

.inner-banner-1 .inner-banner-cont p {
  color: #004379;
  font-size: 26px;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.inner-banner-1 .jumbotron {
  padding: 50px 0;
  height: auto; }
  .inner-banner-1 .jumbotron img {
    box-shadow: none; }
  .inner-banner-1 .jumbotron:after {
    height: 250px; }

.inner-banner-2 .inner-banner-cont h2 {
  color: #004379;
  font-size: 45px; }

.inner-banner-2 .inner-banner-cont .alert {
  width: 400px;
  margin: auto;
  text-align: center;
  display: block;
  margin-bottom: 20px; }

.inner-banner-2 .jumbotron {
  padding: 50px 0;
  height: 500px; }
  .inner-banner-2 .jumbotron img {
    box-shadow: none; }
  .inner-banner-2 .jumbotron:after {
    height: 350px; }

.inner-banner-3 .banner-cont h2 {
  color: #004379;
  font-size: 45px; }

.inner-banner-3 .banner-cont p {
  color: #004379;
  font-size: 25px; }

.inner-banner-3 .jumbotron img {
  box-shadow: none;
  margin-top: 0px;
  max-width: 100%; }

.inner-banner-3 .jumbotron:after {
  height: 270px;
  z-index: 3;
  display: none; }

#join-banner p {
  font-size: 25px;
  color: #004379;
  margin-bottom: 20px; }

#join-banner .jumbotron {
  height: 650px; }
  #join-banner .jumbotron:after {
    height: 245px; }

/* ------------------------ Team-Section  ------------------------ */
.team-section {
  padding: 70px 0 0;
  position: relative; }
  .team-section .bg-icon-1 {
    display: none; }
  .team-section .bg-icon-2 {
    display: none; }
  .team-section .bg-icon-3 {
    display: none; }

.team-card {
  text-align: center;
  margin-bottom: 50px; }
  .team-card .card-img {
    width: 244px;
    height: 244px;
    line-height: 1;
    border-radius: 50%; }
    .team-card .card-img img {
      filter: grayscale(100%);
      width: 244px;
      height: 244px;
      border-radius: 50%; }
  .team-card:hover .card-img img {
    filter: grayscale(0); }
  .team-card .card-cont {
    padding: 15px 0; }
    .team-card .card-cont a {
      color: #004379;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 5px;
      display: block;
      text-transform: uppercase; }
    .team-card .card-cont span {
      font-size: 18px;
      font-weight: normal;
      color: #004379; }
  .team-card:hover .card-cont a {
    color: #000; }
  .team-card:hover .card-cont span {
    color: #000; }

.client-section {
  padding-bottom: 70px; }
  .client-section .client-list .client-item {
    float: left;
    width: 50%; }
    .client-section .client-list .client-item:last-child {
      float: none;
      width: 50%;
      margin: 0 auto; }

.team-modal-box .modal-content {
  padding: 20px;
  text-align: left; }

.team-modal-box .modal-dialog {
  max-width: 700px;
  border-radius: 10px; }

.team-modal-box .modal-head {
  position: relative;
  margin-bottom: 20px; }
  .team-modal-box .modal-head .modal-team-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%; }
    .team-modal-box .modal-head .modal-team-img img {
      border-radius: 50%;
      width: 100px;
      height: 100px; }
  .team-modal-box .modal-head .modal-team-cont {
    padding-left: 120px;
    padding-top: 30px; }
    .team-modal-box .modal-head .modal-team-cont h3 {
      color: #004379;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase; }
    .team-modal-box .modal-head .modal-team-cont span {
      color: #004379; }
  .team-modal-box .modal-head .close {
    opacity: 1;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    border: 1px solid #707070;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 20px; }
    .team-modal-box .modal-head .close:focus {
      outline: none; }

.team-modal-box .modal-body {
  padding: 20px 0; }
  .team-modal-box .modal-body p {
    font-size: 18px;
    font-weight: 400;
    color: #2D2F30;
    line-height: 35px; }

/* ------------------------ Event-Section  ------------------------ */
.event-section {
  position: relative;
  padding: 70px 0; }
  .event-section .alert {
    width: 80%;
    margin: 0 auto 40px; }
  .event-section .bg-icon-1 {
    display: none; }
  .event-section .bg-icon-2 {
    display: none; }
  .event-section .bg-icon-3 {
    display: none; }

.event-card {
  margin-bottom: 40px; }
  .event-card .event-card-cont {
    padding: 25px 0; }
    .event-card .event-card-cont .card-title {
      font-size: 18px;
      font-weight: 600;
      color: #004379; }
    .event-card .event-card-cont .card-sub-title {
      font-size: 16px;
      color: #004379;
      font-weight: normal; }
    .event-card .event-card-cont span {
      font-size: 15px;
      font-weight: 500;
      color: #959595;
      display: block;
      margin-bottom: 20px; }
    .event-card .event-card-cont .sub-name {
      font-size: 18px;
      font-weight: 600;
      color: #484949;
      margin-bottom: 0px; }
    .event-card .event-card-cont .detail {
      font-size: 16px;
      font-weight: 500;
      color: #484949; }

/* ------------------------ News-Section  ------------------------ */
#news-banner {
  height: auto; }

.news-section {
  padding: 70px 0 70px; }

.news-card {
  display: block;
  margin-bottom: 40px; }
  .news-card .news-card-cont {
    padding: 25px 0;
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .news-card .news-card-cont .card-title {
      font-size: 18px;
      font-weight: 600;
      color: #004379;
      line-height: 30px;
      margin-bottom: 20px; }
    .news-card .news-card-cont .badge-outline {
      border-width: 2px;
      font-size: 16px;
      font-weight: 600; }

#testimonial-banner .jumbotron {
  padding-bottom: 0; }

#testimonial-banner .jumbotron:after {
  display: none; }

.testimonial-section-1 {
  padding: 70px 0;
  background-color: #ffffff; }
  .testimonial-section-1 .testimonial-list {
    width: 100%;
    margin-top: 0; }

.testimonial-card {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 40px;
  height: 100%; }
  .testimonial-card .testimonial-cont {
    padding: 35px 30px 0px 30px; }
    .testimonial-card .testimonial-cont a {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 2px;
      color: #555;
      display: block;
      margin-bottom: 15px;
      padding-right: 5px;
      text-transform: uppercase; }
      .testimonial-card .testimonial-cont a .card-line {
        display: inline-block;
        width: 80px;
        height: 1px;
        background-color: #555;
        margin-right: -200px;
        margin-left: 5px; }
    .testimonial-card .testimonial-cont p {
      color: #004379;
      font-size: 18px;
      font-weight: 500;
      line-height: 30px; }
    .testimonial-card .testimonial-cont .more-btn {
      font-weight: 500;
      text-transform: capitalize;
      margin-top: 20px;
      display: inline-block;
      letter-spacing: normal;
      font-size: 17px; }

.knowledgebase-section {
  padding: 70px 0 70px; }
  .knowledgebase-section .knowledgebase-list {
    padding-top: 30px; }
  .knowledgebase-section .search-part {
    width: 600px;
    margin: auto; }
    .knowledgebase-section .search-part .search-box-1 {
      width: 600px; }

.knowledgebase-card {
  padding: 30px 15px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  text-align: center;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  height: 250px; }
  .knowledgebase-card:hover {
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.25); }
  .knowledgebase-card a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #484949;
    margin-bottom: 15px; }
  .knowledgebase-card p {
    margin-bottom: 25px; }
  .knowledgebase-card span {
    font-size: 15px;
    font-weight: 600;
    color: #484949; }

.benefits-section {
  padding: 70px 0; }

.guide-section {
  padding: 70px 0 70px 0;
  position: relative; }
  .guide-section .bg-icon-1 {
    display: none; }
  .guide-section .bg-icon-2 {
    display: none; }
  .guide-section .bg-icon-3 {
    display: none; }
  .guide-section .guide-cont p {
    font-size: 17px; }
  .guide-section .guide-cont .question-list {
    margin-top: 20px; }
    .guide-section .guide-cont .question-list h4 {
      line-height: 1.7; }
  .guide-section .guide-cont h4 {
    color: #4d4c4c;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 50px; }
  .guide-section .guide-cont .guide-item {
    background-color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    height: 100%; }
    .guide-section .guide-cont .guide-item .guide-content {
      padding: 30px 20px; }
      .guide-section .guide-cont .guide-item .guide-content h3 {
        color: #4d4c4c;
        font-weight: 600; }
      .guide-section .guide-cont .guide-item .guide-content p {
        margin-bottom: 30px; }
      .guide-section .guide-cont .guide-item .guide-content .guide-download-btn {
        color: #3572b7;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600; }
  .guide-section .guide-cont .question-part {
    width: 300px;
    margin: auto;
    text-align: center;
    padding-top: 50px; }
    .guide-section .guide-cont .question-part img {
      margin-bottom: 20px;
      display: none; }
    .guide-section .guide-cont .question-part p {
      margin-bottom: 30px; }
    .guide-section .guide-cont .question-part .btn {
      padding: 6px 35px;
      margin-left: 15px; }

.product-section {
  padding: 30px 0 70px;
  position: relative; }
  .product-section .bg-icon-1 {
    display: none; }
  .product-section .bg-icon-2 {
    display: none; }
  .product-section .bg-icon-3 {
    display: none; }
  .product-section .title-card h3 {
    font-size: 32px;
    color: #484949;
    font-weight: 500; }
    .product-section .title-card h3 br {
      display: none; }
  .product-section .arrow-img {
    margin-top: 50px;
    display: none; }

.form-section {
  border-radius: 12px;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 50px  60px; }
  .form-section .form-part h3 {
    font-size: 28px;
    color: #004379;
    font-weight: 800; }
  .form-section .form-part .form-row {
    width: 70%; }

.partner-section {
  padding: 30px 0 70px 0; }

.partner-item {
  margin-bottom: 40px; }
  .partner-item .partner-cont img {
    margin-bottom: 20px; }

.support-section {
  padding: 70px 0 70px; }
  .support-section .support-title p {
    font-family: Georgia;
    font-size: 19px;
    color: #484949;
    font-weight: normal;
    font-style: italic; }
  .support-section .support-cont-part {
    padding-top: 20px;
    padding-bottom: 30px; }
    .support-section .support-cont-part h4 {
      font-size: 22px;
      font-weight: 600;
      color: #004379; }
    .support-section .support-cont-part p {
      color: #484949;
      font-size: 17px; }
  .support-section .support-lt-part {
    background-color: #29004d;
    padding: 20px;
    color: #ffffff;
    height: 100%;
    margin-bottom: 50px; }
    .support-section .support-lt-part p {
      color: #ffffff; }
    .support-section .support-lt-part .support-part {
      padding: 15px 0; }
      .support-section .support-lt-part .support-part h3 {
        color: #fff; }
      .support-section .support-lt-part .support-part a {
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        display: inline-block;
        text-decoration: none;
        border-bottom: solid 1px; }

#sub-banner-1 .jumbotron img {
  margin-top: 0; }

#sub-banner-1 .banner-cont img {
  box-shadow: none;
  width: 450px;
  margin: 0; }

#sub-banner-1 .banner-cont p {
  color: #004379;
  font-size: 40px;
  line-height: 1.3; }

#sub-banner-1 .banner-img img {
  margin-top: 0;
  top: 10px; }

#sub-banner-1 .jumbotron:after {
  z-index: 5; }

#guide-banner .jumbotron {
  height: auto; }

#guide-banner .jumbotron:after {
  display: none; }

#knowledgebase-banner .jumbotron {
  height: auto; }
  #knowledgebase-banner .jumbotron:after {
    display: none; }

.fade-overlay {
  display: none; }

.videos {
  display: none; }

.close-btn {
  display: none; }

.light-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -180px;
  max-width: 600px;
  max-height: 360px;
  z-index: 1002;
  overflow: visible; }

.fade-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.84);
  right: 0;
  z-index: -1; }

.nav-tabs {
  border: none; }

.card-5 a {
  font-size: 15px;
  color: #000;
  cursor: default; }

.header-section .dropdown-menu .dropdown-items small {
  color: #ff9f00; }

.banner-section .video-banner .video-banner-img .video-banner-btn {
  z-index: 10; }

.faq-list-1 {
  height: 480px;
  overflow-y: scroll; }

.faq-list-1 .nav-tabs {
  padding-right: 10px;
  padding-left: 10px; }

/* Let's get this party started */
.faq-list-1::-webkit-scrollbar {
  width: 8px; }

/* Track */
.faq-list-1::-webkit-scrollbar-track {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* Handle */
.faq-list-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #cacaca;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px; }

.faq-list-1::-webkit-scrollbar-thumb:window-inactive {
  background: #cacaca; }

.tab-content-1 .solution-img {
  width: 100%;
  margin: auto; }

.feature-card-1 {
  margin: auto; }

.library-section {
  padding: 60px 0 100px; }
  .library-section .library-content .library-item {
    background: #ffffff;
    padding: 20px 25px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    color: #004379;
    display: block;
    font-weight: 400; }
    .library-section .library-content .library-item h4 {
      margin: 0;
      font-weight: 400; }
    .library-section .library-content .library-item a {
      display: inline-block;
      color: #004379;
      font-size: 20px;
      padding: 0 10px; }
    .library-section .library-content .library-item i {
      color: #004379; }
  .library-section .library-list strong {
    color: #5b5c5e;
    font-weight: 500;
    font-size: 18px; }
  .library-section .library-list .card-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px; }
  .library-section .library-list span {
    font-size: 14px; }
  .library-section .library-list .news-card {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    min-height: 350px; }
    .library-section .library-list .news-card .news-card-cont {
      padding: 10px 15px;
      position: relative; }
      .library-section .library-list .news-card .news-card-cont:after {
        font-family: 'IcoFont' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        line-height: 1;
        content: "\ef08";
        position: absolute;
        right: 15px;
        top: 10px;
        color: #5b5c5e;
        font-size: 20px; }

.knowledgebase-tabs .nav-tabs .nav-link {
  border: none;
  border-bottom: 5px solid #ffffff;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 600;
  color: #000; }

.knowledgebase-tabs .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 5px solid #004379;
  color: #004379; }

.knowledgebase-tabs .video-tab-section {
  padding-top: 60px; }
  .knowledgebase-tabs .video-tab-section .video-tab-item {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 0 20px;
    align-items: left;
    margin-bottom: 30px;
    display: block;
    min-height: 380px;
    position: relative; }
    .knowledgebase-tabs .video-tab-section .video-tab-item .video-title {
      font-size: 20px;
      color: #000;
      margin-top: 10px;
      line-height: 26px;
      font-weight: 600;
      margin: 0;
      text-align: left; }
    .knowledgebase-tabs .video-tab-section .video-tab-item .minutes i {
      margin-right: 5px;
      color: #838383; }
    .knowledgebase-tabs .video-tab-section .video-tab-item .video-btn {
      text-transform: uppercase;
      margin-top: 10px;
      background: #004379;
      color: #ffffff;
      padding: 8px 14px;
      position: absolute;
      bottom: 30px; }

.blog-card {
  box-shadow: none;
  background: #f7f7f7;
  min-height: 550px; }
  .blog-card .news-card-img {
    height: 250px;
    overflow: hidden; }
    .blog-card .news-card-img img {
      width: 100%;
      height: 100%; }
  .blog-card .blog-detail {
    background: #f7f7f7;
    display: inline-block;
    padding: 30px 0 15px; }
    .blog-card .blog-detail span {
      font-size: 14px;
      font-weight: 500; }
  .blog-card .card-title {
    margin-top: 0 !important;
    margin-bottom: 20px !important; }
  .blog-card .blog-date {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block; }
  .blog-card .blog-content-part {
    box-shadow: none;
    padding-top: 0;
    background: #f7f7f7; }
  .blog-card .blog-content p {
    color: #838383; }

.faq-list .nav-tabs .nav-link {
  border-radius: 7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: block;
  width: 100%;
  padding: 25px 20px;
  color: #484949;
  font-size: 18px;
  margin-bottom: 25px;
  border: none;
  background-color: #ffffff; }
  .faq-list .nav-tabs .nav-link.active {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3); }

.footer-section .social-links li:nth-child(2) {
  display: none; }

.footer-section .copy-right p a {
  color: #ffffff; }

.covid-link {
  display: none !important; }

.join-link small {
  display: none !important; }

.case-studies-section {
  padding: 0px 0 50px 0; }
  .case-studies-section .case-content h3 {
    font-size: 24px;
    font-weight: 500; }

.partner-part .partner-list .partner-item {
  margin-bottom: 10px; }
  .partner-part .partner-list .partner-item img {
    padding: 15px 0;
    max-height: 125px; }
    .partner-part .partner-list .partner-item img:last-child {
      max-height: 125px; }

.case-section {
  text-align: center;
  background-color: #e9f1f7;
  padding: 90px 0;
  margin-bottom: 50px; }
  .case-section .case-cont {
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    position: relative; }
    .case-section .case-cont h3 {
      color: #000000;
      font-size: 25px;
      line-height: 40px;
      font-family: 'Segoe Script';
      padding-top: 40px;
      position: relative;
      display: inline-block; }
      .case-section .case-cont h3 i {
        font-size: 35px;
        color: #004379; }
      .case-section .case-cont h3 .icofont-quote-left {
        position: relative;
        top: -10px; }
      .case-section .case-cont h3 .icofont-quote-right {
        margin-left: 10px; }
    .case-section .case-cont span {
      font-size: 25px;
      font-weight: 500;
      display: block;
      text-align: right;
      font-style: italic; }

#dropdown-item-5 a:last-child {
  display: none; }

#dropdown-item-3 {
  display: none; }

#dropdown-item-4 a:last-child {
  display: none; }

#dropdown-item-5 {
  display: none; }

.header-section .dropdown-menu-2 {
  min-width: 250px; }

.header-section .dropdown-menu-3 {
  min-width: 200px; }

.header-section .dropdown-menu-4 {
  min-width: 350px; }

.erp-systems-tab .nav-link {
  box-shadow: none !important;
  margin-bottom: 10px !important;
  padding: 20px !important;
  line-height: 30px; }

.erp-systems-tab .nav-link img {
  margin-right: 5px; }

.erp-systems-list li {
  margin-bottom: 40px !important; }

.service-now-img img {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px; }

.home-banner-section {
  background: url("../images/home-banner.gif") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative; }
  .home-banner-section .banner-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 66;
    left: auto;
    width: 800px; }
    .home-banner-section .banner-cont h1 {
      font-size: 70px;
      font-weight: 700;
      color: #ffffff;
      display: block;
      line-height: 1;
      margin-bottom: 0; }
    .home-banner-section .banner-cont span {
      font-size: 70px;
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 10px;
      display: inline-block; }
    .home-banner-section .banner-cont p {
      font-size: 22px;
      color: #ffffff;
      margin-bottom: 30px; }
    .home-banner-section .banner-cont .search-box {
      width: 500px;
      height: 48px;
      position: relative; }
    .home-banner-section .banner-cont .search-box .form-control {
      font-size: 16px;
      font-weight: 300;
      color: #acacac;
      height: 100%;
      padding-right: 170px;
      border-radius: 0;
      border: none;
      background-color: #ffffff; }
    .home-banner-section .banner-cont .search-box .form-control:focus {
      border: none; }
    .home-banner-section .banner-cont .search-box .search-btn {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      border-radius: 0;
      border: none;
      font-weight: 400;
      background-color: #FF9F00; }
    .home-banner-section .banner-cont .search-box .search-btn:focus {
      background: #FF9F00; }

.was-validated .form-control:invalid {
  background: none; }

.was-validated .form-control:valid {
  background: none; }

.was-validated .form-control:invalid:focus {
  box-shadow: none; }

.was-validated .form-control:valid:focus {
  box-shadow: none; }

.form-control:focus {
  background-color: #ffffff; }

.banner-cont .contact-msg {
  width: 350px; }

.copy-rt-part a {
  color: #ffffff; }

.copy-rt-part span {
  color: #ffffff; }

#dropdown-item-1 .dropdown-list {
  margin-bottom: 40px; }
  #dropdown-item-1 .dropdown-list:last-child {
    margin-bottom: 30px; }

#dropdown-item-2 a {
  margin-bottom: 0;
  padding: 7px 10px; }

.reg-mark {
  font-size: 30px;
  top: 5px;
  color: #8d8d8d; }

.ftr-menu-list .reg-mark {
  font-size: 25px; }

.testimonial-section-inner {
  padding: 40px 0; }
  .testimonial-section-inner .testimonial-box {
    margin: 0; }

#testimonial-2 .item {
  width: 600px;
  margin: auto; }
  #testimonial-2 .item .test-component {
    min-height: 150px;
    text-align: center;
    background: transparent;
    box-shadow: none;
    position: relative;
    padding: 30px; }
    #testimonial-2 .item .test-component p {
      font-size: 25px;
      font-weight: 500;
      padding-top: 20px;
      line-height: 40px; }
    #testimonial-2 .item .test-component:before {
      content: "\efcd";
      font-family: 'IcoFont' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      line-height: 1;
      position: absolute;
      left: -20px;
      top: 0;
      font-size: 35px;
      color: #004379; }
    #testimonial-2 .item .test-component:after {
      content: "\efce";
      font-family: 'IcoFont' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      line-height: 1;
      position: absolute;
      right: 50px;
      bottom: 30px;
      font-size: 35px;
      color: #004379; }

#testimonial-2 .owl-nav {
  position: absolute;
  bottom: 0px;
  right: 330px; }
  #testimonial-2 .owl-nav .owl-next {
    background: none;
    box-shadow: none;
    right: -30px;
    font-size: 30px;
    color: #004379; }
  #testimonial-2 .owl-nav .owl-prev {
    background: none;
    box-shadow: none;
    font-size: 30px;
    color: #004379; }

.dropdown-items .dropdown-title {
  color: #004379;
  margin-bottom: 10px !important;
  font-weight: 400;
  border-bottom: 1px solid #484949; }

#dropdown-item-4 a {
  margin-bottom: 10px;
  padding: 7px 10px; }

#dropdown-item-5 a {
  margin-bottom: 10px;
  padding: 7px 10px; }

#dropdown-item-6 a {
  margin-bottom: 10px;
  padding: 7px 10px; }

#dropdown-item-7 a {
  margin-bottom: 10px;
  padding: 7px 10px; }

#dropdown-item-8 a {
  margin-bottom: 10px;
  padding: 7px 10px; }

.case-card {
  min-height: 250px; }

.main-content-section {
  padding: 80px 0; }
  .main-content-section .content-list .content-item {
    margin-bottom: 30px; }
    .main-content-section .content-list .content-item h3 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 10px; }

#smartWidget0 .srJobList .srJobListTitles * {
  background-color: #06487c !important;
  color: #fff !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 15px !important; }

#smartWidget0 .srJobList .srJobListJobOdd td {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px; }

#smartWidget0 .srJobList .srJobListJobEven td {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px; }

.active-link {
  border-bottom: 2px solid #FF9F00;
  position: relative; }

.card-5 .card-title {
  font-size: 18px;
  font-weight: 600; }

@media (min-width: 992px) {
  p {
    font-size: 15px; }
  .header-section {
    padding: 0; }
  .card-1 .card-title {
    font-size: 17px; }
  .web-card .card-body {
    padding: 0;
    padding-left: 15px;
    padding-top: 5px; }
    .web-card .card-body span {
      font-size: 14px; }
    .web-card .card-body h4 {
      font-size: 16px; }
  .faq-section .faq-cont .video-banner {
    margin-bottom: 0; }
  .bg-before:before {
    display: block; }
  .bg-after:after {
    display: block; }
  .our-services-section .service-list {
    width: 800px;
    margin: auto; }
  .covid-section .covid-img {
    text-align: right; }
  .inner-banner .inner-banner-cont {
    width: 860px;
    margin: auto;
    padding-bottom: 50px; }
  .team-section .team-list {
    width: 900px;
    margin: auto; }
  .client-section .client-list .client-item {
    width: 20%; }
  .client-section .client-list .client-item:last-child {
    width: 20%;
    float: left; }
  .center-card {
    margin-top: -150px; }
  .knowledgebase-section .search-part {
    width: 700px;
    margin: auto; }
  .inner-banner-4 .inner-banner-cont {
    width: 850px;
    margin: auto; }
  .product-section .title-card h3 br {
    display: block; }
  .form-section {
    width: 900px;
    margin: auto; }
  .form-section .form-part h3 {
    width: 80%; }
  .support-section .support-cont {
    width: 95%;
    margin: auto; }
  #join-banner p {
    width: 800px;
    margin: auto;
    margin-bottom: 20px; }
  .inner-banner-3 .jumbotron .jumbotron img {
    max-width: 100%; }
  .inner-banner-3 .jumbotron:after {
    display: none; }
  .benefits-section {
    padding: 0 0  70px 0; }
  #covid-banner .jumbotron img {
    z-index: 0; }
  #covid-banner .jumbotron:after {
    display: none; }
  #covid-banner .jumbotron {
    padding-bottom: 0px;
    padding-top: 0; }
  #sub-banner-2 .jumbotron {
    height: 700px; }
  #sub-banner-2 .jumbotron:after {
    display: block;
    height: 250px;
    z-index: 5;
    width: 200%; }
  #guide-banner .jumbotron {
    height: 530px; }
  #guide-banner .jumbotron:after {
    height: 250px;
    display: none; }
  #productsheet-banner .jumbotron {
    height: auto; }
    #productsheet-banner .jumbotron:after {
      height: 230px;
      display: none; }
  #knowledgebase-banner .jumbotron {
    height: 500px; }
    #knowledgebase-banner .jumbotron:after {
      height: 230px;
      display: none; }
  .service-section .service-cont {
    display: block; }
  .header-section .navbar-brand {
    width: 130px; }
  .header-section .navbar .navbar-nav .nav-link {
    font-size: 13px; }
  .header-section .btn.btn-primary {
    font-size: 12px; }
  .card-5 a {
    font-size: 18px;
    font-weight: 600; }
  .library-section .library-content {
    width: 800px;
    margin: auto; }
  .footer-section .social-links li a {
    font-size: 20px; }
  .header-section .dropdown-menu {
    top: 65px; }
  .faq-list-1 {
    height: 270px; }
  .header-section .dropdown-menu .dropdown-items .dropdown-list p {
    margin-bottom: 0; }
  #sub-banner-1 .jumbotron:after {
    display: none; } }

@media (min-width: 1200px) {
  p {
    font-size: 17px; }
  .tab-content-1 .solution-img {
    width: 90%; }
  .faq-list-1 {
    height: 400px; }
  .card-1 .card-title {
    font-size: 18px; }
  .header-section .container-fulid {
    max-width: 95%;
    margin: auto; }
  .header-section .navbar-brand {
    width: 160px; }
  .header-section .navbar .navbar-nav .nav-link {
    font-size: 14px; }
  .header-section .btn.btn-primary {
    font-size: 14px; }
  .jumbotron:after {
    display: none; }
  .jumbotron .banner-cont h1 {
    font-size: 60px;
    font-weight: 300; }
  .feature-section .bg-icon-2 {
    top: 50%; }
  .feature-section .bg-icon-3 {
    top: 50%; }
  .title-card p {
    width: 800px;
    margin: auto; }
  .header-section .dropdown-menu {
    display: inline;
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px); }
  .header-section .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .search-box {
    height: 48px; }
  .bg-before:before {
    display: block; }
  .bg-after:after {
    display: block; }
  .service-section .service-cont {
    display: block;
    width: 960px;
    margin: 70px auto 0; }
  .knowledgebase-card {
    height: 220px; }
  .banner-scale {
    width: 95%;
    margin: auto;
    border: solid 6px #535353;
    border-radius: 14px 14px 0 0; }
    .banner-scale video {
      border-radius: 9px 9px 0 0; }
  .banner-scale:after {
    content: "";
    position: absolute;
    bottom: -17px;
    width: 100%;
    margin-left: 6%;
    background: #e0e0e0;
    height: 25px;
    left: -40px;
    z-index: 11;
    border-radius: 14px 14px 0 0; }
  .card-1 {
    min-height: 280px; }
  .feature-card-1 .col-xl-3 {
    max-width: 25%; }
  .card-1 img {
    width: auto;
    height: auto; }
  .team-section .team-list {
    width: 1200px; }
  .header-section .dropdown-menu {
    top: 65px; }
  #home-banner .jumbotron .banner-cont {
    width: 90%;
    margin: auto; }
  .testimonial-list {
    width: 95%;
    margin: auto;
    margin-top: 100px; }
  .inner-banner-1 .jumbotron:after {
    display: none; } }

@media (min-width: 1300px) {
  .header-section .navbar-brand {
    width: 230px; }
  .header-section .navbar .navbar-nav .nav-link {
    font-size: 16px; }
  .header-section .btn.btn-primary {
    font-size: 16px; }
  .container {
    max-width: 1200px; }
  .header-section .dropdown-menu.dropdown-menu-1 {
    margin: auto;
    min-width: 40%;
    max-width: 65%; }
  .our-partner .partner-list {
    width: 90%;
    margin: auto; }
    .our-partner .partner-list .partner-item {
      width: 25%; }
  #support-banner .jumbotron {
    height: 430px; }
  #support-msg {
    width: 500px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1200px; } }

@media (max-width: 1200px) {
  .jumbotron:after {
    display: none; }
  .video-banner .video-banner-img:after {
    width: 100%;
    margin-left: 7%;
    bottom: -10px; }
  #support-msg {
    width: 500px; }
  #testimonial-2 .owl-nav {
    bottom: -30px;
    right: 190px; }
  .inner-banner-1 .jumbotron:after {
    display: none; }
  #dropdown-part-3 {
    margin-bottom: 30px; }
  .footer-section .ftr-logo-part p {
    font-size: 14px; }
  .footer-section .ftr-menu-list ul li a {
    font-size: 14px; }
  #testimonial-1 .test-component {
    min-height: 380px; }
  #testimonial-1 .owl-nav {
    position: absolute;
    right: 0;
    bottom: -50px; }
  #testimonial-1 .owl-nav .owl-next {
    right: 10px; }
  #testimonial-1 .owl-nav .owl-prev {
    left: -130px; }
  .faq-list-1 {
    height: 400px; }
  .our-partner .partner-list .partner-item {
    width: 25%; }
  #support-banner .jumbotron {
    height: auto;
    padding-bottom: 0;
    padding-top: 70px; }
  .library-section .library-list .news-card {
    min-height: 365px; } }

@media (max-width: 760px) {
  h3 {
    font-size: 25px; }
  .header-section .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden; }
  .search-box .form-control {
    font-size: 13px;
    padding-right: 130px; }
  .search-box .search-btn {
    font-size: 14px;
    padding: 10px; }
  .jumbotron .banner-cont .search-box {
    width: 300px; }
  #sub-banner-1 .banner-cont img {
    width: 300px;
    margin: 0; }
  #sub-banner-1 .banner-cont p {
    font-size: 30px; }
  .faq-section-1 .faq-cont-part {
    width: 100%; }
  .faq-section .web-card-part h3 {
    font-size: 25px; }
  .inner-banner-3 .banner-cont h2 {
    font-size: 30px; }
  .inner-banner-3 .banner-cont p {
    font-size: 20px; }
  .inner-banner-3 .jumbotron img {
    max-width: 100%; }
  .inner-banner-1 .inner-banner-cont p {
    font-size: 20px; }
  .c2a-section .btn-white {
    margin-bottom: 20px; }
  .inner-banner-2 .inner-banner-cont .alert {
    width: 100%; }
  .form-section {
    padding: 30px 20px; }
  .form-section .form-part h3 {
    font-size: 24px; }
  .form-section .form-part .form-row {
    width: 100%; }
  .inner-banner-2 .inner-banner-cont h2 {
    font-size: 35px; }
  .ftr-logo-part p br {
    display: none; }
  #testimonial-2 .item {
    width: 100%; }
  #testimonial-2 .owl-nav {
    right: 50px; }
  #testimonial-2 .item .test-component:before {
    left: 0; }
  #dropdown-part-3 {
    margin-bottom: 30px; }
  .home-banner-section .banner-cont {
    width: 100%; }
  .home-banner-section .banner-cont h1 {
    font-size: 45px; }
  .home-banner-section .banner-cont span {
    font-size: 45px; }
  .home-banner-section .banner-cont .search-box {
    width: 330px; }
  .service-section {
    height: auto;
    min-height: auto;
    padding-top: 50px; }
  .our-partner .partner-list .partner-item {
    width: 50%; }
  .our-partner .partner-list .partner-item img {
    max-height: 60px; }
  .our-partner-1 .partner-list .partner-item {
    width: 33%; }
  .our-partner-1 .partner-list .partner-item img {
    max-height: 50px; }
  .testimonial-box .test-component {
    min-height: 500px; }
  #testimonial-1 .owl-nav {
    position: absolute;
    right: 0;
    bottom: -20px; }
  #testimonial-1 .owl-nav .owl-next {
    right: 10px; }
  #testimonial-1 .owl-nav .owl-prev {
    left: -130px; }
  .faq-list-inner {
    margin-top: 20px; }
  .testimonial-card {
    height: auto; }
  .guide-section .guide-cont .guide-item {
    height: auto; }
  .support-section .support-lt-part {
    height: auto; } }

@media (max-width: 992px) {
  #testimonial-2 .owl-nav {
    right: 100px;
    bottom: 0; }
  #sub-banner-1 .jumbotron:after {
    display: none; }
  #sub-banner-1 .jumbotron {
    margin-bottom: 70px; }
  .faq-section-1 .faq-cont-part {
    width: 100%; }
  #dropdown-item-1 .dropdown-list {
    margin-bottom: 0; }
  #dropdown-part-3 {
    margin-bottom: 30px; }
  #testimonial-1 .owl-nav {
    position: absolute;
    right: 0;
    bottom: -20px; }
  #testimonial-1 .owl-nav .owl-next {
    right: 10px; }
  #testimonial-1 .owl-nav .owl-prev {
    left: -130px; }
  .faq-list-inner {
    margin-top: 20px; }
  .testimonial-card {
    height: auto; }
  .guide-section .guide-cont .guide-item {
    height: auto;
    min-height: 460px; }
  .support-section .support-lt-part {
    height: auto; } }
