@charset "UTF-8";
/*-------------------------------------------------------------

  #  Template Name: Samsara Systems template
  #  Version: 1.0

-------------------------------------------------------------
    
  #   CSS INDEX
========================================================
  
   [ 01. Bootstrap CSS ]

   [ 02. Template default CSS ]

   [ 03. header CSS ]

   [ 04. header top CSS ]

   [ 05. main menu CSS ]

   [ 06. sub menu CSS ]

   [ 07. hero section CSS ]

   [ 08. brand logo CSS ]

   [ 09. service card CSS ]

   [ 10. working process CSS ]

   [ 11. about us CSS ]

   [ 12. case studies CSS ]

   [ 13. team CSS ]

   [ 14. faq CSS ]

   [ 15. accordion CSS ]

   [ 16. testimonial CSS ]

   [ 17. blog CSS ]

   [ 18. footer CSS ]

   [ 19. bread crumb CSS ]

   [ 20. service page CSS ]

   [ 21. case details CSS ]

   [ 22. comment form CSS ]

   [ 23. blog details CSS ]

   [ 24. contact form CSS ]

   [ 25. page not found CSS ]


   [ The End ]


--------------------------------------------*/
/*--------------------------------------
/*  [ 01. Bootstrap CSS ]
----------------------------------------*/
/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ruda:wght@400;500;600;700;800;900&display=swap");
:root {
  --bs-blue: #02126a;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #fc7418;
  --bs-green: #32b618;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #fbfbfb;
  --bs-gray-dark: #f8f8f8;
  --bs-primary: #02126a;
  --bs-secondary: #fc7418;
  --bs-success: #32b618;
  --bs-info: #0dcaf0;
  --bs-warning: #fc7418;
  --bs-danger: #dc3545;
  --bs-light: #f8f8f8;
  --bs-dark: #32383e;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  overflow-x: hidden;
  clear:both;
  box-sizing: border-box;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #767988;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: calc(1.28906rem + 0.46875vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.64063rem;
  }
}

h4 {
  font-size: calc(1.26563rem + 0.1875vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.40625rem;
  }
}

h5 {
    font-size: 1.17188rem; 
    font-family: 'Georgia', serif;
    font-style: italic;
    color: #FFFFFF;
    padding-left: 15px;
    margin-left: 0;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

b {
  font-weight: 700;
}

a {
  color: #02126a;
  text-decoration: underline;
}

a:hover {
  color: #020e55;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

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

.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-0 {
  --bs-gutter-y: 0;
}

@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  color: #767988;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #767988;
  background-color: #fff;
  border-color: #8189b5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
          box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.8em;
}

.form-control::-webkit-input-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
     -moz-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #767988;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #767988;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
     -moz-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
     -moz-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.8em + 0.75rem + 2px);
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
      transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: #767988;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 18px 35px;
  font-size: 0.9375rem;
  border-radius: 8px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #767988;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
          box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
}

.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #02126a;
  border-color: #02126a;
}

.btn-primary:hover {
  color: #fff;
  background-color: #020f5a;
  border-color: #020e55;
}

.btn-primary:focus {
  color: #fff;
  background-color: #020f5a;
  border-color: #020e55;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 54, 128, 0.5);
          box-shadow: 0 0 0 0 rgba(40, 54, 128, 0.5);
}

.btn-primary:active {
  color: #fff;
  background-color: #020e55;
  border-color: #020e50;
}

.btn-primary:active:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 54, 128, 0.5);
          box-shadow: 0 0 0 0 rgba(40, 54, 128, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #02126a;
  border-color: #02126a;
}

.btn-warning {
  color: #000;
  background-color: #fc7418;
  border-color: #fc7418;
}

.btn-warning:hover {
  color: #000;
  background-color: #fc893b;
  border-color: #fc822f;
}

.btn-warning:focus {
  color: #000;
  background-color: #fc893b;
  border-color: #fc822f;
  -webkit-box-shadow: 0 0 0 0 rgba(214, 99, 20, 0.5);
          box-shadow: 0 0 0 0 rgba(214, 99, 20, 0.5);
}

.btn-warning:active {
  color: #000;
  background-color: #fd9046;
  border-color: #fc822f;
}

.btn-warning:active:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(214, 99, 20, 0.5);
          box-shadow: 0 0 0 0 rgba(214, 99, 20, 0.5);
}

.btn-warning:disabled {
  color: #000;
  background-color: #fc7418;
  border-color: #fc7418;
}

.btn-outline-primary {
  color: #02126a;
  border-color: #02126a;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #02126a;
  border-color: #02126a;
}

.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.5);
          box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.5);
}

.btn-outline-primary:active {
  color: #fff;
  background-color: #02126a;
  border-color: #02126a;
}

.btn-outline-primary:active:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.5);
          box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.5);
}

.btn-outline-primary:disabled {
  color: #02126a;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #fc7418;
  border-color: #fc7418;
}

.btn-outline-secondary:hover {
  color: #000;
  background-color: #fc7418;
  border-color: #fc7418;
}

.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(252, 116, 24, 0.5);
          box-shadow: 0 0 0 0 rgba(252, 116, 24, 0.5);
}

.btn-outline-secondary:active {
  color: #000;
  background-color: #fc7418;
  border-color: #fc7418;
}

.btn-outline-secondary:active:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(252, 116, 24, 0.5);
          box-shadow: 0 0 0 0 rgba(252, 116, 24, 0.5);
}

.btn-outline-secondary:disabled {
  color: #fc7418;
  background-color: transparent;
}

.btn-outline-warning {
  color: #fc7418;
  border-color: #fc7418;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #fc7418;
  border-color: #fc7418;
}

.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(252, 116, 24, 0.5);
          box-shadow: 0 0 0 0 rgba(252, 116, 24, 0.5);
}

.btn-outline-warning:active {
  color: #000;
  background-color: #fc7418;
  border-color: #fc7418;
}

.btn-outline-warning:active:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(252, 116, 24, 0.5);
          box-shadow: 0 0 0 0 rgba(252, 116, 24, 0.5);
}

.btn-outline-warning:disabled {
  color: #fc7418;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:active:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 19px 40px;
  font-size: 0.9375rem;
  color: #02126a;
  background-color: #f7faff;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.accordion-button.collapsed {
  border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
  color: #02105f;
  background-color: #f7faff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2302105f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-button::after {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2302126a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #8189b5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
          box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
}

.accordion-header {
  padding-left: 0px;
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 0px;
}

.accordion-body {
  padding: 0px 0px;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 4px;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
          box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
  opacity: 1;
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #273581;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.625rem !important;
}

.mt-3 {
  margin-top: 0.9375rem !important;
}

.mt-4 {
  margin-top: 1.25rem !important;
}

.mt-7 {
  margin-top: 2.1875rem !important;
}

.mb-4 {
  margin-bottom: 1.25rem !important;
}

.mb-7 {
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 2.1875rem !important;
}

.mb-11 {
  padding-top: 25px;
  padding-right: 50px;
  padding-left: 15px;
  margin-bottom: 2.1875rem !important;
}

.mb-11 img {
  padding-top: 40px;
}

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

.mb-n7 {
  margin-bottom: -2.1875rem !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

@media (min-width: 768px) {
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 2.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.625rem !important;
  }
}

/*--------------------------------------
/*  Bootstrap Css End
----------------------------------------*/
/*--------------------------------------
/*   [ 02. Template default CSS ] 
----------------------------------------*/
/*------------------------ 
/* Common Style
 ------------------------*/
/*-----------------------
# selection colors
-------------------------*/
*::-moz-selection {
  background: #fc7418;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #fc7418;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fc7418;
  color: #fff;
  text-shadow: none;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: 0;
}

a {
  text-decoration: none;
  color: #32383e;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #fc7418;
}

img {
  max-width: 100%;
}

:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

p:last-child {
  margin-bottom: 0;
}

button {
  outline: dotted 0px !important;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  position: relative;
  z-index: 2;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 991px) {
  .btn {
    padding: 18px 18px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 14px 18px;
  }
}

.btn-primary {
  border-color: #02126a;
  background-color: #02126a;
  color: #fff;
}

.btn-warning {
  border-color: #fc7418;
  background-color: #fc7418;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc7318), color-stop(#fe8415), color-stop(#fe9515), color-stop(#fea51a), to(#feb423));
  background-image: -webkit-linear-gradient(left, #fc7318, #fe8415, #fe9515, #fea51a, #feb423);
  background-image: -o-linear-gradient(left, #fc7318, #fe8415, #fe9515, #fea51a, #feb423);
  background-image: linear-gradient(to right, #fc7318, #fe8415, #fe9515, #fea51a, #feb423);
  border: 0px;
  color: #fff;
}

.btn-warning:hover {
  background: -webkit-gradient(linear, right top, left top, from(#fc7318), color-stop(#fe8415), color-stop(#fe9515), color-stop(#fea51a), to(#feb423));
  background: -webkit-linear-gradient(right, #fc7318, #fe8415, #fe9515, #fea51a, #feb423);
  background: -o-linear-gradient(right, #fc7318, #fe8415, #fe9515, #fea51a, #feb423);
  background: linear-gradient(to left, #fc7318, #fe8415, #fe9515, #fea51a, #feb423);
  border-color: #fc7418;
  color: #fff;
}

.text-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#fc7318), to(#feb423));
  background: -webkit-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: -o-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: linear-gradient(to right, #fc7318 0%, #feb423 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-pt-150 {
  padding-top: 75px;
}

@media screen and (max-width: 1199px) {
  .section-pt-150 {
    padding-top: 75px;
  }
}

.section-pb-150 {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media screen and (max-width: 1199px) {
  .section-pb-150 {
    padding-bottom: 75px;
  }
}

.pb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-101 {
  padding-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .section-title {
    padding-bottom: 50px;
  }
}

.section-title .icon {
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.section-title .title {
  font-weight: 700;
  font-size: 55px;
  line-height: 1.545;
  margin-bottom: 5px;
}

.section-title .title2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.545;
  margin-bottom: 5px;
  text-align: left;
}

.section-title .title3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
}

.section-title .title4 {
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 0;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}

.section-title.primary .icon {
  background: #fff;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(2, 18, 106, 0.1);
          box-shadow: 0px 0px 55px 0px rgba(2, 18, 106, 0.1);
}

.section-title.primary .title {
  color: #02126a;
}

.section-title.process .icon {
  background: #2843b2;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(2, 18, 106, 0.1);
          box-shadow: 0px 0px 55px 0px rgba(2, 18, 106, 0.1);
}

.section-title.process .title {
  color: #fff;
}

.section-title .hr-secodary {
  position: relative;
  background-image: -webkit-linear-gradient(0deg, #fc7318 0%, #feb423 100%);
  background-image: -ms-linear-gradient(0deg, #fc7318 0%, #feb423 100%);
  width: 30px;
  height: 5px;
  display: inline-block;
  border-radius: 5px;
}

.section-title .hr-secodary::before, .section-title .hr-secodary::after {
  width: 15px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  background: #e6e9f5;
  border-radius: 5px;
}

.section-title .hr-secodary::before {
  left: -30px;
}

.section-title .hr-secodary::after {
  right: -30px;
}

.section-title .hr-primary {
  position: relative;
  margin-left: 25px;
  background-image: -webkit-linear-gradient(0deg, #fc7318 0%, #feb423 100%);
  background-image: -ms-linear-gradient(0deg, #fc7318 0%, #feb423 100%);
  width: 30px;
  height: 5px;
  display: inline-block;
  border-radius: 5px;
}

.section-title .hr-primary::before, .section-title .hr-primary::after {
  width: 15px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  background: #02126a;
  border-radius: 5px;
}

.section-title .hr-primary::before {
  left: -25px;
}

.section-title .hr-primary::after {
  right: -25px;
}

.btn:active,
.btn:focus {
  color: #fff;
}

/*--------------------------------------
/*   [ 03. header CSS ] 
----------------------------------------*/
/*------------------------------------- 
 # offcanvas-form
 -------------------------------------*/

/*------------------------------------- 
 # Offcanvas Menu
 -------------------------------------*/
.offcanvas-toggler {
  text-align: center;
  display: inline-block;
  padding: 0px !important;
  width: 50px;
  height: 50px;
  z-index: 3;
  margin-left: 30px;
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  .offcanvas-toggler {
    display: none;
  }
}

.offcanvas-toggler .line {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.offcanvas-toggler .line + .line {
  margin-top: 4px;
}

.offcanvas-toggler:hover .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.offcanvas-toggler:hover .line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.offcanvas-toggler:hover .line:nth-child(3) {
  -webkit-transform: rotate(-46deg);
      -ms-transform: rotate(-46deg);
          transform: rotate(-46deg);
  bottom: 5px;
}

.offcanvas-modal.modal.fade .modal-dialog {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  margin: 0;
}

@media screen and (min-width: 576px) {
  .offcanvas-dialog {
    width: 400px;
  }
}

.offcanvas-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
}

.offcanvas-header {
  border-bottom: 1px solid #273581;
}

.offcanvas-menu {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
}

.offcanvas-menu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
}

.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
}

.offcanvas-menu > ul > li > ul li a {
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
}

.offcanvas-menu li a {
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  color: #02126a;
  padding: 10px 0px;
  position: relative;
  font-size: 15px;
}

.offcanvas-menu li a:hover {
  color: #fc7418;
}

.offcanvas-menu a:not(:only-child):after {
  font-family: Montserrat;
  content: "\efc2";
  position: absolute;
  right: 15px;
  top: 15px;
}

/******************************** 
# Offcanvas Menu Style End
********************************/

.offcanvas-modal .modal-content {
  padding: 0px 15px;
}

@media screen and (min-width: 576px) {
  .offcanvas-modal .modal-content {
    padding: 0px 30px;
  }
}

/*--------------------------------------
/*   [ 04. header top CSS ] 
----------------------------------------*/
@media screen and (min-width: 1920px) {
  .header .container {
    max-width: 1370px;
  }
}

.select-box .form-select:focus-visible {
  text-shadow: none;
}

/*--------------------------------------
/*   [ 05. main menu CSS ] 
----------------------------------------*/
.header-bottom {
  padding: 12px 0px;
}

.main-menu-item {
  position: relative;
  display: inline-block;
}

.main-menu-item + .main-menu-item {
  margin-left: 60px;
}

@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .main-menu-item + .main-menu-item {
    margin-left: 45px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu-item + .main-menu-item {
    margin-left: 25px;
  }
}

.main-menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  color: #02126a;
}

.main-menu-link:hover {
  color: #fc7418;
}

/*--------------------------------------
/*   [ 06. sub menu CSS ] 
----------------------------------------*/
.sub-menu {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 275px;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 18px 0;
  opacity: 0;
  border-bottom: 4px solid #02126a;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.sub-menu li + li {
  margin-left: 0px;
}

.sub-menu .sub-menu-link {
  text-transform: capitalize;
  color: #02126a;
  text-align: left;
  font-size: 15px;
  line-height: 1.375;
  display: block;
  padding: 8px 30px;
}

.sub-menu .sub-menu-link:hover {
  color: #fc7418;
}

.main-menu li:hover .sub-menu {
  visibility: visible;
  margin-top: 15px;
  opacity: 1;
}

/*--------------------------------------
/*   [ 07. hero section CSS ] 
----------------------------------------*/
.hero-section {
  margin-bottom: 220px;
  position: relative;
  border-top: 1px solid #f0f0f0;
}

@media screen and (max-width: 991px) {
  .hero-section {
   margin-bottom: 0px;
  }
}

.hero-content {
  padding-top: 60px;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 1200px) {
  .hero-content {
    padding-top: 160px;
  }
}

.hero-content .title {
  margin-bottom: 20px;
  color: #02126a;
  font-weight: 900;
  line-height: 1.133;
  font-size: 50px;
  text-align: justify;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content .title {
    font-size: 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .title {
    font-size: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .title {
    font-size: 40px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content .title {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .hero-content .title {
    font-size: 32px;
  }
}

.hero-content p {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5c6179;
  line-height: 1.473;
  font-size: 23px;
  text-align: justify;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .hero-content p {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content p {
    font-size: 23px;
  }
}

.hero-img {
  -webkit-animation: move 1.5s infinite alternate;
          animation: move 1.5s infinite alternate;
}

@media screen and (max-width: 991px) {
  .hero-img {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hero-img {
    position: absolute;
    right: 300px;
    top: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-img {
    max-width: 683px;
  }
}

@media screen and (min-width: 1800px) and (max-width: 1919px) {
  .hero-img {
    max-width: 650px;
    right: 160px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1799px) {
  .hero-img {
    max-width: 550px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-img {
    max-width: 450px;
    right: 160px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-img {
    max-width: 340px;
    right: 140px;
  }
}

@media screen and (min-width: 991px) {
  .hero-img-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-img-mobile {
    margin-top: 150px;
    max-width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-img-mobile {
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .hero-img-mobile {
    margin-top: 0px;
  }
}

.animate-two {
  left: -160px;
  bottom: -60px;
  -webkit-animation: move 0.6s infinite alternate;
          animation: move 0.6s infinite alternate;
}

@media screen and (min-width: 1800px) and (max-width: 1919px) {
  .animate-two {
    max-width: 400px;
    left: -100px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1799px) {
  .animate-two {
    max-width: 400px;
    left: -100px;
    bottom: -200px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .animate-two {
    max-width: 350px;
    left: -100px;
    bottom: -180px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .animate-two {
    max-width: 280px;
    left: -80px;
    bottom: -150px;
  }
}

.animate-three {
  right: -160px;
  bottom: -60px;
  -webkit-animation: move 0.9s infinite alternate;
          animation: move 0.9s infinite alternate;
}

@media screen and (min-width: 1800px) and (max-width: 1919px) {
  .animate-three {
    max-width: 300px;
    bottom: 0;
    right: -100px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1799px) {
  .animate-three {
    max-width: 330px;
    bottom: -90px;
    right: -160px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .animate-three {
    max-width: 290px;
    bottom: -90px;
    right: -150px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .animate-three {
    max-width: 230px;
    bottom: -90px;
    right: -130px;
  }
}

.shape {
  position: absolute;
}

.shape1 {
  top: 0;
  left: 0;
  z-index: -1;
}

.shape2 {
  top: 0;
  right: 0;
  z-index: -2;
}

.particle1 {
  top: 195px;
  left: 90px;
  z-index: -1;
  -webkit-animation: move 0.6s infinite alternate;
          animation: move 0.6s infinite alternate;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .particle1 {
    max-width: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .particle1 {
    max-width: 70px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .particle1 {
    top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .particle1 {
    top: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .particle1 {
    top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .particle1 {
    top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .particle1 {
    display: none;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

/*--------------------------------------
/*   [ 08. brand logo CSS ] 
----------------------------------------*/
.brand-section {
  padding-top: 75px;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .brand-section {
    padding-top: 75px;
  }
}

@media screen and (max-width: 1199px) {
  .brand-section {
    padding-top: 75px;
  }
}

@media screen and (min-width: 1920px) {
  .brand-section .container {
    max-width: 1400px;
  }
}

.brand-carousel .swiper-slide {
  text-align: center;
}

.brand-card {
  background-color: #02126a;
  background-image: url("../images//brand-logo/bg.webp");
  padding: 65px 55px 50px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 35px;
}

@media screen and (max-width: 1499px) {
  .brand-card {
    padding: 65px 0px 90px;
  }
}

@media screen and (max-width: 991px) {
  .brand-card {
    padding: 50px 20px 70px;
  }
}

.brand-card p {
  font-weight: 700;
  line-height: 3.863;
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .brand-card p {
    line-height: 2;
    font-size: 20px;
  }
}

.brand-card p span {
  font-weight: 900;
  line-height: 2.428;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .brand-card p span {
    font-size: 25px;
  }
}

.brand-card .brand-before {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.brand-card .brand-after {
  top: 150%;
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.brand-card .swiper-slide:hover .brand-before {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.brand-card .swiper-slide:hover .brand-after {
  top: 0%;
}

/*--------------------------------------
/*   [ 09. service card CSS ] 
----------------------------------------*/
.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #f7faff;
  padding: 50px 30px 50px 30px;
  border-radius: 15px;
  border: 1px solid #02126a;
}

@media screen and (max-width: 1199px) {
  .service-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-card .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.service-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
          box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 115px;
  height: 115px;
  margin-right: 50px;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .service-icon {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .service-icon {
    margin-bottom: 40px;
  }
}

.service-icon .roted-around {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-icon .roted-around span {
  position: relative;
  display: block;
  height: 100%;
}

.service-icon .roted-around span::before, .service-icon .roted-around span::after {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
}

.service-icon .roted-around span::before {
  left: 15px;
  bottom: 10px;
}

.service-icon .roted-around span::after {
  right: 15px;
  top: 10px;
}

.service-icon .roted-around.dagnger span {
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
}

.service-icon .roted-around.dagnger span::before, .service-icon .roted-around.dagnger span::after {
  background-image: -webkit-linear-gradient(-45deg, #fd4485 0%, #ffa38d 100%);
  background-image: -ms-linear-gradient(-45deg, #fd4485 0%, #ffa38d 100%);
}

.service-icon .roted-around.warning span {
  -webkit-animation: rotation 9s infinite linear;
          animation: rotation 9s infinite linear;
}

.service-icon .roted-around.warning span::before, .service-icon .roted-around.warning span::after {
  background-image: -webkit-linear-gradient(-45deg, #fd6300 0%, #ffe121 100%);
  background-image: -ms-linear-gradient(-45deg, #fd6300 0%, #ffe121 100%);
}

.service-icon .roted-around.primary span {
  -webkit-animation: rotation 8s infinite linear;
          animation: rotation 8s infinite linear;
}

.service-icon .roted-around.primary span::before, .service-icon .roted-around.primary span::after {
  background-image: -webkit-linear-gradient(-45deg, #505eff 0%, #03bdff 100%);
  background-image: -ms-linear-gradient(-45deg, #505eff 0%, #03bdff 100%);
}

.service-icon .roted-around.secondary span {
  -webkit-animation: rotation 7s infinite linear;
          animation: rotation 7s infinite linear;
}

.service-icon .roted-around.secondary span::before, .service-icon .roted-around.secondary span::after {
  background-image: -webkit-linear-gradient(-45deg, #b241ff 0%, #fe86ff 100%);
  background-image: -ms-linear-gradient(-45deg, #b241ff 0%, #fe86ff 100%);
}

.service-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-content .title {
  color: #02126a;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 25px;
  font-size: 25px;
}

.service-content h2.title {
  color: #02126a;
  font-size: 18px !important;
  border-left: 5px solid #02126a; 
}

.about-object-content h5.dark-title {
  font-size: 18px !important;
  border-left: 5px solid #02126a; 
  margin-top:20px;
  margin-bottom:20px;
}

@media screen and (max-width: 1199px) {
  .service-content .title {
    font-size: 18px;
  }
}

.service-content p {
  margin-bottom: 30px;
  text-align: justify;
  font-size: 17px;
}

.btn-outline-danger {
  border: solid 2px transparent;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -webkit-linear-gradient(349deg, #fd4485 0%, #ffa38d 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -o-linear-gradient(349deg, #fd4485 0%, #ffa38d 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #fd4485 0%, #ffa38d 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #f7faff inset;
          box-shadow: 2px 1000px 1px #f7faff inset;
  color: #02126a;
}

.btn-outline-danger:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: transparent;
}

.btn-outline-warning {
  border: solid 2px transparent;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -webkit-linear-gradient(349deg, #fd6300 0%, #ffe121 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -o-linear-gradient(349deg, #fd6300 0%, #ffe121 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #fd6300 0%, #ffe121 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #f7faff inset;
          box-shadow: 2px 1000px 1px #f7faff inset;
  color: #02126a;
}

.btn-outline-warning:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: transparent;
}

.btn-outline-primary {
  border: solid 2px transparent;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -webkit-linear-gradient(349deg, #505eff 0%, #03bdff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -o-linear-gradient(349deg, #505eff 0%, #03bdff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #505eff 0%, #03bdff 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #f7faff inset;
          box-shadow: 2px 1000px 1px #f7faff inset;
  color: #02126a;
}

.btn-outline-primary:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: transparent;
}

.btn-outline-secondary {
  border: solid 2px transparent;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -webkit-linear-gradient(349deg, #b241ff 0%, #fe86ff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -o-linear-gradient(349deg, #b241ff 0%, #fe86ff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #b241ff 0%, #fe86ff 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #f7faff inset;
          box-shadow: 2px 1000px 1px #f7faff inset;
  color: #02126a;
}

.btn-outline-secondary:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: transparent;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

/*--------------------------------------
/*   [ 10. working process CSS ] 
----------------------------------------*/
.working-process-section {
  background-image: url("../images/working/bg.webp");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 130px 0px 200px;
  color:#FFFFFF;
}

@media screen and (max-width: 1199px) {
  .working-process-section {
    padding: 100px 0px 100px;
  }
}

@media screen and (min-width: 1400px) {
  .working-process-section .container {
    max-width: 1200px;
  }
}

.working-process .arrow-shape {
  position: absolute;
  top: -10px;
  right: -30px;
}

@media screen and (max-width: 991px) {
  .working-process .arrow-shape {
    top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .working-process .arrow-shape {
    display: none;
  }
}

.working-process .working-process-list {
  position: relative;
  text-align: center;
}

.working-process .working-process-list .icon {
  margin: 0 auto 5px;
  position: relative;
  border: 5px solid #132580;
  border-radius: 50%;
  background-color: #02126a;
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .working-process .working-process-list .icon {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .working-process .working-process-list .icon {
    width: 140px;
    height: 140px;
  }
}

.working-process .working-process-list .icon::before {
  position: absolute;
  left: -8px;
  top: -8px;
  content: "";
  background-image: url("../images/working/circle.webp");
  width: 110%;
  height: 110%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.working-process .working-process-list:hover .icon::before {
  -webkit-animation: rotation 5s infinite linear;
          animation: rotation 5s infinite linear;
  opacity: 1;
  visibility: visible;
}

.working-process .working-process-list .title {
  font-weight: 700;
  color: #fff;
  line-height: 2.833;
  margin-bottom: 0;
  font-size: 26px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .working-process .working-process-list .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .working-process .working-process-list .title {
    font-size: 20px;
  }
}

.working-process .working-process-list:hover .title {
  background: -webkit-gradient(linear, left top, right top, from(#fc7318), to(#feb423));
  background: -webkit-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: -o-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: linear-gradient(to right, #fc7318 0%, #feb423 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.working-process .working-process-list:nth-child(odd) {
  margin-top: 125px;
}

@media screen and (max-width: 991px) {
  .working-process .working-process-list:nth-child(odd) {
    margin-top: 0px;
  }
}

.working-process .working-process-list:nth-child(even) .arrow-shape {
  top: 125px;
  right: -40px;
}

@media screen and (max-width: 991px) {
  .working-process .working-process-list:nth-child(even) .arrow-shape {
    display: none;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

/*--------------------------------------
/*   [ 11. about us CSS ] 
----------------------------------------*/

.about-section2 {
  position: relative;
  padding-top: 100px;
}

.about-section2 .container {
  position: relative;
  z-index: 2;
}

.about-bg2 {
  position: absolute;
  top: -260px;
  right: 0;
  z-index: -1;
}

.about-img-content2 {
  margin-top: 40px;
}

@media screen and (min-width: 1500px) {
  .about-img-content2 {
    margin-right: -140px;
  }
}

@media screen and (min-width: 1800px) {
  .about-img-content2 {
    margin-right: -240px;
  }
}

.about-object {
  margin-top: 40px;
  margin-bottom: -25px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-object {
    margin-top: 100px;
    margin-left: -350px;
    max-width: 700px;
  }
}

@media screen and (max-width: 991px) {
  .about-object {
    margin-top: 0px;
padding-bottom: 200px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section2 .about-object {
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .about-section2 .about-object {
    margin-top: 0px;
  }
}

.about-object-list {
  margin-top: 25px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 575px) {
  .about-object-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-object-list .icon {
  background-color: white;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(2, 18, 106, 0.05);
          box-shadow: 0px 15px 30px 0px rgba(2, 18, 106, 0.05);
  width: 85px;
  height: 85px;
  margin-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.centered-icon {
    display: flex;
    align-items: center; /* Függőleges középre igazítás */
    justify-content: flex-start; /* Az elemek a bal oldalon maradnak */
}

.centered-icon .icon {
    display: flex;
    align-items: center; /* Kép középre igazítása az ikon konténerben */
}


@media screen and (max-width: 991px) {
  .about-object-list .icon {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 575px) {
  .about-object-list .icon {
    margin-bottom: 40px;
  }
}

.about-object-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  text-align: justify;
}

.about-object-content .title {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.227;
  margin-bottom: 15px;
  font-size: 22px;
}

.about-object-content .dark-title {
  color: #02126a;
  font-weight: 700;
  line-height: 1.227;
  margin-bottom: 15px;
  font-size: 25px;
}


@media screen and (max-width: 991px) {
  .about-object-content .title {
    font-size: 22px;
  }
}

.aboutus-section {
  padding: 50px 0px;
  text-align: justify;
}


@media screen and (max-width: 1199px) {
  .aboutus-section {
    padding: 100px 0px;
  }
}

.about-cards {
  margin-bottom: -30px;
}

.about-card-list {
  background-color: #f7faff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid #02126a;
  text-align: justify;
}

.about-card-list .sub-title {
  font-weight: 700;
  line-height: 2.8;
  font-size: 15px;
  margin-bottom: 0px;
}

.about-card-list .title {
  font-weight: 700;
  line-height: 1.4;
  color: #02126a;
  margin-bottom: 20px;
  font-size: 28px;
text-align: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-card-list .title {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-card-list .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .about-card-list .title {
    font-size: 20px;
  }
}

.about-banner {
  position: relative;
  padding: 63px 20px;
  background-image: url("../images/about/3.webp");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 1;
  border-radius: 15px;
}

.about-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(90deg, #02126a 0%, #2647c8 100%);
  background-image: -ms-linear-gradient(90deg, #02126a 0%, #2647c8 100%);
  opacity: 0.9;
  z-index: -1;
}

.about-banner .logo {
  display: block;
  margin-bottom: 35px;
}

.about-banner .title {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .about-banner .title {
    font-size: 20px;
  }
}

/*--------------------------------------
/*   [ 12. case studies CSS ] 
----------------------------------------*/

/*--------------------------------------
/*   [ 13. team CSS ] 
----------------------------------------*/
.team-section {
  padding: 290px 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#03136b), color-stop(#0d1e7f), color-stop(#162993), color-stop(#1c35a8), to(#2241be));
  background-image: -webkit-linear-gradient(left, #03136b, #0d1e7f, #162993, #1c35a8, #2241be);
  background-image: -o-linear-gradient(left, #03136b, #0d1e7f, #162993, #1c35a8, #2241be);
  background-image: linear-gradient(to right, #03136b, #0d1e7f, #162993, #1c35a8, #2241be);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .team-section {
    padding: 180px 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .team-section {
    padding: 125px 0px;
  }
}

@media screen and (max-width: 767px) {
  .team-section {
    padding: 100px 0px;
  }
}

.team-section::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background-image: url("../images/team/shape-top.webp");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 11%;
}

.team-section::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  background-image: url("../images/team/shape-bottom.webp");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 11%;
}

.team-section .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/*--------------------------------------
/*   [ 14. faq CSS ] 
----------------------------------------*/
.faq-section {
  padding-top: 0px;
  padding-bottom: 150px;
  position: relative;
  text-align: justify;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .faq-section {
    padding-top: 0px;
    padding-bottom: 75px;
  }
}

.faq-bg {
  position: absolute;
  top: -170px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .faq-bg {
    top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .faq-bg {
    top: 0px;
  }
}

@media screen and (min-width: 1500px) {
  .faq-image {
    margin-left: -180px;
  }
}

@media screen and (max-width: 1499px) {
  .faq-image {
    text-align: center;
  }
}

.faq-image img {
  -webkit-animation: move 1s infinite alternate;
          animation: move 1s infinite alternate;
}

@media screen and (max-width: 991px) {
  .faq-image {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1500px) {
  .faq-content {
    margin-left: 80px;
  }
}

/*--------------------------------------
/*   [ 15. accordion CSS ] 
----------------------------------------*/
.accordion {
  margin-top: 40px;
  margin-bottom: -10px;
}

@media screen and (max-width: 991px) {
  .accordion {
    margin-top: 0px;
  }
}

.accordion.accordion2 {
  margin-top: 0;
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 19px 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
  border: 0;
  border-radius: 15px;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (max-width: 767px) {
  .accordion-button {
    padding: 19px 19px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-button {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion-button:not(.collapsed) span {
  background: -webkit-gradient(linear, left top, right top, from(#fc7318), to(#feb423));
  background: -webkit-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: -o-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: linear-gradient(to right, #fc7318 0%, #feb423 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-button:not(.collapsed)::after {
  font-weight: 700;
  font-size: 16px;
  content: "-";
  background-image: none;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #feb423;
}

.accordion-button::after {
  background-image: none;
  font-weight: 700;
  font-size: 16px;
  content: "+";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-text-fill-color: currentColor;
  background-color: white;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(39, 66, 161, 0.03);
          box-shadow: 0px 5px 8px 0px rgba(39, 66, 161, 0.03);
  width: 28px;
  height: 28px;
  z-index: 1;
  border-radius: 50%;
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #8189b5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
          box-shadow: 0 0 0 0 rgba(2, 18, 106, 0.25);
}

.accordion2 .accordion-button {
  padding: 18.5px 20px;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background: #f7faff;
  margin-bottom: 10px;
  border-radius: 15px;
  border: 1px solid #02126a;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 0px;
}

.accordion-body {
  padding: 20px 20px;
  padding-top: 0px;
  font-size: 16px;
  text-align: justify;
}

/*--------------------------------------
/*   [ 16. testimonial CSS ] 
----------------------------------------*/
.testimonial-section {
  padding-top: 75px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .testimonial-section {
    padding-bottom: 100px;
  }
}

.testimonial-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0px 70px 85px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-content {
    padding: 0px 120px 85px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-content {
    padding: 0px 0px 5px;
  }
}

.testimonial-content .shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: -2;
}

.testimonial-content p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .testimonial-content p {
    font-size: 16px;
  }
}

.sub-title {
  color: #02126a;
  font-size: 25px;
  line-height: 0.8;
}

.designation {
  color: #fc7418;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 5px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .clients {
    display: none;
  }
}

.clients .client {
  position: absolute;
  z-index: 4;
}

.clients .client:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation: zoomin 0.9s infinite alternate;
          animation: zoomin 0.9s infinite alternate;
}

@media screen and (max-width: 1499px) {
  .clients .client:nth-child(1) {
    left: 20px;
  }
}

.clients .client:nth-child(2) {
  top: 190px;
  left: -115px;
  -webkit-animation: zoomin 1.3s infinite alternate;
          animation: zoomin 1.3s infinite alternate;
}

@media screen and (max-width: 1499px) {
  .clients .client:nth-child(2) {
    left: 30px;
  }
}

.clients .client:nth-child(3) {
  left: 0;
  bottom: 70px;
  -webkit-animation: zoomin 1.6s infinite alternate;
          animation: zoomin 1.6s infinite alternate;
}

@media screen and (max-width: 1499px) {
  .clients .client:nth-child(3) {
    left: 20px;
  }
}

.clients .client:nth-child(4) {
  top: 40px;
  right: 0;
  -webkit-animation: zoomin 1.9s infinite alternate;
          animation: zoomin 1.9s infinite alternate;
}

@media screen and (max-width: 1499px) {
  .clients .client:nth-child(4) {
    right: 20px;
  }
}

.clients .client:nth-child(5) {
  right: -85px;
  bottom: 135px;
  -webkit-animation: zoomin 2s infinite alternate;
          animation: zoomin 2s infinite alternate;
}

@media screen and (max-width: 1499px) {
  .clients .client:nth-child(5) {
    right: 20px;
  }
}

.clients .client:nth-child(6) {
  right: 220px;
  bottom: 55px;
  -webkit-animation: zoomin 2.3s infinite alternate;
          animation: zoomin 2.3s infinite alternate;
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/*--------------------------------------
/*   [ 17. blog CSS ] 
----------------------------------------*/
.blog-section {
  padding: 75px 0px;
  background: #f7faff;
  background-image: url("../images/blog/bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1199px) {
  .blog-section {
    padding: 100px 0px;
  }
}

.blog-meta-cards {
  margin-bottom: -30px;
  text-align: justify;
}

.blog-meta-card {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #02126a;
}

@media screen and (max-width: 575px) {
  .blog-meta-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-meta-card:hover {
  background-image: -webkit-linear-gradient(0deg, #02126a 0%, #2647c8 100%);
  background-image: -ms-linear-gradient(0deg, #02126a 0%, #2647c8 100%);
}

.blog-meta-card:hover .content p {
  color: #fff;
}

.blog-meta-card:hover .content .title {
  background: -webkit-gradient(linear, left top, right top, from(#fc7318), to(#feb423));
  background: -webkit-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: -o-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: linear-gradient(to right, #fc7318 0%, #feb423 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-meta-card:hover .content .title a {
  color: inherit;
}

.blog-meta-card:hover .content .title a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fc7318), to(#feb423));
  background: -webkit-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: -o-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: linear-gradient(to right, #fc7318 0%, #feb423 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-meta-card .thumb {
  margin-right: 30px;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 30px;
}

@media screen and (max-width: 575px) {
  .blog-meta-card .thumb {
    margin-bottom: 30px;
  }
}

.blog-meta-card .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-meta-card .content p {
  color: #747785;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 15px;
  font-size: 14px;
}

.blog-meta-card .content p span {
  background: -webkit-gradient(linear, left top, right top, from(#fc7318), to(#feb423));
  background: -webkit-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: -o-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: linear-gradient(to right, #fc7318 0%, #feb423 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-meta-card .content .title {
  font-weight: 600;
  color: #02126a;
  line-height: 1.59;
  font-size: 21px;
}

@media screen and (max-width: 1199px) {
  .blog-meta-card .content .title {
    font-size: 18px;
  }
}

.blog-meta-card .content .title a {
  color: inherit;
}

.blog-meta-card .content .title a:hover {
  color: #fc7418;
}

.blog-grid-card {
  background-color: #f7faff;
  overflow: hidden;
  border-radius: 15px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .blog-grid-card {
    padding-top: 30px;
  }
}

.blog-grid-card:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-grid-thumb {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}

.blog-grid-thumb img {
  border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-grid-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.blog-grid-content ul li {
  text-transform: capitalize;
  display: inline-block;
  font-size: 14px;
}

.blog-grid-content {
  padding-top: 10px;
  max-width: 100%;
  margin: 0 auto;
}

.blog-grid-content .title {
  font-weight: 700;
  color: #02126a;
  line-height: 1.5;
  font-size: 20px;
}

.blog-grid-content .title:hover {
  color: #fc7418;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-content .title {
    font-size: 18px;
  }
}

.blog-grid-content .title a {
  color: inherit;
}

.blog-grid-content .date {
  font-weight: 400;
  color: #596190;
}

.blog-grid-content .date i {
  margin-right: 5px;
}

/*--------------------------------------
/*   [ 18. footer CSS ] 
----------------------------------------*/
.footer-section {
  position: relative;
}

.footer-section .footer-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .footer-section .footer-bg-shape {
    display: none;
  }
}

.path-shape {
  position: absolute;
  top: 165px;
  left: 40px;
  z-index: 1;
  -webkit-animation: move 1s infinite alternate;
          animation: move 1s infinite alternate;
}

@media screen and (max-width: 1199px) {
  .path-shape {
    top: 50px;
    left: 15px;
    max-width: 90%;
  }
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .footer-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -30px 0px;
  }
}

.footer-row .footer-col {
  border-right: 1px solid #273581;
}

@media screen and (min-width: 1200px) {
  .footer-row .footer-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}

@media screen and (max-width: 1199px) {
  .footer-row .footer-col {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .footer-row .footer-col {
    width: 100%;
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 1199px) {
  .footer-row .footer-col {
    margin: 30px 0px;
  }
}

.footer-row .footer-col:last-child {
  border-right: 0px;
}

@media screen and (max-width: 1199px) {
  .footer-row .footer-col:last-child {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-row .footer-col:last-child .footer-widget {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-row .footer-col:nth-child(1) {
    max-width: 390px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-row .footer-col:nth-child(1) .footer-widget {
    padding: 15px 15px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-row .footer-col:nth-child(3) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-row .footer-col {
    border-right: 0px;
  }
}

.footer-row .footer-col .footer-widget {
  padding: 50px 30px 50px 50px;
}

@media screen and (max-width: 1199px) {
  .footer-row .footer-col .footer-widget {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-row .footer-col .footer-widget {
    padding: 0px 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer-row .footer-col .footer-widget {
    padding: 0px 15px 15px;
  }
}

.footer-top {
  padding: 100px 0px;
}

.footer-top .container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .footer-top {
    background: #0a196f;
  }
}

.footer-card {
  background: #02126a;
  border-radius: 15px;
}

.footer-widget .title {
  color: #fff;
  font-weight: 900;
  line-height: 1;
  font-size: 22px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footer-widget .title {
    font-size: 18px;
  }
}

.footer-widget .title::before, .footer-widget .title::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 5px;
  border-radius: 5px;
}

.footer-widget .title::before {
  width: 30px;
  left: 0px;
  background-image: -webkit-linear-gradient(0deg, #fc7318 0%, #feb423 100%);
  background-image: -ms-linear-gradient(0deg, #fc7318 0%, #feb423 100%);
}

.footer-widget .title::after {
  background: #e6e9f5;
  width: 15px;
  left: 40px;
}

.adress li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.687;
  color: #c6c9d8;
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: 1px solid #273581;
}

.adress li:first-child {
  border-top: 1px solid #273581;
}

.adress li .icon {
  background: -webkit-gradient(linear, left top, right top, from(#fc7318), to(#feb423));
  background: -webkit-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: -o-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: linear-gradient(to right, #fc7318 0%, #feb423 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  display: inline-block;
  margin-right: 30px;
}

.adress li a {
  color: inherit;
}

.adress li a:hover {
  color: #fc7418;
}

.footer-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 2.533;
  color: #c6c9d8;
  font-size: 15px;
}

.footer-link i {
  margin-right: 20px;
}

.copy-right-section {
  padding: 20px 0px;
  background: #111f73;
}

.copy-right-section P {
  text-align: center;
  color: #c7cbdf;
}

/*--------------------------------------
/*   [ 19. bread crumb CSS ] 
----------------------------------------*/
.bread-crumb-section {
  position: relative;
  padding: 120px 0px;
  background-image: url("../images/bread/bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bread-crumb-section .container {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1199px) {
  .bread-crumb-section {
    font-size: 100px;
  }
}

@media screen and (max-width: 767px) {
  .bread-crumb-section {
    font-size: 80px;
  }
}

.bread-crumb-section .shape {
  z-index: 1;
}

.bread-crumb-section .shape1 {
  top: 0;
  left: 0;
}

.bread-crumb-section .shape2 {
  top: auto;
  bottom: 0;
  right: 0;
}

.bread-crumb-section .title {
  color: #fff;
  font-weight: 700;
  line-height: 1.545;
  font-size: 55px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bread-crumb-section .title {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .bread-crumb-section .title {
    font-size: 35px;
  }
}

/*--------------------------------------
/*   [ 20. service page CSS ] 
----------------------------------------*/

.service-section {
  padding-top: 25px;
  text-align: justify;
}

.service-details .title {
  color: #02126a;
  line-height: 1.857;
  font-size: 35px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service-details .title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .service-details .title {
    font-size: 25px;
  }
}

.service-details p {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .service-details p {
    margin-bottom: 20px;
  }
}

.next-prev-section {
  margin-top: 30px;
  height: 175px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  background-color: #f7faff;
  border-radius: 12px;
}

@media screen and (min-width: 1200px) {
  .next-prev-section {
    padding: 20px 25px 0px;
  }
}

.service-prev .img {
  margin-right: 30px;
}

.service-next .img {
  margin-left: 30px;
}

.service-next .conten {
  text-align: right;
}

.service-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.service-media .img {
  background-color: white;
  padding: 15px 5px;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
          box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  border-radius: 12px;
}

@media screen and (min-width: 1200px) {
  .service-media .img {
    margin-bottom: -15px;
  }
}

.service-media .conten {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-media .conten .title {
  font-weight: 700;
  color: #02126a;
  line-height: 1.35;
  margin-bottom: 5px;
  font-size: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .service-media .conten .title {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-media .conten .title {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .service-media .conten .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .service-media .conten .title {
    font-size: 13px;
  }
}

.service-media .conten .link {
  background: -webkit-gradient(linear, left top, right top, from(#fc7318), to(#feb423));
  background: -webkit-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: -o-linear-gradient(left, #fc7318 0%, #feb423 100%);
  background: linear-gradient(to right, #fc7318 0%, #feb423 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  line-height: 1.928;
  font-size: 14px;
}

/*--------------------------------------
/*   [ 21. case details CSS ] 
----------------------------------------*/

/*--------------------------------------
/*   [ 22. comment form CSS ] 
----------------------------------------*/

.comment-form .form-control {
  background-color: white;
  height: 60px;
  padding: 15px 30px;
  color: #596190;
  margin-bottom: 20px;
  border: 0px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #02126a;
}

.comment-form .form-control::-webkit-input-placeholder {
  color: #596190;
}

.comment-form .form-control::-moz-placeholder {
  color: #596190;
}

.comment-form .form-control:-ms-input-placeholder {
  color: #596190;
}

.comment-form .form-control::-ms-input-placeholder {
  color: #596190;
}

/*--------------------------------------
/*   [ 23. blog details CSS ] 
----------------------------------------*/
.sidebar {
  margin-bottom: -60px;
}

/*--------------------------------------
/*   [ 24. contact form CSS ] 
----------------------------------------*/
.contact-form-card {
  background-color: #f7faff;
  padding: 30px;
  border-radius: 15px;
}

@media screen and (min-width: 1200px) {
  .contact-form-card {
    padding: 0 50px 50px 50px;
  }
}

.contact-form-card .title {
  color: #02126a;
  line-height: 1.857;
  font-size: 55px;
}

@media screen and (max-width: 767px) {
  .contact-form-card .title {
    font-size: 30px;
  }
}

/*--------------------------------------
/*   [ 25. Egyéb ] 
----------------------------------------*/

/*--------------------------------------
/*   [ The End ] 
----------------------------------------*/
