/*
Theme Name: swift
Theme URI:
Author: swift team
Author URI:
Description: swift team theme
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: swift
*/

/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.mb-12 {
  margin-bottom: 3rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.basis-1\/4 {
  flex-basis: 25%;
}

.basis-3\/4 {
  flex-basis: 75%;
}

.basis-6\/12 {
  flex-basis: 50%;
}

.basis-full {
  flex-basis: 100%;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.border {
  border-width: 1px;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@font-face {
  font-family: "Font Awesome 5 Free";

  src: url(./assets/fontawesome/webfont/fa-solid-900.woff2);

  font-weight: 900;
}

.container{
  max-width: 1200px;
}

@media (max-width: 767px) {
  #ins01{
    background-image: url(./assets/imgs/main_banner.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-attachment: fixed;
    padding: 0 20px 24px;
    position: relative;
  }

  #menu .menu{
    display: none;
  }

  #menu .menu ul li{
    text-decoration: none;
    padding: 0 1em;
    display: inline-block;
    transition: all .2s linear;
    line-height: 70px;
    font-size: 1rem;
  }

  #menu .menu ul li a{
    font-family: 'Montserrat',sans-serif;
    color: #fff;
  }

  #menu .logo img{
    width: 120px;
    height: -moz-max-content;
    height: max-content;
  }

  .res-menu-icon {
    background: #0c65ed;
    color: #ffffff;
    width: 42px;
    height: 42px;
    padding: 8px 0 0 9px;
    display: inline-block;
  }

  .res-menu-icon .close{
  }

  .res-menu-icon .open{
  }

  .res-menu-icon .dn svg{
    display: none;
  }

  .dn {
    display: none;
  }

  .res-menu {
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    background: #fff;
  }

  .res-menu ul li{
    border-bottom: 1px solid #eaeaea;
    padding: 10px 20px;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  .res-menu ul li.current_page_item {
    color: #0c65ed;
  }

  .index-header .sup-title{
    letter-spacing: 2px;
    line-height: 1.1;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .index-header .title{
    line-height: 1.1;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
  }

  .index-header .title-left{
    line-height: 1.1;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 60px 0 10px;
  }

  .index-header .title-left-bo{
    line-height: 1.1;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 60px 0 10px;
  }

  .index-header .sub-title{
    line-height: 1.85714285714286;
    color: #D8DBE1;
    font-family: 'Montserrat',sans-serif;
    font-size: 1rem;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .index-header .contact-title h6{
    line-height: 1.1;
    color: #D8DBE1;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    border-top: 1px solid #D8DBE1;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .index-header .contact-title-right h6{
    line-height: 1.1;
    color: #D8DBE1;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    padding-top: 30px;
    margin-bottom: 10px;
    text-align: left;
  }

  .index-header .contact-title-right-serv h6{
    padding-top: 140px;
  }

  .index-header .contact-number{
    font-family: 'Montserrat',sans-serif;
    color: #FFFFFF;
    padding-left: 5px;
    font-size: 22px;
    font-weight: 600;
  }

  .index-header .contact-wrapper-right {
    text-align: left;
  }

  .index-header .fas {
    font-size: 18px;
    color: #0C65ED;
  }

  #ins02 {
    margin-top: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 80%, #1A202A 80%);
    padding: 20px 24px;
  }

  #ins02 h6{
    letter-spacing: 2px;
    line-height: 1.1;
    color: #1a1a1a;
    font-size: 0.75rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
  }

  #ins02 h2{
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #ins02 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #ins02 p{
    line-height: 1.85714285714286;
    color: #5a5a5a;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Montserrat',sans-serif;
  }

  #ins02 .read-more{
    color: #0C65ED;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'Montserrat',sans-serif;
    margin: 50px auto 40px;
  }

  #ins02 .imgs img{
    max-width: 100%;
  }

  #ins03 {
    background-color: #1A202A;
    padding: 20px 24px 80px 24px;
  }

  #ins03 .main-title h6{
    color: #FFFFFF;
    line-height: 1.3;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #ins03 .main-title .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #ins03 h6{
    color: #0C65ED;
    letter-spacing: 2px;
    line-height: 1.1;
    font-size: 0.75rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #ins03 h4{
    color: #ffffff;
    line-height: 1.1;
    font-size: 1.25rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin: 10px auto;
  }

  #ins03 p{
    margin-bottom: 1em;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #D8DBE1;
  }

  #ins03 .read-more{
    font-size: 0.8125rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat',sans-serif;
    margin-top: 40px;
  }

  #ins04 {
    margin: 20px auto 50px;
    padding: 20px 24px;
  }

  #ins04 .main-title h6{
    color: #000;
    line-height: 1.3;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #ins04 .main-title .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #ins04 .main-title .divider-all{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EFF1F4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 20px 0px;
  }

  #ins04 .item{
    margin-bottom: 10px;
  }

  #ins04 .item .title{
    padding-left: 5px;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    margin: 5px auto;
  }

  #footer{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #1a202a;
    background-image: none;
    min-height: 80px;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: #242b36;
  }

  #footer p{
    color: #aaacb1;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  #pro01{
    background-image: url(./assets/imgs/img6.jpg) ;
    background-position: top left;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 0px 24px 20px;
  }

  #pro01 .right-header {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, #1A202A 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  #pro02{
    padding: 0 24px;
  }

  #pro02 h2{
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 25px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin: 40px auto 5px;
  }

  #pro02 p{
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 14.6px;
    line-height: 1.85714285714286;
  }

  #pro03{
    margin: 90px auto 10px;
    padding: 0 24px;
  }

  #pro03 .title{
    text-align: center;
    margin: 15px auto 30px;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  #serv01{
    background-image: url(./assets/imgs/img2-1.jpg) ;
    background-position: top left;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
    padding: 0px 24px 20px;
  }

  #serv01 .right-header {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, #1A202A 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  #serv02 {
    padding: 0 24px;
    margin-bottom: 140px;
  }

  #serv02 .fas {
    color: #0C65ED;
    font-size: 20px;
  }

  #serv02 h3 {
    line-height: 1.5;
    color: #1a1a1a;
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #serv02 .number {
    color: rgba(12, 101, 237, 0.06);
    font-size: 152px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif;
    line-height: 1;
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: -2;
  }

  #serv02 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 40px auto 40px 0;
  }

  #serv02 p{
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 400px;
    margin-bottom: 30px;
  }

  #serv02 .wrapper{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EFF1F4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 80px;
  }

  #serv02 .wrapper .num-wrapp{
    position: relative;
  }

  #textile01{
    background-image: url(./assets/imgs/textile02.jpeg) ;
    background-position: top left;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
    padding: 0px 24px 20px;
  }

  #textile01 .right-header {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, #1A202A 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  #textile02 {
    padding: 0 24px;
    margin-bottom: 140px;
  }

  #textile02 .fas {
    color: #0C65ED;
    font-size: 20px;
  }

  #textile02 h3 {
    line-height: 1.5;
    color: #1a1a1a;
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #textile02 .number {
    color: rgba(12, 101, 237, 0.06);
    font-size: 152px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif;
    line-height: 1;
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: -2;
  }

  #textile02 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 40px auto 40px 0;
  }

  #textile02 p{
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 400px;
    margin-bottom: 30px;
  }

  #textile02 .wrapper{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EFF1F4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 80px;
  }

  #textile02 .wrapper .num-wrapp{
    position: relative;
  }

  #abt01{
    background-image: url(./assets/imgs/about_us.jpg) ;
    background-position: top left;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    padding: 0 24px 20px;
  }

  #abt01 .right-header {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, #1A202A 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  #abt02 {
    padding: 20px 24px;
  }

  #abt02 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #abt02 h2 {
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 25px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #abt02 p {
    margin-bottom: 1em;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85714285714286;
    max-width: 730px;
  }

  #abt03  {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 80%, #1A202A 80%);
  }

  #abt03 .img-wrapper  {
    background-image: url(./assets/imgs/img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    min-height: 480px;
    margin: auto 24px auto 24px;
  }

  #abt03 .img-overlay  {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(26, 32, 42, 0.6) 0%, #1A202A 100%);
    opacity: 0.88;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }

  #abt04 {
    background: #1A202A;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  #abt04 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #abt04 h2 {
    line-height: 1.3;
    color: #FFFFFF;
    font-size: 25px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #abt04 p {
    margin-bottom: 1em;
    color: #D8DBE1;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85714285714286;
    max-width: 730px;
  }

  #abt05 {
    margin: 40px auto 65px;
    padding-left: 24px;
    padding-right: 24px;
  }

  #abt05 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #abt05 h2 {
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 25px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #abt05 p {
    margin-bottom: 1em;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85714285714286;
    max-width: 310px;
  }

  #abt05 .item .icon{
    color: #0C65ED;
    font-size: 14px;
  }

  #abt05 .item .title{
    color: #1A202A;
    padding-left: 8px;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.85714285714286;
    margin: 5px auto;
  }

  #abt06 {
    background: #1A202A;
    padding-top: 20px;
    padding-bottom: 70px;
    padding-left: 24px;
    padding-right: 24px;
  }

  #abt06 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #abt06 h2 {
    line-height: 1.3;
    color: #FFFFFF;
    font-size: 25px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #abt06 p {
    margin-bottom: 1em;
    color: #D8DBE1;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85714285714286;
    max-width: 730px;
  }

  #abt07 {
    margin: 40px auto 65px;
    padding-left: 24px;
    padding-right: 24px;
  }

  #abt07 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #abt07 h2 {
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 25px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #abt07 p {
    margin-bottom: 1em;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85714285714286;
    max-width: 310px;
  }

  #abt07 .item .icon{
    color: #0C65ED;
    font-size: 14px;
  }

  #abt07 .item .title{
    color: #1A202A;
    padding-left: 8px;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.85714285714286;
    margin: 5px auto;
  }

  #cont01 {
    background-image: url(./assets/imgs/img7.jpg) ;
    background-position: top left;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 20px 24px;
  }

  #cont01 .right-header {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, #1A202A 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  #cont02 .form-wrapper {
    background-color: #EFF1F4;
    padding: 70px 24px 80px;
  }

  #cont02 .info-wrapper {
    padding: 70px 24px 80px;
  }

  #cont02 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #cont02 h2 {
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #cont02 p {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 1.85714285714286;
    max-width: 470px;
  }

  #cont02 .icon {
    color: #0C65ED;
    margin-right: 16px;
    margin-top: -5px;
  }

  #cont02 .title {
    margin-bottom: 5px;
    color: #1a1a1a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.1;
    max-width: 470px;
    letter-spacing: 2px;
  }

  #cont02 .description {
    margin-bottom: 5px;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 470px;
  }

  #cont02 label {
    display: block;
    font-weight: 700;
    float: none;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    line-height: 1.85714285714286;
  }

  #cont02 label span {
    color: #ff0000;
    font-weight: normal;
  }

  #cont02 input {
    display: block;
    width: 100%;
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    transition: all .2s linear;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
  }

  #cont02 textarea {
    height: 120px;
    display: block;
    width: 100%;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    color: #666;
    padding: 0.75em;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    margin-bottom: 20px;
  }

  #cont02 button {
    color: #ffffff;
    background-color: #ea2300;
    border-color: #ea2300;
    border-radius: 0;
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat',sans-serif;
  }
}

@media (min-width: 768px) {
  #ins01{
    background-image: url(./assets/imgs/main_banner.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-attachment: fixed;
  }

  #menu .menu ul li{
    text-decoration: none;
    padding: 0 1em;
    display: inline-block;
    transition: all .2s linear;
    line-height: 70px;
    font-size: 1rem;
  }

  #menu .menu ul li a{
    font-family: 'Montserrat',sans-serif;
    color: rgba(255,255,255,0.72);
  }

  #menu .menu ul li:hover a ,#menu .menu ul li.current-menu-item a{
    color:#fff;
  }

  #menu .logo img{
    width: 120px;
    height: -moz-max-content;
    height: max-content;
  }

  .index-header .sup-title{
    letter-spacing: 2px;
    line-height: 1.1;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    margin-top: 120px;
    margin-bottom: 15px;
  }

  .index-header .title{
    line-height: 1.1;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    margin: 0;
  }

  .index-header .title-left{
    line-height: 1.1;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    margin: 100px auto 60px;
  }

  .index-header .title-left-bo{
    line-height: 1.1;
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 3.125rem;
    margin: 45px auto 60px;
  }

  .index-header .sub-title{
    line-height: 1.85714285714286;
    color: #D8DBE1;
    font-family: 'Montserrat',sans-serif;
    font-size: 1rem;
    margin-top: 40px;
    margin-bottom: 160px;
  }

  .index-header .contact-title h6{
    line-height: 1.1;
    color: #D8DBE1;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    border-top: 1px solid #D8DBE1;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .index-header .contact-title-right h6{
    line-height: 1.1;
    color: #D8DBE1;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    padding-top: 85px;
    margin-bottom: 10px;
    text-align: right;
  }

  .index-header .contact-title-right-serv h6{
    padding-top: 140px;
  }

  .index-header .contact-number{
    font-family: 'Montserrat',sans-serif;
    color: #FFFFFF;
    padding-left: 5px;
    font-size: 32px;
    font-weight: 600;
  }

  .index-header .contact-wrapper-right {
    text-align: right;
  }

  .index-header .fas {
    font-size: 30px;
    color: #0C65ED;
  }

  #ins02 {
    margin-top: 100px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 80%, #1A202A 80%);
  }

  #ins02 h6{
    letter-spacing: 2px;
    line-height: 1.1;
    color: #1a1a1a;
    font-size: 0.75rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
  }

  #ins02 h2{
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #ins02 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #ins02 p{
    line-height: 1.85714285714286;
    color: #5a5a5a;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Montserrat',sans-serif;
  }

  #ins02 .read-more{
    color: #0C65ED;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    font-family: 'Montserrat',sans-serif;
    margin: 50px auto 80px;
  }

  #ins02 .imgs img{
    max-width: 600px;
  }

  #ins03 {
    background-color: #1A202A;
    padding-bottom: 150px;
  }

  #ins03 .main-title h6{
    color: #FFFFFF;
    line-height: 1.3;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #ins03 .main-title .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #ins03 h6{
    color: #0C65ED;
    letter-spacing: 2px;
    line-height: 1.1;
    font-size: 0.75rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #ins03 h4{
    color: #ffffff;
    line-height: 1.1;
    font-size: 1.25rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin: 10px auto;
  }

  #ins03 p{
    margin-bottom: 1em;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #D8DBE1;
  }

  #ins03 .read-more{
    font-size: 0.8125rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat',sans-serif;
    margin-top: 40px;
  }

  #ins04 {
    margin: 100px auto;
  }

  #ins04 .main-title h6{
    color: #000;
    line-height: 1.3;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #ins04 .main-title .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #ins04 .main-title .divider-all{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EFF1F4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 20px 0px;
  }

  #ins04 .item .title{
    padding-left: 5px;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    margin: 5px auto;
  }

  #footer{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #1a202a;
    background-image: none;
    min-height: 80px;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: #242b36;
  }

  #footer p{
    color: #aaacb1;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  #pro01{
    background-image: url(./assets/imgs/img6.jpg) ;
    background-position: top left;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-repeat: no-repeat;
    background-size: 50% auto;
    position: relative;
    z-index: 0;
  }

  #pro01 .right-header {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, #1A202A 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  #pro02 h2{
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    margin: 100px auto 5px;
  }

  #pro02 p{
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
  }

  #pro03{
    margin: 110px auto 10px;
  }

  #pro03 .title{
    text-align: center;
    margin: 15px auto 30px;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  #serv01{
    background-image: url(./assets/imgs/img2-1.jpg) ;
    background-position: top left;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-repeat: no-repeat;
    background-size: 50% auto;
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
  }

  #serv01 .right-header {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, #1A202A 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  #serv02 .fas {
    color: #0C65ED;
    font-size: 20px;
  }

  #serv02 h3 {
    line-height: 1.5;
    color: #1a1a1a;
    font-size: 1.5625rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #serv02 .number {
    color: rgba(12, 101, 237, 0.06);
    font-size: 152px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif;
    line-height: 1;
  }

  #serv02 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 0 auto 40px 0;
  }

  #serv02 p{
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 400px;
  }

  #serv02 .wrapper{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EFF1F4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 80px;
  }

  #textile01{
    background-image: url(./assets/imgs/textile02.jpeg) ;
    background-position: top left;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-repeat: no-repeat;
    background-size: 50% auto;
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
  }

  #textile01 .right-header {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, #1A202A 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  #textile02 .fas {
    color: #0C65ED;
    font-size: 20px;
  }

  #textile02 h3 {
    line-height: 1.5;
    color: #1a1a1a;
    font-size: 1.5625rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #textile02 .number {
    color: rgba(12, 101, 237, 0.06);
    font-size: 152px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Montserrat',sans-serif;
    line-height: 1;
  }

  #textile02 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 0 auto 40px 0;
  }

  #textile02 p{
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 400px;
  }

  #textile02 .wrapper{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EFF1F4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 80px;
  }

  #abt01{
    background-image: url(./assets/imgs/about_us.jpg) ;
    background-position: top left;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-repeat: no-repeat;
    background-size: 50% auto;
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
  }

  #abt01 .right-header {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, #1A202A 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  #abt02 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #abt02 h2 {
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #abt02 p {
    margin-bottom: 1em;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 730px;
  }

  #abt03  {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 80%, #1A202A 80%);
  }

  #abt03 .img-wrapper  {
    background-image: url(./assets/imgs/img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 480px;
  }

  #abt03 .img-overlay  {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(26, 32, 42, 0.6) 0%, #1A202A 100%);
    opacity: 0.88;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }

  #abt04 {
    background: #1A202A;
    padding-top: 80px;
    padding-bottom: 90px;
  }

  #abt04 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #abt04 h2 {
    line-height: 1.3;
    color: #FFFFFF;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #abt04 p {
    margin-bottom: 1em;
    color: #D8DBE1;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 730px;
  }

  #abt05 {
    margin: 80px auto 100px;
  }

  #abt05 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #abt05 h2 {
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #abt05 p {
    margin-bottom: 1em;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 310px;
  }

  #abt05 .item .icon{
    color: #0C65ED;
    font-size: 14px;
  }

  #abt05 .item .title{
    color: #1A202A;
    padding-left: 8px;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.85714285714286;
    margin: 5px auto;
  }

  #abt06 {
    background: #1A202A;
    padding-top: 80px;
    padding-bottom: 90px;
  }

  #abt06 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #abt06 h2 {
    line-height: 1.3;
    color: #FFFFFF;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #abt06 p {
    margin-bottom: 1em;
    color: #D8DBE1;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 730px;
  }

  #abt07 {
    margin: 80px auto 100px;
  }

  #abt07 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #abt07 h2 {
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #abt07 p {
    margin-bottom: 1em;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 310px;
  }

  #abt07 .item .icon{
    color: #0C65ED;
    font-size: 14px;
  }

  #abt07 .item .title{
    color: #1A202A;
    padding-left: 8px;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.85714285714286;
    margin: 5px auto;
  }

  #cont01 {
    background-image: url(./assets/imgs/img7.jpg) ;
    background-position: top left;
    background-color: rgba(26, 32, 42, 0.88);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-repeat: no-repeat;
    background-size: 50% auto;
    position: relative;
    z-index: 0;
  }

  #cont01 .right-header {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(26, 32, 42, 0.8) 50%, #1A202A 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }

  #cont02 .form-wrapper {
    background-color: #EFF1F4;
    padding: 104px 80px 104px 80px
  }

  #cont02 .info-wrapper {
    padding: 104px 80px 104px 0
  }

  #cont02 .divider{
    width: 56px;
    border-top: 2px solid #0c65ed;
    margin: 30px auto 40px 0;
  }

  #cont02 h2 {
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 1.875rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
  }

  #cont02 p {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 470px;
  }

  #cont02 .icon {
    color: #0C65ED;
    font-size: 16px;
    margin-right: 16px;
    margin-top: -5px;
  }

  #cont02 .title {
    margin-bottom: 5px;
    color: #1a1a1a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.1;
    max-width: 470px;
    letter-spacing: 2px;
  }

  #cont02 .description {
    margin-bottom: 5px;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85714285714286;
    max-width: 470px;
  }

  #cont02 label {
    display: block;
    font-weight: 700;
    float: none;
    color: #5a5a5a;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    line-height: 1.85714285714286;
  }

  #cont02 label span {
    color: #ff0000;
    font-weight: normal;
  }

  #cont02 input {
    display: block;
    width: 100%;
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    transition: all .2s linear;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
  }

  #cont02 textarea {
    height: 120px;
    display: block;
    width: 100%;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    color: #666;
    padding: 0.75em;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    margin-bottom: 20px;
  }

  #cont02 button {
    color: #ffffff;
    background-color: #ea2300;
    border-color: #ea2300;
    border-radius: 0;
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat',sans-serif;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:hidden {
    display: none;
  }

  .md\:basis-0 {
    flex-basis: 0px;
  }

  .md\:basis-3\/12 {
    flex-basis: 25%;
  }

  .md\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .md\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

  .md\:basis-6\/12 {
    flex-basis: 50%;
  }

  .md\:basis-8\/12 {
    flex-basis: 66.666667%;
  }

  .md\:basis-full {
    flex-basis: 100%;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:gap-4 {
    gap: 1rem;
  }
}
