@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root {
  --tg-body-font-family: 'Sarabun', sans-serif;
  --tg-heading-font-family: 'Sarabun', sans-serif;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-body-color: #666666;
  --tg-heading-color: #000038;
  --tg-theme-primary: #001B90;
  --tg-theme-primary-two: #d70006;
  --tg-theme-secondary: #29ABE2;
  --tg-color-dark-blue: #0E104B;
  --tg-color-dark-blue-two: #001B31;
  --tg-color-dark-blue-three: #0F2C44;
  --tg-color-yellow-light: #FFB930;
  --tg-color-yellow-light-2: #DED9CE;
  --tg-color-white-default: #ffffff;
  --tg-color-sky-blue: #7EA7C8;
  --tg-color-sky-blue-two: #7E93A4;
  --tg-color-gray-1: #DCDCEC;
  --tg-color-gray-2: #C3C3EC;
  --tg-color-gray-3: #EDF6FA;
  --tg-color-gray-4: #F3F8F9;
  --tg-color-gray-5: #DDE3FF;
  --tg-color-gray-6: #96A1B8;
  --tg-color-gray-7: #4C4C5B;
  --tg-color-gray-8: #a6a6a6;
  --tg-color-gray-9: #fceff0;
  --tg-color-gray-10: #F6F6F6;
  --tg-color-gray-11: #F8F8F8;
  --tg-color-gray-12: #F9F9F9;
  --tg-color-gray-13: #696969;
  --tg-color-dark: #1C1A4A;
  --tg-color-black-1: #06042E;
  --tg-color-black-2: #151515;
  --tg-color-black-3: #00002F;
  --tg-color-black-4: #2d2d2d;
  --tg-color-black-5: #000;
  --tg-border-1: #5A5A8E;
  --tg-border-2: #DCE5E9;
  --tg-border-3: #B2BFC5;
  --tg-border-4: #E8ECED;
  --tg-border-5: #C3C3E1;
  --tg-border-6: #E0E0E0;
  --tg-border-7: #E2E2E2;
  --tg-border-8: #DBDBDB;
  --tg-border-9: #FF755E;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

/* special font */

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: normal;
  src: local('Helvetica'), url('../fonts/halventica/Helvetica.woff') format('woff');
  }
  @font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('../fonts/arial/ARIAL.woff') format('woff');
    }
    @font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('../fonts/arial/ARIALBD.woff') format('woff');
    }
    @font-face {
    font-family: 'Arial Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Medium'), url('../fonts/arial/ArialMdm.woff') format('woff');
    }
    @font-face {
        font-family: 'Arial Nova Bold';
        src: url('../fonts/arial-nova/ArialNova-Bold.eot');
        src: local('Arial Nova Bold'), local('ArialNova-Bold'),
            url('../fonts/arial-nova/ArialNova-Bold.eot?#iefix') format('embedded-opentype'),
            url('../fonts/arial-nova/ArialNova-Bold.woff2') format('woff2'),
            url('../fonts/arial-nova/ArialNova-Bold.woff') format('woff'),
            url('../fonts/arial-nova/ArialNova-Bold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }
    @font-face {
        font-family: 'Arial Nova Light';
        src: url('../fonts/arial-nova/ArialNova-Light.eot');
        src: local('Arial Nova Light'), local('ArialNova-Light'),
            url('../fonts/arial-nova/ArialNova-Light.eot?#iefix') format('embedded-opentype'),
            url('../fonts/arial-nova/ArialNova-Light.woff2') format('woff2'),
            url('../fonts/arial-nova/ArialNova-Light.woff') format('woff'),
            url('../fonts/arial-nova/ArialNova-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
    }
    @font-face {
        font-family: 'Arial Nova Normal';
        src: url('../fonts/arial-nova/ArialNova.eot');
        src: local('Arial Nova'), local('ArialNova'),
            url('../fonts/arial-nova/ArialNova.eot?#iefix') format('embedded-opentype'),
            url('../fonts/arial-nova/ArialNova.woff2') format('woff2'),
            url('../fonts/arial-nova/ArialNova.woff') format('woff'),
            url('../fonts/arial-nova/ArialNova.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover {
  color: var(--tg-theme-primary);
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial Bold';
  color: var(--tg-heading-color);
  margin-top: 0px;
  line-height: var(--tg-heading-line-height);
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}

p {
  font-family: 'Arial Regular';
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: normal;
  color: var(--tg-body-color);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--tg-color-gray-1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-heading-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

body.theme-blue {
  --tg-body-color: #4C4C5B;
}

body.theme-red {
  --tg-theme-primary: #d70006;
}

body.theme-red {
  --tg-theme-secondary: #151515;
}

body.theme-red {
  --tg-heading-color: #151515;
}

body.theme-orange {
  --tg-theme-primary: #F94627;
}

body.theme-orange {
  --tg-theme-secondary: #003865;
}

body.theme-orange {
  --tg-heading-color: #002848;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: var(--tg-body-color);
}

*::-moz-placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

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

.gutter-24 {
  --bs-gutter-x: 24px;
}

.gutter-20 {
  --bs-gutter-x: 20px;
}

.gutter-60 {
  --bs-gutter-x: 60px;
}
@media (max-width: 1800px) {
  .gutter-60 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 1500px) {
  .gutter-60 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 1199.98px) {
  .gutter-60 {
    --bs-gutter-x: 20px;
  }
}

.container {
  max-width: 1250px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.custom-container {
  max-width: 1810px;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1580px;
  }
}
@media (max-width: 1500px) {
  .custom-container {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.custom-container-two {
  max-width: 1640px;
}
@media (max-width: 1800px) {
  .custom-container-two {
    max-width: 1580px;
  }
}
@media (max-width: 1500px) {
  .custom-container-two {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-two {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-two {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-two {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-two {
    max-width: 540px;
  }
}

.custom-container-three {
  max-width: 1520px;
}
@media (max-width: 1800px) {
  .custom-container-three {
    max-width: 1520px;
  }
}
@media (max-width: 1500px) {
  .custom-container-three {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-three {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-three {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-three {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-three {
    max-width: 540px;
  }
}

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

/*=============================
	1. Button style
===============================*/
.tg-button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-theme-primary) none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: var(--tg-color-white-default);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 17px 28px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: var(--tg-heading-font-family);
  gap: 10px;
  --arrow-hover-move-x: 110%;
  --arrow-hover-move-y: 100%;
}
.btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.btn svg path:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.btn svg path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.btn:focus, .btn:hover, .btn:focus-visible {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-secondary);
}
.btn:focus svg path:nth-of-type(1), .btn:hover svg path:nth-of-type(1), .btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.btn:focus svg path:nth-of-type(2), .btn:hover svg path:nth-of-type(2), .btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.btn-two {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  border: 1px solid var(--tg-border-5);
  padding: 16px 27px;
}
.btn-two:focus, .btn-two:focus-visible, .btn-two:hover {
  background: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}
.btn-three {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}
.btn-three:hover {
  background: var(--tg-color-black-2);
  color: var(--tg-color-white-default);
}
.btn.red-btn {
  background: var(--tg-theme-primary);
}
.btn.red-btn:hover {
  background: var(--tg-color-black-2);
}

.border-btn {
  border: 1px solid var(--tg-border-5);
  background: transparent;
  color: var(--tg-color-white-default);
  padding: 16px 27px;
}
.border-btn:hover {
  background: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
}

.border-btn-two {
  border: 1px solid var(--tg-border-8);
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  padding: 16px 27px;
}
.border-btn-two:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.white-btn {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}
.white-btn:focus-visible, .white-btn:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}

/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.rightToLeft {
  -webkit-animation-name: rightToLeft;
  animation-name: rightToLeft;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.ribbonRotate {
  -webkit-animation-name: ribbonRotate;
  animation-name: ribbonRotate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.rotateme-two {
  -webkit-animation-name: rotateme-two;
  animation-name: rotateme-two;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme-two {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateme-two {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}

/*=============================
    - Background color
===============================*/
.grey-bg {
    background: var(--tg-color-gray-10);
    position: relative;
    z-index: 1;
  }
  
  .white-bg {
    background: var(--tg-color-white-default);
  }
  
  .black-bg {
    background: var(--tg-color-black-1);
  }
  
  /*=============================
      04. OffCanvas
  ===============================*/
  .offCanvas__info {
    background: var(--tg-color-white-default) none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 340px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offCanvas__info.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .offCanvas__info::-webkit-scrollbar {
    width: 0px;
  }
  .offCanvas__close-icon {
    margin-top: -16px;
    text-align: right;
  }
  .offCanvas__close-icon button {
    background: transparent;
    border: 0 none;
    color: var(--tg-theme-primary);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
  }
  .offCanvas__close-icon-two button {
    color: var(--tg-theme-primary);
  }
  .offCanvas__close-icon-two button:hover {
    color: var(--tg-color-black-2);
  }
  .offCanvas__logo img {
    max-height: 70px;
  }
  .offCanvas__side-info {
    border-top: 1px solid var(--tg-theme-primary);
    padding-top: 25px;
  }
  .offCanvas__side-info .contact-list h4 {
  color: var(--tg-heading-color);
  font-weight: normal;
  font-size: 22px;
  margin-top: 10px;
  font-family: 'Arial Medium';
  border-bottom: 1px solid var(--tg-heading-color);
  width: fit-content;
}
  .offCanvas__side-info-two {
    border-color: var(--tg-theme-primary);
  }
  .offCanvas__social-icon a {
    color: var(--tg-theme-primary);
    display: inline-block;
    margin-right: 20px;
    text-align: center;
  }
  .offCanvas__social-icon a:hover {
    color: var(--tg-theme-secondary);
  }
  .offCanvas__social-icon-two a {
    color: var(--tg-theme-primary);
  }
  .offCanvas__social-icon-two a:hover {
    color: var(--tg-color-black-2);
  }
  .offCanvas__overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .offCanvas__overly.active {
    opacity: 0.7;
    visibility: visible;
  }
  .offCanvas__side-info {
    border-top: 1px solid var(--tg-theme-primary);
    padding-top: 25px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .offCanvas__side-info .contact-list p {
    color: var(--tg-body-color);
    margin: 0;
      margin-bottom: 0px;
    margin-bottom: 2px;
    line-height: 26px;
    font-size: 17px;
    font-family: 'Arial Medium';
  }
  .offCanvas__side-info .contact-list p a{
      position: relative;
  }
  .offCanvas__side-info .contact-list p a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #333;
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.offCanvas__side-info .contact-list p a:hover::after {
  width: 100%;
  left: 0;
}
.offCanvas__side-info .contact-list p a:hover{
    color: #333;
}
  /*=============================
	03. Mobile Menu
===============================*/

  .tgmobile__menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
  }
  .tgmobile__menu .navbar-collapse {
    display: block !important;
  }
  .tgmobile__menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
  }
  .tgmobile__menu .nav-logo img {
    width: 150px;
  }
  .tgmobile__menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  .tgmobile__menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tgmobile__menu .navigation li.active > a {
    color: var(--tg-theme-primary);
  }
  .tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 20px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: var(--tg-heading-color);
    background: var(--tg-color-gray-3);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
  }
  .tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 12px;
    height: 2px;
    background-color: var(--tg-color-dark);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 2px;
    height: 12px;
    background-color: var(--tg-color-dark);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
    background-color: var(--tg-theme-primary);
  }
  .tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
    background-color: var(--tg-color-white-default);
  }
  .tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
    display: none;
  }
  .tgmobile__menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-heading-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
  }
  .tgmobile__menu .navigation li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 2px;
    background: var(--tg-theme-primary);
    pointer-events: none;
  }
  .tgmobile__menu .navigation li ul li > a {
    margin-left: 20px;
  }
  .tgmobile__menu .navigation li ul li ul li a {
    margin-left: 40px;
  }
  .tgmobile__menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
  }
  .tgmobile__menu .navigation li > ul {
    display: none;
  }
  .tgmobile__menu .navigation li > ul > li > ul {
    display: none;
  }
  .tgmobile__menu .navigation ul {
    padding: 0;
    margin: 0;
  }
  .tgmobile__menu .navigation ul li a {
    display: block;
  }
  .tgmobile__menu .navigation ul li ul li > a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
  }
  .tgmobile__menu .navigation:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tgmobile__menu .navigation > li > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tgmobile__menu .navigation > li.active > a::before {
    height: 100%;
  }
  .tgmobile__menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 14px;
    color: var(--tg-theme-primary);
    cursor: pointer;
    padding: 8px;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .tgmobile__menu .close-btn i[class^=flaticon-]:before {
    font-weight: var(--tg-fw-bold) !important;
  }
  .tgmobile__menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
  }
  .tgmobile__menu .social-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tgmobile__menu .social-links ul li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
  }
  .tgmobile__menu .social-links ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--tg-body-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .tgmobile__menu .social-links ul li a:hover {
    border-color: var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
  }
  .tgmobile__menu .tgmenu__action {
    padding: 0 0;
    margin: 0 0;
  }
  .tgmobile__menu .tgmenu__action > ul {
    margin: 0 0;
    padding: 30px 20px 0;
    justify-content: center;
    gap: 0 15px;
  }
  .tgmobile__menu .tgmenu__action > ul li {
    margin: 0 0;
  }
  .tgmobile__menu .tgmenu__action > ul .header-btn {
    display: block;
  }
  .tgmobile__menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-color-white-default);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
  }
  .tgmobile__menu-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--tg-color-white-default);
    margin-right: 30px;
    top: 15px;
  }
  
  .mobile-menu-visible {
    overflow: hidden;
  }
  .mobile-menu-visible .tgmobile__menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .mobile-menu-visible .tgmobile__menu-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-visible .tgmobile__menu .close-btn {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
/*=============================
	02. Header
===============================*/
.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
  }
  
  .tg-header__inner-wrap {
    display: flex;
    align-items: center;
  }
  .tg-header__logo-wrap {
    width: 12.5%;
    flex: 0 0 auto;
    text-align: center;
  }
  @media (max-width: 1199.98px) {
    .tg-header__logo-wrap {
      display: none;
    }
  }
  .tg-header__right-side {
    flex-grow: 1;
    border-left: 1px solid var(--tg-color-gray-5);
  }
  .tg-header__area {
    /* background: rgba(255, 255, 255, 0.3); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    /* display: none; */
    background: rgba(0,0,0,.1);
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  .inner-header-page{
      background: #4c87ac;
  }
  .tg-header__area .mobile-nav-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-color-gray-2);
    display: none;
    font-size: 30px;
    line-height: 0;
    color: var(--tg-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  @media (max-width: 1199.98px) {
    .tg-header__area .mobile-nav-toggler {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex: 0 0 auto;
      align-items: center;
    }
  }
  .tg-header__area .mobile-nav-toggler-two {
    color: var(--tg-color-white-default);
  }
  .tg-header__area .mobile-nav-toggler-two:hover {
    color: var(--tg-theme-primary);
  }
  
  .tgmenu__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  @media (max-width: 1199.98px) {
    .tgmenu__wrap {
      padding-right: 25px;
    }
  }
  @media (max-width: 767.98px) {
    .tgmenu__wrap {
      justify-content: space-between;
      padding: 10px 15px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tgmenu__wrap {
      padding: 20px 30px;
    }
  }
  .tgmenu__wrap .logo {
    max-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .tgmenu__wrap .logo img {
    max-height: 60px;
  }
  .tgmenu__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  @media (max-width: 991.98px) {
    .tgmenu__nav {
      justify-content: space-between;
    }
  }
  .tgmenu__nav-left-side {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tgmenu__nav-left-side .logo {
    margin-left: 25px;
    margin-left: 20px;
  }
  .tgmenu__nav-left-side .logo a {
      display: flex;
      align-items: center;
    }
    .tgmenu__nav-left-side .logo a h5 {
      color: #fff;
      font-size: 18px;
      text-align: center;
      margin: 0;
      font-family: 'Arial Medium';
    }
    .tgmenu__nav-left-side .logo a h5 span{
      display: block;
    }
    .tgmenu__nav-left-side .logo a:hover img{
        transition: all 1000ms ease;
      -webkit-animation: rotate-continous 30s infinite linear;
      -moz-animation: rotate-continous 30s infinite linear;
      -o-animation: rotate-continous 30s infinite linear;
      animation: rotate-continous 30s infinite linear;
        animation-play-state: running;
      animation-play-state: running;
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      -o-animation-play-state: running;
      animation-play-state: running;
    }
    .tgmenu__nav-left-side .logo a:hover h5{
        color: #fff300;
    }
    .sticky-menu .tgmenu__nav-left-side .logo a h5{
        color: var(--tg-heading-color);
    }
    .sticky-menu .tgmenu__nav-left-side .logo a:hover h5{
        color: var(--tg-theme-secondary);
    }
    
  @media (max-width: 767.98px) {
    .tgmenu__nav-left-side .logo {
      margin: 0;
    }
  }
  .tgmenu__navbar-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
  }
  .tgmenu__navbar-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 auto;
  }
  .tgmenu__navbar-wrap ul > li {
    list-style: none;
    display: block;
    position: relative;
  }
  @media (max-width: 1199.98px) {
    .tgmenu__navbar-wrap ul > li {
      margin-right: 15px;
    }
  }
  .tgmenu__navbar-wrap ul > li a {
    font-size: 17px;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
    padding: 32px 14px;
    padding: 32px 12px;
    display: flex;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: 'Arial Medium';
  }
  .tgmenu__navbar-wrap ul > li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: var(--tg-color-white-default);
    margin: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
  }
  .tgmenu__navbar-wrap ul > li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
  }
  .tgmenu__navbar-wrap ul > li .sub-menu > li {
    margin-left: 0;
    text-align: left;
    display: block;
  }
  .tgmenu__navbar-wrap ul > li .sub-menu > li a {
    padding: 8px 15px 8px 25px;
    line-height: 1.4;
    display: block;
    color: var(--tg-heading-color);
    text-transform: capitalize;
  }
  .tgmenu__navbar-wrap ul > li .sub-menu > li:hover > a, .tgmenu__navbar-wrap ul > li .sub-menu > li.active > a {
    color: var(--tg-theme-secondary);
  }
  .tgmenu__navbar-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .tgmenu__navbar-wrap > ul > li.active a, .tgmenu__navbar-wrap > ul > li:hover a{
    color: #fff300;
  }
  .sticky-menu .tgmenu__navbar-wrap > ul > li a{
      color: var(--tg-heading-color);
  }
  .sticky-menu .tgmenu__navbar-wrap > ul > li.active a, .sticky-menu .tgmenu__navbar-wrap > ul > li:hover a {
    color: var(--tg-theme-secondary);
  }
  .tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
    display: none;
  }
  .tgmenu__main-menu li.menu-item-has-children > a::after {
    content: "\f078";
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    color: #686677;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    transform: translateY(2px);
    font-size: 14px;
  }
  .tgmenu__main-menu li.menu-item-has-children > a:hover {
    color: var(--tg-theme-secondary);
  }
  .tgmenu__main-menu li.menu-item-has-children:hover > a::after {
    color: var(--tg-theme-secondary);
  }
  .tgmenu__main-menu li.menu-item-has-children.active > a::after {
    color: var(--tg-theme-secondary);
  }
  .tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children > a::after {
    content: "\f126";
    font-weight: 700;
    font-family: flaticon;
    color: #686677;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    transform: translateY(2px);
    font-size: 14px;
  }
  .tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children.active a::after, .tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children:hover a::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: var(--tg-theme-primary);
  }
  .tgmenu__action {
    margin-right: 25px;
    margin-right: 20px;
  }
  @media (max-width: 1199.98px) {
    .tgmenu__action {
      margin-right: 25px;
      margin-left: auto;
    }
  }
  .tgmenu__action ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  .tgmenu__action ul li {
    position: relative;
    margin-left: 30px;
  }
  @media (max-width: 1199.98px) {
    .tgmenu__action ul li {
      margin-left: 20px;
    }
  }
  .tgmenu__action ul li a {
    color: var(--tg-theme-secondary);
    font-size: 14px;
  }
  .tgmenu__action ul li:first-child {
    margin-left: 0;
  }
  .tgmenu__action ul .header-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .tgmenu__action ul .header-contact::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: var(--tg-border-3);
  }
  .tgmenu__action ul .header-contact .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    flex: 0 0 auto;
    color: var(--tg-theme-primary);
    line-height: 0;
    font-size: 20px;
  }
  .tgmenu__action ul .header-contact .content span {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-body-color);
    margin-bottom: 8px;
  }
  .tgmenu__action ul .header-contact .content a {
    display: block;
    line-height: 1;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    font-family: 'Arial Medium';
  }
  .sticky-menu .tgmenu__action ul .header-contact .content a{
      color: var(--tg-heading-color);
  }
  .tgmenu__action ul .header-contact .content a:hover{
    color: #fff300;
  }
  .sticky-menu .tgmenu__action ul .header-contact .content a:hover {
    color: var(--tg-theme-secondary);
  }
  .tgmenu__action ul .header-contact-two .icon {
    width: 38px;
    height: 38px;
    background: transparent;
    border: 2px solid var(--tg-color-white-default);
    color: var(--tg-color-white-default);
    font-size: 16px;
  }
  .tgmenu__action ul .header-contact-two .content span {
    color: var(--tg-color-white-default);
  }
  .tgmenu__action ul .header-contact-two .content a {
    color: var(--tg-color-white-default);
  }
  .tgmenu__action ul .header-contact-two .content a:hover {
    color: var(--tg-color-white-default);
  }
  .tgmenu__action ul .header-btn {
    margin-left: 25px;
  }
  @media (max-width: 1199.98px) {
    .tgmenu__action ul .header-btn {
      display: none;
    }
  }
  .tgmenu__action ul .header-btn .btn {
  color: var(--tg-color-white-default);
  font-size: 15px;
  gap: 10px;
  padding: 15px 23px;
  background: var(--tg-theme-secondary);
  text-transform: uppercase;
  font-family: 'Arial Medium';
  font-weight: normal;
}
  .tgmenu__action ul .header-btn .btn i {
    line-height: 0;
    font-size: 18px;
    transform: translateY(1px);
  }
  .tgmenu__action ul .header-btn .btn::after {
    display: none;
  }
  .tgmenu__action ul .header-btn .btn:hover {
    background: var(--tg-theme-primary);
  }
  .tgmenu__action-two {
    margin-right: 0;
  }
  .tgmenu__action-two > .list-wrap {
    height: 100%;
    align-items: normal;
  }
  @media (max-width: 1199.98px) {
    .tgmenu__action-two > .list-wrap {
      margin-left: 40px;
    }
  }
  .tgmenu__action-two > .list-wrap li {
    margin-left: 0;
  }
  .tgmenu__action-two > .list-wrap li.header-search {
    margin-right: 20px;
  }
  @media (max-width: 1199.98px) {
    .tgmenu__action-two > .list-wrap li.header-search {
      min-height: 80px;
    }
  }
  .tgmenu__action-two > .list-wrap li.header-search a {
    width: 80px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tg-border-7);
    border-top: none;
    border-bottom: none;
    color: var(--tg-color-black-2);
  }
  .tgmenu__action-two > .list-wrap li.header-search a::before {
    display: none;
  }
  .tgmenu__action-two > .list-wrap li.header-search a:hover {
    color: var(--tg-theme-primary);
  }
  .tgmenu__action-two > .list-wrap li.header-btn {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .tgmenu__action-two > .list-wrap li.header-btn .btn {
    background: var(--tg-theme-primary);
  }
  .tgmenu__action-two > .list-wrap li.header-btn .btn:hover {
    background: var(--tg-color-black-2);
  }
  .tgmenu__action-two > .list-wrap li:last-child {
    margin-left: 25px;
  }
  .tgmenu__action-three {
    margin-right: 0;
  }
  @media (max-width: 1199.98px) {
    .tgmenu__action-three {
      margin-right: 25px;
    }
  }
  .tgmenu__action-three > ul li.header-btn {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .tgmenu__action-three > ul li.header-btn .btn {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    font-size: 14px;
    padding: 15px 23px 16px;
  }
  .tgmenu__action-three > ul li.header-btn .btn svg {
    width: 12px;
    height: auto;
    transform: translateY(0.5px);
  }
  .tgmenu__action-three > ul li.header-btn .btn:hover {
    background: var(--tg-color-black-2);
    color: var(--tg-color-white-default);
  }
  .tgmenu__action-four {
    margin-right: 0;
  }
  @media (max-width: 1199.98px) {
    .tgmenu__action-four {
      margin-right: 25px;
    }
  }
  .tgmenu__action-four > ul li.header-btn .btn {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
  }
  .tgmenu__action-four > ul li.header-btn .btn:hover {
    background: var(--tg-theme-secondary);
  }
  
  .sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    opacity: 1;
    z-index: 99;
    background: var(--tg-color-white-default);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    display: block;
  }
  
  #header-fixed-height.active-height {
    display: block;
    height: 90px;
  }
  
  .offcanvas-toggle {
    border-right: 1px solid var(--tg-border-2);
    width: 80px;
  }
  @media (max-width: 767.98px) {
    .offcanvas-toggle {
      display: none;
    }
  }
  .offcanvas-toggle a {
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
  }
  .sticky-menu .offcanvas-toggle a{
      color: var(--tg-body-color);
  }
  .offcanvas-toggle a:hover {
    color: var(--tg-theme-secondary);
  }
  .offcanvas-toggle-two {
    height: 100%;
    border-right: none;
    border-left: 1px solid var(--tg-border-2);
    width: auto;
    padding-left: 25px;
  }
  @media (max-width: 1199.98px) {
    .offcanvas-toggle-two {
      display: none;
    }
  }
  .offcanvas-toggle-two a {
    padding: 0;
    color: var(--tg-color-black-2) !important;
  }
  .offcanvas-toggle-two a:hover {
    color: var(--tg-theme-primary) !important;
  }  

  /* top bar style */
  .top__sec__srt {
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: 5%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
 
  .logo__icon__str{
    width: 225px;
    margin: auto;
  }
  .logo__icon__str img{
    transition: all 1000ms ease;
    -webkit-animation: rotate-continous 30s infinite linear;
    -moz-animation: rotate-continous 30s infinite linear;
    -o-animation: rotate-continous 30s infinite linear;
    animation: rotate-continous 30s infinite linear;
      animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }
  .title__txt{
    text-align: center;
  }
 .title__txt h2 {
  text-shadow: 1px 0 #000038, -1px 0 #000038, 0 1px #000038, 0 -2px #000038, 1px 1px #000038, -1px -1px #000038, 1px -1px #000038, -1px 1px #000038;
  position: relative;
  color: #fff300;
  letter-spacing: 1px;
  font-family: 'Arial Nova Bold';
  font-weight: normal;
  font-size: 35px;
}
  .title__txt h2:first-of-type::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -11px;
    right: 0;
    background: #fff;
  }
  .title__txt p {
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.75px;
  text-shadow: 1px 1px 1px #333;
  background: rgba(0,0,0,0.3);
  line-height: 28px;
  margin-bottom: 0;
  font-family: 'Arial Medium';
  padding-top: 8px;
  font-family: 'Arial Nova Normal';
}
  @keyframes rotate-continous{
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .title__txt a {
    position: relative;
    font-family: Helvetica;
    font-weight: normal;
    color: #fff300;
    font-size: 35px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .title__txt a:hover{
    color: #fff;
  }
  .title__txt a::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: #fff300;
    width: 0%;
    height: 1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .title__txt a:hover::after {
    width: 100%;
    left: 0;
  }
  /* banner style */
  .banner__sty{
    position: relative;
    z-index: 2;
  }
  .banner__sty:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;bottom: 0;left: 0;right: 0;
    background: #2d2d2d;
    opacity: 0.1;
  }
  .img__sty img {
      width: 100%;
      height: 700px;
      height: 100vh;
      object-fit: cover;
    }


  /* work style */
  .how_we-work {
    background: var(--tg-color-gray-4);
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    padding: 70px 0 120px;
    background-color: var(--tg-theme-primary);
    background-image: url(../images/vector_bg.svg);
    overflow: hidden;
  }
  .services__shape-wrap img {
    position: absolute;
    z-index: -1;
  }
  .services__shape-wrap img:nth-child(1) {
    right: -22px;
    top: -18px;
    max-width: 201px;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
  }
  
  .services__shape-wrap img:nth-child(2) {
    left: 65px;
    bottom: 25px;
    max-width: 192px;
  }
  @media (max-width: 1800px) {
    .services__shape-wrap img:nth-child(1) {
      max-width: 170px;
    }
    .services__shape-wrap img:nth-child(2) {
        left: 20px;
        max-width: 160px;
      }
  }
  @media (max-width: 1500px) {
    .services__shape-wrap img:nth-child(1) {
      max-width: 150px;
    }
    .services__shape-wrap img:nth-child(2) {
        max-width: 125px;
        bottom: 0px;
      }
  }

  .round {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .how__work h2 {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  line-height: 50px;
  font-family: 'Arial Bold';
  font-weight: normal;
  font-size: 42px;
}

  .work__item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  .work__icon {
    width: 104px;
    height: 104px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 56px;
    line-height: 0;
  }
  .work__icon i {
    transform: rotateY(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .work__icon .number {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary);
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    right: 3px;
    top: 0;
  }
  .work__content .title {
    margin-bottom: 10px;
    font-size: 22px;
    color: var(--tg-color-white-default);
  }
  .work__content p {
    margin-bottom: 0;
    color: #93A7FF;
    font-size: 17px;
    line-height: 1.5;
  }
  .work__shape {
    position: absolute;
    right: -60px;
    top: 32px;
    z-index: -1;
  }
  .work__shape svg {
    color: #fff300;
  }
  .work__item:hover .work__icon i {
    transform: rotateY(180deg);
  }
  .work_srt .row [class*="col-"]:last-child .work__shape {
    display: none;
  }


/* about us section */
  .about__area {
    position: relative;
    overflow: hidden;
    padding: 120px 0 50px;
  }
  @media (max-width: 767.98px) {
    .about__area {
      padding: 50px 0;
    }
  }
  .about__area-four {
    position: relative;
    z-index: 1;
  }
  .about__area-five {
    position: relative;
    z-index: 1;
  }
  .about__img {
    position: relative;
    margin-right: 40px;
  }
  @media (max-width: 1199.98px) {
    .about__img {
      margin-right: 0;
      height: 400px;
    }
  }
  @media (max-width: 991.98px) {
    .about__img {
      margin-bottom: 50px;
      height: 400px;
    }
  }
  @media (max-width: 767.98px) {
    .about__img {
      max-width: 345px;
      margin: 0 auto 50px;
      height: 400px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img {
      max-width: 400px;
      margin: 0 auto 50px;
      height: 400px;
    }
  }
  .about__img__two {
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
    z-index: 2;
    left: 40px;
    top: 75px;
  }
  .about__img__two::before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    z-index: -10px;
    background: #fff;
    content: "";
    z-index: -1;
  }

  .about__img__three {
  position: absolute;
  bottom: -30px;
  right: 0;
  max-width: 275px;
  z-index: 2;
}
  .about__img__three img{
    height: 275px;
    object-fit: cover;
  }
  .about__img__three::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  z-index: -10px;
  background: #fff;
  content: "";
  z-index: -1;
}

  .about__img__one {
    position: absolute;
    top: -60px;
    right: 0px;
    max-width: 233px;
    z-index: 2;
    transform: rotateZ(10deg);
  }

  .about__img__one::before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    z-index: -10px;
    background: #fff;
    content: "";
    z-index: -1;
  }
  

  .about__content .section__title{
    margin-bottom: 15px;
  }
  .about__content .section__title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--tg-theme-primary);
    margin-bottom: 8px;
  }
  .about__content p {
      margin-bottom: 10px;
      font-size: 18px;
      width: 100%;
      line-height: 30px;
      font-family: 'Arial Medium';
    }
  .about__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .about__content .shape img {
    position: absolute;
    right: 4%;
    bottom: 30%;
    z-index: -1;
    max-width: 236px;
  }
  .sp2{
    position: relative;
    left: 10px;
  }
  .sp3{
    position: relative;
    left: 50px;
  }
  .float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  .float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  @-webkit-keyframes float-bob-y {
    0% {
      transform: translateY(-20px);
    }
  
    50% {
      transform: translateY(-10px);
    }
  
    100% {
      transform: translateY(-20px);
    }
  }
  
  @keyframes float-bob-y {
    0% {
      transform: translateY(-20px);
    }
  
    50% {
      transform: translateY(-10px);
    }
  
    100% {
      transform: translateY(-20px);
    }
  }
  @-webkit-keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
  
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(-30px);
    }
  }
  
  @keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
  
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(-30px);
    }
  }
  @media (max-width: 1800px) {
    .about__content .shape img {
      max-width: 165px;
      right: 2%;
    }
  }
  @media (max-width: 1500px) {
    .about__content .shape img {
      max-width: 125px;
      bottom: 40%;
    }
  }
  @media (max-width: 991.98px) {
    .about__content .shape img {
      bottom: 25%;
    }
  }
  @media (max-width: 767.98px) {
    .about__content .shape img {
      bottom: 21%;
      width: 100px;
    }
  }
  .about__content-two > p {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--tg-color-gray-7);
    line-height: 1.55;
  }
  .about__content-two .info-one {
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--tg-color-gray-7);
    text-transform: capitalize;
    line-height: 1.55;
  }
  .about__content-three {
    margin-left: 60px;
  }
  @media (max-width: 1199.98px) {
    .about__content-three {
      margin-left: 0;
    }
  }
  .about__content-three > p {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px;
  }
  .about__content-four > p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.55;
  }
  .about__content-four .about__list-box-four {
    width: 100%;
    margin-bottom: 40px;
  }
  .about__content-five > p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .about__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px 10px;
    align-items: center;
    margin-bottom: 50px;
  }
  @media (max-width: 1199.98px) {
    .about__content-inner {
      flex-wrap: wrap;
      margin-bottom: 30px;
    }
  }
  .about__content-inner-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 50px;
    margin-bottom: 50px;
  }
  @media (max-width: 1199.98px) {
    .about__content-inner-two {
      gap: 20px 30px;
    }
  }
  @media (max-width: 991.98px) {
    .about__content-inner-two {
      gap: 20px 50px;
    }
  }
  @media (max-width: 767.98px) {
    .about__content-inner-two {
      gap: 30px;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 30px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__content-inner-two {
      flex-direction: row;
      align-items: center;
    }
  }
  .about__content-inner-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 45px;
  }
  @media (max-width: 1199.98px) {
    .about__content-inner-three {
      flex-wrap: wrap;
    }
  }
  .about__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 35px;
  }
  .about__content-bottom-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 55px;
  }
  @media (max-width: 1199.98px) {
    .about__content-bottom-two {
      gap: 20px;
    }
  }
  @media (max-width: 991.98px) {
    .about__content-bottom-two {
      gap: 20px 40px;
    }
  }
  .about__list-box .list-wrap {
    margin-bottom: 10px;
  }
  @media (max-width: 1199.98px) {
    .about__list-box .list-wrap {
      margin-bottom: 20px;
    }
  }
  .about__list-box .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: var(--tg-heading-color);
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .about__list-box .list-wrap li:last-child {
    margin-bottom: 0;
  }
  .about__list-box .list-wrap li i {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    transform: translateY(1px);
  }
  .about__list-box-two {
    flex-grow: 1;
  }
  .about__list-box-two .list-wrap {
    margin-bottom: 0;
  }
  .about__list-box-two .list-wrap li {
    margin-bottom: 18px;
    font-weight: 500;
  }
  .about__list-box-two .list-wrap li i {
    background: var(--tg-theme-primary);
  }
  .about__list-box-three .list-wrap li {
    margin-bottom: 10px;
  }
  .about__list-box-three .list-wrap li i {
    background: var(--tg-theme-primary);
  }
  .about__list-box-four {
    width: 68%;
  }
  @media (max-width: 1199.98px) {
    .about__list-box-four {
      width: 100%;
    }
  }
  .about__list-box-four .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 10px 0;
  }
  @media (max-width: 767.98px) {
    .about__list-box-four .list-wrap {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .about__list-box-four .list-wrap li {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  @media (max-width: 767.98px) {
    .about__list-box-four .list-wrap li {
      width: 100%;
    }
  }
  .about__list-box-five .list-wrap {
    margin-bottom: 0;
  }
  .about__list-box-five .list-wrap li {
    font-weight: 500;
    color: var(--tg-color-black-2);
    margin-bottom: 15px;
  }
  .about__list-box-five .list-wrap li:last-child {
    margin-bottom: 0;
  }
  .about__list-box-five .list-wrap li i {
    background: var(--tg-theme-primary);
  }
  .about__list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 0;
    margin: 0 -15px;
    margin-bottom: 30px;
  }
  @media (max-width: 767.98px) {
    .about__list-wrap {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  .about__list-wrap-two {
    width: 50%;
    flex: 0 0 auto;
    margin-left: auto;
  }
  @media (max-width: 1199.98px) {
    .about__list-wrap-two {
      width: 100%;
    }
  }
  @media (max-width: 991.98px) {
    .about__list-wrap-two {
      width: 55%;
    }
  }
  @media (max-width: 767.98px) {
    .about__list-wrap-two {
      width: 100%;
    }
  }
  .about__list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 15px;
  }
  @media (max-width: 1199.98px) {
    .about__list-item {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  @media (max-width: 991.98px) {
    .about__list-item {
      flex-direction: row;
      align-items: center;
    }
  }
  .about__list-item .icon {
    width: 70px;
    height: 70px;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    font-size: 40px;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .about__list-item .content .title {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .about__list-item .content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55;
  }
  .about__list-item:hover .icon {
    transform: rotateY(180deg);
  }
  .about__list-item-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
  }
  .about__list-item-two:last-child {
    margin-bottom: 0;
  }
  .about__list-item-two .icon {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-9);
    flex: 0 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: var(--tg-theme-primary);
    font-size: 40px;
    line-height: 0;
    transition: 0.3s ease-in-out;
  }
  .about__list-item-two .content .title {
    font-size: 22px;
    margin-bottom: 3px;
  }
  .about__list-item-two .content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55;
  }
  .about__list-item-two:hover .icon {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
  }
  .about__author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .about__author img {
    width: 76px;
    height: 76px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    flex: 0 0 auto;
    border: 3px solid var(--tg-color-white-default);
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
  }
  .about__author .content .name {
    margin-bottom: 8px;
    font-size: 20px;
    text-transform: capitalize;
  }
  .about__author .content span {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
  }
  .about__author-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .about__author-two > img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .about__author-two .content img {
    margin-bottom: 5px;
  }
  .about__author-two .content .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    gap: 5px;
  }
  .about__author-two .content .name span {
    font-size: 16px;
    color: var(--tg-body-color);
    font-weight: 400;
  }
  .about__review-wrap {
    flex-grow: 1;
  }
  .about__review-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
  }
  .about__review-author img {
    width: 54px;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--tg-color-white-default);
    margin-left: -25px;
  }
  .about__review-author img:nth-child(1) {
    margin-left: 0;
    z-index: 4;
  }
  .about__review-author img:nth-child(2) {
    z-index: 3;
  }
  .about__review-author img:nth-child(3) {
    z-index: 2;
  }
  .about__review-box .review {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    color: var(--tg-color-yellow-light);
    margin-bottom: 8px;
  }
  .about__review-box span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
  }
  .about__clients-box {
    background: var(--tg-theme-primary);
    border-radius: 8px;
    padding: 30px 35px 35px;
    max-width: 285px;
  }
  .about__clients-box > span {
    color: var(--tg-color-white-default);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    display: block;
    margin-bottom: 15px;
  }
  .about__clients-box .counter__icon {
    color: var(--tg-color-white-default);
    font-size: 57px;
  }
  .about__clients-box-two {
    text-align: left;
    position: absolute;
    left: 0;
    top: 23%;
  }
  @media (max-width: 1199.98px) {
    .about__clients-box-two {
      padding: 20px 20px 25px;
      max-width: 250px;
    }
  }
  @media (max-width: 767.98px) {
    .about__clients-box-two {
      display: none;
    }
  }
  .about__clients-box-two .counter__item {
    margin-bottom: 22px;
  }
  .about__clients-box-two .counter__item:last-child {
    margin-bottom: 0;
  }
  .about__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .about__contact .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    line-height: 0;
  }
  .about__contact .content span {
    display: block;
    line-height: 1;
    font-size: 15px;
    margin-bottom: 8px;
  }
  .about__contact .content a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: var(--tg-heading-color);
  }
  .about__contact .content a:hover {
    color: var(--tg-theme-primary);
  }
  .about__shape img {
    position: absolute;
    z-index: -1;
    right: 4%;
    bottom: 0;
  }
  @media (max-width: 1199.98px) {
    .about__shape img {
      max-width: 200px;
    }
  }
  .about__shape-two img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 19%;
    max-width: 264px;
  }
  @media (max-width: 1800px) {
    .about__shape-two img {
      bottom: 8%;
      max-width: 200px;
    }
  }
  @media (max-width: 767.98px) {
    .about__shape-two img {
      bottom: 6%;
      max-width: 130px;
    }
  }
  .sett-now{
    position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sett-now .line{
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--tg-theme-primary);
  margin-right: 10px;
}

.sett-now .icon{
  position: relative;
  display: inline-block;
}

.sett-now .icon span {
  position: relative;
  display: inline-block;
  color: var(--tg-theme-primary);
  font-size: 20px;
  top: 2px;
  margin-left: 15px;
}
.sett-now .section__title, .sett-now .section__title span{
    margin-bottom: 0 !important;
}
  .experience__box {
    background: var(--tg-theme-secondary);
    padding: 25px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
  }
  .experience__box .title {
    font-size: 70px;
    margin-bottom: 0;
    line-height: 0.8;
    color: var(--tg-color-white-default);
    font-weight: 800;
  }
  .experience__box span {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    line-height: 1.3;
    position: relative;
  }
  .experience__box span::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 46px;
    background: #56C9FA;
  }
  
  .section-py-120 {
    padding: 120px 0;
  }
  @media (max-width: 767.98px) {
    .section-py-120 {
      padding: 100px 0;
    }
  }
  
  .section-py-140 {
    padding: 140px 0;
  }
  @media (max-width: 767.98px) {
    .section-py-140 {
      padding: 100px 0;
    }
  }
  
  .section-py-130 {
    padding: 130px 0;
  }
  @media (max-width: 767.98px) {
    .section-py-130 {
      padding: 100px 0;
    }
  }
  
  .section-pt-120 {
    padding-top: 120px;
  }
  @media (max-width: 767.98px) {
    .section-pt-120 {
      padding-top: 100px;
    }
  }
  
  .section-pt-130 {
    padding-top: 130px;
  }
  @media (max-width: 767.98px) {
    .section-pt-130 {
      padding-top: 100px;
    }
  }
  
  .section-pb-100 {
    padding-bottom: 100px;
  }
  @media (max-width: 767.98px) {
    .section-pb-100 {
      padding-bottom: 70px;
    }
  }
  
  .section-pb-130 {
    padding-bottom: 130px;
  }
  @media (max-width: 767.98px) {
    .section-pb-130 {
      padding-bottom: 100px;
    }
  }
  
  .section-pb-120 {
    padding-bottom: 120px;
  }
  @media (max-width: 767.98px) {
    .section-pb-120 {
      padding-bottom: 100px;
    }
  }
  
  .section-pb-90 {
    padding-bottom: 90px;
  }
  @media (max-width: 767.98px) {
    .section-pb-90 {
      padding-bottom: 70px;
    }
  }

  /* what we do */

  .what__we-do{
    position: relative;
    display: block;
    background: #062e39;
    padding: 70px 0px 70px;
    z-index: 2;
  }
  .what1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    text-align: center;
    z-index: -1;
  }
  .what2 {
    position: absolute;
    right: 340px;
    bottom: -80px;
    z-index: -1;
  }
  .float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  @-webkit-keyframes float-bob-y {
    0% {
      transform: translateY(-20px);
    }
  
    50% {
      transform: translateY(-10px);
    }
  
    100% {
      transform: translateY(-20px);
    }
  }
  
  @keyframes float-bob-y {
    0% {
      transform: translateY(-20px);
    }
  
    50% {
      transform: translateY(-10px);
    }
  
    100% {
      transform: translateY(-20px);
    }
  }
  .what-we-do-content{
    position: relative;
    display: block;
  }
.what-tagline, .foot-head-txt{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .what-tagline .line, .foot-head-txt .line {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: #e0cb00;
    margin-right: 10px;
  }
  .what-txt h4{
    font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  }
  .what-tagline .icon, .foot-head-txt .icon {
    position: relative;
    display: inline-block;
  }
  .what-tagline .icon span, .foot-head-txt .icon span {
    position: relative;
    display: inline-block;
    color: #e0cb00;
    font-size: 20px;
    top: 2px;
    margin-left: 15px;
  }
  .float-bob-x3 {
    -webkit-animation-name: float-bob-x3;
    animation-name: float-bob-x3;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  @-webkit-keyframes float-bob-x3 {
    0% {
      transform: translateX(-15px);
    }
  
    50% {
      transform: translateX(-5px);
    }
  
    100% {
      transform: translateX(-15px);
    }
  }
  
  @keyframes float-bob-x3 {
    0% {
      transform: translateX(-15px);
    }
  
    50% {
      transform: translateX(-5px);
    }
  
    100% {
      transform: translateX(-15px);
    }
  }
  .what-we-do-main-text {
      font-size: 30px;
      line-height: 40px;
      font-weight: normal;
      text-transform: none;
      color: #111;
      font-family: 'Arial Nova Bold';
    }
  .what_we-do-list ul {
      padding-left: 10px;
      margin: 0;
    }
      .what_we-do-list ul li {
        position: relative;
        /*display: block;*/
        margin-bottom: 14px;
        color: #111;
        font-size: 17px;
        font-family: 'Arial Nova Normal';
        font-family: 'Arial Nova Light';
        }
  .what_we-do-list ul li i{
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-right: 10px;
    top: 1px;
    color: #e0cb00;
  }
  .modal-body .what-we-do-form{
    padding-top: 15px;
  }
  .what-we-do-form{
    position: relative;
    display: block;
    /* max-width: 580px;
    width: 100%;
    float: right;
    margin-top: -180px;*/
    background: var(--logistiq-white);
    padding: 54px 60px 60px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    z-index: 2;
    background: #cbe6f7;
  }
  .what-we-do-form-txt{
    position: relative;
    display: block;
    margin-bottom: 33px;
  }
  .what-we-do-form-txt h1{
    font-size: 42px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
  }

.lft-img-sty-set img {
  transition: 1000ms;
  animation: 30s linear infinite rotate-continous;
  opacity: 0.6;
}

  .what-we-do-input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  .what-we-do-input-box input, .what-we-do-input-box .nice-select {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  color: #111;
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #29abe2;
  font-family: 'Arial Nova Light';
}
  .input-icon{
    position: absolute;
    top: 50%;
    right: 20px;
    /* transform: translateY(-50%); */
    transform: translateY(20%);
  }
  .cstm-flex {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cstm-flex label {
    margin-right: 20px;
    margin-bottom: 0 !important;
    font-size: 15px !important;
  }
  .what-we-do-input-box input[type="radio"], .what-we-do-input-box input[type="checkbox"] {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .new-input label {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px !important;
    font-size: 16px !important;
  }

  .new-input label input {
  width: 20%;
  margin: 0 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: #111;
  border-bottom: 1px solid #29abe2;
}
    .new-input label input::placeholder, .no-cap ul li input::placeholder, .what-we-do-input-box textarea::placeholder {
      color: #111;
      font-size: 16px;
    }
  .nice-select::after {
    position: absolute;
    top: 18px;
    right: 23px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid rgba(255,255,255,.70);
    border-right: 1px solid rgba(255,255,255,.70);
    margin-top: 0px;
    z-index: 10;
  }
  .cst-frm-txt p {
  color: #fff;
  font-size: 18px;
  font-family: 'Arial Nova Light';
}
.what-we-do-input-box label {
  color: #111;
  font-size: 18px;
  font-family: 'Arial Nova Light';
  cursor: default;
  margin-bottom: 5px;
}
  .what-we-do-input-box textarea {
  position: relative;
  display: block;
  min-height: 125px;
  max-height: 125px;
  width: 100%;
  color: #111;
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #29abe2;
  font-family: 'Arial Nova Light';
}
  .text-area-icon{
    top: 5px;
  }
  .what-we-do-input-box input::placeholder, .input-icon i, .what-we-do-input-box textarea::placeholder{
    color: #111;
  }
  .what-we-do-input-box .select-box {
    width: 100%;
  }
.no-cap ul li input {
  background: #fff !important;
  border-radius: 4px !important;
  border: 2px solid #29abe2 !important;
  box-shadow: none !important;
}
  @media (max-width: 767px){
    .what-we-do-form{
        padding: 54px 30px 60px;
    }
  }
  .foot-last-sec-txt p {
      font-size: 14px;
      font-weight: 300;
      font-family: 'Arial Nova Light';
    }

.my-nw-pd{
    padding: 0;
}
.abt-sec p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Arial Medium';
  font-weight: normal;
}
 footer {
  padding: 30px 30px;
  background: #042630;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
  .foot1{
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    text-align: center;
    z-index: -1;
  }
  .foot-head-txt h2 {
  font-size: 21px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-family: 'Arial Medium';
}
  .foot_btm_txt p {
  margin-bottom: 10px;
  line-height: 26px;
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  font-family: 'Arial Medium';
  text-transform: capitalize;
}
.foot_btm_txt p a{
  color: #fff70f;
  font-size: 17px;
  position: relative;
}
.foot_btm_txt p a:hover{
    color: #ccc;
}
.foot_btm_txt p a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #ccc;
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.foot_btm_txt p a:hover::after {
  width: 100%;
  left: 0;
}
  .phone-alw{
    margin-top: 20px;
  }
  .foot_btm_txt img{
    width: 220px;
    padding-left: 20px;
  }
  .foot_btm_txt h3{
    color: #fff;
  }
  .foot-sec-lst{
    background: #D3D3D3;
    padding: 10px;
  }
  .foot-last-sec-txt p {
      font-size: 17px;
      font-weight: 500;
      color: #111;
      margin: 0;
      text-align: center;
      font-family: 'Arial Nova Light';
    }
  .foot-last-sec-txt p a {
    position: relative;
  }
  .foot-last-sec-txt p a:hover{
    color: #042630;
  }
  .foot-last-sec-txt p a::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: #003d4d;
    width: 0%;
    height: 1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .foot-last-sec-txt p a:hover::after {
    width: 100%;
    left: 0;
  }

.right-plane{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}





  /* scroll top style */

  .scroll__top.open {
    bottom: 30px;
  }
  .scroll__top {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    color: var(--tg-color-white-default);
    text-align: center;
    cursor: pointer;
    background: var(--tg-theme-primary);
    transition: 1s ease;
    border: none;
  }
  .scroll__top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  }
  .scroll__top:hover{
      color: #fcf110;
  }


  .mve-truck img {
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
    bottom: -50px;
    right: 50%;
    height: 150px;
    position: absolute;
    width: 150px;
    z-index: 2;
  }
@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
  }
  
  @-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
  }
  
  @keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
  }
  .res-btn-set{
        display: none !important;
    }

.about__area {
  background: #cbe6f7;
  height: 95vh;
}
.about-data p {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Arial Nova Normal';
  color: #111;
  font-family: 'Arial Nova Light';
}
.about-img-inn{
  background: #fff;
  border-radius: 4px;
  padding: 5px;
}
.inner-conatct-info-details ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #29abe2;
}
.inner-conatct-info-details ul li{
  position: relative;
}

.inner-conatct-info-details ul li a {
  position: relative;
  color: #333;
  font-family: 'Arial Nova Normal';
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.inner-conatct-info-details ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: var(--tg-theme-primary);
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.inner-conatct-info-details ul li a:hover::after {
  width: 100%;
  left: 0;
}
.inner-conatct-info-details ul li a:hover{
    color: var(--tg-theme-primary);
}
.inner-conatct-info-details ul li a i {
  margin-right: 5px;
}
.inner-conatct-info-details ul li a i {
  margin-right: 5px;
  color: #29abe2;
  background: #001b90;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--tg-theme-primary);
  background: var(--tg-color-gray-3);
  border: 1px solid #29abe2;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.inner-conatct-info-details ul li a:hover i {
    color: var(--tg-color-gray-3);
    background: var(--tg-theme-primary);
    border: 1px solid var(--tg-theme-primary);
}
.contact-inner-page{
    position: relative;
}
.contact-inner-page.side-border::before {
  content: "";
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #29abe2;
}
.contact-inner-page h2 {
  font-family: 'Arial Nova Bold';
  font-size: 25px;
  color: #111;
}
.contact-inner-page p{
  font-size: 17px;
  font-weight: 500;
  font-family: 'Arial Nova Normal';
  color: #111;
  font-family: 'Arial Nova Light';
}

.contact-inner-page p span {
  text-transform: capitalize;
  font-family: 'Arial Nova Bold';
}

.contact-inner-page p a{
  position: relative;
  color: #333;
  font-family: 'Arial Nova Normal';
  font-size: 17px;
  line-height: 30px;
  z-index: 2;
  padding: 0 5px;
  border-radius: 4px;
}

.contact-inner-page p a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: var(--tg-theme-primary);
  width: 0%;
  height: 100%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  z-index: -1;
}

.contact-inner-page p a:hover::after {
  width: 100%;
  left: 0;
}

.contact-inner-page p a:hover{
    color: #fff;
}


  @media (max-width: 768px){
      .about__content .section__title .sub-title{
          font-size: 14px;
      }
      .scroll__top{
          right: 10px;
      }
      .about__area .col-md-9{
          order: 2 !important;
      }
      .about__area .col-md-3{
          order: 1 !important;
          margin-bottom: 20px;
      }
      .inner-conatct-info-details ul{
          justify-content: space-around;
      }
      .inner-conatct-info-details ul li {
          position: relative;
          line-height: 35px;
          margin-bottom: 10px;
        }
        .inner-conatct-info-details ul li:last-child{
            margin-bottom: 0;
        }
      .scroll__top.open{
          bottom: 20px;
      }
      .new-input label input {
        width: 18%;
        padding-left: 5px;
        padding-right: 5px;
      }
      .cstm-flex label, .new-input label{
        font-size: 16px !important;
      }
      .dev-hde{
        display: none;
      }
      .what-we-do-form-txt h1{
        font-size: 33px;
      }
      .tgmenu__nav-left-side .logo a h5{
          color: var(--tg-heading-color);
      }
      .inner-conatct-info-details ul{
          display: block;
      }
      .inner-conatct-info-details ul li::before, .contact-inner-page.side-border::before {
          content: unset;
      }
      .img__sty img {
          width: 100%;
          height: auto;
          object-fit: cover;
        }
        .foot-last-sec-txt p {
      font-size: 14px;
      font-weight: 300;
      font-family: 'Arial Nova Light';
    }
    .about__area {
      height: auto;
    }
  }
  @media (max-width: 999px){
    .tg-header__area{
      background: #fff;
      position: relative;
    }
    .sticky-menu{
      position: fixed;
    }
    .top__sec__srt {
      position: absolute;
      width: 100%;
      z-index: 3;
      top: unset;
      left: unset;
      -ms-transform: unset;
      transform: unset;
    }

    .mve-truck img, .top__sec__srt, .services__shape-wrap img:nth-child(1), .services__shape-wrap img:nth-child(2), .work__shape svg, .sp2, .sp3, .foot1, .right-plane{
      display: none;
    }

    .how__work h2{
      font-size: 30px;
    }
    .what-we-do-main-text {
      font-size: 35px;
    }
    .text-center-set{
      text-align: center;
      margin: 20px 0;
    }
    .about__img__one {
      position: absolute;
      top: -50px;
      right: 0px;
      max-width: 200px;
      z-index: 2;
    }
    .about__img__two {
      position: relative;
      display: block;
      max-width: 200px;
      width: 100%;
      z-index: 2;
      left: 0;
      top: 60px;
    }
     .about__img__three {
    position: absolute;
    top: 10rem;
    right: 0px;
    max-width: 275px;
    height: 240px;
  }
  .about__img__three img {
    height: 250px;
    object-fit: cover;
  }

    .foot_btm_txt img{
        padding-left: 0;
      }
      .tgmobile__menu .navigation li::nth-of-type(4){
          
      }
      .navigation {
      border: none !important;
    }
    .res-btn-set{
        display: block !important;
      padding: 10px 20px;
    }
    .res-btn-set a{
      color: #fff !important;
    }
    .res-btn-set a i{
      margin-right: 5px;
    }
.about__area .col-md-9{
          order: 2 !important;
          width: 100%;
      }
      .about__area .col-md-3{
          order: 1 !important;
          margin-bottom: 20px;
          width: 100%;
      }
.about__area .col-md-6{
width: 100%;
}
.modal-body .what-we-do-form {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
}


@media (min-width: 769px) and (max-width: 1199px){
    .what-do-form-srt .col-md-4{
width: 50%;
}
.about__area{
    padding: 70px 0 50px;
}
    .what-we-do-form{
        max-width: 100%;
    }
    .what-we-do-input-box label{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 180px;
      font-size: 15px;
    }
    .new-input label input::placeholder, .no-cap ul li input::placeholder, .what-we-do-input-box textarea::placeholder, .what-we-do-input-box input::placeholder, .input-icon i, .what-we-do-input-box textarea::placeholder {
      font-size: 13px;
    }
    .contact-inner-page.side-border::before{
        content: unset;
    }
    .commodity .col-md-6{
      width: 100%;
    }
    .cstm-flex label, .new-input label{
      width: 100% !important;
    }
    footer .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
      }
      .new-input label input{
        width: 20%;
      }
      .foot_btm_txt img{
        padding-left: 0;
      }
      .tgmenu__nav-left-side .logo a h5, .tgmenu__action ul .header-contact .content a{
          color: var(--tg-heading-color);
      }
      .tgmenu__nav-left-side .logo a:hover h5, .tgmenu__action ul .header-contact .content a:hover{
          color: #fff300;
      }
}
.email-box-top{
    display: none;
    padding: 5px 10px;
    background: #001b90;
}
.email-inner-box-top ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.email-inner-box-top ul li:nth-of-type(1) {
  padding-right: 15px;
}
.email-inner-box-top ul li:nth-of-type(2) {
  padding-left: 15px;
}
.email-inner-sett-icon{
    position: relative;
}
.email-inner-sett-icon:nth-of-type(1)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: var(--tg-border-3);
}
.email-inner-sett-icon i{
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  flex: 0 0 auto;
  color: var(--tg-theme-primary);
  line-height: 0;
  font-size: 17px;
  margin-right: 5px;
}
.email-inner-sett-icon a{
    color: #fff;
    position: relative;
    z-index: 2;
    font-family: 'Arial Medium';
    font-size: 15px;
}
.email-inner-sett-icon a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #ffed00;
  width: 0%;
  height: 100%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  z-index: -1;
}
.email-inner-sett-icon:hover a::after {
  width: 100%;
  left: 0;
}
.email-inner-sett-icon:hover a{
    color: #001b90;
}
@media (max-width: 767px){
    .email-box-top{
        display: block;
    }
}