@charset "UTF-8";
/*--------------------------------------------------------------
## Basic Color
----------------------------------------------------------------*/
/*--------------------------------------------------------------
Typography
----------------------------------------------------------------*/
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  /* Light */
  font-style: normal; }
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: normal; }
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  /* Medium */
  font-style: normal; }
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.ttf") format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: normal; }
body,
html {
  color: #373737;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  background-position: right center;
  background-repeat: no-repeat; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  padding: 0; }

h1 {
  font-size: 72px; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 48px; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 42px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 38px; } }

h3 {
  font-size: 36px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 32px; } }

h4 {
  font-size: 26px; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 22px; }
  @media screen and (max-width: 768px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    h6 {
      font-size: 17px; } }

.text-upper {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px; }

ul {
  margin: 0px 0px 25px 0px;
  padding-left: 20px;
  list-style: square outside none; }

ol {
  margin-left: 20px;
  margin-bottom: 25px; }

li {
  list-style: none; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover {
  text-decoration: none;
  color: #008aff; }

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

b,
strong {
  font-weight: bold; }

ol > li {
  text-align: center;
  list-style-position: inside; }

/*--------------------------------------------------------------
02_ General Style
----------------------------------------------------------------*/
/* Bootstrap Class */
.container {
  max-width: 1700px; }
  @media screen and (max-width: 1750px) {
    .container {
      max-width: 94%; } }

/* General Style */
.b-space {
  margin-left: 30px;
  margin-right: 30px; }

.jus-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.justi-center {
  justify-content: center; }

.full-height {
  background-image: url(/assets/img/full-h-bg.jpg);
  height: 100vh;
  display: flex;
  align-items: center; }

svg:hover path {
  fill: #fff;
  transition: 0.3s ease-out; }

html {
  scroll-behavior: smooth; }

.link-active {
  color: #ff5101; }

/*--------------------------------------------------------------
## Anime Js Style
----------------------------------------------------------------*/
.text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  max-width: 808px; }
  .text-wrapper .letter {
    font-weight: bold;
    background: linear-gradient(to bottom, #02a8ce, #703cbb);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: inline; }

h1 {
  font-weight: bold;
  background: linear-gradient(to bottom, #02a8ce, #703cbb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; }

.letter {
  display: inline-block;
  line-height: 1em; }

.ml12 .letter {
  display: inline-block;
  line-height: 1em; }

.ml13 .letter {
  display: inline-block;
  line-height: 1em; }

/*--------------------------------------------------------------
## Button_Style
----------------------------------------------------------------*/
.btn {
  text-align: center;
  padding: 12px 50px;
  color: #fff;
  border-radius: 10px;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .btn {
      padding: 12px 24px; } }

.btn-primary {
  background: #008aff; }
  .btn-primary:hover {
    background: #4e8ac9; }

.btn-secondary {
  color: #4e8ac9;
  background-color: #fff;
  border-color: transparent; }
  .btn-secondary:hover {
    background: #703cbb;
    color: #fff;
    border-color: transparent; }

.text-btn a {
  color: #fff;
  text-transform: uppercase;
  margin-right: 7px; }
.text-btn a:hover {
  color: #ff5101; }
.text-btn a:hover svg {
  color: #ff5101; }

/*--------------------------------------------------------------
## Heading_Area_Caption_Text_Style
----------------------------------------------------------------*/
.caption {
  display: flex;
  flex-direction: column; }
  .caption p {
    font-size: 18px;
    text-transform: uppercase;
    position: relative; }
  .caption p:after {
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    background: #ff5101;
    position: absolute;
    left: 65px;
    top: 50%; }

/*--------------------------------------------------------------
## Social-Link-Style
----------------------------------------------------------------*/
.d-social .social-item {
  display: flex;
  flex-wrap: wrap; }
  .d-social .social-item a {
    padding: 1rem 1.5rem;
    border: 1px solid #393939;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px; }
.d-social a:hover {
  color: #fff;
  background-color: #ff5101;
  transition: 0.3s ease-out; }

/*--------------------------------------------------------------
## 3-Col-Box-Style
----------------------------------------------------------------*/
.box-inner {
  padding: 3rem;
  background-color: #373737; }

@media screen and (min-width: 1199px) {
  .box-inner-1 {
    margin-right: 15px; }

  .box-inner-2 {
    margin: 0px 15px; }

  .box-inner-3 {
    margin-left: 15px; } }
/*--------------------------------------------------------------
## Splite_Text-Style
----------------------------------------------------------------*/
#split-text {
  display: inline-block;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff; }

#split-text span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  margin-right: 5px;
  /* adjust the value to your preference */ }

#split-text span:last-child {
  margin-right: 0; }

#split-text span:nth-child(odd) {
  transform-origin: left; }

#split-text span:nth-child(even) {
  transform-origin: right; }

/*--------------------------------------------------------------
## Preloader_Style
----------------------------------------------------------------*/
.loader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #02a8ce, #703cbb);
  display: flex;
  justify-content: center;
  align-items: center; }

.loader.hidden {
  animation: fadeOut 1s;
  animation-fill-mode: forwards; }

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }
.cs-loader-line {
  margin: 0 auto;
  width: 10%;
  height: 3px;
  background-color: #d0d0d0;
  animation: cs-loader-line 1s ease-in-out infinite alternate; }

@keyframes cs-loader-line {
  0% {
    transform: scaleX(0.1);
    -webkit-transform: scaleX(0.1); }
  100% {
    transform: scaleX(2);
    -webkit-transform: scaleX(2); } }
.about-us {
  padding: 64px 0;
  background-image: linear-gradient(to bottom, #02a8ce, #703cbb);
  color: #fff; }
  .about-us h2 {
    margin-bottom: 6px; }
  .about-us .about-details {
    max-width: 890px; }
    .about-us .about-details h5,
    .about-us .about-details h2 {
      margin: 30px 0; }
    .about-us .about-details h5 {
      font-weight: 300;
      line-height: 1.3; }
      @media screen and (max-width: 768px) {
        .about-us .about-details h5 {
          line-height: 1.2; } }
  .about-us .mission-vission {
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding: 40px 0; }
    @media screen and (max-width: 768px) {
      .about-us .mission-vission {
        padding: 40px 0 0; } }
    .about-us .mission-vission .col-md-4 {
      position: relative; }
      .about-us .mission-vission .col-md-4:nth-child(2)::before, .about-us .mission-vission .col-md-4:nth-child(2):after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 4;
        background: #fff;
        left: -8%; }
      .about-us .mission-vission .col-md-4:nth-child(2):after {
        width: 1px;
        left: inherit;
        right: 8%; }
      @media screen and (max-width: 991px) {
        .about-us .mission-vission .col-md-4:nth-child(2)::before, .about-us .mission-vission .col-md-4:nth-child(2):after {
          display: none; } }
    .about-us .mission-vission .mission-vission-cart {
      max-width: 90%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .about-us .mission-vission .mission-vission-cart {
          margin-bottom: 40px; } }
      .about-us .mission-vission .mission-vission-cart h3 {
        font-weight: 500;
        margin: 16px 0; }

.features {
  padding: 64px 0; }
  .features h3 {
    font-weight: 700; }
  .features h5 {
    color: #008aff;
    margin-bottom: 40px; }
  .features .features-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 35.19px 15.81px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden; }
    .features .features-card .icon {
      width: 70px;
      height: 74px;
      display: flex; }
      .features .features-card .icon img {
        max-width: 70px;
        max-height: 70px;
        margin-bottom: 14px; }
    .features .features-card h6 {
      font-weight: 600; }
    .features .features-card p {
      max-width: 91%;
      min-height: 72px;
      margin-bottom: 4px; }
    .features .features-card .arrow {
      text-align: right; }
      .features .features-card .arrow img {
        width: 32px;
        height: 32px;
        margin-bottom: 0; }
    .features .features-card:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: -moz-linear-gradient(78deg, #703cbb 0%, #3972c5 46%, #02a8ce 100%);
      background-image: -webkit-linear-gradient(78deg, #703cbb 0%, #3972c5 46%, #02a8ce 100%);
      background-image: -ms-linear-gradient(78deg, #703cbb 0%, #3972c5 46%, #02a8ce 100%);
      transition: opacity 0.5s ease-in-out;
      opacity: 0;
      z-index: -1; }
    .features .features-card:hover {
      color: #fff; }
      .features .features-card:hover::before {
        opacity: 1; }
      .features .features-card:hover .icon img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(286deg) brightness(106%) contrast(101%); }
      .features .features-card:hover h6,
      .features .features-card:hover p {
        color: #fff; }
      .features .features-card:hover .arrow img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(286deg) brightness(106%) contrast(101%); }

.solutions {
  padding: 64px 0;
  background-color: #f1f1f1; }
  .solutions h3 {
    font-weight: 700; }
  .solutions h5 {
    color: #008aff;
    margin-bottom: 40px; }
  .solutions .solutions-card {
    padding: 50px 28px 20px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 10px 35.19px 15.81px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    text-align: center;
    min-height: 378px; }
    @media only screen and (max-width: 1372px) and (min-width: 992px) {
      .solutions .solutions-card {
        padding: 50px 18px 20px; } }
    @media screen and (max-width: 991px) {
      .solutions .solutions-card {
        min-height: 100%;
        padding: 30px 28px 16px; } }
    @media screen and (max-width: 480px) {
      .solutions .solutions-card {
        padding: 30px 18px 14px; } }
    .solutions .solutions-card h4 {
      color: #008aff;
      font-weight: 600; }
    .solutions .solutions-card h5 {
      color: #373737;
      margin-bottom: 30px;
      font-weight: 600; }
    .solutions .solutions-card h2 {
      font-size: 42px;
      font-weight: 600;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .solutions .solutions-card h2 {
          font-size: 32px; } }
    .solutions .solutions-card ul li {
      text-align: left;
      position: relative;
      margin-bottom: 10px;
      line-height: 1.4; }
      .solutions .solutions-card ul li::before {
        content: "";
        position: absolute;
        left: -14px;
        top: 9px;
        width: 6px;
        height: 6px;
        background-color: #4e8ac9;
        border-radius: 10px; }

.footer {
  background-image: -moz-linear-gradient(78deg, #703cbb 0%, #3972c5 46%, #02a8ce 100%);
  background-image: -webkit-linear-gradient(78deg, #703cbb 0%, #3972c5 46%, #02a8ce 100%);
  background-image: -ms-linear-gradient(78deg, #703cbb 0%, #3972c5 46%, #02a8ce 100%);
  padding: 64px 0 30px;
  color: #fff; }
  .footer .cta p {
    max-width: 800px;
    display: inline-block; }
    @media screen and (max-width: 400px) {
      .footer .cta p {
        font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .footer .logo img {
      max-height: 50px; } }
  .footer .footer-menu {
    margin: 20px 0; }
    .footer .footer-menu ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0; }
      @media screen and (max-width: 768px) {
        .footer .footer-menu ul {
          gap: 20px; } }
      @media screen and (max-width: 480px) {
        .footer .footer-menu ul {
          margin: 34px 0 26px; } }
      @media screen and (max-width: 480px) {
        .footer .footer-menu ul li {
          line-height: 0.5; } }

/*--------------------------------------------------------------
##__Header Style
----------------------------------------------------------------*/
.cs-site-navbar {
  position: relative;
  z-index: 101; }

.cs_site-branding {
  display: inline-block;
  max-width: 180px; }

.cs-site-navbar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  transition: all 0.4s ease;
  padding-top: 12px; }

.cs-site-navbar.cs-navbar-style .cs_main_header_in,
.cs-site-navbar.cs-navbar-style .cs_top_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
  position: relative; }
.cs-site-navbar.cs-navbar-style .cs_main_header_right {
  display: flex;
  align-items: center;
  height: 100%; }
@media screen and (max-width: 1200px) {
  .cs-site-navbar.cs-navbar-style .btn {
    margin-right: 50px; } }
@media screen and (max-width: 480px) {
  .cs-site-navbar.cs-navbar-style .btn {
    display: none; } }

.cs_nav + .cs_toolbox {
  margin-left: 55px; }

.cs-site-navbar.cs-navbar-style.cs_sticky-active {
  background-color: #d0d0d0;
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1); }

.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 9; }

.cs_gescout_sticky {
  transition: all 0.4s ease;
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding-top: 0; }
  .cs_gescout_sticky.cs-site-navbar.cs-navbar-style .cs_main_header_in,
  .cs_gescout_sticky.cs-site-navbar.cs-navbar-style .cs_top_header_in {
    height: 60px; }
  .cs_gescout_sticky .cs_site_branding img {
    max-height: 36px; }
  .cs_gescout_sticky .btn {
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    border-radius: 10px;
    font-weight: 500; }

.cs_gescout_show {
  opacity: 1; }

.cs_site_branding {
  display: inline-block; }
  .cs_site_branding img {
    max-height: 45px; }

@media screen and (min-width: 1200px) {
  .cs_main_header {
    position: relative; }
    .cs_main_header .container-fluid {
      padding-right: 40px;
      padding-left: 40px; }

  .cs_main_header_center,
  .cs_top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

  .cs-site-navbar.cs-navbar-style .cs_main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px); }
  .cs-site-navbar.cs-navbar-style .cs_main_header_left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

  .cs_nav {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
    font-size: 16px; }
    .cs_nav .cs_nav_list {
      display: flex !important;
      flex-wrap: wrap;
      height: inherit; }
      .cs_nav .cs_nav_list > li {
        margin-right: 50px;
        height: inherit; }
        .cs_nav .cs_nav_list > li:last-child {
          margin-right: 0; }
        .cs_nav .cs_nav_list > li > a {
          padding: 10px 0;
          display: inline-flex;
          position: relative;
          height: inherit;
          align-items: center; }
        .cs_nav .cs_nav_list > li > ul {
          left: 0;
          top: calc(100% + 15px); }
        .cs_nav .cs_nav_list > li:hover > ul {
          top: 100%;
          opacity: 1;
          visibility: visible;
          transition: all 0.4s ease; }
        .cs_nav .cs_nav_list > li.menu-item-has-children > a {
          position: relative; }
      .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
        position: relative; }
      .cs_nav .cs_nav_list ul {
        width: 260px;
        background-color: #373737;
        position: absolute;
        box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
        border-top: 2px solid #ff5101;
        padding: 10px 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        border-radius: 0px 0px 5px 5px;
        transition: all 0.1s ease; }
        .cs_nav .cs_nav_list ul li:hover ul {
          top: 0px; }
        .cs_nav .cs_nav_list ul li:hover > ul {
          opacity: 1;
          visibility: visible;
          transition: all 0.4s ease; }
        .cs_nav .cs_nav_list ul a {
          display: block;
          line-height: inherit;
          padding: 10px 20px; }
        .cs_nav .cs_nav_list ul ul {
          top: 15px;
          left: 100%; }

  .cs_munu_toggle,
  .cs_munu_dropdown_toggle {
    display: none; }

  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1296px !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    position: absolute;
    padding: 5px 15px 10px; }
    .cs_nav .cs_nav_list .cs_mega_wrapper a {
      padding: 5px 10px; }
      .cs_nav .cs_nav_list .cs_mega_wrapper a img {
        border-radius: 5px;
        border: 1px solid rgba(181, 181, 181, 0.1);
        transition: all 0.5s ease; }
      .cs_nav .cs_nav_list .cs_mega_wrapper a:hover img {
        border-color: rgba(208, 208, 208, 0.6); }
    .cs_nav .cs_nav_list .cs_mega_wrapper > li {
      flex: 1;
      padding: 10px 0; }
      .cs_nav .cs_nav_list .cs_mega_wrapper > li > a:hover {
        background-color: transparent; }
      .cs_nav .cs_nav_list .cs_mega_wrapper > li ul {
        position: initial;
        border: none;
        padding: 0;
        width: 100%;
        box-shadow: none;
        background-color: transparent; }

  .cs_nav
  .cs_nav_list
  > li
  ul:not(.cs_mega_wrapper)
  .menu-item-has-children
  > a {
    position: relative; } }
@media screen and (max-width: 1199px) {
  .cs_munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 100%;
    right: 20px;
    top: 5px; }
    .cs_munu_dropdown_toggle:before, .cs_munu_dropdown_toggle:after {
      content: "";
      display: block;
      position: absolute;
      left: 95%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 2px;
      width: 10px;
      background-color: #ff5101;
      transition: all 0.3s ease;
      cursor: pointer; }
    .cs_munu_dropdown_toggle:before {
      transform: translate(-50%, -50%) rotate(90deg); }
    .cs_munu_dropdown_toggle.active:before {
      transform: translate(-50%, -50%) rotate(0deg); }

  .cs_nav .cs_nav_list {
    position: absolute;
    width: 100vw;
    left: -15px;
    background-image: -moz-linear-gradient(78deg, #703cbb 0%, #3972c5 46%, #02a8ce 100%);
    background-image: -webkit-linear-gradient(78deg, #703cbb 0%, #3972c5 46%, #02a8ce 100%);
    background-image: -ms-linear-gradient(78deg, #703cbb 0%, #3972c5 46%, #02a8ce 100%);
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #373737;
    overflow: auto;
    max-height: calc(100vh - 80px);
    line-height: 1.6em; }
    .cs_nav .cs_nav_list ul {
      padding-left: 15px;
      display: none; }
      .cs_nav .cs_nav_list ul li a {
        color: #fff; }
    .cs_nav .cs_nav_list a {
      display: block;
      padding: 8px 20px;
      color: #fff; }
  .cs_nav .menu-item-has-children {
    position: relative; }

  /*     Mobile Menu Button     */
  .cs_munu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px; }
    .cs_munu_toggle span,
    .cs_munu_toggle span:before,
    .cs_munu_toggle span:after {
      width: 100%;
      height: 2px;
      background-color: currentColor;
      display: block; }
    .cs_munu_toggle span {
      margin: 0 auto;
      position: relative;
      top: 12px;
      transition-duration: 0s;
      transition-delay: 0.2s; }
      .cs_munu_toggle span:before {
        content: "";
        position: absolute;
        margin-top: -9px;
        transition-property: margin, transform;
        transition-duration: 0.2s;
        transition-delay: 0.2s, 0s; }
      .cs_munu_toggle span:after {
        content: "";
        position: absolute;
        margin-top: 9px;
        transition-property: margin, transform;
        transition-duration: 0.2s;
        transition-delay: 0.2s, 0s; }

  .cs-site-navbar.cs-navbar-style .cs_munu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px; }

  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s; }
    .cs_toggle_active span:before {
      margin-top: 0;
      transform: rotate(45deg);
      transition-delay: 0s, 0.2s; }
    .cs_toggle_active span:after {
      margin-top: 0;
      transform: rotate(-45deg);
      transition-delay: 0s, 0.2s; }

  .cs_nav .cs_nav_list a {
    position: relative; }

  .cs-site-navbar.cs-navbar-style .cs_main_header_in {
    height: 80px; }

  .cs_hamburger span {
    height: 3px; }

  .cs-site-navbar .current-menu-item > a:before {
    display: none; }

  .cs-site-navbar.cs-navbar-style .cs_main_header_center .cs_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%); }

  .cs-site-navbar.cs-navbar-style {
    top: 0; }

  .cs-site-navbar.cs-navbar-style .cs_icon_btn {
    width: 38px;
    height: 38px; }

  .cs_side_header {
    display: none; } }
@media screen and (max-width: 991px) {
  .cs-site-navbar .container {
    max-width: 100%; }

  .cs-site-navbar.cs-navbar-style .cs_action_box > *:not(:last-child) {
    margin-right: 25px; }

  .cs-site-navbar.cs-navbar-style .cs_btn {
    padding: 8px; } }
@media screen and (max-width: 575px) {
  .cs_hamburger_wrap .cs_hamburger {
    margin-right: 0; }

  .cs-site-navbar.cs-navbar-style .cs_btn span {
    display: none; }
  .cs-site-navbar.cs-navbar-style .cs_btn svg {
    margin-right: 0;
    width: 20px;
    height: 20px; } }
.client-logos {
  padding: 64px 0;
  background-color: #fff; }
  .client-logos h3 {
    font-weight: 700; }
  .client-logos h5 {
    color: #008aff;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .client-logos h5 {
        margin-bottom: 10px; } }
  .client-logos .image {
    text-align: center;
    margin: 26px 0;
    filter: grayscale(1);
    transition: 0.3s all; }
    .client-logos .image:hover {
      filter: grayscale(0); }
    .client-logos .image img {
      max-width: 140px;
      max-height: 54px; }

/*--------------------------------------------------------------
## Footer_Section_Style
----------------------------------------------------------------*/
.cs-footer {
  background-color: #373737;
  background-image: url(/assets/img/line-2.png);
  background-position: center; }
  .cs-footer .f-number {
    font-size: 2.5rem; }
  .cs-footer .f-copy {
    margin-bottom: 3rem;
    padding-top: 10rem; }
    .cs-footer .f-copy p {
      color: #888888; }
  .cs-footer ul {
    padding-left: 0px; }
    .cs-footer ul li {
      padding-bottom: 15px; }
  .cs-footer img {
    padding-bottom: 1rem; }
  .cs-footer .f-mail {
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    font-weight: bold; }
  .cs-footer h6 {
    color: #888888; }

.f-address {
  font-size: 32px;
  line-height: 36px;
  color: #fff; }

.cs-footer-item1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.b-tb-1px {
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
  opacity: 100%; }

.f-contact-info h6 {
  margin-left: 2rem; }
.f-contact-info h3 {
  margin-left: 2rem; }
.f-contact-info p {
  margin-left: 2rem; }
.f-contact-info span {
  margin-left: 2rem; }

.to-top {
  position: fixed;
  bottom: 35px;
  right: 35px;
  cursor: pointer;
  z-index: 10;
  color: #ff5101;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  background-color: #008aff;
  overflow: hidden;
  border-radius: 22px; }

.to-top:hover {
  background-color: #4e8ac9;
  border-radius: 50px; }

.to-top.active {
  bottom: 35px;
  pointer-events: auto;
  opacity: 1; }

@media screen and (max-width: 1199px) {
  .cs-footer .f-copy {
    margin-bottom: 1.5rem;
    padding-top: 3rem; }

  .b-tb-1px {
    border: none; } }
@media screen and (max-width: 1024px) {
  .f-contact-info h6 {
    margin-left: 0rem; }
  .f-contact-info h3 {
    margin-left: 0rem; }
  .f-contact-info p {
    margin-left: 0rem; }
  .f-contact-info span {
    margin-left: 0rem;
    font-size: 2.5rem; }

  .cs-footer-item1 {
    margin-bottom: 3rem; }

  .f-credit {
    display: none; } }
/*--------------------------------------------------------------
## Breadcrumb_Section_Style
----------------------------------------------------------------*/
.sec-breadcrumb {
  background-image: url(/assets/img/s-hero.jpg);
  background-repeat: no-repeat;
  background-position: center; }

.breadcrumb {
  margin: 0;
  display: flex;
  justify-content: center;
  padding-top: 5px; }
  .breadcrumb li {
    font-size: 16px; }

.breadcrumb-item-active {
  color: #fff; }

.breadcrumb-content {
  padding: 5rem 0rem; }

/*--------------------------------------------------------------
## Hero_Section_Style
----------------------------------------------------------------*/
.main-hero {
  background-position: right 60px bottom;
  background-repeat: no-repeat;
  background-size: 40%;
  display: flex;
  align-items: center;
  background-image: url(../img/banner.png);
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .main-hero {
      background-size: 70%;
      background-position: right 20px bottom; } }

.hero-content .hero-subheading {
  max-width: 75%;
  font-size: 18px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .hero-content .hero-subheading {
      padding: 16px 0;
      max-width: 90%;
      margin-bottom: 10px; } }
  .hero-content .hero-subheading p {
    font-size: 22px; }
    @media screen and (max-width: 768px) {
      .hero-content .hero-subheading p {
        font-size: 18px; } }

/*--------------------------------------------------------------
## Testimonial_Section_Style
----------------------------------------------------------------*/
.sec-testi {
  padding: 64px 0;
  background-color: #fff; }
  .sec-testi h3 {
    font-weight: 700; }
  .sec-testi h5 {
    color: #008aff;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .sec-testi h5 {
        margin-bottom: 10px; } }
  .sec-testi .review-card {
    max-width: 840px;
    margin: 30px 0;
    padding: 32px 14px;
    background-color: white;
    box-shadow: 0px 10px 35.19px 15.81px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .sec-testi .review-card {
        max-width: 80%; } }
    @media screen and (max-width: 480px) {
      .sec-testi .review-card {
        max-width: 90%;
        box-shadow: 0px 0px 10.19px 12.81px rgba(0, 0, 0, 0.06); } }
    .sec-testi .review-card h6 {
      font-size: 20px;
      max-width: 670px;
      margin: 0 auto;
      color: #373737;
      font-weight: 400; }
      @media screen and (max-width: 480px) {
        .sec-testi .review-card h6 {
          font-size: 18px; } }
  .sec-testi .hero-review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 30px; }
    .sec-testi .hero-review > img {
      width: 65px;
      height: 65px;
      border-radius: 100px; }
    .sec-testi .hero-review .hero-review-details .riviews-start {
      display: flex;
      align-items: center;
      gap: 5px;
      margin-top: 6px; }
      .sec-testi .hero-review .hero-review-details .riviews-start img {
        width: 14px; }
    .sec-testi .hero-review .hero-review-details h6 {
      display: flex;
      align-items: center;
      gap: 4px;
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 0px; }
    .sec-testi .hero-review .hero-review-details p {
      margin: 0;
      font-size: 14px; }
  .sec-testi .testi-content {
    margin-left: 5rem; }
    .sec-testi .testi-content svg {
      margin-bottom: 3rem; }
    .sec-testi .testi-content p {
      font-size: 18px;
      line-height: 30px; }
    .sec-testi .testi-content .client-details {
      margin-top: 2.5rem; }
      .sec-testi .testi-content .client-details h5 {
        margin-bottom: 5px; }
      .sec-testi .testi-content .client-details p {
        color: #888888; }
  .sec-testi .owl-carousel {
    max-width: 980px;
    margin: 0 auto; }
  .sec-testi .owl-stage-outer {
    padding: 40px 0; }

.t-arrow {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-between;
  width: 100%; }
  .t-arrow svg {
    fill: #008aff; }
  .t-arrow .right {
    right: 0; }
  .t-arrow .left {
    margin-right: 1rem;
    left: 0; }
  .t-arrow .left:hover svg {
    fill: #4e8ac9;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.1s ease-in-out; }
  .t-arrow .right:hover svg {
    fill: #4e8ac9;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.1s ease-in-out; }

.testimonial-item {
  display: flex;
  align-items: center; }

@media screen and (max-width: 1199px) {
  .testi-content {
    margin-left: 0rem !important; } }
@media screen and (max-width: 991px) {
  .testi-content {
    margin: 10px; }

  .t-arrow {
    display: none; } }
@media screen and (max-width: 767px) {
  .testi-content {
    margin-left: 0rem !important;
    margin-top: 2rem; } }
/*--------------------------------------------------------------
## Contact_Page_Style
----------------------------------------------------------------*/
.office-box h6 {
  color: #888888; }

.details-content {
  margin-left: 280px; }
  .details-content .d-phone {
    margin-bottom: 5rem; }
    .details-content .d-phone p {
      font-size: 32px;
      font-weight: bold;
      color: #fff;
      margin: 20px 0px; }
  .details-content .d-email {
    margin-bottom: 5rem; }
  .details-content h6 {
    color: #888888; }

.contact-from {
  padding: 64px 0;
  background-image: -moz-linear-gradient(13deg, #309ecc 0%, #5070c4 71%, #6f42bc 100%);
  background-image: -webkit-linear-gradient(13deg, #309ecc 0%, #5070c4 71%, #6f42bc 100%);
  background-image: -ms-linear-gradient(13deg, #309ecc 0%, #5070c4 71%, #6f42bc 100%); }
  .contact-from h3 {
    font-weight: 700;
    color: #fff; }
  .contact-from h5 {
    color: #fff;
    margin-bottom: 40px; }

.contact-form .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .contact-form .form-row .input-control {
    display: flex;
    flex-direction: column;
    width: 100%; }

.input-control {
  margin: 16px 40px 16px 0;
  /* Remove arrows in Chrome, Edge, and Safari */
  /* Remove arrows in Firefox */ }
  .input-control label {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px; }
  .input-control textarea {
    min-height: 150px;
    margin-bottom: 30px; }
  .input-control input,
  .input-control textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0rem;
    font-size: 16px;
    width: 100%;
    color: #fff;
    /* Shrink placeholder on focus */ }
    .input-control input::placeholder,
    .input-control textarea::placeholder {
      color: #fff;
      transition: font-size 0.3s ease, color 0.3s ease; }
    .input-control input:focus-visible,
    .input-control textarea:focus-visible {
      outline: -webkit-focus-ring-color auto 0px;
      border-bottom-color: #d6d6d6;
      /* Optional: Change border color */ }
    .input-control input:focus::placeholder,
    .input-control textarea:focus::placeholder {
      font-size: 12px; }
  .input-control input[type="number"]::-webkit-inner-spin-button,
  .input-control input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input-control input[type="number"] {
    -moz-appearance: textfield; }
  .input-control input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: transparent !important; }
  .input-control .iti {
    width: 100%; }
  .input-control .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #fff; }
  .input-control .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #ffffffdd; }
  .input-control .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 14px; }
  .input-control .iti__flag {
    width: 18px; }
  .input-control .iti__country-list {
    max-width: 412px;
    overflow-x: hidden; }
  .input-control .iti__flag-container {
    max-height: 45px; }

.error-message {
  color: red;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  display: inline-block;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 4px; }

.popup-error {
  position: absolute;
  background: rgba(255, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 1000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }

/* Dropdown container */
.custom-dropdown {
  position: relative;
  /* Custom dropdown styling */
  /* Custom options container */ }
  .custom-dropdown select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Hide native select */
    z-index: 1;
    cursor: pointer; }
  .custom-dropdown .custom-dropdown-display {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0rem;
    font-size: 16px;
    width: 100%;
    color: #fff;
    cursor: pointer; }
    .custom-dropdown .custom-dropdown-display::after {
      content: "▼";
      font-size: 12px;
      color: #fff;
      position: absolute;
      right: 0; }
  .custom-dropdown .custom-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    z-index: 2; }
    .custom-dropdown .custom-options div {
      padding: 10px;
      font-size: 16px;
      cursor: pointer; }
      .custom-dropdown .custom-options div:hover {
        background-color: #007bff;
        color: #fff; }

/* Show options on click */
.custom-dropdown.active .custom-options {
  display: block; }

/*--------------------------------------------------------------
## FAQ_Page_Style
----------------------------------------------------------------*/
.accordian-section {
  padding: 64px 0;
  background-color: #f1f1f1; }
  .accordian-section h3 {
    font-weight: 700; }
  .accordian-section h5 {
    color: #008aff;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .accordian-section h5 {
        margin-bottom: 10px; } }

.according-container {
  max-width: 60%;
  justify-content: space-between; }
  .according-container .accordion-item {
    border-bottom: 2px solid #d6d6d6; }
    .according-container .accordion-item h2 {
      font-size: 18px;
      color: #373737;
      cursor: pointer; }
    .according-container .accordion-item .accordion-body {
      background-color: #f1f1f1;
      padding: 10px 0; }
      .according-container .accordion-item .accordion-body p {
        color: #373737; }
  .according-container .accordion-button {
    padding: 26px 0;
    background-color: #f1f1f1; }

.accordion-button:not(.collapsed) {
  color: #373737;
  background-color: #f1f1f1;
  box-shadow: none; }

@media screen and (max-width: 1199px) {
  .according-container {
    max-width: 95%; } }
@media screen and (max-width: 991px) {
  .according-container {
    max-width: 95%; } }
@media screen and (max-width: 767px) {
  .according-container {
    max-width: 95%; } }

/*# sourceMappingURL=style.css.map */
