/* [Core Stylesheet - 1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&family=Source+Sans+3:wght@300;400;600;700&display=swap");
/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Inter", sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"Inter", sans-serif;
  color: #000000;
  line-height: 1.3;
  font-weight: 700; }
p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}
.padng_btm{padding-bottom:40px;}
a,
a:hover,
a:focus {
/*   -webkit-transition-duration: 500ms;
  transition-duration: 500ms; */
  text-decoration: none;
/*   outline: 0 solid transparent; */
/*   color: #000000;
  font-weight: 700;
  font-size: 16px; */
}
/*nav*/
.navbar-nav > li > a{padding-top:0;padding-bottom:0}
.mainmenu{background-color:transparent;border-color:transparent;margin-bottom:0;border:0!important}
.navbar-nav > li:last-child > a{padding-right:0;margin-right:0}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.navbar-nav .show .dropdown-menu > li > a{padding:16px 15px 16px 25px;}
.header_bottom{background:#0D47A1}
.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a, .header_area .header_bottom .mainmenu ul li a {color:#000;font-size:16px;text-transform:capitalize;padding:16px 15px;font-family:'Roboto',sans-serif;display: block !important;}
.header_area .mainmenu .active a,.header_area .mainmenu .active a:focus,.header_area .mainmenu .active a:hover,.header_area .mainmenu li a:hover,.header_area .mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;background:  #2a5bf6;outline: 0;}
/* =========================================
   MAIN MENU
========================================= */

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.mainmenu {
    background: none;
    border: 0 !important;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}


/* =========================================
   DROPDOWN
========================================= */

.mainmenu .collapse ul > li:hover > a {
    background: rgba(42,91,246,1);
    color: #fff;
}

.mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
    background: #2a5bf6;
}

.mainmenu .collapse ul ul ul > li:hover > a {
    background: #2a5bf6;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    color: #333;
    padding: 10px;
    border: 1px solid #e9e9e9;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #fff;
    border: 1px solid #e9e9e9;
}

ul.dropdown-menu a {
    color: #333;
    font-size: 16px;
    padding: 10px !important;
    display: block;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0.15em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}


/* =========================================
   DESKTOP MENU - 768px AND ABOVE
========================================= */

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

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: end;
    }

    .mainmenu .collapse ul li:hover > ul {
        display: block;
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
    }

    .mainmenu .collapse ul ul li {
        position: relative;
    }

    .mainmenu .collapse ul ul li:hover > ul {
        display: block;
    }

    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none;
    }

    .mainmenu .collapse ul ul ul li {
        position: relative;
    }

    .mainmenu .collapse ul ul ul li:hover > ul {
        display: block;
    }

    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1;
    }

    .navbar-expand-sm .navbar-collapse {
        justify-content: flex-end;
    }
}


/* =========================================
   MOBILE MENU - 767px AND BELOW
   LOGO LEFT + TOGGLE RIGHT
========================================= */

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

    /* =====================================
       HEADER
    ===================================== */

    .ve-header {
        position: relative !important;
        width: 100% !important;
        overflow: visible !important;
    }

    .ve-header > .container {
        width: 100% !important;
/*         max-width: 100% !important; */
        max-width: 540px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;

        margin: 0 auto!important;
    }

    .ve-header .row {
        display: flex !important;
        flex-wrap: nowrap !important;

        align-items: center !important;
        justify-content: space-between !important;

        width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        position: relative !important;
    }


    /* =====================================
       LOGO - LEFT
    ===================================== */

    .ve-header .row > .col-md-3 {
        width: auto !important;
        max-width: calc(100% - 65px) !important;

        flex: 1 1 auto !important;

        padding: 0 !important;
        margin: 0 !important;

        float: none !important;
    }

    .ve-header .ve-logo {
        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .ve-header .ve-logo a {
        display: block !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .ve-header .ve-logo img {
        display: block !important;

        width: auto !important;
        max-width: 210px !important;

        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =====================================
       NAV COLUMN - RIGHT
    ===================================== */

    .ve-header .row > .col-md-9 {
        width: 50px !important;
        max-width: 50px !important;

        flex: 0 0 50px !important;

        padding: 0 !important;
        margin: 0 !important;

        float: none !important;

        position: static !important;
    }


    /* =====================================
       NAVBAR
    ===================================== */

    .ve-header .mainmenu {
        width: 50px !important;

        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        position: static !important;

        border: 0 !important;

        background: transparent !important;
    }


    /* =====================================
       NAVBAR HEADER
    ===================================== */

    .ve-header .navbar-header {
        width: 50px !important;
        height: 50px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;
    }


    /* =====================================
       HAMBURGER TOGGLE
    ===================================== */

    .ve-header .navbar-toggler {
        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        width: 50px !important;
        height: 50px !important;

        margin: 0 !important;
        padding: 8px !important;

        float: none !important;

        border: 1px solid #ddd !important;
        border-radius: 5px !important;

        background: #fff !important;

        box-shadow: none !important;
    }

    .ve-header .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .ve-header .navbar-toggler-icon {
        width: 25px !important;
        height: 25px !important;
    }


    /* =====================================
       MOBILE COLLAPSE
       FULL SCREEN WIDTH
    ===================================== */

    .ve-header .navbar-collapse {

        position: fixed !important;

        left: 0 !important;
        right: auto !important;

        width: 100vw !important;
        max-width: 100vw !important;
        top: 100px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #fff !important;

        border: 0 !important;

        z-index: 999999 !important;

        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;

        overflow-x: hidden !important;
        overflow-y: auto !important;
    }


    /* =====================================
       OPEN MENU
    ===================================== */

    .ve-header .navbar-collapse.show {
        display: block !important;
    }


    /* =====================================
       NAVIGATION
    ===================================== */

    .ve-header .navbar-nav {
        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #fff !important;
    }

    .ve-header .navbar-nav > li {
        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =====================================
       TOP LEVEL LINKS
    ===================================== */

    .ve-header .navbar-nav > li > a {

        display: flex !important;

        align-items: center !important;

        width: 100% !important;
        min-height: 58px !important;

        box-sizing: border-box !important;

        margin: 0 !important;

        padding: 15px 20px !important;

        color: #222 !important;

        background: #fff !important;

        font-size: 16px !important;

        border: 0 !important;
    }


    /* =====================================
       ACTIVE HOME
    ===================================== */

    .ve-header .navbar-nav > li.active > a {
        color: #fff !important;
        background: #2a5bf6 !important;
    }


    /* =====================================
       HOVER
    ===================================== */

    .ve-header .navbar-nav > li > a:hover {
        color: #fff !important;
        background: #2a5bf6 !important;
    }


    /* =====================================
       DROPDOWN ARROW
    ===================================== */

    .ve-header .navbar-nav > li > a .caret {
        margin-left: 10px !important;
    }


    /* =====================================
       DROPDOWN MENU
    ===================================== */

    .ve-header .navbar-nav .dropdown-menu {

        position: static !important;

        float: none !important;

        width: 100% !important;
        min-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #fff !important;

        border: 0 !important;

        box-shadow: none !important;
    }

    .ve-header .navbar-nav .dropdown-menu > li {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .ve-header .navbar-nav .dropdown-menu > li > a {

        display: block !important;

        width: 100% !important;

        box-sizing: border-box !important;

        padding: 14px 35px !important;

        color: #222 !important;

        background: #fff !important;

        font-size: 17px !important;
    }


    /* =====================================
       NESTED DROPDOWN
    ===================================== */

    .ve-header .navbar-nav .dropdown-menu .dropdown-menu > li > a {
        padding-left: 50px !important;
    }


    /* =====================================
       MOBILE DROPDOWN OPEN
    ===================================== */

    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 14px 35px !important;
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 14px 50px !important;
    }

}


/* =========================================
   ACTIVE MENU
========================================= */

.mainmenu .navbar-nav > li.active > a,
.mainmenu .navbar-nav > li.current-menu-item > a,
.mainmenu .navbar-nav > li.current_page_item > a,
.mainmenu .navbar-nav > li.current_page_parent > a,
.mainmenu .navbar-nav > li.current-menu-ancestor > a {
    color: #fff !important;
    background: #2a5bf6;
}


/* =========================================
   ACTIVE DROPDOWN ITEM
========================================= */

.mainmenu .dropdown-menu > li.active > a,
.mainmenu .dropdown-menu > li.current-menu-item > a,
.mainmenu .dropdown-menu > li.current_page_item > a {
    color: #007bff !important;
}


/* =========================================
   DROPDOWN PARENT
========================================= */

.mainmenu .navbar-nav > li.open > a {
    color: #007bff !important;
}


/* =========================================
   HOVER
========================================= */

.mainmenu .navbar-nav > li > a:hover,
.mainmenu .dropdown-menu > li > a:hover {
    color: #fff !important;
}


/* =========================================
   MOBILE LOGO
========================================= */

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

    .navbar-header .ve-logo,
    .navbar-header .navbar-brand {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .navbar-header img {
        max-width: 220px;
        height: auto;
    }

}

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Preloader */
.preloader {
  background-color: #1b3a6b;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .preloader .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #0e9c7f;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preloader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
/* :: 3.5.0 Miscellaneous */
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .section-heading .line {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background-color: #0e9c7f;
    margin-bottom: 20px; }
  .section-heading p {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #a5a5a5;
    text-transform: uppercase; }
  .section-heading h2 {
    font-size: 36px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {

    /* Partners submenu */
    .ve-mobile-menu .partners-dropdown {
        position: relative !important;
    }

    .ve-mobile-menu .partners-dropdown > .partners-submenu {
        display: none !important;
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding-left: 20px !important;
    }

    /* Open Partners submenu */
    .ve-mobile-menu .partners-dropdown.partners-open > .partners-submenu {
        display: block !important;
    }

    /* Partners link */
    .ve-mobile-menu .partners-dropdown > a {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    /* Arrow */
    .ve-mobile-menu .partners-arrow {
        transition: transform 0.3s ease;
    }

    /* Rotate arrow when open */
    .ve-mobile-menu .partners-dropdown.partners-open .partners-arrow {
        transform: rotate(90deg);
    }

    /* Submenu links */
    .ve-mobile-menu .partners-submenu li {
        display: block !important;
        width: 100% !important;
    }

    .ve-mobile-menu .partners-submenu li a {
        display: block !important;
        width: 100% !important;
    }

      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white .line {
    background-color: #ffffff; }
  .section-heading.white p,
  .section-heading.white h2 {
    color: #ffffff; }
  .section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto; }

.box-shadow {
  position: relative;
  z-index: 1; }
  .box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip-inner {
  background-color: #0e9c7f;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip .arrow::before {
  border-bottom-color: #0e9c7f; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f5f7fa; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.6.0 ScrollUp */
#scrollUp {
    background-color: #1b3a6b;
    border-radius: 5px 0 0 5px;
    bottom: 70px;
    color: #ffffff;
    font-size: 10px;
    padding: 7px 11px;
    height: 45px;
    line-height: 1.5;
    right: 0;
    text-align: center;
    width: 45px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}
/* :: 3.7.0 Credit Button */
.credit-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #0e9c7f;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 48px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase; }
  .credit-btn:hover, .credit-btn:focus {
    font-size: 14px;
    font-weight: 700;
    background-color: #1b3a6b;
    color: #ffffff; }
  .credit-btn.btn-2 {
    background-color: #1b3a6b;
    color: #ffffff; }
    .credit-btn.btn-2:hover, .credit-btn.btn-2:focus {
      background-color: #0e9c7f;
      color: #ffffff; }
  .credit-btn.btn-3 {
    background-color: transparent;
    color: #1b3a6b;
    border: 2px solid #1b3a6b;
    line-height: 44px; }
    .credit-btn.btn-3:hover, .credit-btn.btn-3:focus {
      border: 2px solid #1b3a6b;
      background-color: #1b3a6b;
      color: #ffffff; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 1000;
  width: 100%; }
  .header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-color: #eef1f7; }
    .header-area .top-header-area .top-contact-info {
      position: relative;
      z-index: 1; }
      .header-area .top-header-area .top-contact-info a {
        display: inline-block;
        color: #838383;
        font-size: 14px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        font-weight: 600; }
        .header-area .top-header-area .top-contact-info a img {
          margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          .header-area .top-header-area .top-contact-info a span {
            display: none; } }
        .header-area .top-header-area .top-contact-info a:first-child {
          margin-right: 30px; }
        .header-area .top-header-area .top-contact-info a:hover, .header-area .top-header-area .top-contact-info a:focus {
          color: #1b3a6b; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .top-header-area .top-contact-info a {
            font-size: 13px; } }
  .header-area .credit-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #0e9c7f; }
    .header-area .credit-main-menu::after {
      width: 50%;
      height: 100%;
      background-color: #1b3a6b;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      z-index: 1; }
    .header-area .credit-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .credit-main-menu .classy-navbar {
      height: 85px;
      padding: 0;
      background-color: #1b3a6b; }
      @media only screen and (max-width: 767px) {
        .header-area .credit-main-menu .classy-navbar {
          height: 70px; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 15px;
        padding: 0 15px;
        color: #ffffff; }
        .header-area .credit-main-menu .classy-navbar .classynav ul li a:hover, .header-area .credit-main-menu .classy-navbar .classynav ul li a:focus {
          color: #0e9c7f; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            color: #1b3a6b; } }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            color: #1b3a6b; } }
      .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 0; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 15px; } }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 15px; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #1b3a6b; } }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #1b3a6b; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
        color: #1b3a6b;
        font-size: 14px; }
      .header-area .credit-main-menu .classy-navbar .contact {
        position: relative;
        z-index: 1;
        padding-left: 50px;
        height: 100%;
        overflow-y: hidden;
        overflow-x: hidden; }
        .header-area .credit-main-menu .classy-navbar .contact::before {
          width: 100%;
          height: 200%;
          content: '';
          position: absolute;
          top: 42%;
          left: 0;
          z-index: -1;
          background-color: #0e9c7f;
          -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
        .header-area .credit-main-menu .classy-navbar .contact::after {
          width: 1000%;
          height: 100%;
          content: '';
          position: absolute;
          top: 0;
          left: 62px;
          z-index: -1;
          background-color: #0e9c7f; }
        .header-area .credit-main-menu .classy-navbar .contact a {
          display: inline-block;
          font-size: 24px;
          color: #1b3a6b;
          font-weight: 700;
          line-height: 85px; }
          .header-area .credit-main-menu .classy-navbar .contact a:hover {
            color: #ffffff; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 20px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 18px; } }
          @media only screen and (max-width: 767px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 14px;
              line-height: 70px; } }
  .header-area .is-sticky .credit-main-menu {
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3); }

/* :: 5.0 Hero Area CSS */
.hero-area {
  position: relative;
  z-index: 1; }
  .hero-area .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 30px;
    left: 0;
    right: 0; }
    .hero-area .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #d2d2d2;
      border-radius: 50%;
      margin: 0 6px; }
      .hero-area .owl-dots .owl-dot.active {
        background-color: #0e9c7f; }
  .hero-area .owl-prev,
  .hero-area .owl-next {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: 50%;
    margin-top: -23px;
    font-size: 18px;
    color: #ffffff;
    background-color: #1b3a6b;
    left: 20px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 46px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        left: 10px; } }
    .hero-area .owl-prev:hover,
    .hero-area .owl-next:hover {
      background-color: #0e9c7f;
      color: #ffffff; }
  .hero-area .owl-next {
    left: auto;
    right: 20px; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-next {
        right: 10px; } }
  .hero-area:hover .owl-next,
  .hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 760px;
  background-color: #ffffff;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-slide {
      height: 600px; } }
  .single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite; }
  .single-slide .slide-du-indicator {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 2px;
    background-color: #0e9c7f;
    left: 0;
    bottom: 0;
    -webkit-animation: slide-du-indicator linear 10000ms infinite;
    animation: slide-du-indicator linear 10000ms infinite; }
  .single-slide .welcome-text {
    position: relative;
    z-index: 1; }
    .single-slide .welcome-text h6 {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px; }
    .single-slide .welcome-text h2 {
      font-size: 70px;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .single-slide .welcome-text h2 span {
        color: #0e9c7f; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-slide .welcome-text h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slide .welcome-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h2 {
          font-size: 24px; } }
    .single-slide .welcome-text p {
      font-size: 16px;
      color: #ffffff; }

@-webkit-keyframes slide-du-indicator {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes slide-du-indicator {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* :: 6.0 Features Area CSS */
.single-features-area {
  position: relative;
  z-index: 1; }
  .single-features-area h6 {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 0;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    line-height: 1.8; }
  .single-features-area img {
    margin-bottom: 15px; }
  .single-features-area h5 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-features-area h5 {
        font-size: 15px; } }
  .single-features-area:hover h5 {
    color: #0e9c7f; }

/* :: 7.0 Special Feature CSS */
.special-feature-area {
  position: relative;
  z-index: 1; }
  .special-feature-area .special-feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #0e9c7f; }
    @media only screen and (max-width: 767px) {
      .special-feature-area .special-feature-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .special-feature-area .special-feature-content .feature-text {
      position: relative;
      z-index: 1;
      max-width: 555px;
      margin-left: auto;
      padding-right: 70px; }
      .special-feature-area .special-feature-content .feature-text h6 {
        color: #ffffff;
        line-height: 1.7;
        margin-bottom: 50px;
        font-weight: 600; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .special-feature-area .special-feature-content .feature-text h6 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .special-feature-area .special-feature-content .feature-text h6 {
            font-size: 14px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 465px;
          padding-right: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 350px;
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 100%;
          padding-right: 15px;
          padding-left: 15px; } }
  .special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .special-feature-area .special-feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px; } }
  .special-feature-area.style-2 .special-feature-content {
    background-color: #1b3a6b; }
    .special-feature-area.style-2 .special-feature-content .feature-text {
      margin-left: 0;
      margin-right: auto;
      padding-right: 0;
      padding-left: 70px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 15px;
          padding-right: 15px; } }

/* :: 8.0 CTA Area CSS */
.cta-area {
  position: relative;
  z-index: 1; }
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 280px; } }
  .cta-area .cta-content {
    position: relative;
    z-index: 1;
    padding: 100px 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #0e9c7f; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .cta-area .cta-content h6 {
      color: #ffffff;
      font-weight: 600;
      font-family: "Source Sans 3", sans-serif;
      line-height: 1.8; }
    .cta-area .cta-content .single-skils-area .skills-text span {
      color: #ffffff;
      font-size: 18px;
      font-weight: 700; }
    .cta-area .cta-content .single-skils-area p {
      margin-bottom: 0;
      font-family: "Source Sans 3", sans-serif;
      letter-spacing: 2px;
      color: #ffffff;
      text-transform: uppercase; }

.cta-2-area {
  position: relative;
  z-index: 1;
  background-color: #1b3a6b;
  padding-top: 50px; }
  .cta-2-area .cta-content .cta-text {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    .cta-2-area .cta-content .cta-text h4 {
      color: #ffffff;
      font-family: "Source Sans 3", sans-serif;
      margin-bottom: 0;
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta-2-area .cta-content .cta-text h4 {
          font-size: 18px; } }
    .cta-2-area .cta-content .cta-text p {
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .cta-2-area .cta-content .cta-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .cta-2-area .cta-content .cta-btn {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .cta-2-area .cta-content .cta-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }

.contact--area .section-heading h2,
.news--area .section-heading h2 {
  font-size: 24px; }

.news--area {
  position: relative;
  z-index: 1; }

.single-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .single-news-area:last-child {
    margin-bottom: 0; }
  .single-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    width: 37%; }
  .single-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    width: 63%;
    padding-left: 15px; }
    .single-news-area .news-content span {
      font-size: 10px;
      color: #ffffff;
      background-color: #0e9c7f;
      padding: 3px 15px;
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 5px; }
    .single-news-area .news-content a {
      display: block;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 0; }
      .single-news-area .news-content a:hover, .single-news-area .news-content a:focus {
        color: #0e9c7f; }
    .single-news-area .news-content .news-meta a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 12px;
      color: #838383;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1; }
      .single-news-area .news-content .news-meta a img {
        margin-right: 5px; }
      .single-news-area .news-content .news-meta a:last-child {
        margin-left: 31px; }
        .single-news-area .news-content .news-meta a:last-child::after {
          content: '|';
          position: absolute;
          top: 0;
          left: -20px;
          z-index: 1; }
      .single-news-area .news-content .news-meta a:hover, .single-news-area .news-content .news-meta a:focus {
        color: #0e9c7f; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-news-area .news-content .news-meta a {
          font-size: 10px; } }
      @media only screen and (max-width: 767px) {
        .single-news-area .news-content .news-meta a {
          font-size: 10px; } }

.contact--area {
  position: relative;
  z-index: 1; }
  .contact--area .contact-content {
    padding: 55px 45px;
    background-color: #ffffff;
    border: 1px solid #afbace; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact--area .contact-content {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .contact--area .contact-content {
        padding: 20px; } }
    .contact--area .contact-content .single-contact-content {
      position: relative;
      z-index: 1;
      margin-bottom: 45px; }
      .contact--area .contact-content .single-contact-content:last-child {
        margin-bottom: 0; }
      .contact--area .contact-content .single-contact-content .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
        max-width: 48px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        color: #ffffff;
        text-align: center;
        margin-right: 15px;
        background-color: #0e9c7f; }
      .contact--area .contact-content .single-contact-content .text p {
        font-weight: 600;
        color: #212121;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .contact--area .contact-content .single-contact-content .text p {
            font-size: 12px; } }
        @media only screen and (max-width: 767px) {
          .contact--area .contact-content .single-contact-content .text p {
            font-size: 12px; } }
      .contact--area .contact-content .single-contact-content .text span {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #838383; }
  .contact--area.contact-page .contact-content {
    padding: 35px;
    border: none;
    background-color: #1b3a6b; }
    .contact--area.contact-page .contact-content h5 {
      color: #ffffff;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 35px; }
    .contact--area.contact-page .contact-content .single-contact-content .text p,
    .contact--area.contact-page .contact-content .single-contact-content .text span {
      color: #ffffff; }

/* :: 9.0 Newsletter Area CSS */
.newsletter-area {
  position: relative;
  z-index: 3; }
  .newsletter-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 54, 121, 0.7);
    z-index: -1; }
  .newsletter-area .nl-content {
    position: relative;
    z-index: 1; }
    .newsletter-area .nl-content h2 {
      color: #ffffff;
      margin-bottom: 25px;
      display: block;
      font-weight: 400;
      font-size: 30px; }
      @media only screen and (max-width: 767px) {
        .newsletter-area .nl-content h2 {
          font-size: 18px; } }
    .newsletter-area .nl-content form {
      width: 100%;
      position: relative;
      z-index: 1;
      margin-bottom: 30px; }
      .newsletter-area .nl-content form input {
        width: 100%;
        height: 45px;
        background-color: #ffffff;
        border-radius: 30px;
        border: none;
        font-size: 12px;
        font-style: italic;
        padding: 0 20px; }
      .newsletter-area .nl-content form button {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 130px;
        height: 45px;
        background-color: #0e9c7f;
        border: none;
        border-radius: 0 30px 30px 0;
        top: 0;
        right: 0;
        font-weight: 700;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
        z-index: 20; }
        .newsletter-area .nl-content form button:hover {
          background-color: #1b3a6b; }
        .newsletter-area .nl-content form button:focus {
          outline: none;
          box-shadow: none; }
        @media only screen and (max-width: 767px) {
          .newsletter-area .nl-content form button {
            width: 100px; } }
    .newsletter-area .nl-content p {
      font-size: 12px;
      color: #ffffff;
      margin-bottom: 0; }

/* :: 10.0 Team Member Area CSS */
.single-team-member-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-team-member-area .team-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    width: 180px;
    border-radius: 50%;
    margin: 0 auto 40px;
    height: 180px; }
    .single-team-member-area .team-thumb::after {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      content: '';
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: 8px solid #1b3a6b;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 100;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden; }
    .single-team-member-area .team-thumb img {
      border-radius: 50%; }
    .single-team-member-area .team-thumb .view-more a {
      position: absolute;
      width: 62px;
      height: 62px;
      border-radius: 15px;
      background-color: #0e9c7f;
      text-align: center;
      bottom: -10px;
      right: 0;
      z-index: 300;
      color: #ffffff;
      line-height: 62px;
      font-size: 18px; }
      .single-team-member-area .team-thumb .view-more a:hover {
        background-color: #1b3a6b; }
    .single-team-member-area .team-thumb:hover {
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
      .single-team-member-area .team-thumb:hover::after {
        opacity: 1;
        visibility: visible; }
  .single-team-member-area .team-info {
    position: relative;
    z-index: 1; }
    .single-team-member-area .team-info h5 {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 18px;
      margin-bottom: 5px; }
    .single-team-member-area .team-info h6 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0;
      color: #6e6e6e; }
  .single-team-member-area:hover .team-info h5 {
    color: #0e9c7f; }

/* :: 11.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #021c3c; }
  .footer-area .single-footer-widget {
    position: relative;
    z-index: 1; }
    .footer-area .single-footer-widget .widget-title {
      font-size: 18px;
      color: #0e9c7f;
      margin-bottom: 40px;
      font-weight: 400; }
    .footer-area .single-footer-widget ul li a {
      display: block;
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 30px;
      position: relative;
      z-index: 1;
      padding-left: 23px; }
      .footer-area .single-footer-widget ul li a::before {
        content: '';
        width: 8px;
        height: 8px;
        top: 7px;
        left: 0;
        border-radius: 50%;
        background-color: #0e9c7f;
        position: absolute;
        z-index: 1; }
      .footer-area .single-footer-widget ul li a:hover, .footer-area .single-footer-widget ul li a:focus {
        color: #0e9c7f; }
    .footer-area .single-footer-widget ul li:last-child a {
      margin-bottom: 0; }
  .footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    border-top: 1px solid #3c4450;
    padding: 30px 0; }
    .footer-area .copywrite-area .copywrite-text {
      font-size: 14px;
      margin-bottom: 0;
      color: #636b75;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          margin-top: 30px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          margin-top: 0; } }
      .footer-area .copywrite-area .copywrite-text a {
        color: #636b75;
        font-size: 14px;
        font-weight: 400; }
        .footer-area .copywrite-area .copywrite-text a:hover, .footer-area .copywrite-area .copywrite-text a:focus {
          color: #0e9c7f; }

/* :: 12.0 Blog Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 255px; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 180px; } }
  .breadcrumb-area .breadcrumb-content h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    display: block; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .breadcrumb-content h2 {
        font-size: 24px; } }
  .breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
      color: #ffffff; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
      color: #0e9c7f;
      font-size: 16px;
      font-weight: 600; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
      font-size: 16px;
      color: #ffffff;
      font-weight: 600; }
      .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
        color: #0e9c7f; }

.single-latest-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-latest-news-area:last-child {
    margin-bottom: 0; }
  .single-latest-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%; }
  .single-latest-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding-left: 10px; }
    .single-latest-news-area .news-content a {
      display: block;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 0;
      color: #ffffff; }
      .single-latest-news-area .news-content a:hover, .single-latest-news-area .news-content a:focus {
        color: #0e9c7f; }
    .single-latest-news-area .news-content .news-meta a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 12px;
      color: #838383;
      font-weight: 600;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-latest-news-area .news-content .news-meta a {
          font-size: 9px; } }
      .single-latest-news-area .news-content .news-meta a img {
        margin-right: 2px; }
      .single-latest-news-area .news-content .news-meta a:last-child {
        margin-left: 21px; }
        .single-latest-news-area .news-content .news-meta a:last-child::after {
          content: '|';
          position: absolute;
          top: 0;
          left: -15px;
          z-index: 1; }
      .single-latest-news-area .news-content .news-meta a:hover, .single-latest-news-area .news-content .news-meta a:focus {
        color: #0e9c7f; }

.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 35px; }
    .single-blog-area .blog-thumbnail a {
      display: block; }
      .single-blog-area .blog-thumbnail a img {
        border-radius: 5px; }
  .single-blog-area .blog-content {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-content span {
      font-size: 10px;
      color: #ffffff;
      background-color: #0e9c7f;
      padding: 3px 15px;
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 5px; }
    .single-blog-area .blog-content .post-title {
      display: block;
      font-weight: 600;
      font-size: 24px;
      margin-bottom: 0;
      color: #212121; }
      .single-blog-area .blog-content .post-title:hover, .single-blog-area .blog-content .post-title:focus {
        color: #0e9c7f; }
    .single-blog-area .blog-content .blog-meta {
      margin-bottom: 30px; }
      .single-blog-area .blog-content .blog-meta a {
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 12px;
        color: #838383;
        font-weight: 600;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-area .blog-content .blog-meta a {
            font-size: 9px; } }
        .single-blog-area .blog-content .blog-meta a img {
          margin-right: 2px; }
        .single-blog-area .blog-content .blog-meta a:last-child {
          margin-left: 21px; }
          .single-blog-area .blog-content .blog-meta a:last-child::after {
            content: '|';
            position: absolute;
            top: 0;
            left: -15px;
            z-index: 1; }
        .single-blog-area .blog-content .blog-meta a:hover, .single-blog-area .blog-content .blog-meta a:focus {
          color: #0e9c7f; }
    .single-blog-area .blog-content p {
      margin-bottom: 0; }

.post-details-content {
  position: relative;
  z-index: 1; }
  .post-details-content img {
    border-radius: 5px;
    margin-bottom: 30px; }
  .post-details-content p {
    margin-bottom: 25px; }

.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    padding: 0;
    border: none;
    text-align: center;
    margin-right: 2px; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
      color: #ffffff;
      background-color: #0e9c7f; }
  .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #0e9c7f; }

.sidebar-area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-area {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    .sidebar-area {
      margin-top: 100px; } }

.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-widget-area:last-child {
    margin-bottom: 0; }
  .single-widget-area .widget-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 35px; }
    .single-widget-area .widget-heading .line {
      width: 30px;
      height: 8px;
      background-color: #0e9c7f;
      border-radius: 5px;
      display: block;
      margin-bottom: 15px; }
  .single-widget-area.search-widget {
    position: relative;
    z-index: 1; }
    .single-widget-area.search-widget form {
      position: relative;
      z-index: 1; }
      .single-widget-area.search-widget form input {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        border: none;
        background-color: #f5f7fa;
        padding: 0 20px;
        font-size: 12px;
        font-style: italic; }
      .single-widget-area.search-widget form button {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 125px;
        height: 50px;
        border: none;
        top: 0;
        right: 0;
        z-index: 99;
        background-color: #1b3a6b;
        color: #0e9c7f;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        cursor: pointer; }
        .single-widget-area.search-widget form button:hover {
          background-color: #0e9c7f;
          color: #1b3a6b; }
  .single-widget-area.cata-widget ul {
    padding-left: 35px; }
    .single-widget-area.cata-widget ul li a {
      display: block;
      font-size: 15px;
      padding: 7px 0;
      font-weight: 600;
      color: #1b3a6b; }
      .single-widget-area.cata-widget ul li a:hover, .single-widget-area.cata-widget ul li a:focus {
        color: #0e9c7f; }

.comment_area {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px; }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    min-width: 51px;
    margin-right: 30px;
    height: 51px;
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .comment_area .comment-content .comment-author {
        margin-right: 15px; } }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
  .comment_area .comment-content .comment-meta {
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-meta .post-author,
    .comment_area .comment-content .comment-meta .post-date,
    .comment_area .comment-content .comment-meta .reply {
      position: relative;
      z-index: 1;
      margin-bottom: 5px;
      display: inline-block;
      font-size: 14px;
      color: #212121;
      margin-right: 30px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .post-author,
        .comment_area .comment-content .comment-meta .post-date,
        .comment_area .comment-content .comment-meta .reply {
          font-size: 12px;
          margin-right: 15px; } }
      .comment_area .comment-content .comment-meta .post-author::after,
      .comment_area .comment-content .comment-meta .post-date::after,
      .comment_area .comment-content .comment-meta .reply::after {
        position: absolute;
        top: 0;
        right: -16px;
        content: '|';
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .comment_area .comment-content .comment-meta .post-author::after,
          .comment_area .comment-content .comment-meta .post-date::after,
          .comment_area .comment-content .comment-meta .reply::after {
            right: -8px; } }
      .comment_area .comment-content .comment-meta .post-author:hover,
      .comment_area .comment-content .comment-meta .post-date:hover,
      .comment_area .comment-content .comment-meta .reply:hover {
        color: #1b3a6b; }
    .comment_area .comment-content .comment-meta .reply {
      margin-right: 0; }
      .comment_area .comment-content .comment-meta .reply::after {
        display: none; }
    .comment_area .comment-content .comment-meta p {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 2;
      font-weight: 500; }
  .comment_area .single_comment_area {
    margin-bottom: 30px; }
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }

/* :: 13.0 Contact Area CSS */
.contact-advisor {
  position: relative;
  z-index: 1;
  background-color: #0e9c7f;
  padding: 35px; }
  .contact-advisor h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 40px; }
  .contact-advisor .single-advisor {
    position: relative;
    z-index: 1;
    margin-bottom: 60px; }
    .contact-advisor .single-advisor:last-child {
      margin-bottom: 0; }
    .contact-advisor .single-advisor .advisor-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      max-width: 80px;
      width: 80px;
      margin-right: 30px; }
    .contact-advisor .single-advisor .advisor-info h6 {
      color: #ffffff;
      margin-bottom: 5px;
      font-weight: 600; }
    .contact-advisor .single-advisor .advisor-info span {
      font-size: 12px;
      text-transform: capitalize;
      margin-bottom: 15px;
      display: block;
      color: #ffffff; }
    .contact-advisor .single-advisor .advisor-info p {
      font-size: 14px;
      margin-bottom: 0;
      line-height: 1;
      font-weight: 700;
      color: #ffffff; }

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 54px;
  width: 100%;
  background-color: #f5f7fa;
  font-size: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  color: #aeaeae;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    box-shadow: none; }
.contact-form-area textarea.form-control {
  height: 250px; }

.map-area {
  position: relative;
  z-index: 2;
  height: 960px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
      height: 1200px; } }
  @media only screen and (max-width: 767px) {
    .map-area {
      height: 1200px; } }
  .map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0; }
  .map-area .contact---area {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .map-area .contact---area .contact-page {
      background-color: #1b3a6b;
      padding: 70px 45px; }
      @media only screen and (max-width: 767px) {
        .map-area .contact---area .contact-page {
          padding: 40px 30px; } }
      .map-area .contact---area .contact-page h4 {
        color: #ffffff;
        font-weight: 600; }

/* :: 14.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1; }
  .elements-title .line {
    width: 30px;
    height: 8px;
    background-color: #0e9c7f;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px; }
  .elements-title h2 {
    font-size: 24px;
    margin-bottom: 0; }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area .icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1b3a6b;
    text-align: center;
    margin-right: 20px;
    line-height: 60px;
    color: #ffffff;
    font-size: 30px; }
  .single-service-area .text h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 18px; }
  .single-service-area .text p {
    margin-bottom: 0; }
  .single-service-area:hover .icon, .single-service-area:focus .icon {
    background-color: #0e9c7f; }
  .single-service-area:hover .text h5, .single-service-area:focus .text h5 {
    color: #0e9c7f; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact .scf-icon {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px; }
    .single-cool-fact .scf-icon i {
      color: #0e9c7f;
      font-size: 65px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px; }
        .single-cool-fact .scf-icon i {
          font-size: 40px; } }
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #212121;
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 24px; } }
  .single-cool-fact .scf-text p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #212121;
    line-height: 1; }
  .single-cool-fact.white .scf-icon i,
  .single-cool-fact.white .scf-text h2,
  .single-cool-fact.white .scf-text p {
    color: #ffffff; }

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    font-family: "Source Sans 3", sans-serif;
    background-color: #1b3a6b;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #0e9c7f;
      color: #ffffff; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 15px 15px 0;
    margin-bottom: 0; }

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 18px;
      color: #212121;
      font-weight: 600; }
  .single-skils-area p {
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #212121;
    text-transform: uppercase; }

.credit-tabs-content {
  position: relative;
  z-index: 1; }
  .credit-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px; }
    .credit-tabs-content .nav-tabs .nav-link {
      background-color: #f5f7fa;
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #212121;
      margin: 0 2px;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 600; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      .credit-tabs-content .nav-tabs .nav-link.active {
        background-color: #1b3a6b;
        color: #ffffff; }
  .credit-tabs-content .credit-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px; }
    .credit-tabs-content .credit-tab-text p {
      margin-bottom: 0; }
  .credit-tabs-content .tab-content h6 {
    font-size: 18px; }

.single-icons {
  position: relative;
  z-index: 1;
  background-color: #1b3a6b;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px; }
  .single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff; }
  .single-icons span {
    display: block;
    color: #fff; }

/* ====== The End ====== */

/*# sourceMappingURL=style.css.map */

/* ====== NexaFund Custom Overrides ====== */

/* Typography: switch to a modern sans-serif feel */
body {
  font-family:"Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* Section heading: pill-style line accent */
.section-heading .line {
  width: 48px;
  height: 4px;
  background: #0e9c7f;
  border-radius: 4px;
  margin-bottom: 12px;
}

/* Service cards: add rounded corners + subtle shadow */
.single-service-area {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.single-service-area:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(26,92,58,0.13);
}
.single-service-area .icon {
  width: 56px;
  height: 56px;
  background: #f0f7f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
}
.single-service-area .icon i {
  color: #1b3a6b;
  font-size: 24px;
}

/* Features area: image rounded */
.single-features-area img {
  border-radius: 10px;
}

/* Buttons: pill shape */
.btn.credit-btn {
  border-radius: 50px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
}

/* Navbar: slightly taller, subtle border bottom */
.credit-main-menu {
  border-bottom: 2px solid #0e9c7f;
}

/* Hero welcome text: left-aligned */
.hero-area .welcome-text h6 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  color: #0e9c7f;
}
.hero-area .welcome-text h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
}
.hero-area .welcome-text h2 span {
  color: #0e9c7f;
  font-style: italic;
}

/* CTA area: change skills circles color */
.single-skils-area p {
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

/* News thumbnails: rounded */
.news-thumbnail img,
.single-latest-news-area .news-thumbnail img {
  border-radius: 8px;
}

/* Footer: green top border accent */
.footer-area {
  border-top: 4px solid #0e9c7f;
}

/* Copywrite bar background */
.copywrite-area {
  background: #142e1f;
}

/* Preloader accent */
.lds-ellipsis div {
  background: #0e9c7f;
}

/* Top header accent bar */
.top-header-area {
  background: #142e1f;
}
.top-header-area a {
  color: #ccddcc !important;
}

/* Scroll-up button */
#scrollUp {
  border-radius: 50%;
}

/* ====== End NexaFund Overrides ====== */


/* NexaFund Custom Overrides */

/* Pill-shaped tags and badges */
.single-news-area .news-meta span,
.post-meta span {
  border-radius: 20px !important;
}

/* Section headings: left border accent instead of bottom line */
.section-heading h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* Top header gradient */
.header-area .top-header-area {
  background: linear-gradient(90deg, #1b3a6b 0%, #16325a 100%) !important;
}

/* Navbar bottom accent line */
.header-area .credit-main-menu {
  border-bottom: 3px solid #0e9c7f;
}

/* Hero text center tweaks */
.welcome-text.text-center h6 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.85;
}

.welcome-text.text-center h2 {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
}

/* Features icons - circular background */
.single-features-area .features-icon {
  background: linear-gradient(135deg, #1b3a6b, #0e9c7f);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

/* Card-style service items */
.single-service-area {
  background: #fff;
  border-radius: 10px;
  padding: 24px !important;
  box-shadow: 0 4px 20px rgba(27,58,107,0.08) !important;
  transition: transform 0.3s, box-shadow 0.3s;
}

.single-service-area:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(27,58,107,0.15) !important;
}

/* Footer top border accent */
.footer-area {
  border-top: 4px solid #0e9c7f;
}

/* Newsletter section overlay */
.newsletter-area::before {
  background: rgba(27, 58, 107, 0.78) !important;
}

/* Input fields rounded */
.newsletter-area input,
.contact--area input,
.contact--area textarea {
  border-radius: 8px !important;
}

/* Smooth scrollbar color */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f5f7fa; }
::-webkit-scrollbar-thumb { background: #1b3a6b; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #0e9c7f; }
body .ve-dropdown {  position: absolute;   top: 100%;   left: 0;   min-width: max-content;   background: rgba(255,255,255,1);   border-radius: 10px;   padding: 10px 15px;   opacity: 0;   visibility: hidden;   box-shadow: 0 20px 40px rgba(0,0,0,0.3);   border: 1px solid rgba(255,255,255,0.08);   display: flex;   flex-direction: column;   align-items: flex-start;   gap: 8px;   white-space: nowrap;   z-index: 9999;}
body .ve-nav li:hover > .ve-dropdown {   opacity: 1;   visibility: visible;}
body .ve-dropdown li {    display: block !important;    margin: 0;    padding: 0;}
body .ve-dropdown li a {    display: block !important;    padding:5px 0px;    white-space: normal;    min-width: 120px;}
.ve-logo img {    width: 180px;    height: auto;}
.top_header {  background: #2a5bf6;   color: #fff;   padding: 7px 0;}
.top_header a { color: #fff;  font-weight: 400; font-size: 14px; letter-spacing: 0.6px;}
h4.sub-heading {  color: #295af3;   font-size: 17px;}
.heading {   font-size: 30px;}
.light_grey_bcg {  background: #f5f7fa;  padding: 30px 0;  margin: 30px 0;}
.center {   text-align: center;}
.service_box { background: #fff;  border: 1px solid #E2E8F0;  padding: 28px 28px 20px 28px;  border-radius: 12px;  margin-top: 10px;    transition: all .25s;    position: relative;    overflow: hidden;}
.service_box h3 {    font-size: 20px;}
.service_box:hover{border-color:1px solid #2a5bf6;    box-shadow:0 6px 24px rgba(11,61,145,.08);    transform: translateY(-2px);}
.service_box:hover::before {   transform: scaleX(1);}
.service_box::before { content: "";  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 3px;    background:#2a5bf6;  transform: scaleX(0);   transform-origin: left;   transition: transform .3s;}
.ve-services-grid.four_box {  grid-template-columns: repeat(4, 1fr);   gap: 10px;}
.ve-services-grid.four_box .ve-service-card { padding: 30px 30px 15px;}
.ve-footer a{font-weight:500;}
ul.ve-footer-contact a { color: rgba(255,255,255,0.5);  font-weight: 500;  font-size: 14px;}
.internal-section img {   border-radius: 16px;}
.internal-section .ve-counter-section {  padding: 20px 0 40px;}
.internal-section .ve-counter-item { padding: 15px 20px 15px;}
.padng_tb{padding:40px 0;}
.inner_box { text-align: center; box-shadow: 0 1px 2px rgba(15,23,42,.08); padding: 20px 15px;border-top: 4px solid #2a5bf6; border-radius: 16px;  margin-top: 15px;    transition: transform .2s, box-shadow .2s;background: #fff;}
.inner_box h4 {  font-size: 20px;}
.inner_box .inner_icon {  width: 50px;  height: 50px;  background: rgba(42,91,246,0.15); color: #2a5bf6; border-radius: 50%;  display: grid; place-items: center;  margin: 0 auto 14px;   font-size: 24px;}
.col-md-3:nth-child(2n) .inner_box .inner_icon {  background: rgba(13,27,42,0.15);  color: #0d1b2a;}
.col-md-3:nth-child(2n) .inner_box {border-top: 4px solid #0d1b2a;}
.inner_box:hover{ transform: translateY(-4px);   box-shadow: 0 6px 24px rgba(11,61,145,.08);}
.delivery-flow {list-style: none;padding: 0;margin: 40px 0 30px; display: grid;grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative;}
.delivery-stage {background: #fff; border: 1px solid #E5E7EB; border-radius: 12px; padding: 26px 20px;  position: relative;transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;}
.delivery-stage:hover { transform: translateY(-4px);box-shadow: 0 12px 32px rgba(11, 61, 145, 0.12);border-color:#2a5bf6;}
.delivery-stage .ds-icon { width: 48px; height: 48px; border-radius: 10px;background: rgba(42,91,246,0.15);   color: #2a5bf6; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px;font-size: 20px;}
.delivery-stage .ds-icon svg { width: 24px; height: 24px; }
.delivery-stage .ds-step {display: block; color: #000; font-weight: 700; font-size: .72rem; letter-spacing: .16em;  text-transform: uppercase;  margin-bottom: 0px;}
.delivery-stage h3 {color: #2a5bf6; font-size: 1.15rem; margin: 0 0 12px;}
li.delivery-stage p { margin-bottom: 5px;}
.delivery-stage ul {list-style: none; padding: 0; margin: 0; font-size: .88rem; color: var(--ink-2); line-height: 1.55;}
.delivery-stage ul li { position: relative; padding-left: 16px; margin-bottom: 6px;    font-size: 16px;}
.delivery-stage ul li::before { content: ""; position: absolute; left: 0; top: 8px; width: 5px; height: 5px;   background: #000;  border-radius: 50%;}
.delivery-stage:not(:last-child)::after { content: "\2192"; position: absolute; right: -16px; top: 50%;   transform: translateY(-50%); color: var(--blue-500); font-size: 1.6rem; font-weight: 700; z-index: 2;   background: var(--bg-soft, #F8FAFC);  width: 24px;  text-align: center;  line-height: 1;}
.value-band { margin-top: 30px; background: linear-gradient(110deg, #2a5bf6, #1e54fc); color: #fff; border-radius: 14px; padding:32px 15px 10px; display: grid; grid-template-columns: repeat(4, 1fr);  gap: 15px;}
.value-band .vb-item { display: flex; align-items: center; gap: 14px; padding: 4px 0;}
.value-band .vb-item + .vb-item { border-left: 1px solid rgba(255,255,255,.15); padding-left: 18px;}
.value-band .vb-icon {width: 38px; height: 38px; flex: 0 0 38px; border-radius: 10px; background: rgba(255,255,255,.10);display: inline-flex; align-items: center; justify-content: center; color: #fff;	font-size: 20px;}
.value-band .vb-icon svg { width: 22px; height: 22px; }
.value-band strong { display: block; font-size: 15px;  line-height: 1.25;  font-weight: 700;}
.value-band span { display: block; font-size: 14px; color: rgba(255,255,255,.75);  line-height: 1.25;    margin-top: 4px;}
.serives_right_sidebar {    background: #F5F7FA;    padding: 24px;    border-radius: 16px;    border-top: 4px solid #2a5bf6;    align-self: start;    top: 0px;    position: relative;    z-index: 1;}
header,.ve-header,.ve-nav,.ve-nav > ul,.ve-nav .has-drop {    position: relative;    z-index: 99999;}
.ve-dropdown {    position: absolute;    top: 100%;    left: 0;    min-width: max-content;    background: #fff;    border-radius: 10px;    padding: 10px 15px;    opacity: 0;    visibility: hidden;    box-shadow: 0 20px 40px rgba(0,0,0,0.3);    border: 1px solid rgba(255,255,255,0.08);    display: flex;    flex-direction: column;    align-items: flex-start;    gap: 8px;    white-space: nowrap;    z-index: 999999 !important;}
.serives_right_sidebar li { border-bottom: 1px solid #e2e8f0;}
.serives_right_sidebar ul {  list-style: none;  padding: 0;  margin: 0 0 20px;}
.serives_right_sidebar li a { display: block;  padding: 10px 0;  color: var(--ink-2);  font-weight: 500;    font-size: 16px;}
.serives_right_sidebar li a::before {  content: "→  ";  color: #2a5bf6;}
a.sidebar_cta {  background: #2a5bf5;  color: #fff;  font-size: 16px;  font-weight: 500; padding: 15px 20px;    border-radius: 6px;    display: table;}
ul.list li {    position: relative;    font-size: 16px;    margin-bottom: 5px;    padding-left: 26px;}
ul.list li:before { position: absolute; content: "\f05d";font-family: fontawesome; top: 1px;left: 0;font-weight: 400 !important;  color: #2a5bf5;}
.ve-mobile-menu .has-drop {    position: relative;}
.ve-mobile-menu .has-drop > .ve-dropdown {    position: static;    display: none;    opacity: 1;    visibility: visible;    transform: none;    min-width: 100%;    width: 100%;    background: transparent;    border: 0;    box-shadow: none;    padding: 0 0 5px 15px;}
.ve-mobile-menu .has-drop.open > .ve-dropdown {    display: block;}
.ve-mobile-menu .has-drop > a {    display: flex;    align-items: center;    justify-content: space-between;}
.ve-mobile-menu .has-drop > a .fa {    transition: transform 0.3s ease;}
.ve-mobile-menu .has-drop.open > a .fa {    transform: rotate(180deg);}
.ve-mobile-menu .ve-dropdown li a {    padding: 10px 8px;    color: rgba(255,255,255,0.75);    font-size: 13px;    border-bottom: 1px solid rgba(255,255,255,0.05);}
.ve-mobile-menu .ve-dropdown li a:hover,.ve-mobile-menu .ve-dropdown li a.active {    color: #fff;    background: rgba(212,160,23,0.12);}
.ve-mobile-menu .sub-label {display: block;padding: 12px 8px 5px;color:#2a5bf6;font-size: 12px;font-weight: 700; text-transform: uppercase;}
span.sub-label {  color: #2a5bf6;  font-size: 16px;  font-weight: 700;}
.industry {   text-align: center;    padding-top: 20px;}
.industry_icon { width: 60px; height: 60px; margin: 0 auto 10px; font-size: 21px; background: #2a5bf6;color: #fff;  border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(20, 80, 181, 0.22); transition: transform .22s ease, box-shadow .22s ease, background .22s ease;}
.industry h4 {  font-size: 16px;font-weight: 600;}
.industry:hover .industry_icon{ transform: translateY(-4px); background:#2a5bf6; box-shadow: 0 12px 30px rgba(11, 61, 145, 0.32);}
.clients-grid {  display: grid;  grid-template-columns: repeat(5, 1fr);  gap: 18px;}
.client-tile {border: 1px solid #e9e9e9;border-radius: 5px; height: auto;  display: flex;  align-items: center;  justify-content: center;  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;	margin-top:20px;}
.client-tile img {    border-radius: 6px;}
/* .client-tile img {max-height: 100%;max-width: 100%; object-fit: contain;} */
.client-tile:hover {transform: translateY(-3px);box-shadow: var(--shadow);border-color: transparent;}
.testi {  background: #fff;  padding: 25px 20px 20px;  border-radius: 0px 10px 10px 0px;  border-left: 3px solid #2a5bf5 !important;  height: 100%;  font-size: 16px;  line-height: 1.7;  margin-top: 15px;  border: 1px solid #e9e9e9;}
.testi cite { font-style: normal;  font-weight: 700;  color: #2a5bf5;  display: block;margin-top:10px;}
.testi cite small { display: block;  font-weight: 500; color: #64748B;  font-size: .8rem;margin-top: 0px;}
@media (max-width: 1024px) {
	delivery-flow { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .delivery-stage:not(:last-child)::after { display: none; }
	.value-band { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .value-band .vb-item + .vb-item { border-left: 0; padding-left: 0; }
    .clients-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 720px) {
  .clients-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .client-tile { height: 100px; padding: 12px 14px; }
}
@media (max-width: 560px) {
    .delivery-flow { grid-template-columns: 1fr; }
	.value-band { grid-template-columns: 1fr; padding: 22px; }
}
@media (max-width: 420px) {
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
}

.amc-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.amc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.6;
    background: #fff;
}

.amc-table th,
.amc-table td {
    border: 1px solid #ddd;
    padding: 16px;
    text-align: left;
    vertical-align: top;
}

.amc-table th {
    background: #f5f5f5;
    font-weight: 700;
}

.amc-table td:first-child {
    width: 20%;
    font-weight: 600;
}

.amc-table th:nth-child(2),
.amc-table th:nth-child(3) {
    width: 40%;
}

@media (max-width: 767px) {
    .amc-table {
        min-width: 750px;
    }

    .amc-table th,
    .amc-table td {
        padding: 12px;
        font-size: 14px;
    }
}

.hardware-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.hardware-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.6;
    background: #fff;
}

.hardware-table th,
.hardware-table td {
    border: 1px solid #ddd;
    padding: 16px;
    text-align: left;
    vertical-align: top;
}

.hardware-table th {
    background: #f5f5f5;
    font-weight: 700;
}

.hardware-table td:first-child {
    width: 20%;
}

.hardware-table th:nth-child(2),
.hardware-table th:nth-child(3) {
    width: 40%;
}
.career_cta {
    background: #2a5bf6;
    padding: 35px 30px 30px;
    text-align: center;
    color: #fff;
    border-radius: 16px;
	margin-bottom: 20px;
}
.career_cta_innr {
    width: 70%;
    margin: 0 auto;
}
.career_cta_innr .sub-heading {
    color: #fff;
    letter-spacing: 0.2px;
}
.career_cta_innr .heading {
    color: #fff;
    font-size: 36px;
    padding: 10px 0;
    font-weight: 700;
}
.career_cta_innr p{color:#fff;}
.career_cta_innr a {
    background: #fff;
    color: #2a5bf6;
    padding: 15px 29px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .08em;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
    margin: 25px auto 0;
    display: table;
}
.cntct_sidebar {
    background: #f5f7fa;
    padding: 24px;
    border-radius: 16px;
    border-top: 4px solid  #2a5bf6;;
    align-self: start;
    font-size: 16px;
}
.cntct_sidebar li {
    padding-bottom: 10px;
}
.cntct_sidebar li a, .cntct_sidebar li {
    font-weight: 500;
    padding-left: 5px;
    color: #334155;
}
.cntct_sidebar li strong {
    color: #2a5bf6;
}
.hero-card {
    background: linear-gradient(135deg, var(--ve-dark) 0%, var(--ve-navy) 100%);
    color: white;
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.2);
}
.hero-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
	color:#fff;
}
.status-list {
    list-style: none;
    margin-top: 1.5rem;
}
.status-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #353535;
}
.status-indicator {
    width: 10px;
    height: 10px;
    background: #10B981;
    border-radius: 50%;
    display: inline-block;
}
a.anchor {
    font-size: 16px;
    color: #2a5bf5;
    font-weight: 600;
    font-style: italic;
}
@media (max-width: 767px) {
    .hardware-table {
        min-width: 750px;
    }

    .hardware-table th,
    .hardware-table td {
        padding: 12px;
        font-size: 14px;
    }
}

.ve-cta-content .ve-btn-primary {
    display: inline-block;
    background: #000000;
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}



/* =========================================
   ULTIMATE SYSTEM - CONTACT PAGE
========================================= */

.us-contact-hero,
.us-contact-form-section,
.us-process-section,
.us-services-section,
.us-global-section,
.us-urgent-section,
.us-faq-section,
.us-final-cta {
    font-family: inherit;
}

.us-contact-hero {
    padding: 65px 0 65px;
    background: #f5f8fc;
    position: relative;
    overflow: hidden;
}

.us-section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #2a5bf6;
}

.us-hero-subtitle {
    max-width: 780px;
    margin: 0 auto 18px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
    color: #333333;
}

.us-hero-text {
    max-width: 760px;
    margin: 0 auto 32px;
    font-size: 17px;
    line-height: 1.8;
    color: #333333;
}


/* Buttons */

.us-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 25px;
    border-radius: 7px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    transition: all .25s ease;
    border: 1px solid transparent;
}

.us-btn span {
    font-size: 20px;
    line-height: 1;
    transition: transform .25s ease;
}

.us-btn:hover span {
    transform: translateX(4px);
}

.us-btn-primary {
    background: #000000;
    color: #fff !important;
}

.us-btn-primary:hover {
    background: #000000;
    color: #fff !important;
    transform: translateY(-2px);
}

.us-btn-outline {
    border-color: #2a5bf6;
    color: #2a5bf6 !important;
    background: transparent;
}

.us-btn-outline:hover {
    background: #2a5bf6;
    color: #fff !important;
}

.us-btn-light {
    background: #fff;
    color: #2a5bf6 !important;
}

.us-btn-light:hover {
    background: #f2f6fc;
    color: #0d56c7 !important;
}


/* =========================================
   FORM
========================================= */

.us-contact-form-section {
    padding: 100px 0;
    background: #fff;
}

.us-form-wrapper {
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #e5eaf1;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(16, 24, 40, .07);
}

.us-form-wrapper > .text-center p, .us-section-heading > p {
    color: #212529;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}
.us-form-wrapper label {
    display: block;
    color: #212529;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px;
}
.us-form-wrapper label span {
    color: #212529;
}
.us-form-control {
    min-height: auto;
    border: 1px solid #d0d5dd;
    border-radius: 7px;
    padding: 10px 15px;
    color: #101828;
    background-color: #fff;
    box-shadow: none !important;
    width: 100%;
    font-size: 16px;
}
.us-form-control::placeholder {
    color: #98a2b3;
}

.us-form-control:focus {
    border-color: #2a5bf6;
    box-shadow: 0 0 0 3px rgba(23, 105, 224, .10) !important;
}

.us-textarea {
    resize: vertical;
    min-height: 100px;
}

.us-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.us-radio-option {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    border: 1px solid #d0d5dd;
    border-radius: 7px;
    cursor: pointer;
    margin: 0 !important;
    font-weight: 500 !important;
    transition: all .2s ease;
}

.us-radio-option:hover {
    border-color: #2a5bf6;
    background: #f5f9ff;
}

.us-radio-option input {
    accent-color: #2a5bf6;
}

.us-form-note {
    margin: 18px auto 0;
    max-width: 600px;
    color: #98a2b3;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================
   PROCESS
========================================= */

.us-process-section {
    padding: 50px 0;
    background: #f7f9fc;
}

.us-process-card {
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    transition: all .25s ease;
}

.us-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(16, 24, 40, .08);
}
.us-process-number {
    font-size: 23px;
    font-weight: 600;
    color: #2a5bf6;
    margin-bottom: 10px;
}
.us-process-card h3, .us-service-card h3, .us-global-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 10px;
}
.us-process-card p,.us-service-card p , .us-global-card p{
    margin: 0;
}


/* =========================================
   SERVICES
========================================= */

.us-services-section {
    padding: 100px 0;
    background: #fff;
}
.us-service-card {
    height: auto;
    padding: 25px;
    border: 1px solid #e5eaf1;
    border-radius: 12px;
    background: #fff;
    transition: all .25s ease;
    margin-bottom: 10px;
}

.us-service-card:hover {
    border-color: #b8d1f7;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(16, 24, 40, .07);
}
.us-service-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #edf4ff;
    color: #2a5bf6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* =========================================
   GLOBAL SECTION
========================================= */

.us-global-section {
    padding: 50px 0;
    background: #f5f8fc;
}
.us-global-section > .container > .row > .col-lg-6 > p {
    max-width: 580px;
    color: #667085;
    font-size: 17px;
    line-height: 1.8;
}

.us-global-card {
    height: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 10px;
}

.us-global-icon {
    font-size: 25px;
    margin-bottom: 14px;
}

.us-urgent-section {
    padding: 75px 0;
    background: #fff;
}

.us-urgent-box {
    padding: 30px 25px;
    border-radius: 14px;
    background: #2a5bf6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}
.us-urgent-box .sub-heading {
    color: #fff;
}
.us-urgent-box h2 {color: #fff;}
.us-urgent-box p {
    color: #fff;
    margin: 0;
    line-height: 1.6;
}

.us-urgent-box small {
    display: block;
    color: rgba(255,255,255,.72);
    margin-top: 12px;
    line-height: 1.5;
}

/* =========================================
   CUSTOM FAQ ACCORDION
========================================= */

.us-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.us-faq-item {
    background: #ffffff;
    border: 1px solid #e1e6ed;
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.us-faq-item:hover {
    border-color: #b8c9df;
}
.us-faq-question {
    width: 100%;
    border: 0 !important;
    outline: none !important;
    background: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    color: #101828 !important;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    box-shadow: none !important;
}
.us-faq-icon {
    min-width: 30px;
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: 20px;

    border-radius: 50%;

    background: #edf4ff;
    color: #2a5bf6;

    font-size: 22px;
    font-weight: 400;
    line-height: 1;

    transition: transform 0.3s ease;
}


/* Answer */

.us-faq-answer {
    max-height: 0;
    overflow: hidden;

    padding: 0 24px;

    opacity: 0;

    transition:
        max-height 0.35s ease,
        padding 0.35s ease,
        opacity 0.25s ease;
}
.us-faq-answer p {
    margin-bottom: 0;
}
.us-faq-item.active {
    border-color: #c8dafa;
}

.us-faq-item.active .us-faq-question {
    color: #2a5bf6 !important;
}

.us-faq-item.active .us-faq-icon {
    transform: rotate(45deg);
    background: #2a5bf6;
    color: #ffffff;
}

.us-faq-item.active .us-faq-answer {
    max-height: 300px;
    padding: 0 20px 20px;
    opacity: 1;
}


/* Mobile */

@media (max-width: 767px) {

    .us-faq-question {
        padding: 18px 17px;
        font-size: 15px;
    }

    .us-faq-icon {
        min-width: 28px;
        width: 28px;
        height: 28px;
        margin-left: 12px;
    }

    .us-faq-item.active .us-faq-answer {
        padding: 0 17px 20px;
    }

}


/* =========================================
   FINAL CTA
========================================= */

.us-final-cta {
    padding: 50px 0;
    background: #2b5bf6;
}

.us-final-cta-inner {
    max-width: 800px;
    margin: 0 auto;
}

.us-final-cta .us-section-label {
    color: #ffffff;
}

.us-final-cta h2 {
    color: #fff;
    margin: 15px 0 12px;
}

.us-final-subtitle {
    color: #fff !important;
    font-size: 23px !important;
    font-weight: 600;
    margin-bottom: 12px !important;
}

.us-final-cta p:not(.us-final-subtitle) {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 30px;
}
img.aligncenter.size-full.wp-image-286 {
    width: 371px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.center_btn {
    display: table;
    margin: 15px auto;
}
/* =========================
   DROPDOWN BASE
========================= */

.ve-nav li.has-drop,
.ve-mobile-menu li.has-drop {
    position: relative;
}
@media (min-width: 768px) {

    .ve-nav > ul > li.has-drop:hover > .ve-dropdown {
        display: block !important;
    }

    .ve-nav .ve-dropdown li.has-drop:hover > .ve-dropdown {
        display: block !important;
    }

}

/* =========================
   MAIN DROPDOWN - DESKTOP
========================= */

.ve-nav > ul > li.has-drop > .ve-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
}


/* CLICK SE OPEN */
.ve-nav > ul > li.has-drop.open > .ve-dropdown {
    display: block;
}


/* HOVER SE OPEN */
@media (min-width: 768px) {

    .ve-nav > ul > li.has-drop:hover > .ve-dropdown {
        display: block;
    }

}


/* =========================
   NESTED DROPDOWN - PARTNERS
========================= */

.ve-nav .ve-dropdown li.has-drop > .ve-dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    margin: 0;
    z-index: 9999;
}


/* CLICK SE OPEN */
.ve-nav .ve-dropdown li.has-drop.open > .ve-dropdown {
    display: block;
}


/* HOVER SE OPEN */
@media (min-width: 768px) {

    .ve-nav .ve-dropdown li.has-drop:hover > .ve-dropdown {
        display: block;
    }

}


/* =========================
   DROPDOWN LINKS
========================= */

.ve-dropdown li a {
    padding: 8px !important;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    /* =========================
       MAIN DROPDOWN
    ========================= */

   .ve-mobile-menu li.has-drop > .ve-dropdown {
        display: none !important;
        position: static !important;
        width: 100% !important;
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        margin: 0 !important;
    }

    /* Main dropdown OPEN */
    .ve-mobile-menu li.has-drop.open > .ve-dropdown {
        display: block !important;
    }


    /* Nested dropdown CLOSED */
    .ve-mobile-menu
    li.has-drop
    > .ve-dropdown
    li.has-drop
    > .ve-dropdown {
        display: none !important;
        position: static !important;
        width: 100% !important;
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        margin: 0 !important;
        padding-left: 15px !important;
    }

    /* Nested dropdown OPEN */
    .ve-mobile-menu
    li.has-drop
    > .ve-dropdown
    li.has-drop.open
    > .ve-dropdown {
        display: block !important;
    }


    /* Arrow button */
    .ve-mobile-menu .dropdown-toggle-btn {
        position: absolute !important;

        top: 50% !important;
        right: 8px !important;
        left: auto !important;

        transform: translateY(-50%) !important;

        width: 45px !important;
        height: 45px !important;

        padding: 0 !important;
        margin: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        background: transparent !important;
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;

        z-index: 999999 !important;

        cursor: pointer !important;

        -webkit-appearance: none !important;
        appearance: none !important;
    }

    .ve-mobile-menu .dropdown-toggle-btn i {
        pointer-events: none !important;
    }


}
/* =========================
   ABOUT / MAIN ARROW FIX
========================= */

.ve-nav > ul > li.has-drop {
    position: relative;
}

/* About link */
.ve-nav > ul > li.has-drop > a {
    display: inline-flex !important;
    align-items: center !important;
}

/* Remove default browser button styling */
.ve-nav > ul > li.has-drop > .dropdown-toggle-btn {
    position: absolute !important;
    top: 50% !important;
    left: calc(100% + 5px) !important;
    transform: translateY(-50%) !important;

    width: 18px !important;
    height: 18px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    outline: none !important;
    background: transparent !important;

    color: inherit !important;
    box-shadow: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    cursor: pointer;
    line-height: 1 !important;
    font-size: 13px !important;
}

/* Font Awesome arrow */
.ve-nav > ul > li.has-drop > .dropdown-toggle-btn i {
    font-size: 12px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ve-nav .ve-dropdown li.has-drop {
    position: relative;
}

.ve-nav .ve-dropdown li.has-drop > a {
    display: inline-flex !important;
    align-items: center !important;
}

.ve-nav .ve-dropdown li.has-drop > .dropdown-toggle-btn {
    position: absolute !important;
    top: 50% !important;
    right: 8px !important;
    left: auto !important;
    transform: translateY(-50%) !important;

    width: 18px !important;
    height: 18px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: inherit !important;
    line-height: 1 !important;
}
.ve-dropdown li a {
    padding: 8px !important;
}
ul.ve-dropdown.partners-submenu li {
    margin-bottom: 8px;
}
.suprt_cat {  background: #fff;   padding: 20px 20px;   border-radius: 15px;   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);   margin-top: 20px;}
h4.category-title {    font-size: 18px;   padding-bottom: 10px;}
.support-box {  background: #f5f7fa;   padding: 10px;  border: 1px solid #e9e9e9;  border-radius: 5px;   margin-bottom: 10px;   color: #333;   display: flex;   align-items: center;   justify-content: center;    transition: all 0.3s ease;   font-size: 16px;}
.support-box:hover {   transform: translateY(-3px);   background: #fff;   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);}
.padng_top{padding-top:40px;}
@media (max-width: 991px) {
.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a, .header_area .header_bottom .mainmenu ul li a {  font-size: 14px;    padding: 16px 8px;}
    .us-contact-hero {
        padding: 85px 0 80px;
    }

    .us-contact-form-section,
    .us-process-section,
    .us-services-section,
    .us-global-section,
    .us-faq-section {
        padding: 80px 0;
    }

    .us-form-wrapper {
        padding: 40px;
    }

    .us-urgent-box {
        padding: 40px;
        flex-direction: column;
        align-items: flex-start;
    }

}


@media (max-width: 767px) {

    .us-contact-hero {
        padding: 70px 0 65px;
    }

    .us-hero-subtitle {
        font-size: 19px;
    }

    .us-hero-text {
        font-size: 15px;
    }

    .us-contact-form-section,
    .us-process-section,
    .us-services-section,
    .us-global-section,
    .us-faq-section {
        padding: 65px 0;
    }

    .us-form-wrapper {
        padding: 25px 20px;
        border-radius: 10px;
    }
    .us-radio-group {
        flex-direction: column;
    }

    .us-radio-option {
        width: 100%;
    }

    .us-urgent-section {
        padding: 50px 0;
    }

    .us-urgent-box {
        padding: 30px 25px;
    }

    .us-final-cta {
        padding: 30px 0;
    }


}


@media (max-width: 575px) {

    .us-contact-hero h1 {
        font-size: 35px;
    }

    .us-section-heading {
        margin-bottom: 38px;
    }

    .us-btn {
        width: 100%;
    }

    .us-urgent-box .us-btn {
        width: 100%;
    }

}
.knowledge-hero {
    position: relative;
    min-height: 445px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(1, 17, 38, 0.98) 0%, rgba(1, 17, 38, 0.94) 45%, rgba(1, 17, 38, 0.55) 100%),
        url("/wp-content/uploads/2026/08/hub.png") center center / cover no-repeat;
    overflow: hidden;
}

.knowledge-hero-content {
    max-width: 550px;
    padding: 55px 0;
}

.knowledge-label {
    display: inline-block;
    color: #0878ff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}

.knowledge-hero h1 {
    color: #fff;
}

.knowledge-hero p {
    color: #fff;
    margin-bottom: 22px;
}
.knowledge-search {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.knowledge-search i {
    color: #111827;
    margin-right: 12px;
    font-size: 15px;
}

.knowledge-search input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 13px;
    color: #333;
    background: transparent;
}

.knowledge-search input::placeholder {
    color: #6b7280;
}


/* =========================================
   CATEGORY
========================================= */

.knowledge-category {
    background: #f6f9fd;
}

.knowledge-category-card {
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 6px;
    padding: 18px 15px;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.06);
    transition: all 0.3s ease;
}

.knowledge-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.10);
}

.knowledge-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #edf4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.knowledge-icon i {
    color: #2a5bf6;
    font-size: 18px;
}
.knowledge-category-card h3 {
    color: #212529;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 10px;
}

/* .knowledge-category-card p {
    color: #4b5563;
    font-size: 12px;
    line-height: 1.55;
    min-height: 58px;
    margin-bottom: 12px;
}
 */
.knowledge-category-card a,
.knowledge-view-all {
    color: #075df5;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.knowledge-category-card a i,
.knowledge-view-all i {
    margin-left: 5px;
}


/* =========================================
   ARTICLES
========================================= */

.knowledge-articles {
    background: #eef5fc;
}

.knowledge-article-card {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    box-shadow: 0 2px 7px rgba(15, 23, 42, 0.05);
}

.knowledge-article-card > img {
    height: 120px;
    object-fit: cover;
}

.knowledge-article-card h3 {
    color: #101828;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin: 8px 0;
}

.knowledge-article-card p {
    color: #475467;
    margin-bottom: 12px;
}

.knowledge-article-card small {
    color: #344054;
    font-size: 11px;
}

.knowledge-tag {
    display: inline-block;
    background: #edf4ff;
    color: #075df5;
    font-size: 8px;
    line-height: 1;
    font-weight: 700;
    padding: 5px 7px;
    border-radius: 10px;
}


/* =========================================
   CTA
========================================= */

.knowledge-cta {
    background:linear-gradient(135deg, var(--ve-dark) 0%, var(--ve-navy) 100%);
    border-radius: 8px;
    padding: 22px 28px;
    color: #fff;
}

.knowledge-cta-icon {
    font-size: 40px;
    color: #fff;
}
.knowledge-cta h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.knowledge-cta p {
    color: #e5e7eb;
}

.knowledge-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0768f7;
    color: #fff;
    padding: 12px 17px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
}

.knowledge-cta-btn:hover {
    background: #0055d6;
    color: #fff;
}


/* =========================================
   BOTTOM FEATURES
========================================= */

.knowledge-features {
    background: #fff;
}

.knowledge-feature {
    min-height: 55px;
    padding: 5px 10px;
    border-right: 1px solid #d9dee7;
}

.knowledge-feature i {
    color: #0648ad;
    font-size: 28px;
    margin-right: 15px;
    margin-top: 3px;
}

.knowledge-feature h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.knowledge-feature:last-child {
    border-right: 0;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .knowledge-category-card {
        padding: 18px 12px;
    }

    .knowledge-category-card h3 {
        font-size: 14px;
    }

    .knowledge-hero h1 {
        font-size: 36px;
    }

}


@media (max-width: 991px) {

    .knowledge-hero {
        min-height: 430px;
        background-position: center;
    }

    .knowledge-hero-content {
        max-width: 600px;
    }

    .knowledge-hero h1 {
        font-size: 36px;
    }

    .knowledge-feature {
        margin-bottom: 20px;
        border-right: 0;
        padding-left: 10px;
    }

}


@media (max-width: 767px) {
.testi {
    height: auto;
}
	.ve-services-grid.four_box .ve-service-card {
    padding: 12px 10px 5px;
}
    .knowledge-hero {
        min-height: auto;
        background:
            linear-gradient(rgba(1, 17, 38, 0.90), rgba(1, 17, 38, 0.96)),
            url("images/knowledge-hero.jpg") center / cover no-repeat;
    }

    .knowledge-hero-content {
        padding: 45px 15px;
    }

    .knowledge-hero h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .knowledge-hero p {
        font-size: 14px;
    }

    .knowledge-category h2,
    .knowledge-articles h2 {
        font-size: 23px;
    }

    .knowledge-category-card {
        padding: 22px 18px;
    }

    .knowledge-category-card h3 {
        min-height: auto;
    }

    .knowledge-category-card p {
        min-height: auto;
    }

    .knowledge-article-card > img {
        height: 190px;
    }

    .knowledge-cta {
        padding: 25px 20px;
        text-align: center;
    }

    .knowledge-cta-icon {
        margin-bottom: 15px;
    }

    .knowledge-cta h3 {
        font-size: 18px;
    }

    .knowledge-cta-btn {
        justify-content: center;
    }

    .knowledge-feature {
        border-bottom: 1px solid #e5e7eb;
        padding: 15px 5px;
        margin-bottom: 0;
    }
	.hero-card { padding: 20px;}
    .status-item {padding: 7px 0;}
	.hero-card p { margin-bottom: 0 !important;}
	.status-list { margin-top: 10px;}
	.ve-service-card { padding: 12px 10px 10px;}
}


@media (max-width: 575px) {
    .ve-services-grid , .ve-services-grid.four_box{
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .knowledge-hero-content {
        padding: 35px 10px;
    }

    .knowledge-hero h1 {
        font-size: 27px;
    }

    .knowledge-hero p {
        font-size: 13px;
        line-height: 1.6;
    }

    .knowledge-search {
        height: 44px;
    }

    .knowledge-category,
    .knowledge-articles {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .knowledge-article-card > img {
        height: 200px;
    }

    .knowledge-view-all {
        font-size: 11px;
    }

    .knowledge-cta-btn {
        width: 100%;
    }

}


/* ==========================================
Infinite Services Marquee
========================================== */
.services-marquee {
    background: #2a5bf6;
    padding: 12px 0;
    overflow: hidden;
}
.marquee {
overflow: hidden;
white-space: nowrap;
}
.marquee-content {
display: inline-flex;
align-items: center;
gap: 70px;
animation: scrollLeft 35s linear infinite;
width: max-content;
}
.marquee:hover .marquee-content {animation-play-state: paused;}
.marquee-content span {
color: #ffffff;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.5px;
transition: all 0.3s ease;
}
.marquee-content span:hover {color: #fff}
@keyframes scrollLeft {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
/* Mobile */
@media (max-width: 768px) {
.marquee-content {
gap: 40px;
animation-duration: 25s;
}
.marquee-content span {font-size: 15px;}
}
body .ve-footer-bottom p,body .ve-footer-bottom a {
    color:rgba(255,255,255,0.5)!important ;
	margin-bottom:0 !important;
	font-size:14px;
}
/* =========================================
   STRUCTURED MIGRATION PROCESS
========================================= */

.migration-process-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

/* Heading */
.migration-heading {
    max-width: 900px;
    margin: 0 auto 65px;
}
.migration-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 78px;
    position: relative;
}
.migration-step {
    position: relative;
}
.step-card {
    position: relative;
    min-height: 215px;
    padding: 35px 20px 20px;
    background: #fff;
    border: 1px solid #e1e6ed;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(20, 33, 61, 0.05);
    transition: all 0.3s ease;
}
.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(20, 33, 61, 0.10);
}


/* Number */
.step-number {
    position: absolute;
    top: 35px;
    left: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 53px;
    height: 43px;

    background: #2a5bf6;
    color: #fff;

    font-size: 18px;
    font-weight: 700;

    border-radius: 8px;
}
.step-icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a5bf6;
    border: 8px solid #eef5ff;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    box-shadow: 0 5px 15px rgba(23, 105, 209, 0.15);
}

.step-icon i {
    line-height: 1;
}


/* Card Heading */
.step-card h3 {
    margin: 0 0 13px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.migration-step:nth-child(1)::after,
.migration-step:nth-child(2)::after {
    content: "";
    position: absolute;

    top: 50%;
    right: -78px;

    width: 78px;
    border-top: 3px dotted #2a5bf6;
}


/* Small circles on connector */
.migration-step:nth-child(1)::before,
.migration-step:nth-child(2)::before {
    content: "";

    position: absolute;
    z-index: 2;

    top: calc(50% - 6px);
    right: -84px;

    width: 12px;
    height: 12px;

    background: #fff;
    border: 3px solid #2a5bf6;
    border-radius: 50%;
}


/* Bottom row */
.migration-step:nth-child(4)::after,
.migration-step:nth-child(5)::after {
    content: "";
    position: absolute;

    top: 50%;
    right: -78px;

    width: 78px;
    border-top: 3px dotted #2a5bf6;
}

.migration-step:nth-child(4)::before,
.migration-step:nth-child(5)::before {
    content: "";

    position: absolute;
    z-index: 2;

    top: calc(50% - 6px);
    right: -84px;

    width: 12px;
    height: 12px;

    background: #fff;
    border: 3px solid #2a5bf6;
    border-radius: 50%;
}
.migration-highlight {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #b9d7ff;
    border-radius: 12px;
}
.highlight-icon {
    flex: 0 0 70px;

    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    color:#2a5bf6;
    font-size: 38px;
}


/* Highlight Text */
.highlight-content {
    display: flex;
    align-items: center;
    gap: 35px;
    width: 100%;
}

.highlight-content strong {
    flex: 1;
    color: #14213d;
    font-size: 17px;
    line-height: 1.5;
}

.highlight-content span {
    flex: 1;
    padding-left: 35px;
    border-left: 2px solid #c6dcf7;

    color: #333;
    font-size: 16px;
    line-height: 1.5;
}
.img_radius{border-radius:16px;}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .migration-process-section {
        padding: 65px 0;
    }

    .migration-heading {
        margin-bottom: 60px;
    }

    .migration-heading h2 {
        font-size: 32px;
    }

    .migration-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px 30px;
    }

    /* Hide horizontal connectors */
    .migration-step::before,
    .migration-step::after {
        display: none !important;
    }

    .step-card {
        min-height: 300px;
    }

    .highlight-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .highlight-content span {
        padding-left: 0;
        border-left: 0;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
.col-lg-6.mx-auto {   margin-bottom: 20px;}
	.us-process-card,.us-service-card, .us-global-card { height: auto;  padding: 15px;  margin-bottom: 10px;}
    .migration-process-section {
        padding: 50px 0;
    }
	button.us-faq-question span {  text-align: left;}
    .migration-heading {
        margin-bottom: 55px;
    }

    .migration-heading h2 {
        font-size: 28px;
    }

    .migration-heading p {
        font-size: 15px;
        line-height: 1.6;
    }

    .migration-process-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

      .step-card {
        min-height: auto;
        padding: 35px 10px 10px;
    }
    .step-card h3 {
        font-size: 22px;
    }
.step-icon {
	top: -34px;}
    .step-card p {
        font-size: 15px;
    }

    .step-number {
        top: 30px;
        left: 18px;
    }
    .step-icon {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .migration-highlight {
              margin-top: 0;
        padding: 10px 15px;
        flex-direction: column;
        text-align: center;
		 gap: 0px;
    }
   .highlight-content {
        gap: 0px;
    }
    .highlight-content {
        text-align: center;
    }

    .highlight-content strong,
    .highlight-content span {
        font-size: 15px;
    }
	.space {
    padding: 0;
}
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .migration-heading h2 {
        font-size: 25px;
    }

    .step-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .step-number {
        width: 48px;
        height: 40px;
        font-size: 16px;
    }

    .step-icon {
        width: 88px;
        height: 88px;
        font-size: 30px;
        border-width: 6px;
    }
}
.ve-testi-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ve-testi-track {
    display: flex;
    transition: transform 0.6s ease;
	gap:5px;
}

.ve-testi-card {
    flex: 0 0 33.333333%;
    box-sizing: border-box;
    padding: 20px;
}

/* Arrows */
.ve-testi-prev,
.ve-testi-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}

.ve-testi-prev {
    left: 10px;
}

.ve-testi-next {
    right: 10px;
}

/* Mobile: 1 card at a time */
@media (max-width: 767px) {
    .ve-testi-card { flex: 0 0 100%; }
    .ve-testi-prev {left: 5px;}
    .ve-testi-next { right: 5px; }
	.ve-testi-track {gap:0px;}
	.ve-section-header { margin-bottom: 13px;}
	.ve-services-grid { gap: 10px;}
	.ve-footer-title { margin: 20px 0;}
	.career_cta_innr {  width: 100%;}
	.career_cta { padding: 20px 15px 20px;}
	.recovery-section .rounded-circle { width: 40px !important;  height: 40px !important; margin-bottom: 0 !important;  font-weight: 600;}
}